body {
	margin: 0;
	padding: 0;
	background: #FDFDF6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3F4D8F;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Georgia, Times, serif;
	font-weight: normal;
	color: #7A1600;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {font-size: 16px; line-height: 1.5em; margin: 0px; padding: 10 0 5 0px;}

p, ul, ol {
	margin-top: 0;
	line-height: 165%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #7A1600;
}

a:hover {
	text-decoration: none;
	color: #3F4D8F;
}

#wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 968px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat left top;
}

/* Menu */

#menu{
	float: right;
	width: 875px;
	padding:0 20px;
}

#menu ul{
	list-style:none;
}
	
#menu li{
	list-style:none;
	display:inline;
	margin:0 5px;
}

#menu li a{
	color:#848484;
	font-size:13pt;
	font-weight:regular;
	text-decoration:none;
	padding:0 0 1px 0;
}

#menu li a:hover{
	color:#008fd5;
	text-decoration:none;
}

#menu li a.current{
	color:#008fd5;
	font-size:13pt;
	font-weight:regular;
	text-decoration:none;
}
				
/* Logo */

#logo {
	float: left;
	width: 968px;
	height: 60px;
	color: #848484;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding: 80px 0 0 80px;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 90px 10px;
	font: normal 14px Arial, Georgia, Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #616161;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 0 0 20px;
	color: #848484;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 30px;
	background: none;
	letter-spacing: -.5px;
	color: #848484;
}

#sidebar p {
	padding-bottom: 0px;
	text-align: none;
	line-height: 150%;

}

/* Page */

#page {
	width: 968px;
	margin: 0 auto;
	background: transparent;
}

#page-bgtop {
	background: transparent;
}

#page-bgbtm {
	background: transparent;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding: 20px;
}

.post {
	margin-bottom: 8px;
	background: url(images/posttop.jpg) repeat-y left top;
}

.post-bgtop {
	background: url(images/postmid.jpg) no-repeat left top;
}

.post-bgbtm {
	background: url(images/postbot.jpg) no-repeat left bottom;
}

.post .title {
	padding-top: 15px;
	padding-left: 20px;
	color: #848484;
	text-transform: uppercase;
}

.post .title a {
	color: #787878;
	border: none;
	text-transform: uppercase;
}

.post .meta {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: left;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	font-style: bold;
}

#footer a {
	color: #3D444F;
}

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	background: #000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
}
.caption-bottom {
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }


.images img {
	margin-bottom: 20px;
	border: none;
}
.images img.margin {
	margin-right: 20px; 
}
.images {
	margin-bottom:-15px;
}
