/* Exposure Default CSS */

body {
	padding: 0;
	background: #000000;
	font-size: 12px;
	font-family: helvetica;
	text-align: justify;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #FFFFFF;
	
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

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

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Navigation */

#nav {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	margin-top: -7px;
	background: url(images/nav.gif) no-repeat left top;
}

#nav ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#nav li {
	display: block;
	float: left;
}

#nav a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 19px 15px 15px 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav a:hover { 
	background: #42513F url(images/img05.gif) repeat-x;
	color: #FFFFFF;
}

#nav .current_page_item a {
	background: #42513F url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 30px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-transform: lowercase;
}

#logo h1 {
	font-family: helvetica;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px helvetica;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }

/* Banner */

#banner {
	width: 800px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
	height: 158px;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #2A2323;
}

/* Content */

#content {
	float: left;
	width: 470px;
	
}

/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #42513F;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #FFFFFF;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #FFFFFF;
}

.post .entry {
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #42513F;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #897B7B;
}

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

.post .meta .more {
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
}

#sidebar h2 {
	width: 250px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #42513F;
	font-size: 20px;
	color: #FFFFFF;
}

/* Mailchimp Signup Form */
#mc_embed_signup {
	width: 210px;
}

#mc-embedded-subscribe-form {
	font: helvetica;
	font-weight: normal;
	font-size: 12px;
}

div.mc-field-group {
	margin: 0 5%;
	padding-left: 10px;
	clear: both;
	overflow: hidden;
}

div.mc-field-group label {
	display: block;
	margin: 0 0;
	line-height: 1em;
	font-weight: bold;
}

div.mc-field-group input {
	margin-right: 1.5em;
	padding: .2em .3em;
	width: 95%;
	float: left;
	z-index: 999;
}

fieldset input.btn {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 20px;
}

#mce-responses {
	float: left;
	top: -1.4em;
	overflow: hidden;
	width: 100%;
	margin: 0 5%;
	clear: both;
}

#mce-error-response {
	display: none;
	margin: 1em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 100%;
	background: #2A2323;
	color: #FF0000;
}

#mce-success-response {
	display: none;
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
	background: #;
	color: #529214;
}	

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 100px;
	margin-right: 5px;
	margin-left: 20px;
	padding: 2px;
}

#x {
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Flickrshow Wrapper */

div.fs { background: #E8E8E8 !important; }

/* Flickrshow Wrapper - Loading */

div.fs div.fsLoading { 
	background: #E8E8E8 url("/images/al.gif") 50% 50% no-repeat!important;
	z-index: 500;
}

div.fsLoaded-0 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-1 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-2 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-3 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-4 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-5 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-6 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-7 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-8 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-9 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }
div.fsLoaded-10 div.fsLoading 	{ background-image: url("/images/al.gif") !important; }


/* Flickrshow Wrapper - Slider */

div.fs div.fsSlider { background: #D1D1D1 url("/images/sl.gif") !important; }

div.fs div.fsSliderH { 
	background: #42513F !important; 
	cursor: pointer;
}

/* Flickrshow Wrapper - Buttons */

div.fs ol.fsButtons { background: #E8E8E8; }

div.fs ol.fsButtons li {
	background: #E8E8E8 50% 50% no-repeat;
	overflow: hidden;
	text-indent: -999px;
	z-index: 300;
}

div.fs ol.fsButtons li.fsButtonA { background-image: url("/images/ip.gif") !important; }
div.fs ol.fsButtons li.fsButtonB { background-image: url("/images/ir.gif") !important; }
div.fs ol.fsButtons li.fsButtonC { background-image: url("/images/il.gif") !important; }

div.fsPlaying ol.fsButtons li.fsButtonA { background-image: url("/images/is.gif") !important; }

/* Flickrshow Wrapper - Images */

div.fs ol.fsImages { background: #D1D1D1; }

div.fs ol.fsImages li h2 {
	color: #2E2E2E !important;
	font-family: "Lucida Grande", "Helvetica", "Arial", Sans-serif;
	font-weight: lighter;
	overflow: hidden;
	z-index: 200;
}

/* Buy now */
.buy-now {
	width: 200px;
	margin: 20px 0;
	background: url(images/add-to-cart.jpg) no-repeat;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/nav.gif) no-repeat;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}