/* styles */

html {
	background: url('../images/background_repeat.jpg') repeat-y center;
}

body {
	background: url('../images/background_top.jpg') no-repeat top center;
	font-size:13px;
	font-family: Verdana, sans-serif;
}

a, a:visited, a:hover {color:#BF6013;text-decoration:none;}
a img {text-decoration:none}

.widget {
	background: url('../images/widget_middle.png') repeat-y center;
	margin:0 0 10px 0;
}

.widget_top {
	background: url('../images/widget_top.png') no-repeat top center;
}

img.inset_right {
	float:right;
	margin:0 0 10px 10px;
}

img.inset_left {
	float:left;
	margin:0 10px 10px 0px;
}

img.headline {
	margin:20px 0;
	border:2px solid #b4998a;	
	max-width:600px;
	height:auto;
}

.widget_bottom {
	background: url('../images/widget_bottom.png') no-repeat bottom center;
	min-height:250px;
	padding-top:5px;
}

.widget_content {
	margin:0 8px;
	padding-bottom: 12px;
	margin-top: 42px;
	color:#f9ede4;
	
}

.widget p {margin:auto;}

ul {
	margin:0 0 0 1.5em;
}

h2 {

}

#links {
	text-align:center;
	padding:2px 0 8px 0;
	background:url('../images/widget_divider.png') no-repeat bottom center;
}

#links a, #links a:visited {
	color:#fbfeff;
	font-size:11px;
	text-decoration:none;
}

#categories {
	margin-top:10px;
	color:#fff;
}

#categories_list {
	margin:0 8px;
	padding-bottom: 13px;
}

#categories_list h2 {
	color:#fff;
}

#categories_list a, #categories_list a:visited {
	color:#fff;
}

#photo {
	margin-bottom:10px;
	padding:0;
}

.entry {
	background:#fff;
	margin:10px 0 0 0;
	padding:10px 10px 0px 10px;
}

h1 {
	color:#87401c;
	font-size:24px;
	font-weight:bold;
}

h2 {
	color:#444;
	font-size:20px;
	font-weight:bold;
}

#location_info {
	text-align:center;
	color:#fff;
	font-size:14px;
}

#map {
	margin:5px;
}

h2.datetime {
	font-size:13px;
}

.social a {
	text-decoration:none;
	margin:20px 20px 10px 0px;
}


