/*  
Theme Name: Natural Selection
Theme URI: http://www.naturalselectiongroup.com/
Description: Basic template, pages only, no posts
Version: 1.0
Author: Matthew Hill
Author URI: http://www.friskdesign.com/
*/

/*************************************************************************
	Natural Selection Stylesheet
	Developed by Matthew Hill (c) 2008 -- http://www.friskdesign.com/
	MODULE: 	global.css
	PURPOSE:	all rules for site
*************************************************************************/

/* Reset browser 
*************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*Auto float clearing for compliant browsers
*************************************************************************/
#wrapper:after,
#banner:after
{
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/* General Rules and classes
*************************************************************************/
body {
	color:#7D7F82;
	background:#E4E4E4;
	background:#FFF;
	font: normal 1.00em/normal Verdana,Arial,"Helvetica Neue","Helvetica",sans-serif;
	margin:40px 0;
}
#skipto {
	position:absolute;
	left:-1000em;
}

/* Layout
*************************************************************************/
#wrapper {
	width:720px;
	padding:0 40px 0 0;
	margin:0 auto;
	background:#FFF;
	font-size:0.80em;
	position:relative;
/*	border-bottom:2px solid #D8D8D9;
	border-right:2px solid #D8D8D9;	*/
}
#sidebar {
	float:left;
	width:240px;
	margin:0 0 0 -720px;
}
#content {
	float:left;
	width:439px;
	min-height:280px;
	padding:0 0 120px 40px;
	margin:0 0 0 240px;
	border-left:1px solid #E4E4E4;
	line-height:1.3em;
}

/* Overall text 
*************************************************************************/
#content p,
#content ul,
#content ol,
#content dl {
	margin:0 0 20px 0;	
}

h1,h2,h3,h4,h5,h6 {
	font: normal 1em/normal Verdana,Arial,"Helvetica Neue","Helvetica",sans-serif;
	margin:0 0 20px 0;
}
h1 strong,
h2 strong,
h3 strong {
	font-weight:normal;
}
h1 {
	font-size:1.6em;
	line-height:normal;
}
h2 {
	font-size:1.3em;
	line-height:normal;
}
h3 {
	font-weight:bold;
}

#content ol {
	margin-left:20px;
}
#content ul{
	margin-left:20px;
	list-style:square;
}
#content li {
	margin-bottom:10px;
}
strong {
	font-weight:bold;
}
body.pink #content a:hover,
body.green #content a:hover,
body.purple #content a:hover,
body.blue #content a:hover,
body.yellow #content a:hover {
	color:#ED018A;
}


/* Banner
*************************************************************************/
#banner {
	padding:0 0 70px 0;
}
#banner img {
	float:left;	
	margin:0 80px 0 45px;
}
#banner p {
	float:left;
	position:relative;
	width:376px;
	height:50px;
	margin:97px 0 0 0;
	font-size:1.3em;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
}
#banner p span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:376px;
	height:50px;
	background:url(img/strapline.png) no-repeat;
}

/* Sidebar
*************************************************************************/
#sidebar ul {
	margin:-5px 0 0 0;
	border-top:1px solid #F8F8F8;
	border:none;	
}
#sidebar li {
	padding:0 40px 0 0;
	margin:0;
	text-align:right;
	list-style:none;
	font-size:1em;
	line-height:normal;
	border-bottom:1px solid #F8F8F8;
	border:none;
}
#sidebar a,
#sidebar a:visited {
	color:#7D7F82;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:10px 0;
}

#sidebar .current_page_item a {
	font-weight:bold;
}

#sidebar .page-item-2 a:hover,
.green #sidebar .current_page_item a,
.green #sidebar .current_page_item a:visited,
.green #sidebar .current_page_item a:visited:hover {
	color:#8CC63E;
}
#sidebar .page-item-6 a:hover,
.purple #sidebar .current_page_item a,
.purple #sidebar .current_page_item a:visited,
.purple #sidebar .current_page_item a:visited:hover {
	color:#652D91;
}
#sidebar .page-item-14 a:hover,
.blue #sidebar .current_page_item a,
.blue #sidebar .current_page_item a:visited,
.blue #sidebar .current_page_item a:visited:hover {
	color:#008DB0;
}
#sidebar .page-item-11 a:hover,
.yellow #sidebar .current_page_item a,
.yellow #sidebar .current_page_item a:visited,
.yellow #sidebar .current_page_item a:visited:hover {
	color:#FEC20F;
}



/* Page specific stuff
*************************************************************************/
body.home #content {
	background:url(img/footer-grey.png) right bottom no-repeat;
/*	border-left:1px solid #BEBFC0;	*/
}
body.green #content {
	background:url(img/footer-green.png) right bottom no-repeat;
/*	border-left:1px solid #8CC63E;	*/
}
body.purple #content {
	background:url(img/footer-purple.png) right bottom no-repeat;
/*	border-left:1px solid #9464B9;*/
}
body.blue #content {
	background:url(img/footer-blue.png) right bottom no-repeat;
/*	border-left:1px solid #12A1C3;	*/
}
body.yellow #content {
	background:url(img/footer-yellow.png) right bottom no-repeat;
/*	border-left:1px solid #FEC20F;*/
}
body.pink #content {
	background:url(img/footer-pink.png) right bottom no-repeat;
/*	border-left:1px solid #ED018A;*/
}
/* Colours */
.green #content h1,
.green #content a,
.green #content a:visited {
	color:#8CC63E;
}
.purple #content h1,
.purple #content a,
.purple #content a:visited {
	color:#652D91;
}
.blue #content h1,
.blue #content a,
.blue #content a:visited {
	color:#008DB0;
}
.yellow #content h1,
.yellow #content a,
.yellow #content a:visited {
	color:#FEC20F;
}
.pink #content h1,
.pink #content a,
.pink #content a:visited {
	color:#ED018A;
}


/* Footer
*************************************************************************/
#footer {
	width:200px;
	position:absolute;
	bottom:43px;
	left:0;
	z-index:5;
	text-align:right;
	font-size:0.70em;
	line-height:1;
	color:#D8D8D9;
}

/* Password forms
*************************************************************************/
form.inlinepassword {
	margin:0 0 20px 0;
}
form.inlinepassword br {
	display:none;
}
form.inlinepassword fieldset {
	padding:20px;
	border:1px solid #E4E4E4;
}
form.inlinepassword legend {
	font-weight:bold;
	padding:5px 10px 0;
	margin:0 0 0 -10px;
}
form.inlinepassword  label {
	margin:0 10px 0 0;
	display:block;
	padding:4px 0 0 0;
	float:left;
	font-weight:bold;
}
form.inlinepassword  input {
	margin:0 10px 0 0;
	padding:0;
	line-height:normal;
	height:22px;
	float:left;
}
form.inlinepassword button {
	float:left;
	margin:0;
	background:#ED018A;
	color:#FFF;
	width:80px;
	height:24px;	
	line-height:normal;
	font-weight:bold;
}

/* Job Description List
*************************************************************************/
#content .post-meta {
	list-style:none;
	margin:0 0 30px;
	padding:0;
}
#content .post-meta li {
	list-style:none;
	margin-left:0;
	padding:0;
	font-weight:bold;
}
#content .post-meta-key {
	text-align:left;
	width:35%;
	display:block;
	float:left;
	font-weight:normal;
}
