/*
Theme Name: Brunner Digital
Theme URI: http://brunnerdigital.com/
Description: Brunner Digital standard look... for now.
Version: 0.9
Author: Aaron Cacali, kramer
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(images/body_background.gif) 0 1px repeat-x;
	color: #252525;
	font: 11px/1.5em arial, sans-serif;
	text-align: center;
}

a {
	color: #d4470f;
	text-decoration: none;
}

a:hover {
	color: #89310e;
}

a img {
	border: 0;
}

p {
	margin: 0.1em 0 1em;
}

ol, ul {
	margin: 0.1em 0 1em 2em;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#utility_links {
	float: right;
	color: #7F7F7F;
	text-transform: uppercase;
}

#utility_links ul {
	margin: 12px 0 0;
	list-style: none;
}

#utility_links li {
	float: left;
	margin-left: 8px;
	padding-left: 7px;
	border-left: 1px solid #7F7F7F;
}

#utility_links li.first {
	border-left: 0;
}

#utility_links li a {
	display: block;
	color: #7F7F7F;
	line-height: 1em;
	text-decoration: none;
}

#utility_links li a:hover {
	text-decoration: underline;
}

#header {
	clear: both;
	overflow: hidden;
	height: 55px;
	background: url(images/fullHeader.gif) 0 50% no-repeat;
	text-indent: -999em;
}

#nav {
	float: left;
	width: 186px;
	line-height: 1.25em;
}

#nav ul {
	display: block;
	margin: 29px 20px 0 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	padding: 3px 0;
	border-bottom: 1px solid #EAEAEA;
}

#nav ul li.last_link, #nav ul li.last_link_selected {
	border-bottom: 0;
}

#nav ul li a, #nav ul li a:visited {
	display: block;
	color: #8B8B8B;
	padding: 4px 36px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li.selected a, #nav ul li.selected a:visited, #nav ul li.last_link_selected a, #nav ul li.last_link_selected a:visited, #nav ul li a:hover {
	background: #CBCBCB;
	color: #FFFFFF;
}

#content {
	float: left;
	width: 754px;
	margin-top: 10px;
	background: url(images/contentMiddle.gif) 0 0 repeat-y;
}

#content_bottom {
	padding-bottom: 10px;
	background: url(images/contentBottom.gif) 0 100% no-repeat;
}

#content_top {
	padding: 55px 12px 0 16px;
	background: url(images/contentTop.gif) 0 0 no-repeat;
}

#page {
	float: left;
	width: 530px;
	margin: 1em 0;
}

h2.pagetitle {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px dashed #666;
	color: #666;
	font-size: 2em;
	font-weight: normal;
}

.post {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #666;
}

.post h2 {
	margin-bottom: 0.2em;
	font-size: 26px;
	font-weight: normal;
	line-height: 1em;
}

.post h2 .editpost {
	font-size: 0.75em;
	line-height: 1em;
}

.post .date, .post h3 {
	margin-bottom: 0.5em;
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
}

.postcategories {
	margin-bottom: 0.1em;
}

.postauthor {
	margin-bottom: 1em
}

.more-link {
	padding-right: 10px;
	background: url(images/moreArrow.gif) 100% 50% no-repeat;
	border-bottom: 1px solid #d4470f;
	font-weight: bold;
	font-size: 1.1em;
}

.postcomments {
	background: url(images/talkbox.gif) 0 50% no-repeat;
	padding-left: 17px;
	font-size: 0.9em;
	text-transform: uppercase;
}

.postcomments a {
	text-decoration: underline;
}

.entry {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #666;
}

.commentlist {
	list-style: none;
	margin-left: 0;
}

.commentlist li {
	margin-bottom: 1em;
	border-bottom: 1px dashed #666;
}

textarea#comment {
	width: 99%;
}

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}

#sidebar {
	float: right;
	width: 181px;
	background: #f0f0f0;
}

#sidebar .inner {
	margin: 10px;
}

#sidebar h2 {
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
	color: #999;
}

#sidebar .widget {
	margin-bottom: 1em;
}

#bottom {
	clear: both;
}

#footer {
	clear:both;
	margin-left: 201px;
	padding: 1em 0;
}