/* education.css */
body {
	 color: #CCCCCC;
	 background-color: #111111;
	}
a:link,
a:visited {
	color: #57C7DA;	
	text-decoration: none;
	font-weight: 100;
	}
a:hover {
 	color: white;
 	}
#containerOuter {
	text-align: center;
	}
#containerInner {
	position: relative;
	font: normal 0.9em/1.29em "Arial","Helvetica","sans-serif";
	max-width: 46em;
	margin: auto;
	padding: 1em;
	text-align: left;
	background-color:#1B1B1B;
	border: 1px solid #3B3B3B;
	}
	
/*subjects navigation */	
#navSubjectsOuter {
	position: absolute;
	width:96%;
	top:	2.6em;
	left: 2%;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, from#151515), to(#3B3B3C));
	background: -moz-linear-gradient(top, #151515, #3B3B3C);
	border: 1px solid #3B3B3B;
	display: none;
	}
#navSubjectsInner {
	padding: 1.0em;
	}
.navSubjectsTitle {
	font-size: 1.2em;
	margin-bottom: 1em;
	font-weight: 700;
	color: #AAAAAA;
	}
#navSubjectsClose	 {
	color: #EECCCC;
	float:right;
	cursor: pointer;
	margin-right:4em;
	}
#navSubjectsLinks {
	/*font-size: 0.6em;*/
	-moz-column-width: 10em; 
	-webkit-column-width: 10em; 
	column-width: 10em;
	}
#navSubjectsLinks a {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: 100;
	}
#navSubjectsLinks li.selected {
	background: -webkit-gradient(linear, left top, left bottom, from#4F4F4F), to(#444444);
	background: -moz-linear-gradient(top, #4F4F4F, #444444);
}
#navSubjectsLinks a:hover {
	color: #FFFFFF;
	}
.chaptername {
	color:#CC9900;
	}	
.chaptermenu {
	display: inline-block;
	width: 12em;
	margin-bottom: 1em;
	}	
.chaptermenu ul {
	margin: 0;
	padding: 0;
	}	
.chaptermenu ul li {
	list-style-type: none;
	padding: 0.3em 0;
	}
.chaptermenu ul li.chaptername {
	padding: 0.3em 0 0.1em 0;
	}

/* search*/	
#searchOuter {
	position: absolute;
	width:96%;
	min-height: 40em;
	top:	2.6em;
	left: 2%;
	padding: 0;
	background: -webkit-gradient(linear, left top, left bottom, from#151515), to(#3B3B3C));
	background: -moz-linear-gradient(top, #151515, #3B3B3C);
	border: 1px solid #3B3B3B;
	display: none;
	}
#searchInner {
	padding: 1.0em;
	}	
#searchClose {
	color: #EECCCC;
	float:right;
	cursor: pointer;
	margin-bottom: 1em;
	margin-right: 4em;
	}
	
/* top navigation */	
#navTop {
	height:1.5em;
	margin-bottom: 1em;
	}	
#navTopLogo {
	float: left;
	}	
#navTopLinks {
	float: right;
	margin: 0.2em 0 0 0;
	color: #57C7DA;	
	}
.navTopLinkDiv {
	float: left;
	cursor: pointer;
	}
.navTopLinkDiv:hover {
	color: #FFFFFF;
	}
.navTopLinkDiv.mid {
	margin-left: 2em;
	}
.navArrows {
	color: #808080;
	margin-left: 2em;
	float: left;
	}
	
/* topic navigation arrows*/	
#arrowPrevTopic,
#arrowNextTopic {
	font-size: 1.3em;
	float: left;
}
#arrowPrevTopic {
	margin-right: 0.5em;
	}

/* spacer div */	
.spacer {
	clear: both;
	font-size: 0.1em; 
	height: 0.1em;
	}
	
/* chapter navigatoin */	
.navChapter  {
	position: relative;
	font-size: 0.95em;
	margin: 1.2em 0 1.9em 0;
	padding: 0.3em 0.5em;
	background-color:#2B2B2B;
	border: 1px solid #3B3B3B;
	}
.navChapter h1 {
	color: #CCCCCC;color:#FFFFCC;
	margin: 0 0 0.2em 0;
	}	
.socialIconsContainer {
	position: absolute; 
	right: 2.8em;
	top: 0.2em;
}
.socialIconsContainer a img {
	display: inline;
	height: 22px;
	width: 22px;
	margin: 0;
	background-color: #35A5B9;
	}
.div_g_buttons	{
	position: absolute; 
	right: 0.3em;
	top: 0.3em;
	}
.navChapter  ul {
	color: #606060;
	margin: 0;
	padding: 0;
	}	
.navChapter li {
	display: inline;
	list-style-image: none;
	margin-left: 1.5em;
	}
.navChapter li a{
	color: #BBBBBB; 
	text-decoration: none;
	}	
.navChapter li a:hover {
	color: #FFFFFF;
	}		
.navChapter li.first {
	margin-left: 0;
	}
.navChapter.navChapterBottom {
	margin-top: 0.3em;
	margin-bottom: 0.4em;
	}	

/* topic title*/	
.titleTopic {
	font-family: Verdana,Tahoma,"Trebuchet MS","DejuVu Sans","Bitstream Vera Sans",sans-serif;	
	margin-top:0;
	margin-bottom: 0.5em;
	text-align: center;
	color: #CCCCCC;	
	}	
.titleTopic h2 {
	color: #CCCCCC;
	display: inline;
	font-size: 1.5em;
	font-weight: 100;
	color:#FFFFCC;
	}	
	
/* topic content container */
#contentTopic {
	clear: both;
	margin-bottom: 0.5em;
	}	
#contentTopic p {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.pageNo,
#writtenby {
	float: right;
	color: #808080;
	margin-top: 0.5em;
	}
.pageNo.bottom {
	float: left;
}
#writtenby a {
	color: #BBBBBB;
	}
#writtenby a:hover {
	color: #FFFFFF;
	}	
#writtenByLink{
	float: left;
	margin-right: 1em;	
}	
.g-follow	 {
	float: right;
	width: 5em;
	}
	
#created {
	font-size: 0.7em;
	float: left;
	color: #808080;;
		
	}
	
#navBottom .navArrows	{
	float: right;
	margin: 0;
	}
	
#navFooter {
	clear: both;
	text-align: center;
	margin-bottom: 1em;
	}
#navFooter a {
	}
#navFooterIndexLink,	
#navFooterContactLink {
	margin-left: 1.5em;
	}
.copyright {
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	}
#proofreading	 {
	font-size: 0.8em;
	margin-top: 0.5em;
	text-align: center;
	}
	
/* a-z index */	
#navIndexLinks {
	/*font-size: 0.6em;*/
	-moz-column-width: 10em; 
	-webkit-column-width: 10em; 
	column-width: 10em;
	text-align: left;
	padding-top: 1em;
	}
#navIndexLinks a {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: 100;
	}
#navIndexLinks li.selected {
	background: -webkit-gradient(linear, left top, left bottom, from#4F4F4F), to(#444444);
	background: -moz-linear-gradient(top, #4F4F4F, #444444);
}
#navIndexLinks a:hover {
	color: #FFFFFF;
	}
#navIndexLinks h2 {
	/*color: #FFCC00;*/
	color: #FFFFCC;
	text-align: left;
	margin: 1em 0 0.2em 0;
	font-size: 1.5em;
	}
#navIndexLinks h2.first {
	margin-top: 0;
	}
div.indexItem h3 {
	color: #FFFFCC;
	text-align: left;
	margin: 0.2em 0 0 0;
	font-size: 1em;
	font-weight: 100;
	}
div.indexItem {
	display: inline-block;
	width: 12em;
	margin-bottom: 1em;
	}	
div.indexItem  ul {
	margin: 0;
	padding: 0;
	}	
div.indexItem  ul li {
	list-style-type: none;
	padding: 0.3em 0;
	}
#navIndexLinks div.indexItem  ul li a {
	color:#CC9900;
	}
#navIndexLinks div.indexItem  ul li a:hover {
	color: #FFFFFF;
	}	
/* TOC */	
#navTOCLinks h2 {
	text-align: left;
	margin: 1.5em 0 0 0;
	}
#navTOCLinks dl {
	margin-top: 0.6em;
	} 	
#navTOCLinks dt {
	margin-left: 0.5em;
	}
#navTOCLinks dd {
	margin-left: 1.5em;
	}
/* end */	