/*
Theme Name: BlueSimplicity
Theme URI: http://sheldon.lendrum.co.nz/bluesimplicity-wordpress-free-theme_255/20/
Description: BlueSimplicity - Clean 2 Column, fixed width Layout
Version: 0.1
Author: Sheldon Lendrum
Author URI: http://sheldon.lendrum.co.nz/
Tags: clean, custom header, fixed width, two columns, widgets


*/


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
body {
	font: 80%/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #002044;
	width: 980px;
	margin: 0px auto;
}

h1 {
	font-size: 120%;
	clear: both;
}

a {
	color: #002044;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #bd9e27;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 246px;
	background: #ffffff url(assets/images/header.jpg) no-repeat left top;
}

#description {
	float: left;
	color: #d5d302;
	margin: 0px;
	padding: 40px 0px 0px 200px;
	width: 700px;
}

#description h1 a {
	font-size: 33px;
	border: none;
	text-decoration: none;
	color: #d5d302;
}

#mainBody {
	background: url(assets/images/menu_stripe.gif) repeat-y;
	min-height: 450px;
	overflow: auto;
}

#menu,
#sidebar {
	width: 350px;
	float: left;
	padding-top: 10px;
}

.mainMenu, .staticMenu {
	padding-top: 6px;
	padding-bottom: 6px;
}

.mainMenu img, .staticMenu img {
	display: block;
}

.subMenu {
	position: relative;
	top: -26px;
	float: right;
	width: 155px;
	clear: both;
	display: block;
	font: italic bold 90%/2em Georgia, "Times New Roman", Times, serif;
}


#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
	padding: 3px 0px 3px 10px;
}

#search {
	float: right;
	display: block;
	overflow: visible;
	margin-bottom: 30px;
}

#search img {
	float: right;
	margin-bottom: 10px;
}

#search input {
	float: right;
	clear: both;
}

#content {
	float: right;
	padding: 30px;
	width: 550px;
	margin-bottom: 25px;
	
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform #comment {
	width: 400px;
	height: 120px;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 2px solid #002044;
	padding-top: 5px;
}