/*  
Theme Name: Today's Nigerians Platinum Profile Theme
Theme URI: http://www.todaysnigerians.com/
Description: Theme for Platinum TodaysNigerians.com Subscribers.
Version: 1.0
Author: Temi Kolawole
Author URI: http://temikolawole.blogspot.com/

*/

body {
	background-color: #367A39;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: underline;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #009933;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.clear {
	clear: both;
}
#page {
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	float:left;
}
#content {
	overflow: hidden;
	padding: 10px;
	width: 570px;
	margin-left: 10px;
	float: right;
	line-height: 20px;
}
#content h2 {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EFFEE9;
}
#content h2, #content h2 a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #009933;
	height: 12px;
}
#content h3 {
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: normal;
}
.entry {
	padding-top:10px;
	clear: both;
}
.post{
	clear: both;
}
blockquote {
	display: block;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCFFCC;
	font-style: italic;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 24px;
}
.postmetadata {
	clear: both;	
}
.entry img{
	float:left;
	margin-right: 5px;
	margin-bottom:5px;
	border-color:#009900;
}
#sidebar {
	background-color: #DCEDF5;
	float: left;
	width: 180px;
	padding: 10px;
	min-height:450px;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0066CC;
	padding: 0px;
	margin: 0px;
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	list-style-type: none;
	margin-bottom: 10px;
}
#sidebar ul li ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li ul li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CCFF;
	margin: 0px !important;
	padding: 0px;
}
#sidebar li a{
	display: block;
	padding: 5px;
	color: #003366;
}
#sidebar li a:hover{
	background-color: #BBDBEC;
	text-decoration: none;
}
#header {
	overflow: hidden;
	height:50px;
}
#header h1{
	float:left;
	display:block;
}
#header h1 a, #header h1 a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#menu ul{
	float: right;
	margin-top: 20px;
	padding:0px;
}
#menu ul li {
	list-style:none;
	float:left;
	margin-left: 5px;
}
#menu ul li a{
	display: block;
	padding: 5px;
	background-image: url(images/tab.png);
	color: #006600;
	text-decoration: none;
}
#menu ul li a:hover{
	background-image: url(images/tab_hover.png);
	color: #FFFFFF;
	background-color: #3D8E28;
}
#footer {
	color: #E9F8E9;
	height: 50px;
	text-align: center;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#footer a, #footer a:visited {
	color: #E9F8E9;
}
.noimage {
	border:none !important;
}