/*.custom .format_text p {
color:#336699;
}*/

h1 {
font-size: 22px;
color: #111111;
margin-bottom: 1px;
padding-bottom: 1px;
}

.site-map h1 {
font-size: 14px;
color: #blue;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.biglink a:link {
	text-decoration: underline;
	font-size: 2em
	}
.biglink a:visited {
	text-decoration: underline;
	font-size: 2em
	}
.biglink a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 2em
	}

/* style the header & tagline */ 

.custom #header {
	margin: 0;
	padding: 0;
	}

body.custom {
    background: /*#48433F #3A3B35 #625E53*/ #373735 50% 0 no-repeat ;
}

.custom #header {
	text-align: center;
	text-indent: -140px;
}

.custom #header #tagline {
	text-indent: 135px;
	text-transform: lowercase;
}

/* style the menu & make it display horizontally */ 

.menu a {
	padding: 0px;
	margin-bottom: 0.7em;
}

.menu li {
	width: 100%;
}

.menu li a:hover, .menu .rss a:hover {
	text-decoration: none;
}

.menu .children {
	float: right;
	text-align: right;
}

/* style sidebar */ 
.sidebar li.widget li {
	text-indent: 15px;
	margin-bottom: 0.6em;
}

.sidebar li.widget {
	margin-bottom: 0.7em;
}

.sidebar h3 {
	font-variant: normal;
	text-transform: uppercase;
	margin-bottom: 0.7em;
}

.sidebar li.widget ul {
	margin-bottom: 0.1em;
}

/* indent byline */ 
.headline_meta {
	text-indent: 25px;
}

/* indent teaser link */ 
.teaser .teaser_link {
	padding-left: 25px;
}

/* style comment form and submit button */ 
#commentform {
	border: none;
}

#commentform input.form_submit {
	color: #D54E21;
	display: block;
}

input.form_submit {
	background: #ffffff;
	border: none;
}

input, textarea {
	background: #FFFFFF;
	height: 20px;
}

/* put previous and next post links on same line */ 
.prev_next {
	text-align: right;
}

.prev_next .previous {
	text-align: left;
	width:50%;
	float: left;
}