/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #3B3B3B;
	background-color: #E5D7CC;
	background-image: url(images/img00.png);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #F6B300;
}

h1 {
	font-size: 1.5em;
}

h2 {
	letter-spacing: 1px;
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

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

ul, ol {

}

a {
	text-decoration: none;
	color: #F6B300;
}

a:hover {
}

/* Header */

#header-wrapper {
	border-color: #F60;

}

#header {
	clear: both;
	width: 1000px;
	margin: 0px auto;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 30px 0px;
	color: #000000;
	background-color: #F60;
}

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

#logo h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: none;
	font-size: 10em;
	font-family: 'Yesteryear', cursive;
	font-weight: 400;
	color: #323030;
}

#logo h1 span {
	color: #F6B300;
}

#logo p {
	margin-top: -2em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	color: #3B3B3B;
	margin-right: 30px;
	padding: 0px;
}

#logo p a {
	color: #3B3B3B;
}

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

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	font-family: 'Open Sans', sans-serif;
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 56px;
}

#menu {
	width: 1000px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
	background: #FDBD06;
	border: 2px solid #FDBD06;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #FDA408;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	line-height: 55px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	background-image: url(images/button_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #3D2729;
}

#menu .current_page_item a {
}

/* Page */

#wrapper
{
	overflow: hidden;
	padding-bottom: 40px;
}

#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 610px;
	background: #FFFFFF;
}

.post {
	margin-bottom: 15px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.post-alt
{
	background: #F0F0F0;
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 32px;
}

.post .title a {
	border: none;
	color: #3D2729;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding-bottom: 0px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.links {
	display: inline-block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.button
{
	padding: 10px 25px;
	background: #E58703;
	border-radius: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	margin: 0px;
	color: #787878;
	background: #F2CD36;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 680px;
}

#sidebar p
{
	color: #3B3B3B;
}


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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li {
	border-bottom: 1px solid #D8AD06;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
}

#sidebar li li a {
	color: #3B3B3B;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #3D2729;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 150px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #B29D8C;
	border-top: 1px solid #A59282;
	font-family: 'Arvo', serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#banner {
	width: 1000px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
}
.imagePlace {
	width: 500px;
	margin-left: 300px;
	margin-top: -2em;
}
#contentLeft {
	float: left;
	height: 670px;
	width: 180px;
	background-color: #F2CD36;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imagePlaceholder {
	margin: 5px;
	height: 130px;
	width: 130px;
	border: 2px solid #F60;
}
#galleryMotifs {
}
.slider {
	width: 550px;
	height: 250px;
	border: 1px solid #dbdbdb;
	position: relative;
	margin: 5px 0 10px 0;
	background:#FFF;
}
.slider .item {
	position: relative;
	width: 500px;
	height: 248px;
}
.slider .item img {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	width: 208px;
	bottom: 3.14581e+006;
	height: 170px;
}
.slider .text {
	position: absolute;
	top: 50px;
	left: 237px;
	z-index: 2;
}
.slider .text h3 { font-size: 45px; line-height: 45px; color: #ff0000; padding: 0 0 0 7px; }
.slider .text h2 {
	font-size: 45px;
	line-height: 58px;
	color: #39393d;
	text-transform: uppercase;
	padding: 0 0 0 2px;
}

.slider-nav {
	width: 268px;
	height: 18px;
	position: absolute;
	bottom: 9px;
	right: 26px;
	z-index: 3;
}
.slider-nav a { width: 18px; height: 18px; background: #d7d7d8; margin: 0 5px 0 0; }
.slider-nav a.active { background: #39393d; }

.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
/*-----------------------------------------------*/
