/* CSS Document */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html { font-size: 62.5%; }
body { 
	background: url(../images/bg_header.png) repeat-x; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#000; 
	font-size: 1.2em;
}

a:link { 
	color: #1377E8; 
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #1377E8;
}

a:visited {
	color: #1377E8; 
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

a:hover { 
	color: #000;
	text-decoration: underline;
	border-bottom: 0px;
}

a:active {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 169px;
	position: relative;
}

	#header h1 {
		font-size: 3em;
		font-weight: bold;
		padding-top: .7em;
	}
	
	#header h2 {
		font-size: 1.2em;
	}

#nav {
	position: absolute;
	bottom: 1px;
	left: 0;
}

	#nav ul li {
		float: left;
	}

	#nav ul li a {
		display: block;
		color: #1377E8;
		padding: 8px 15px;
		font-size: 1.3em;
		font-weight: bold;
		background: #fff;
		margin: 0px 5px;
		border-bottom: 0px;
	}
	
	#nav ul li a:hover {
		background: #1377E8;
		color: #fff;
		text-decoration: none;
	}

#breadcrumbs {
	margin: 15px 0px 30px 0px;
	float: left;
}

#breadcrumbs a {
	color: #000;
	padding: 3px 5px;
	border-bottom: 0px;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

#rss { float: right; padding: 10px 0px 0px 0px; }

#main

#content {
	width: 650px;
	float: left;
	clear: both;
	line-height: 150%;
}

	#content h1 {
		font-weight: bold;
		font-size: 2.2em;
		margin-bottom: .4em;
		line-height: 100%;
	}
	
	#content h2 {
		font-weight: bold;
		font-size: 2.0em;
		margin-bottom: .4em;
		line-height: 100%;
	}
	
	#content h3 {
		font-weight: bold;
		font-size: 1.8em;
		margin-bottom: .4em;
		line-height: 100%;
	}

	#content h4 {
		font-weight: bold;
		font-size: 1.6em;
		margin-bottom: .4em;
		line-height: 100%;
	}

	#content h5 {
		font-weight: bold;
		font-size: 1.4em;
		margin-bottom: .4em;
		line-height: 100%;
	}

	#content h6 {
		font-weight: bold;
		font-size: 1.2em;
		margin-bottom: .4em;
		line-height: 100%;
	}

	#content p {
		margin-bottom: 1em; 
	}

	#content ol li {
		display: list-item;
		list-style-type: decimal;
		margin-left: 3em;
		text-align: left;
		margin-bottom: 1em;
		line-height: 110%;
}

	#content ul li {
		display: list-item;
		list-style-type: disc;
		margin-left: 3em;
		text-align: left;
		margin-bottom: 1em;
		line-height: 110%;
}



#sidebar {
	width: 250px;
	float: right;
	margin-bottom: 15px;
}

	#sidebar h1 {
		background: url(../images/bg_header.png) repeat-x;
		background-position: 20px;
		padding: 8px;
		font-weight: bold;
		font-size: 1.3em;
	}
	
	#sidebar h2 {
		background: url(../images/bg_header.png) repeat-x;
		background-position: 20px;
		padding: 6px;
		font-weight: bold;
		font-size: 1.1em;
	}

	#sidebar ul li a {
		background: #f4f3f4;
		color: #000;
		display: block;
		padding: 8px;
		border-bottom: 0px;
	}
	
	#sidebar ul li ul li {
		line-height: 100%;
	}
	
	#sidebar ul li ul li a {
		color: #5783d4;
		padding-left: 35px;
		background: #f9f9f9 url(../images/double_arrow.png) 18px 12px no-repeat;
		border-bottom: 0px;
	}
	
	#sidebar ul li ul li a:hover {
		color: #000;
	}

#footer { 
	clear: both;
	margin: 20px 0px;
	padding: 20px; 
	background: #F3F3F3; 
	color: #666; 
	border: 1px solid #D1D1D1;  
	text-align: center;
}

#footer a {  }

#footer a:hover { border-bottom:1px dotted #1377E8; }

em { font-style: italic; }
strong { font-weight: bold; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.small { font-size: 8px; }

#search { margin: 0px 0px 15px 0px; padding: 15px; padding-top: 0px; background: #F9F9F9; }
#ajaxSearch_intro { display: none; }
#comments { margin-top: 40px; border-top: 1px solid #333; padding-top: 15px; }
#main #disqus_thread li { list-style-type: none; }

