/*  
Theme Name: DJ Bob
Theme URI: http://www.djbob.co.za/
Description: Custom Wordpress theme developed for www.djbob.co.za
Version: 1.0
Author: Simon Dingle
Author URI: http://www.simon.co.za/
*/



/* Begin Typography & Colors */
body {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	background: #9fa39b;
	color: #342e23;
	}

a {
	color: #766950;
}

a:visited {
	color: #a78d76;
}

#wrap {
	margin: auto;
	width: 707px;
	padding: 0;
	position: relative;
	}

#header {
	width: 707px;
	height: 305px;
	background: #786b50 url('images/header.jpg') center no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
#fill {
	float: left;
	width: 707px;
	background: url('images/bg.png');
	padding: 1px;
	margin: 0;
	}

#fill img {
	margin: 5px;
}

#footer {
	clear: both;
	display: block;
	height: 45px;
	width: 707px;
	padding-top: 1px;
	background: url('images/footer.png') no-repeat top;
	text-align: center;
}

#footer img {
	padding-right: 15px;
}

#footer a {
	font-size: 9px;
}

#footer p {
	padding-bottom: 20px;
	font-size: 10px;
}

#nav {
	padding: 85px 0 0 210px;
}

#nav a {
	color: #514e48;
	text-decoration: none;
	font-size: 11px;
	clear: both;
	display: block;
	background: url('images/butt.png') no-repeat;
	width: 103px;
	height: 26px;
	padding: 5px 0px 0px 8px;
	vertical-align: middle;
	text-align: left;
	margin: 0;
}

#nav a:hover {
	background: url('images/butt_hov.png') no-repeat;
}

#nav  a:focus {
	background: url('images/butt_hov.png') no-repeat;
}

#cloud {
	text-align: center;
	height: 140px;
	width: 350px;
	position: relative;
	margin: -225px 0 0 340px;
	overflow: hidden;
}

#cloud a {
	color: #c0aa82;
	text-decoration: none;
}

#cloud a:hover {
	text-decoration: underline;
}

#search {
	width: 300px;
	margin: 15px 0 0 350px;
	position: relative;
	}
	
	
#articles {
	float: left;
	padding: 1px 15px;
	width: 505px;
}

#articles h2 {
	font-size: 16px;
	color: #766950;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#articles h2 a {
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#articles h2 a:hover {
	text-decoration: underline;
}

#articles h2 a:visited {
	color: #766950;
}

#articles small {
	line-height: 1em;
	color: #d0bda5;
}

#articles hr {
	color: #766950;
	background-color: #766950;
	height: 1px;
	border: 0;
}

#articles a.read {
	font-size: 10px;
	float: right;
}

#sidebar {
	width: 150px;
	padding: 1px;
	margin-right: 15px;
	float: right;
	display: inline;
}

#sidebar h2 {
	font: 11px Helvetica, sans-serif;
	color: #453e2f;
	padding-left: 10px;
	margin: 0;
}

#sidetop {
	background: url('images/sidetop.png') top no-repeat;
	width: 150px;
	height: 6px;
}

#sidefill {
	background: url('images/sidefill.png') repeat-y;
	width: 150px;
	padding: 3px;
	margin: 0;
	color: #70634c;
}

input.mailer {
	width: 120px;
}

.fancylist {
	display: block;
}

.fancylist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fancylist ul li {
	display: inline;
	margin:0;
	padding:0;
}
.fancylist li{
	list-style: none;

}

.fancylist ul li a {
	color: #70634c;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}


.fancylist ul li a:hover {
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #f1ebe0;
}

#sidebot {
	background: url('images/sidebot.png') top no-repeat;
	width: 150px;
	height: 5px;
}

	
