/*
Theme Name: KrosFida
Theme URI: http://www.krosfida.com/
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com/
Tags: 

*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #C0DAF1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma, Arial;
	color: #666666;
	font-size: 12px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}
#wrapper {
	width: 100%;
}
#top {
	height: 100px;
	clear: both;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#footer_right {
	float: right;
	width: 45%;
	text-align: right;
}
#main {
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
	min-height: 200px;
	float: left;
	width: 100%;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}
#logo {
	float: left;
	padding-top: 40px;
	margin-left: 220px;
	width: 590px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 60px;
	padding-left: 10px;
}
#right {
	float: left;
	width: 600px;
	overflow: hidden;
	background-color: #FFFFFF;
	min-height: 200px;
}
#content {
	clear: both;
	width: 580px;
	margin-left: 220px;
	background-color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
	min-height: 150px;
}
.entry {
	line-height: 16px;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3583B0;
	font-size: 27px;
	margin: 0px;
}
#left {
	width: 220px;
	float: left;
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
#left ul {
	padding-left: 0px;
	margin-left: 0px;
}
#left ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#left ul li a:hover {
	color: #FFFFFF;
	background-color: #006699;
}
#footer {
	clear: both;
	width: 590px;
	margin-left: 220px;
	background-color: #FFFFFF;
	padding: 5px;
	background-image: url(images/footer_bg.png);
	font-size: 10px;
	overflow: hidden;
	float: left;
}
#footer_left {
	float: left;
	width: 45%;
}