body {
	font-family:"Palatino Linotype",Palatino,Georgia,serif;
	font-size: 16px;
}

a {
	color: #7a2410;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #bc2e0d;
}

.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.wp-caption-text {
	font-size: 80%;
}

#header {
	background-color: #eee;
	height: 180px;
	border-bottom: 5px solid #fff;
	background: #bc2e0d url(../images/header-bg.png) top center repeat-x;
}
#logo {
	padding-top: 40px;
}
#logo a h1, #logo a h2 {
	color: #eee;
	text-shadow: 1px 1px 0px #000;	
}
#logo h1 {
	margin-bottom: 0em;
}

#news {
	margin-top: 2em;
}

.story {
	margin-bottom: 0em;
}

#content {
	min-height: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff url(../images/content-bg.png) top center repeat-x;	
}

.post-title {
	margin-bottom: 0px;
}
.post-meta {
	color: #666;
	font-size: 90%;
	font-style: italic;
	margin-bottom: 1em;
}

.bigger {
	font-size: 130%;
}

.searching {
	background: #eee;
	margin-bottom: 30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.searching h2 {
	margin-bottom: 0;
	text-shadow: 1px 1px 0px #fff;	
}
.searching p, .searching h2 {
	padding: 5px;
}

#sidebar ul {
	margin-left: 0px;
}
#sidebar li {
	list-style: none;
	margin-left: 0px;
}
#sidebar .widget {
	margin-bottom: 2em;
}


#footer {
/*	background: #fff url(../images/footer-bg.png) top center repeat-x;		*/
	height: 100px;
}
