/*
Theme Name: Sixthsense
Theme URI: http://getkeywords.co.za/
Description: The default Sixth Sense template.
Version: 1.1
Author: Gareth Diedericks
Author URI: http://trafficboost.co.za/
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Michael Theron,
	whose blog you will find at http://getkeywords.co.za/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: #000;
	color: #fff;
	}
p {
	margin: 0 0 10px 0;
}
a {
	color:#E30785;
	text-decoration: none;
}
h3 {
	background: #db0d89;
	color: #fff;
	text-align: center;
	padding: 2px 10px;
	font-size: 11px;
	text-transform: uppercase;
}
img {
	border: none;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	}

#header {
	margin: 0 auto;
	background: url('images/logohead.jpg') left center no-repeat;
	width: 253px;
	height: 133px;
	}
#nav {
	float: left;
	width: 200px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li li {
	display: none;
}
#nav ul li a {
	display: block;
	margin: 0 0 15px 0;
	padding: 0 40px 0 0;
	color:#E30785;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	font-size: 15px;
	background: url('images/dot.gif') 170px center no-repeat;
}
#nav ul li a:hover {
	background: url('images/dot.gif') 180px center no-repeat;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color:#E30785;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #fff;
	text-transform:uppercase;
}
#content {
	padding: 20px 0 0 10px;
	float: left;
	width: 532px;
}
#sidebar {
	float: right;
	width: 160px;
}
div.divider {
	margin: 0 auto 20px auto;
	background: url('images/divider.jpg') left center no-repeat;
	width: 532px;
	height: 62px;
}
div.clear {
	clear: both;
}
strong {
	color: #DE0C8B;
}
#footer {
	text-align: center;
}
