/*  
Theme Name: BrendansFund.org Theme
Theme URI: http://brendansfund.org/
Description: Main theme for the BrendansFund.org website.
Version: 0.9b
Author: Peter Roman
Author URI: http://prdsn.com/
*/


/* global stuff */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url('http://brendansfund.org/wp-content/themes/brendansfund/images/bg.gif');
	background-repeat: repeat-x;
	/* fonts */
	font-family: Georgia, Times, serif;
	font-size: medium;
	color: #661d00;
	}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}
h3 {
	font-size: 1.6em;
	}
img {
	border: none;
	}
a {
	color: #bc4212;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #e4b34d;
	}
hr {
	border: 0;
	border-bottom: 1px solid #f5e5ba;
	height: 0px;
	background-color: #f5e5ba;
	color: #f5e5ba;
	
	}
blockquote {
	width: 375px;
	}
/* fixes an extra padding issue in Safari of all things */
td {
line-height: 0px;
overflow: hidden;
}


/* main structure and styles */
#page {
	width: 765px;
	margin: 0 auto;
	}
/* header */
#headerimg {
	height: 104px;
	}
#headerimg h1 {
	margin: 0;
	padding: 0;
	float: left;
	}
#headerimg .description {
	float: right;
	}
/* content */
#content {
	float: left;
	width: 475px;
	padding: 0 40px 20px 30px;
	margin-bottom: 20px;
	border-right: 1px solid #f5e5ba !important;
	border-right: none;
	}
#content .intro {
	margin-top: 0;
	font-size: 1.05em;
	line-height: 1.4em;
	}
#content h1 {
	border-top: 1px solid #f5e5ba;
	font-size: 1.3em;
	line-height: 1em;
	color: #e4b34d;
	margin-top: 25px;
	padding: 25px 0 0 0;
	}
#content h2 {
	font-size: .9em;
	line-height: 1em;
	}
#content small {
	font-size: .7em;
	line-height: 1em;
	color: #cc951f;
	}
#content .entry p {
	margin: 0;
	padding: 2px 0 5px 0;
	font-size: .8em;
	line-height: 1.3em;
	}
#content .post {
	margin: 12px 0 12px 0;
	border-bottom: 1px dashed #f5e5ba;
	}
#content ol {
	margin: 0;
	padding-left: 35px;
	padding-bottom: 25px;
	line-height: 1.5em;
	}
#content table.contestresults {
	border: none;
	}
#content table.contestresults h4 {
	padding-top: 5px;
	padding-bottom: 10px;
	}
#content table.contestresults td {
	vertical-align: top;
	margin-top: 20px;
	padding-top: 10px;
	width: 420px;
	}

/* sidebar */
#sidebar {
	width: 185px;
	padding-left: 30px;
	margin-left: 545px !important;
	margin-bottom: 20px;
	border-left: 1px solid #f5e5ba;
	}
#sidebar .blurb {
	line-height: 1em;
	}
#sidebar h2 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 1.1em;
	color: #e2ae40;
	border-bottom: 1px solid #f5e5ba;
	}
#sidebar li.current_page_item a {
	font-weight: bold;
	color: #661d00;
	}
#sidebar li.current_page_item li a {
	font-weight: normal;
	}
#sidebar li.current_page_item:before {
	
	}
#sidebar h2.search {
	margin: 0;
	padding: 10px 0 0 0;
	border: none;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar li {
	font-size: .9em;
	line-height: 1.5em;
	}
#sidebar #searchform {
	margin: 0;
	padding-bottom: 15px;
	}
#sidebar #searchform #s {
	border: 1px solid #e2ae40;
	background-color: #f1faff;
	width: 130px;
	margin: 0 5px 0 0;
	padding: 2px;
	color: #114460;
	}
#sidebar #searchform #searchsubmit {
	font-family: Georgia, Times, serif;
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: #bc4212;
	text-decoration: none;
	width: 40px;
	padding-left: 0;
	}
#sidebar li.latestphotos {
	height: 300px;
}
#sidebar p.contact {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: .8em;
	line-height: 1.3em;
	}
#sidebar h2.latestphotos {
	margin: 0;
	padding: 0;
	border: none;
	}
#sidebar ul li ul li ul {
	margin: 0;
	padding: 0 0 0 10px;
	}

/* footer */
#footer {
	clear: both;
	padding: 10px 0 20px 0;
	background-image: url('http://brendansfund.org/wp-content/themes/brendansfund/images/footbg.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #f5e5ba;
	text-align: center;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
#footer em {
	font-size: .9em;
	}
#footer small {
	font-size: .7em;
	color: #cc8800;
	}
	
/* individual page styles */
.page h4 {
	font-size: 1.3em;
	margin-top: 20px;
	}
.page p {
	line-height: 1.5em;
	}
.page ul {
	padding-left: 25px;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.5em;
	list-style-image: url('http://brendansfund.org/wp-content/themes/brendansfund/images/bullet.gif');
}
.page img {
	padding-left: 10px;
	}

/* individual entry styles */
.post h2 {
	margin-bottom: 4px;
	}
.post h3 {
	font-size: 1.2em;
	margin-bottom: 3px;
	padding-top: 10px;
	}
.entrytext p {
	line-height: 1.4em;
	margin-top: 5px;
	}
.navigation {
	padding-bottom: 2px;
	font-size: .9em;
	border-bottom: 1px dashed #f5e5ba;
	}

/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}

/* contact form extra styling */
.contactright input {
	padding: 2px;
	border: 1px solid #e2ae40;
	background-color: #f1faff;
	color: #114460;
	}
.contactright textarea {
	padding: 2px;
	border: 1px solid #e2ae40;
	background-color: #f1faff;
	color: #114460;
	}
.contactform .error {
	color: #c00;
	font-size: 1.2em;
	}
	
/* search */
.search {
	line-height: 1.5em;
	padding: 5px 0;
	}
	
/* flash */
object {
	float: right;
	}
embed {
	float: right;
	}
