/*
Theme Name: Anne Mavity
Theme URI: http://annemavity.org/
Description: Style sheet built on top of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> and incorporating the Blueprint CSS framework.
Version: 1.0
Author: Michael Heilemann / Tony Thomas
Author URI: http://binarybonsai.com/ / http://anthonygthomas.com
Tags: blue, custom header, fixed width, two columns, widgets

	AnneMavity 1.0
	 http://binarybonsai.com/kubrick/

*/

/* Pantone colors

pms | #hex	  | description

072 |  #333399| cobalt blue
374 | #BAE860 | lime green

/* Begin Typography & Colors */

a {color:#0f2884;}
a:visited, a:hover {text-decoration:none;}

body {
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	font-size:100%;
	height:100%;
	}
	
h1, h2, h3, h4, h5, h6 {font-weight:bold;}

/* header */

#header {
	background: #0f2884;
	padding:10px;
	height:201px;
}

#header h1 a {
	color: #bae860;
	text-decoration:none;
	font-weight:bold;
	font-size:130%;
}

#header .description{
	color:#bae860;
	font-size:120%;
}

/* sidebar */

#sidebar {background:white;}

#sidebar ul {
	list-style:none;
	}

#sidebar a {
	color:#0f2884;
	text-decoration:none;
	padding:5px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}
	
#sidebar a:hover {
	background: #bae860;
	color: #0f2884;
	}

#sidebar #searchsubmit {border:1px solid #0f2884;}

#sidebar #s {width:100px;}

#sidebar #searchform label {display:none;}

/* content */



/* tags */

hr{margin:0; background:#bae860;}

img {margin:5px;}

/* classes */

.hidden{display:none;}

.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {margin:auto; text-align:center;}

/* forms */

#cformsform label {
	position:absolute;
	width:195px;
	text-align:right;
}

#content input, #content textarea {
	position: relative;
	margin:0 0 10px 200px;
}


#content .wpcf7-list-item{display:block;}

#content #post-53 input {margin:0;}

#cformsform li {list-style:none;}

#cformsform label.cf-before {

position:absolute;
width:400px;
text-align:left;
margin:0 0 0 220px;

}