/*
Theme Name: Theme 2
Author: Darren Pangan
Author URI: http://www.darrenpangan.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #4C4C4C;
	background-color: #292929;
}
a {
	text-decoration: none;
}
.break {
	clear: both;
}

#wrapper {
	width: 908px;
	margin: auto auto;
	text-align: left;
	background: url(images/sidebar.gif) repeat-y 508px 0;
}

/** BEGIN search **/
#search {
	width: 908px; height: 30px;
	margin: auto auto;
	text-align: right;
	background: url(images/search.gif) no-repeat right 5px;
}
	#search input {
		font-size: 0.9em;
		font-family: Arial;
		width: 145px;
		border: 0;
		margin: 8px 10px 0 0;
		float: right;
		background-color: #5A5A5A;
		color: #C7C7C7;
	}
	#search button {
		float: right;
		text-indent: -9999px;
		border: 0;
		width: 40px; height: 20px;
		margin-top: 5px;
		background-color: transparent;
	}
/** END search **/

/** BEGIN body **/
#body {
	background-color: #ffffff;
}
	/** begin header **/
	#body #header {
		background-color: #ffffff;
	}
		#body #header h1 {
			font-size: 14px;
			float: left;
			padding: 30px 0 20px;
		}

		#body #header #ad468x60 {
			width: 468px; height: 60px;
			float: right;
			margin-top: 20px;
		}
		#body #header ul {
			clear: both;
			height: 30px;
			background: url(images/navigation.gif) repeat-x 0 0;
			list-style-type: none;
			padding-top: 2px;
		}
			#body #header ul li {
				float: left;
				font-family: Verdana;
				font-size: 1.1em;
				padding-right: 1px;
				background: url(images/divider.gif) no-repeat right 1px;
			}
			#body #header ul li a {
				color: #ffffff;
				display: block;
				padding: 7px 15px;
			}
			#body #header ul li a:hover {
				background: url(images/active.gif) repeat-x 0 0;
			}
			#header li ul {
				clear: both;
				position: absolute;
				list-style-type: none;
				margin-left: -1px;
				width: 160px;
				background: none !important;
				padding: 0 !important;
				visibility: hidden;
			}
				#header li ul li {
					border: 1px solid #ffffff;
					border-bottom: 0 !important;
					background-image: none !important;
					padding-right: 0 !important;
					clear: both;
				}
				#header li ul li a {
					font-size: 12px !important;
					padding: 2px 10px !important;
					line-height: 1.5em;
					width: 150px;
					background-color: #a8e3fb;
					color: #02457d !important;
				}
				#header li ul li a:hover {
					background-image: none !important;
					background-color: #016391 !important;
					color: #ffffff !important;
				}
	/** end header **/
	/** begin content **/
	#body #content {
		float: left;
		width: 508px;
		padding-bottom: 20px;
	}
		#body #content .post {
			background-color: #ECFCFC;
			border: 1px solid #DCF4F4;
			margin: 17px; padding: 17px 17px 27px;
		}
			#body #content .post h2 {
				font-family: Verdana;
				font-size: 2em;
				font-weight: normal;
				margin-bottom: 10px;
			}
			#body #content .post h2 a {
				color: #292929;
				font-weight: normal;
			}
			#body #content .post .description {
				color: #8D9194;
				font-size: 0.9em;
				font-family: Verdana;
				margin-bottom: 5px;
			}
			#body #content .post .thumb {
				padding: 5px;
				border: 1px solid #D2DCDD;
				background-color: #ffffff;
				margin-bottom: 10px;
				width: 425px;
			}
			#body #content p {
				line-height: 1.8em;
				margin-bottom: 20px;
			}
			#body #content a {
				font-weight: bold;
				color: #01C9D6;
				font-size: 0.9em;
			}
			#body #content .post .bookmarks {
				float: left;
			}
			#body #content .post .bookmarks img {
				border: 0;
			}
			#body #content .post .details {
				background-color: #005C85;
				color: #ffffff;
				font-size: 0.8em;
				padding: 5px 10px;
				float: right;
				margin-right: -17px;
			}
			#body #content .post .details a {
				color: #ffffff;
				font-weight: normal;
			}
			#body #content #postnav {
				text-align: center;
				padding: 20px 0;
			}
				#body #content #postnav a {
					margin: 0 10px;
				}
	/** end content **/
	/** begin sidebar **/
	#body #sidebar {
		float: right;
		width: 395px;
		padding-bottom: 20px;
	}
		#body #sidebar #about {
			background-color: #EEFEFB;
			padding: 15px 20px;
		}
			#body #sidebar #about h2 {
				font-size: 1.5em;
				font-weight: normal;
				font-family: Verdana;
				margin-bottom: 5px;
			}
			#body #sidebar #about p {
				line-height: 1.8em;
			}
			#body #sidebar #about a {
				font-weight: bold;
				color: #01C9D6;
				font-size: 0.9em;
			}
		#body #sidebar #left {
			width: 197px;
			float: left;
		}
			#body #sidebar #left h2 {
				font-size: 1.5em;
				font-weight: normal;
				font-family: Verdana;
				padding: 10px 20px;
			}
			#body #sidebar #left #ad125x100 {
				text-align: center;
				padding: 10px 0;
			}
				#body #sidebar #left #ad125x100 img {
					border: 1px solid #d0d0d0;
					padding: 5px; margin: 10px;
				}	
			#body #sidebar #left ul {
				list-style-type: none;
				border-bottom: 1px dotted #C9C9C9;
				margin: 10px 20px;
			}
				#body #sidebar #left ul li {
					border-top: 1px dotted #C9C9C9;
					line-height: 1.8em;
					padding: 1px 0;
				}
					#body #sidebar #left ul li ul {
						border-bottom: 0;
						margin: 0;
					}
					#body #sidebar #left ul li ul li {
						padding-left: 10px;
					}
				#body #sidebar #left ul li a {
					color: #4C4C4C;
				}
				#body #sidebar #left ul li a:hover {
					color: #ff0000;
				}
			#body #sidebar #left #ad160x600 {
				width: 160px; height: 600px;
				margin: 20px 0 20px 20px;
			}

		#body #sidebar #right {
			width: 190px;
			float: right;
		}
			#body #sidebar #right h2 {
				font-size: 1.5em;
				font-weight: normal;
				font-family: Verdana;
				padding: 10px 0 25px;
			}
			#body #sidebar #right .title {
				color: #4C4C4C;
				font-weight: bold;
			}
			#body #sidebar #right img {
				border: 1px solid #E9E9E9;
				padding: 5px;
				margin: 10px 0 0;
				width: 160px;
			}
			#body #sidebar #right p {
				line-height: 1.6em;
				border-bottom: 1px dotted #C9C9C9;
				margin: 0 10px 10px 0;
				padding: 5px 0 10px 2px;
			}
			#body #sidebar #right p a {
				font-weight: bold;
				color: #01C9D6;
				font-size: 0.9em;
			}
			#body #sidebar #right #ad160x600 {
				width: 160px; height: 600px;
				margin: 20px 0;
			}

	/** end sidebar **/
/** END body **/

/** BEGIN footer **/
#footer {
	color: #ffffff;
	width: 908px;
	margin: auto auto;
	padding: 20px 0 40px;
	font-size: 0.9em;
}
	#footer .left {
		float: left;
	}
	#footer .right {
		float: right;
	}
	#footer a {
		color: #ffffff;
	}
/** END body **/

/** BEGIN others **/
#content .title {
	font-size: 1.2em;
	font-weight: normal;
	padding: 30px 20px 10px;
}
.single {
	padding: 20px;
}
	.single h2 {
		font-family: Verdana;
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.single h2 a {
		font-weight: normal !important;
		color: #2c2c2c !important;
	}
	.single img {
		padding: 4px;
		border: 1px solid #e0e0e0;
	}
	.single a {
		font-size: 1em !important;
		font-weight: normal !important;
	}
	.single h3 {
		font-size: 1.4em;
		font-weight: normal;
		font-family: Verdana;
		margin-bottom: 5px;
	}
	.single ul {
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.single ol {
		margin-bottom: 15px;
		padding-left: 20px;
	}
	.single li {
		line-height: 1.8em;
		padding: 1px 0;
	}
	.single blockquote {
		padding-left: 10px;
		margin-bottom: 15px;
		border-left: 2px solid #e0e0e0;
	}
	.single h3.comments {
		padding: 20px 0;
		clear: both;
	}
	.gravatar {
		padding: 3px;
		border: 1px solid #e0e0e0;
		float: left;
		margin: 5px 10px 5px 0;
	}
	.commentdetails {
		font-size: 0.9em;
		margin-bottom: 5px !important;
		border-top: 1px dotted #e9e9e9;
		padding-top: 10px;
		clear: both;
	}
	.commentdetails strong {
		font-size: 1.3em;
		line-height: 1.8em;
	}
	.single form p {
		margin-bottom: 2px !important;
	}
	.required {
		color: #ff0000;
	}
	.single .bookmarks img {
		padding: 0;
		border: 0;
		margin: 2px;
	}
	.single .postdetails {
		margin-bottom: 15px;
	}
	.single .postdetails p {
		margin-bottom: 5px !important;
	}
/** END others **/

/** RELIABILITY TABLES **/
.tableheader 
{
   color: white;
   background: #016391
}

.tablehighlight 
{
   background: #F0F0F0;
}

#reliabilitytables a:hover
{
   font-weight: 700 !important;
   text-decoration:none !important;
}

#reliabilitytables a
{
   font-weight: 700 !important;
   text-decoration:underline !important;
}

.highlight
{
   background-color: #EEFEFB;
}