/*  
Theme Name: headconsulting dark
Theme URI: 
Description: headconsulting dark theme for WordPress. Last updated 05/11/2007
Version: 0.1
Author: Paul Stephenson
Author URI: http://www.headconsulting.co.uk
*/

/* The Normaliser! (after Andy Clarke and Tantek) */

/* Norm margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Norm font-size for headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Remove table styles */
table {border-collapse:collapse; border-spacing:0;}

/* Remove borders from fieldset and img */
fieldset, img {border:0;}

/* Left-align captions and table headings */
caption, th {text-align:left}

/* Remove underlines from links */
:link,:visited {text-decoration:none}

/* Remove default nasty blue borders from image links */
a img,:link img,:visited img {border:none}


/* End of The Normaliser! */

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #fff;
	background: #333 url(images/body-bg.jpg) top left repeat-x;
}

.skip {
	position:absolute; 
	left:-9000px; 
	top:0;
}

.screen {
	display:none;
}

.print {
}

#wrap {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 800px;
	background-color: #000;
	font-size: 1em;
}

#col-l, #col-r {
	float:left;
	width: 160px;
	display:inline;
}

#col-l {
	padding: 0 20px 0 20px;
}

#nav, #nav ul {
	list-style: none;
	padding: 15px 0;
}

#nav li {
	border: 1px solid #4D4D4D;
	padding: 4px 8px;
	margin-bottom: 4px;
}

#nav li ul {
	padding: 6px 0;
	margin:0;
}

#nav li li {
	border: none;
	font-size: 0.9em;
	padding: 4px 8px;
	margin: 0;
}

#col-c {
	float:left;
	width: 358px;
	min-height: 680px;
	padding: 0 20px;
	margin: 0;
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	display:inline;
}

#col-c h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #999;
	padding: 2em 0 0.9em 0;
}

#col-c h2 {
	font-size: 1.4em;
	color: #00A4E8;
	font-weight: normal;
}

#col-c h3 {
	font-size: 1.1em;
	color: #00A4E8;
	font-weight: normal;
}

#col-c p {
	color: #999;
	padding-bottom: 2.4em;
}

#col-c .break {
	padding-bottom: 1.0em;
}

#col-c ul {
	color: #999;
	list-style:square;
	line-height: 1.5em;
	padding: 0 0 1.2em 1.2em;
}

#col-c ul ul {
	color: #999;
	list-style:square;
	line-height: 1.5em;
	padding: 0 0 0 1.2em;
}

#col-r {
	padding: 0 20px;
}

#col-r ul {
	color: #00A4E8;
	list-style:square;
	line-height: 1.5em;
	padding: 0 0 0 1.2em;
}

#col-r h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #00A0C6;
	padding: 2.0em 0 1em 0;
}

#col-r p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.8em;
}

#promos {
	margin-top:35px;
}

.promo {
	border: 1px solid #4D4D4D;
	padding: 8px 16px;
	margin: 16px 0;
	font-size: 1em;
	font-weight: normal;
}

.promo h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	padding-top:6px;
}

.promo p, .quote p {
	color: #fff;
	font-size: 1em;
	padding:0;
	margin:0;
}

.promo a, .promo a:visited {
	font-size: 1em;
	font-weight: normal;
	color:#FF0000;
}

.promo a:hover {
	color:#fff;
}

.quote {
	padding: 16px 0;
}

.quote h4 {
	font-size: 1.2em;
	font-weight: normal;
	color:#068B39;
}

a, a:visited {
color:#fff;
text-decoration:none;
}

.breadcrumb, .breadcrumb a, .breadcrumb a:visited {
	padding:0;
	margin: 0;
	color: #96969A;
	font-size: 0.9em;
}

.breadcrumb a:hover {
	color:#fff;
}

a:hover, #nav a:hover, #col-r-pre a:hover {
	color:#FE007E;
}

#col-l-pre {
	clear:both;
	float:left;
	width: 160px;
	height: 200px;
	display:inline;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
	border-right: 1px solid #4D4D4D;
	color: #96969A;
	font-size: 0.9em;
	line-height:200px;
}

#switch {
	position:relative;
	top: 80px;
	display:inline;
}

#col-c-pre {
	float:left;
	width: 358px;
	padding: 0 20px 0 20px;
	display:inline;
}

#col-r-pre {
	float:left;
	width: 160px;
	height: 200px;
	display:inline;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
	border-left: 1px solid #4D4D4D;
	font-size: 0.9em;
}

#col-r-pre ul {
	list-style: none;
}

#col-r-pre a, #col-r-pre a:visited {
	color: #4D4D4D;
}

#foot {
	clear:both;
	margin: 20px 0 0 0;
	padding: 20px 20px 24px 20px;
	height: 10px;
	font-size: 0.9em;
	background-color:#4D4D4D;
	border-bottom: 20px solid #fff; /* PRINT */
}

#foot-l {
	width: 360px;
	float: left;
}
#foot-r {
	width: 360px;
	float: right;
	text-align:right;
}

#searchform #s, #searchform input {
	border: 1px solid #4D4D4D;
	margin: 0;
	background: #000;
	color: #fff;
	vertical-align: middle;
	line-height: 1em;
	font-size:0.9em;
	font-weight: normal;
}

#searchform #s {
	width: 90px;
	height: 15px;
	padding: 4px;
}

#searchform input {
	width: 50px;
	height: 25px;
	padding:0;
}

#searchform input:hover {
	background-color:#FE007E;
}

form {
	padding: 0;
}

fieldset {
	border: 1px solid #1A84BA;
	padding: 5px;
	margin-bottom: 10px;
}

legend {
	font-weight:normal;
	color: #303030;
}

form em {
	display: block;
	font-style:normal;
	padding: 0 0 5px 0;
}

label {
	float: left;
	width: 30%;
	padding: 0 0 5px 0;
}

input,textarea {
	font-family: inherit;
	border: 1px solid #4D4D4D;
	margin: 0;
	background: #000;
	color: #fff;
	vertical-align: middle;
	line-height: 1em;
	font-size:0.9em;
	font-weight: normal;
	padding: 4px;
}