/*
Theme Name: Brendan
Description: Custom theme.
Version: 1.0
Author: Shake and Howdy
Author URI: http://shakeandhowdy.com/
*/



/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}


body {
	margin:0px;
	background:url(images/bg.png) top left;
	background-color:#efcf54;
	padding:0px 0px 0px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}
img{border:none;}
a{color:#db2229;font-weight:bold;text-decoration:none;}
a:visited{color:#db2229;font-weight:bold;text-decoration:none;}
a:hover{color:#db2229;font-weight:bold;text-decoration:none;}
h1{
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding-bottom:10px;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#DB2229;
	padding:0px;
	margin:0px 0px 3px 0px;
}
p{
	margin:0px 0px 12px 0px;
}
ul{
	width:400px;
}
li{
	margin:0px;
}
form{
	margin:0px;
}
input{
	margin:0px;
}
textarea{
}
table{
	margin:0px;
}
.container{
	margin:0px auto;
	width:925px;
}

.header{
	float:left;
	width:925px;
}
.header .logo{
	float:left;
	width:201px;
}
.header .banner{
	float:left;
	width:724px;
}
.nav{
	float:left;
	width:925px;
	height:26px;
	padding-top:4px;
	background:url(images/bg_nav.png) top right no-repeat;
	text-align:right;
	font:normal 18px Trebuchet MS, Helvetica, sans-serif;
	text-transform:uppercase;
}
.nav ul {
	margin:0;
	padding:0;
	display: inline;
} 
.nav ul li {
	margin:0 10px 0 40px;
	padding:0;
	list-style:none;
	display:inline;
}
.nav ul li a{color:#fff;font-weight:bold;text-decoration:none;}
.nav ul li a:visited{color:#fff;font-weight:bold;text-decoration:none;}
.nav ul li a:hover{color:#efcf54;font-weight:bold;text-decoration:none;}

.mainBody{
	float:left;
	width:925px;
	padding-top:20px;
}

.mainBody .left{
	float:left;
	width:570px;
}
.mainBody .leftTop{
	float:left;
	width:570px;
}
.mainBody .leftMain{
	float:left;
	width:570px;
	padding-bottom:12px;
	background:url(images/main_bg.png) top left;
}
.mainBody .leftMain .post{
	margin:17px 20px 0 20px;
}

.mainBody .leftBot{
	float:left;
	width:570px;
}

.mainBody .right{
	float:left;
	width:325px;
	margin-left:30px;
}
.copyGfx{
	float:left;
	width:489px;
}
.copyMain{
	float:left;
	width:489px;
	background:url(images/box_content_bg.png) bottom left repeat-x;
	background-color:#3579a8;
}
.entry{
	float:left;
	width:530px;
	padding-top:12px;
}

.footer{
	float:left;
	width:925px;
	margin-top:30px;
	padding-bottom:20px;
}
.footer a{color:#db2229;font-weight:bold;text-decoration:none;}
.footer a:visited{color:#db2229;font-weight:bold;text-decoration:none;}
.footer a:hover{color:#db2229;font-weight:bold;text-decoration:none;}
.footer .left{
	float:left;
	width:725px;
}
.footer .right{
	float:left;
	width:150px;
	margin-left:30px;
	text-align:right;
}


.postmetadata {
	text-align: center;
	padding-bottom:12px;
	border-bottom:solid 1px #db2229;
}

#sidebar{
	width:325px;
}
#sidebar ul, #sidebar ul ol {
	width:325px;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin:0;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	height: 100%;
}
h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
#sidebar h2 {
	font-size:14px;
	color:#333;
	margin: 8px 0;
	padding: 0;
}
.narrowcolumn{
	margin:17px 20px 0 20px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.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;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
	
/*Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px 0 2px 0;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px 0 2px 0;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */