html, body {
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
}
body {
	background: #FFF url('../images/theme/bg.png') bottom left repeat-x;
}

#wrapper {
	margin: 0 auto;
	font-size: 14px;
}

#wrapper #main-header {
	text-align: center;
	padding: 15px 0 25px 0;
	clear: both;
}

#wrapper #main-header h1 {
	font-family: 'Lobster';
	font-size: 4.3em;
	color: #F90;
	margin: 0;
	padding: 0;
}

#wrapper #main-header h2 {
	font-size: 1.2em;
	color: #666;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: lighter;
}

#wrapper #main-menu {
	font-family: 'Cantarell';
	font-size: 1.5em;
	background: #EBEBEB;
	margin: 16px 0 0 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#wrapper #main-menu ul {
	margin: 0;
	padding: 0;
}

#wrapper #main-menu ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
	font-size: 0.85em;
}

#wrapper #main-menu ul li.first {
	margin-left: 12px;
}

#wrapper #main-menu ul li a {
	color: #333;
	text-decoration: none;
}

#wrapper #main-menu ul li a:hover, #wrapper #main-menu ul li.active a {
	color: #999;
}

#wrapper #social {
	margin: 30px auto 5px;
	text-align: center;
}

#wrapper #social span {
	margin: 0 7px;
}

#wrapper #social span.mailchimp {
	top: 2px;
	position: relative;
}

#wrapper #footer {
	margin: 0 auto;
	text-align: center;
	color: #999;
	font-size: .9em;
}

#wrapper #footer a {
	color: #999;
	text-decoration: none;
}

#wrapper #footer a:hover {
	color: #333;
}

/** Homepage **/
#slideshow-wrapper {
	overflow: hidden;
	height: 508px;
	position: relative;
}

#slideshow-wrapper #slideshow-inline-wrapper {
	position: relative;
	width: auto;
}

#slideshow-wrapper #slideshow-inline-wrapper article {
	float: left;
}

#slideshow-prev, #slideshow-next {
	margin-top: 206px;
	text-align: left;
}

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

#slideshow-pages {
	float: right;
}

#slideshow-pages ul {
	margin: 0;
	padding: 0;
}

#slideshow-pages ul li {
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: left;
	list-style: none;
	margin: 10px 7px 0 0;
	padding: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #EBEBEB;
	font-size: 0px;
}

#slideshow-pages ul li.selected {
	background: #F90;
}

/** Blog **/
#blog-wrapper {
}

#blog-wrapper article {
	margin: 0 auto 20px;
	margin: block;
}

#blog-wrapper article .post-img {
	text-align: center;
}

#blog-wrapper article .post-img img {
}

#blog-wrapper article time {
	position: absolute;
	margin: 0 0 0 35px;
	font-style: italic;
	color: #999;
	font-size: 0.85em;
	font-weight: lighter;
}

#blog-wrapper article h3 {
	text-align: center;
	font-family: 'Lobster';
	font-size: 1.7em;
	color: #F90;
	margin: 15px 0 20px 0;
	padding: 0;
}

#blog-wrapper article .post-text {
}

#blog-wrapper article .post-text.single-item {
	margin-top: 20px;
}

#blog-wrapper article .post-text h3, #blog-wrapper article .post-text h4 {
	color: #666;
	font-weight: lighter;
	font-family: inherit;
	text-align: left;
}

#blog-wrapper article .post-text p {
	color: #666;
	font-weight: lighter;
	text-align: justify;
}

#blog-wrapper article .post-text p a {
	color: #09F;
	text-decoration: underline;
	/*padding: 0 2px;
	font-weight: normal;*/
}

#blog-wrapper article .post-text p a:hover {
	color: #F90;
	/*color: #333;*/
	text-decoration: none;
	/*background: #CCC;*/
}

#blog-wrapper article .post-text ul li, #blog-wrapper article .post-text ol li {
	color: #666;
	font-weight: lighter;
}

#blog-wrapper article .post-text pre {
	color: #333;
	background: #EEEEEE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
}

#blog-wrapper article .post-text img {
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#blog-wrapper article .read-more {
	background: transparent url('../images/theme/read-more-separator.png') no-repeat center center;
	text-align: center;
	clear: both;
	font-family: 'Lobster';
	font-size: 1.3em;
	color: #999;
	margin: 0 0 20px 0;
	padding: 0;
}

#blog-wrapper article .read-more a {
	color: #999;
	text-decoration: none;
}

#blog-wrapper article .read-more a:hover {
	color: #333;
}

#blog-pages {
	float: right;
}

#blog-pages ul {
	margin: 0;
	padding: 0;
}

#blog-pages ul li {
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: left;
	list-style: none;
	margin: 10px 7px 0 0;
	padding: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #EBEBEB;
	font-size: 0px;
}

#blog-pages ul li.selected {
	background: #F90;
}

.blog-go-back {
	margin: 0 auto;
	text-align: center;
}

.blog-go-back a {
	color: #F90;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: lighter;
}

.blog-go-back a:hover {
	color: #666;
}
/** Contacts **/
.contact-form form input, .contact-form form textarea, .contact-form form button {
	display: block;
	margin: 25px auto;
	padding: 10px 15px;
	width: 70%;
	font-size: 1.5em;
	font-weight: lighter;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	border: 1px solid #CCC;
	background: #FFF;
}

.contact-form form textarea {
	height: 150px;
}

.contact-form form button {
	background: #F90;
	color: #FFF;
	padding: 10px 30px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	border: none;
}

.contact-form form input:focus, .contact-form form textarea:focus {
	border-color: #86C0D9;
	-moz-box-shadow: 0 0 5px #86C0D9;
	-webkit-box-shadow: 0 0 5px #86C0D9;
	box-shadow: 0 0 5px #86C0D9;
	outline: none;
}

.footer-note {
	margin: 20px 0;
	text-align: center;
	color: #999;
	font-weight: lighter;
}

.footer-note p {
	margin-bottom: 1em;
}

.footer-note strong {
	font-weight: 500;
}

.footer-note em, .footer-note a {
	color: #09F;
	text-decoration: underline;
	font-style: normal;
	padding: 0 2px;
}

.footer-note em {
	color: #333;
}

.footer-note a:hover {
	text-decoration: none;
	color: #333;
	background: #CCC;
}

#captcha-dialog {
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 1000;
	background: #FFF;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: -82px;
	margin-left: -170px;
	border-color: #333333;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	outline: none;
}

div.wozia-captcha {
	width: auto !important;
}

.has-placeholder {
	color: #A9A9A9;
}

#binpress-store-widget {
	position: fixed;
	top: 35%;
	right: 1%;
}
