/*
Theme Name: Mockett Media
Theme URI: http://www.mockettmedia.co.uk
Description: WordPress theme by Mockett Media
Version: 1.0
Author: Caroline Mockett
Tags: variable width, two columns, widgets

Mockett Media theme by Caroline Mockett || http://www.mockettmedia.com
*/

/* Colours: 

Chocolate brown: #42280f
Orange: #e89524
Kingfisher blue: #1595ca
Mushroom knockback: #f6efe9

	grey #adadad
	camel #c4ae90
	minty #aed5ce
	petrol #1f6a96
	navy #041a45

*/
.clearboth {
	clear: both;
	}
#wrapper {
	width: 970px;
	position: relative;
	margin: 0 auto;
	}
/* ________________________________________________________________= main nav stuff __*/
#mainnav {
	z-index: 10;
	}
/* ________________________________________________________________= centre column stuff __*/
#content {
	background: transparent;
	margin: 0;
	padding: 40px 10px 10px 10px;
	margin-right: 200px;
	border-left: 2px solid #1f6a96;
	border-right:0;
	min-height: 400px;
	z-index: 2;
	}
#content h1 {
	margin-top: 12px;
	}
#content .post {
	clear:both;
	margin-top: 30px;
	border-bottom: 2px dashed #aed5ce;
	}
#content .post  h2 {
	padding-left: 25px;
	background: url(images/bullet_petrol.gif) no-repeat center left;
	}
#content .post blockquote {
	float:inherit;
	min-height: 50px;
	}
#content .post blockquote strong {
	padding-left: 50px;
	background: url(images/quote_left.gif) no-repeat top left;
	display:inline-block;
	min-height: 30px;
	}
#content .post blockquote p {
	padding-right: 50px;
	background: url(images/quote_right.gif) no-repeat bottom right;
	padding-top: 10px;
	min-height: 30px;
	}
p.dateposted {
	font-size: 65%;
	font-weight: bold;
	color: #c4ae90;
	}
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
p.postmetadata {
	clear: both;
	font-size: 70%;
	font-weight: bold;
	}	
/* ________________________________________________________________= right column stuff __*/	
#rightcol {
	z-index: 1;
	width: 180px;
	background: transpaprent;
	}

h3 label {
	font-size: 95%;
	clear: left;
	}
#searchbar {
	margin-left: 0;
	margin-top: 15px;
	width: 170px;
	}
#searchform {
	margin-top: 5px;
	}
#searchbar #submit {
	background: #041a45;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	}
#searchform  #s {
	width: 115px;
	}

#archives {
	background: transpaprent;
	margin-top: 50px;
	margin-left: 10px;
	}
#archives h3 {
	padding-left: 15px;
	background: url(images/bullet_navy_small.gif) no-repeat center left;
	}
#archives ul {
	margin-top: 15px;
	margin-left: 15px;
	}
#archives ul li {
	line-height: 0.3em;
	}
#rightcol a, #rightcol a:visited {
	color: #041a45;
	}