/*
Theme Name: Theme 2
Author: Darren Pangan
Author URI: http://www.darrenpangan.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Georgia, times new roman, arial, helvetica, sans-serif;
	color: #4C4C4C; /* most paragraph text */
	background-color: #330000; /*top and bottom bar */
}
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;
}

a img {
    border: 0;
    }

img {
  border: 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 #bannerad {
		float: right;
		margin-top: 15px;
	}
	#body #header ul {
		clear: both;
		height: 30px;
		list-style-type: none;
		/* background: url(images/navigation.gif) repeat-x 0 0; */
		/* ( padding-top: 2px; */
		background-color: #FF8800;
                border-top: 2px solid #FF9900;
	}
	#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; */
		background-color: #FF8800;
                border-right: 2px solid #FF9900;
	}
	#body #header ul li a {
		color: #ffffff;
		display: block;
		padding: 7px 15px;
                font-weight:600;
	}
	#body #header ul li a:hover {
		/* background: url(images/active.gif) repeat-x 0 0; */
		background-color: #FF6600 !important;
                /* border-right: 2px solid #FF9900; */
	}
	/** end header **/

	/** begin content **/
	#body #content {
		float: left;
		width: 508px;
		padding-bottom: 20px;
	}
	#body #content .post {
		background-color: #FFDDAA; /* main page posts box */
		border: 1px solid #FFFF99;
		margin: 17px; padding: 17px 17px 27px;
	}
	#body #content .post h2 {
		font-family: Verdana;
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#body #content .post h2 a {
		color: #000000; /* main page post titles*/
		font-weight: normal;
	}
	#body #content .post h2 a:hover {
		color: #ff3333; /* main page post titles*/
		font-weight: normal;
		text-decoration: underline;
	}
	#body #content .post .description {
		color: #292929; /* optional description */
		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 .catpost {
		background-color: #FFDDAA; /* main page posts box */
		border: 0px solid #FFFF99;
	        padding: 20px 20px 40px 20px; margin-bottom:20px;
	}
	#body #content .post a, #body #content .catpost a, #body #content .single a {
		font-size: 1.1em;
		font-weight: bold;
	}
	#body #content .post a:hover, #body #content .catpost a:hover, #body #content .single a:hover {
		text-decoration:underline;
	}
	#body #content .post h2 {
		font-family: Verdana;
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#body #content .catpost h2 {
		font-family: Verdana;
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#body #content .single h2 {
		font-family: Verdana;
		font-size: 1.7em;
		font-weight: bold;
		margin-bottom: 10px;
                color: #000000;    
	}
	#body #content .post h2 a, #body #content .catpost h2 a, #body #content .single h2 a {
		font-size: 0.9em;
		color: #000000; /* main page post titles*/
		font-weight: normal;
	}
	#body #content .post h2 a:hover, #body #content .catpost h2 a:hover, #body #content .single h2 a:hover {
		font-size: 0.9em;
		color: #ff3333; /* main page post titles*/
		font-weight: normal;
		text-decoration: underline;
	}
	#body #content .post .postdetails a,  #body #content .catpost .postdetails a, #body #content .single .postdetails a {
		font-size: 0.9em;
		font-weight: normal;
	}
	#body #content .post .postdetails a:hover,  #body #content .catpost .postdetails a:hover, #body #content .single .postdetails a:hover {
		font-size: 0.9em;
		font-weight: normal;
		text-decoration: underline;
	}
	#body #content .catpost .description {
		color: #292929; /* optional description */
		font-size: 0.9em;
		font-family: Verdana;
		margin-bottom: 5px;
	}
	#body #content .catpost .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: #ff4400; /* main page posts links */
		font-size: 0.9em;
	}
	#body #content a:hover {
		color: #ff2200; /* main page posts links */
	}
	#body #content .post .bookmarks {
		float: left;
	}
	#body #content .post .bookmarks img {
		border: 0;
	}
	#body #content .post .details {
		background-color: #ff8800; /* main page posts written by box */
		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 .catpost .bookmarks {
		float: left;
	}
	#body #content .catpost .bookmarks img {
		border: 0;
	}
	#body #content .catpost .details {
		background-color: #ff8800; /* main page posts written by box */
		color: #ffffff;
		font-size: 0.8em;
		padding: 5px 10px;
		float: right;
		margin-right: -17px;
	}
	#body #content .catpost .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: #FFDDAA; /* sidebar featured post */
		padding: 15px 20px;
	}
	#body #sidebar #about h2 {
		font-size: 1.5em;
		font-weight: normal;
		color: #000000;
		font-family: Verdana;
		margin-bottom: 5px;
	}
	#body #sidebar #about p {
		line-height: 1.8em;
	}
	#body #sidebar #about a {
		color: #ff4400;  /* sidebar featured post links */
		font-weight: bold;
	}
        #body #sidebar #left {
		width: 197px;
		float: left;
	}
	#body #sidebar #left h2 {
		font-size: 1.5em;
		font-weight: bold;
		color: #000000;
		font-family: Verdana;
		padding: 10px 20px;
	}
	#body #sidebar #left #ad125x100 {
		text-align: center;
		padding: 10px 0;
	}
	#body #sidebar #left #ad125x100 img {
		border: 0px 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; /* sidebar Categories and Blogroll Listings */
		font-weight: bold;
	}

	#body #sidebar #left #ad160x600 {
		width: 165px; height: 600px;
		margin: 20px 0 20px 20px;
	}
	#body #sidebar #right {
        	width: 190px;
		float: right;
	}
	#body #sidebar #right h2 {
		font-size: 1.5em;
		font-weight: bold;
		color: #000000;
		font-family: Verdana;
		padding: 10px 0 25px;
	}
	#body #sidebar #right .title {
		color: #4C4C4C;
		font-weight: bold;
	}
	#body #sidebar #right img {
		border: 0px 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: #ff4400;
		font-size: 0.9em;
	}
	#body #sidebar #right #ad160x600 {
		width: 165px; height: 600px;
		margin: 20px 0px;
	}
	/** 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: 2.2em;
	font-family: arial black,comic sans ms,arial;
	font-weight: normal;
        color: #ff3300;
	padding: 20px 20px 10px 0px;
}

#content .titledescription {
	font-weight: normal;
	padding: 0px 20px 0px 0px;
}

.single {
	padding: 20px;
}


	.single img {
		padding: 4px;
		border: 0px solid #e0e0e0;
	}


	.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;
	}
	.catpost ul {
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.catpost ol {
		margin-bottom: 15px;
		padding-left: 20px;
	}
	.catpost 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;
}



