/*
Theme Name: Andrew Mawson Wordpress Theme
Theme URI: http://bendodson.com/
Description: The custom Wordpress Theme for Andrew Mawson Partnerships
Version: 1.0
Author: Ben Dodson
Author URI: http://bendodson.com/
Tags: custom header, fixed width, two columns, widgets
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url('images/bg/header.png') left top repeat-x;
	font-family: arial, sans-serif;
	font-size: 16px;
}

.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

a:focus,
a:hover {
	background: #ffc;
}

a img {
	border: 0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
	color: #808080;
	font-size: .75em;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #3d3938;
	margin: 20px 0 15px 0;
	padding: 0;
}

#container {
	width: 990px;
	margin: 0 auto;
	display: block;
	padding: 0 10px;
}

#header {
	position: relative;
	height: 129px;
}

#header #flash_logo {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	height: 88px;
	width: 250px;
	display: block;
	background: #fff url('images/logo.png') left top no-repeat;
}

#header h1 a span {
	margin-left: -9999px;
}

#header h2 {
	color: #fff;
	margin: 0;
	padding: 0 5px;
	font-size: .8em;
	position: absolute;
	bottom: 0;
	height: 35px;
	line-height: 35px;
}

#main-content h2 {
	color: #3d3938;
	font-size: 2em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1em;
}

#menu {
	position: absolute;
	right: 5px;
	bottom: 37px;
	background: #fff;
	margin: 0;
	padding: 0 4px 0 0;
	list-style: none;
	overflow: hidden;
}

#menu li {
	display: block;
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}

#menu li a {
	display: block;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	text-decoration: none;
	font-size: .8em;
	padding: 7px 5px 3px 5px;
	color: #808080;
	text-transform: lowercase;
}

#menu li#menu-story a {
	border-bottom-color: #d60d51;
}

#menu li#menu-story a:hover,
#menu li#menu-story.selected a {
	background: #f3105d;
}

#menu li#menu-people a {
	border-bottom-color: #01a2b4;
}
#menu li#menu-people a:hover,
#menu li#menu-people.selected a {
	background: #3bcbdb;
}

#menu li#menu-help a {
	border-bottom-color: #eab74a;
}
#menu li#menu-help a:hover,
#menu li#menu-help.selected a {
	background: #f9cb68;
}

#menu li#menu-contact a {
	border-bottom-color: #b4d570;
}
#menu li#menu-contact a:hover,
#menu li#menu-contact.selected a {
	background: #c7e58a;
}

#header #searchform {
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: 10px;
	bottom: 0;
}

#header #searchform label {
	color: #fff;
	font-size: .9em;
}

#header #searchform input.text {
	border: 1px solid #fff;
}

#header #searchform input.submit {
	position: relative;
	top: 4px;
}


#content {
	overflow: auto;
	margin: 15px 0px 40px 5px;
	background: #fff url('images/bg/content.png') 200px 0 repeat-y;
}

#main-content {
	float: left;
	width: 670px;
	padding: 0 0 0 7px;
}

#main-content .post-details {
	margin-top: -5px;
}

#contact-navigation {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

#contact-navigation li {
	margin: 0 10px 0 0;
	float: left;
}

#contact-navigation li a {
	color: #3d3938;
	background: #fff;
	padding: 3px 10px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-size: .8em;
}

#contact-navigation li a:hover,
#contact-navigation li a:focus {
	background: #ddd;
}

#contact-navigation li.selected a {
	background: #c7e58a;
}

.listing-box {
	overflow: hidden;
	margin-bottom: 10px;
}

.listing-box h3 {
	font-size: 1em;
	font-weight: normal;
	color: #3d3938;
	margin: 0 0 5px 0;
	padding: 0;
}

.listing-box img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

#sub-content {
	float: right;
	width: 265px;
}

#home-social {
	border-top: 2px solid #ccc;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#home-social-icons a {
	margin: 0 3px;
}


#sub-content h3 {
	text-transform: lowercase;
	margin: 0;
	padding: 0 10px 5px 10px;
	color: #3d3938;
	font-size: .9em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#sub-content h3 a.rss {
	position: absolute;
	right: 10px;
	top: 0;
}

#sub-content .sidebar-box {
	min-height: 66px;
	background: #f2f2f2 url('images/bg/sidebar-box.png') left top repeat-x;
	clear: left;
}

#sub-content #latest-news {

}

#sub-content #twitter-stream {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

#sub-content #twitter-stream p {
	margin: 10px 0 15px 0;
	padding: 0 10px;
}

#sub-content #twitter-stream .twitter-link,
#sub-content #twitter-stream .twitter-timestamp {
	display: none;
}

#sub-content #public-eye,
#sub-content #news-categories
 {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

#sub-content #principles {
	border-bottom: 1px solid #ccc;
}

#sub-content #principles p {
	color: #3d3938;
	text-align: justify;
	font-size: .7em;
}

#sub-content #principles br {
	display: none;
}

#sub-content #principles strong {
	font-size: 2em;
	font-family: Georgia, serif;
	text-align: center;
	padding: 5px 0 3px 0;
	color: #3d3938;
	display: block;
	font-weight: normal;
}

.people-photo {
	float: left;
	margin: 0 20px 15px 0;
}

.people-meta {
	font-size: 1em;
	color: #3d3938;
}

#sub-content .sidebar-box,
#sub-content .text-box
 {
	padding-top: 5px;
}

#sub-content .sidebar-box h4 {
	font-size: .75em;
	color: #3d3938;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

#sub-content .text-box h4 {
	font-size: .85em;
	color: #3d3938;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;
}

#sub-content .sidebar-box h4 a,
#sub-content .text-box h4 a {
	color: #3d3938;
	text-decoration: none;
}

#sub-content .sidebar-box img {
	float: left;
	margin: 0 5px 0 0;
}

#sub-content .sidebar-box p {
	font-size: .7em;
	margin: 0;
	padding: 0 0 10px 65px;
}

#sub-content .text-box p {
	font-size: .7em;
	margin: 0;
	padding: 0 0 10px 0;
}

#sub-content .sidebar-box p.post-meta,
#sub-content .text-box p.post-meta {
	color: #3d3938;
	padding-bottom: 5px;
}

#sub-content .link-list {
	list-style: square;
	margin: 10px 0;
	padding: 0 0 0 30px;
}

#sub-content .link-list li {
	font-size: .75em;
	padding: 0;
	margin: 0 0 .5em 0;
}

#sub-content .link-list li a {
	color: #3d3938;
}

.result-heading {
	font-size: 1.2em;
	font-weight: normal;
	color: #3d3938;
	margin: 1em 0 .5em 0;
	padding: 0;
}

.result {
	padding-left: 15px;
}

.result h4 {
	margin: 0 0 .2em 0;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
	color: #3d3938;
}

.result h4 a {
	color: #3d3938;
	text-decoration: none;
}

.result .search-meta {
	font-size: .7em;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0;
}


.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist li {
	margin: 0 0 20px 0px;
}

.commentlist li h4 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-weight: normal;
	font-size: .9em;
	color: #3d3938;
	border-bottom: 1px solid #3d3938;
}

#respond input.text,
#respond textarea {
	width: 250px;
	font-size: .9em;
	color: #333;
	padding: 3px 5px;
	border: 1px solid #999;
	margin: 0 5px 5px 0;
}

#respond textarea {
	width: 470px;
	height: 150px;
}

#site-built-by {
	margin: 10px 0 0 0;
}

#site-built-by p {
	font-size: .7em;
}

#copyright {
	margin: 40px 0 20px 0;
	width: 700px;
}

#copyright p {
	font-size: .6em;
	text-align: center;
}

#wpstats {
	display: none;
}

#ben {
	color: #777;
	text-decoration: none;
}

#ben:hover,
#ben:focus {
	background: none;
}