/* Basic elements
----------------------------------------------------------------- */

p, h1, h2, h3, blockquote {
	margin: 6px 0;
}

h1 {
	margin: 10px 0 6px 0;
}

/* Header 
----------------------------------------------------------------- */

#blogheader {
	width: 100%;
	padding-top: 12px;
	float: left;	
}

#branding {
	float: left;
	margin-left: 8px;
	margin-bottom: 6px;
}

.tagline {
	margin: 0;
	padding: 0;
}

ul#account {
	float: right;
	width: 25%;
	text-align: right;
	margin: 44px 8px 0 0;
	padding-bottom: 6px;
}

ul#account li {
	display: inline;
	margin: 0 5px;
}

#search {
	clear: both;
	background: url(/images/search-bg.png) bottom left no-repeat;
	border-bottom: 2px solid #492c0e;
	width: 100%;
	padding: 8px 0;
	float: left;
}

#search2 {
	background: #795e43 url(/images/search-bg.png) top left no-repeat;
}

#search form {
	margin: 3px auto 0;
	width: 720px;
}

#search form label {
	float: left;
	margin: 5px 10px 0;
}

#search form fieldset {
	margin-top: 3px;
	float: left;
	padding-bottom: 0;
}

#search form .textfield {
	width: 430px;
}

#searchexample {
	margin: 0;
}

#searchbutton {
	background: url(/images/searchbutton.png);
	text-indent: -5000px;
	width: 88px;
	height: 29px;
	border: 0;
	cursor: pointer;
	margin-left: 3px;
}

#searchbutton:hover {
	background: url(/images/searchbutton.png) 0 -29px;	
}

#searchbutton:active {
	background: url(/images/searchbutton.png) 0 -58px;	
	top: -58px;
}

#home #search, #home #search2 {
	background: transparent;
	border-bottom: 0;
	color: #000;
}

#home #searchbutton {
	background: url(/images/searchbutton.png) 0 -58px;	
}

#home #searchexample {
	color: #000;
}

#home #blogheader {
	margin-top: 25px;
}

#logo a {
	border: 0;
}

ul#account a:link, ul#account a:visited {
	color: #eee;
	text-decoration: none;
	border-bottom: 0;
}

#search a:link, #search a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-style: italic;
}

#search a:hover {
	color: #ccc;
	border-bottom: 0;
}

#msg { display:  block; }

/* Footer
----------------------------------------------------------------- */

#footer {
	clear: left;
	border-top: 10px solid #492c0e;
	border-bottom: 10px solid #492c0e;
	background-color: #553521;
	padding: 10px 8px;
	overflow: auto;
	margin: 10px 0;
	font-size: 1.4em;
	font-family: helvetica, arial, sans-serif;
}

#footer ul {
	float: left;
	margin: 12px 40px 0 20px;
	list-style: none;
}

#footer li {
	line-height: 1.4;
}

#footer-about {
	float: left;
	width: 300px;
	padding-left: 8px;
	line-height: 1.5;
}

#footer a:link, #footer a:visited {
	color: #fffcdc;
	border: 0;
}

#footer a:hover {
	color: #ccc;
}

/* Footer
----------------------------------------------------------------- */

#footer h3, #footer li, #footer p {
	color: #fffcdc;
	text-align: left;
}

.copyright {
	color: #c8b69c;	
}

#footer-about h3 {
	letter-spacing: 1px;
}

#footer-about em {
	font-weight: bold;
	letter-spacing: 0;
}
