@charset "UTF-8";

@font-face {
	font-family: 'Delius Swash Caps';
	font-style: normal;
	font-weight: 400;
	src: local('Delius Swash Caps'), local('DeliusSwashCaps-Regular'),
			url(http://themes.googleusercontent.com/static/fonts/deliusswashcaps/v5/uXyrEUnoWApxIOICunRq78NWT6CuowAotx_Dv3iC2Y0.ttf) 
			format('truetype');
}

@font-face {
	font-family: 'Jura';
	font-style: normal;
	font-weight: 400;
	src: local('Jura Regular'), local('Jura-Regular'), 
			url(http://themes.googleusercontent.com/static/fonts/jura/v4/BaRU3GSISDJW2nIqbysbmg.ttf) 
			format('truetype')}

body {
	marging: 0 auto;
	top: 0px;
	font-size: 100%;
	line-height: 1.25em;
	color: #600;
	background-color: #E5D4D4;
	font-family: Jura, Optima, Optimus, sans-serif;
}

a {
	font-family: 'Delius Swash Caps', script;
}

a:link, 
a:visited {
	color: #66150E;
	text-decoration: none;
	padding: 2px;
}

a:hover, 
a:active {
	text-decoration: underline;
	background-color: #600;
	color: #E5D4D4;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #E4D3D3;
	text-align: center;
	padding-top: 1em;
}

#contentArea h1, 
#contentArea h2, 
#contentArea h3, 
#contentArea h4,
#contentArea h5,
#contentArea h6 {
	background-color: #600;
	text-align: left;
	padding: 0.5em;
	width: 95%;
	border-radius: 5px;
}

li {
	display: inline-block;
	text-align: left;
}

#wrapper {
	width: 1025px;
	height: 600px;
	position: relative;
	font-size: 1em;
	padding: 0px;
	border-width: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headerArea {
	height: 125px;
	width: 1025px;
	margin: 0px;
	padding: 0px;
	border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	background-color: #600;
	color: #E5D4D4;
}

#headerArea img {
	margin-top: 0px;
	margin-left: 25px;
	height: 110px;
	width: 400px;
}

nav {
	height: 20px;
	width: 580px;
	float: right;
	margin-top: 0px;
	margin-left: -15px;
	z-index: 10;
	color: #E5D4D4;
}

nav li {
	font-size: 1.2em;
	list-style-position: inside;
	list-style-type: none;
	display: block;
	height: 35px;
	width: 110px;
	background-color: #E5D4D4;
	border: medium solid #600;
	margin-top: 10px;
	margin-left: -5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	float: left;
}

nav li a:link,
nav li a: visited {
	display: block;
	color: #66150E;
}

.subNav {
	width: 105px;
	position: absolute;
	text-align: center;
	margin-top: 20px;
	margin-left: -50px;
}

.subNav li {
	font-size: 0.8em;
	line-height: 1em;
	float: none;
	width: 105px;
	margin-top: -2px;
}

#sidebarLeft,
#sidebarRight {
	float: left;
	height: 525px;
	width: 150px;
	background-color: #986666;
	background-repeat: repeat-y;
	background-image: url(images/watermark300px.png);
	background-position: right top;
	background-attachment: scroll;
}

#content {
	clear:both;
}

#contentArea {
	float: left;
	padding-left: 5px;
	height: 525px;
	width: 720px;
	background-color: #E5D4D4;
	background-repeat: repeat;
	overflow: auto;
	text-align: top;
}

#contentArea p {
	margin: 10px;
}

#contentArea img {
	margin: 5px;
	border: thin solid #986666;
}

.entry-content {
	clear: both;
	padding: 10px 15px 0 0;
}

.entry-title {
	text-align: left;
	color: #E5D4D4;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px;
	font-family: 'Delius Swash Caps', script;
}

.img-and-caption {
	margin: 10px;
	background-color: #986666;
	line-height: 1em;
	max-width: 575px !important; /* prevent too-wide images from breaking layout */
	padding: 5px;
	text-align: center;
}

.img-and-caption img {
	margin: 5px 5px 0;
}

.img-and-caption p.caption-text {
	color: #66150F;
	font-size: 1em;
	margin: 10px;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.alignRt, img.alignRt {
	display: inline;
	float: right;
	margin-right: 15px;
	margin-top: 4px;
}

footer {
	background-color: #66150E;
	width: 1025px;
	height: 80px;
	float: left;
	color: #E4D4D4;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-radius: 0 0 25px 25px;
	-webkit-border-radius: 0 0 25px 25px;
	-moz-border-radius: 0 0 25px 25px;
}

footer a:link,
footer a:visited {
	color: #E5D4D4;
}

footer a:hover, 
footer a:active {
	background-color: #966;
}

#cntctfrm_contact_form {
	padding: 20px;
	width:650px;
}
