/*
Theme Name: Gidi 09
Theme URI: http://www.gidi09.com
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com/
Tags: party, lagos, gidi, 2009, 09


*/



body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 170px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-attachment: fixed;
}
body,td,th {
	color: #BCBA96;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
img{
	border: 0 none;
}
h1,h2{
	font-weight: normal;
	margin-top: 0px !important;	
}
h1{
	font-size: 36px;
}
h2{
	font-size: 27px;
}
a:link {
	color: #A09E6B;
}
a:visited {
	color: #BCBA96;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #BCBA96;
}
input, textarea, select{
	border: 1px solid #32311F;
	padding: 5px;
	color: #BCBA96;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#container {
	overflow: hidden;
}
#header {
	clear: both;
	height: 180px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32311F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #32311F;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-left: 350px;
	background-color: #000000;
	margin-bottom: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#menu ul li a {
	display: block;
	padding: 15px;
	font-size: 15px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: transparent;
}
#menu ul li a:hover {
	border-bottom-color: #BCBA96;
	border-top-color: #BCBA96;
}
#main{
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#intro{
	height: 300px;
	text-align: center;
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 50px;
}
#intro h1, #intro p{
	margin: 0px;	
	padding: 0px;	
}
#content {
	clear: both;
	min-height: 500px;
	float:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content.narrowcolumn{
	width: 600px;
}
#content.widecolumn{
	width: 850px;
}
.post{
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.entry{
	line-height: 30px;
}
.navigation{
	clear: both;
	margin-bottom: 20px;
	width: 600px;
	float: left;
}
.alignleft{
	float: left;
	width: 40%;
}
.alignright{
	float: right;
	width: 40%;
	text-align: right;
}
#sidebar{
	float: right;
	width: 250px;
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#sidebar ul li h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32311F;
	font-size: 18px;
}
#sidebar ul li ul{
	margin: 0px !important;
	padding: 0px !important;
}
#sidebar ul li ul li{
	margin: 0px !important;
	padding: 0px !important;
}
#sidebar ul li ul li a{
	display: block;
	padding: 5px;
}
#sidebar ul li ul li a:hover{
	background-color: #1D1D12;
}
#footer {
	font-size: 11px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32311F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #32311F;
	padding: 5px;
	clear: both;
	background-color: #000000;
}
