/*
Theme Name: Barcamp Nigeria v1
Theme URI: http://www.barcampnigeria.com/
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com/
Tags: green, barcamp, widgets, two columns

*/


body {
	background-image: url(images/bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #AAEE99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-size: 48px;
	line-height: 30px;
}
h2{
	font-size: 36px;
	line-height: 24px;
}
h1,h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFFFFF !important;
	background-color: #00CC33;
}
h1 a, h2 a{
	text-decoration: none !important;
	display: block;
	color: #FFFFFF !important;
}
h1 a:hover, h2 a:hover{
	background-color: #80E965;
}
blockquote{
	display: block;
	margin: 5px;
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFF66;
	font-size: 20px;
	font-style: italic;
}
.entry{
	font-size: 14px;
	line-height: 24px;
}
a:link {
	color: #006600;
}
a:visited {
	color: #009933;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #006600;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	height: 100px;
	padding: 10px;
}
#menu {
	clear: both;
}
#content_top {
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	height: 15px;
	clear: both;
}
#content {
	clear: both;
	background-color: #FFFFFF;
	min-height: 300px;
	overflow: hidden;
	float: left;
	width: 960px;
}
.post{
	margin-bottom: 20px;
	padding: 10px;
}
#sidebar {
	float: right;
	width: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar h3{
	color: #FFFFFF !important;
	background-color: #00CC33;
	font-size: 36px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#sidebar a{
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	margin: 0px;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sidebar ul li ul{
	background-color: #FDFF9D;
	padding: 10px;
}
#sidebar ul li ul li{
	margin: 0px !important;
	padding: 0px;
	padding-bottom: 1em;
}
#sidebar ul li ul li a{
	/* padding: 5px; */
}
#sidebar ul li ul li a:hover{
	color: #003300;
}
#main {
	float: left;
	width: 640px;
	overflow: hidden;
	padding-left: 10px;
}
#menu {
	clear: both;
	margin-bottom: 10px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 10px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	color: #FFFFFF;
}
#menu ul li a:hover {
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	color: #FFFF66;
}
#content_bottom {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center -5px;
	clear: both;
	height: 15px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #60FE01;
}