/*
Design based on SimpleTex template from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modified by Adam Dziendziel.
*/

body {
	margin: 0;
	padding: 0;
	font-family: /*"Trebuchet MS",*/ Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

#breadcrumbs + h1 {
    margin-top: 5px;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;

	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ol {
}

a {
    /*
	//color: #cc9900;

    //color: #0080FF;
    
    color: #2E9AFE;
*/
    color: #0464BB;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	height: 100px;
	margin: 0 30px;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 90px;

    background: #FFFFDD;
    border-bottom: 2px solid #FAAC58;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
/*
	background: #FFBF23 url(images/img01.gif) no-repeat left bottom; */
}

#logo-title, #logo-subtitle {
	margin: 0;
	text-align: center;

}

#logo-title {
	padding-top: 15px;
	font-size: 28px;
    font-family: Georgia, Times, serif;
}

#logo-subtitle {
    padding-top: 10px;
	font-size: 12px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;

    color: #777;

}

#logo a .memorize-it {
	color: #666; 
}

#logo a .dot {

	color: #FE9A2E;
}

#logo a .net {

	color: #888;
}

/* Page */
/*
#page {
	width: 770px;
	margin: 0 auto 20px auto;
/*	background: url(images/img07.gif) repeat-y 260px 0; 

	background: url(images/line.gif) repeat-y 260px 0;
}
*/

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left li {
	padding: 20px;
    padding-right: 0px;
/*	background: url(images/img11.gif) no-repeat; */
}


#left li ul {

}

#left li li {
/*	padding: 5px 0;  */
    padding: 0;
    background: none;
	/* padding-left: 10px; */
	/* background: url(images/img10.gif) no-repeat left center; */
/*	background: url(images/img12.gif) repeat-x left bottom; */

}

#left h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 114%;
	font-weight: bold;
}

#left h3 {
	margin: 0;
}

#left p {
	margin: 0;
	line-height: normal;
}

#left a {
}

#left a:hover {
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EDEBD5 url(images/img08.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}



a.subcategory {
}

ul.plain {
	list-style: none;
}

#left .list {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

#left .list li {
	padding-left: 10px;
	padding-top: 0;
    padding-bottom: 0;
	background: none; /*url(images/img10.gif) no-repeat left center; */
}

#left li .even a {
   /* color: #cc6600; */
}

#left li .odd a {
}

.show-more,
.show-less {
    display: none;
    font-size: 77%;
    margin-left: 120px; 
}

#left a.more {
    display: block;
    text-align: right;
    font-size: 77%;
}

#left a.more:hover {
}

#breadcrumbs a {
}

#breadcrumbs a:hover {
}


.ad-leaderboard {
    width: 729px;
    height: 90px;
}

.ad-dummy {
    background-color: #EEE;
    border: 1px solid #CCC;
}

img.equation {
    border: 0;
    vertical-align: middle; 
}

/* Success, error & notice boxes for messages and errors. */
div.error,
div.notice, 
div.success,
div.info { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
div.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
div.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
div.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
div.info       { border-color: #DDD; }
div.error a    { color: #D12F19; }
div.notice a   { color: #817134; }
div.success a  { color: #529214; }

/* Hide controls that works only with JS support,
  this is reversed in page.js when JS is enabled. */
.js {
    display: none;
}
.nojs {

}
