/*
Theme Name: Kepler Light
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.1.0
Template: Builder
Tags: photography, light

Version History
	See history.txt
*/

@import url('https://fonts.googleapis.com/css?family=Kameron');
@import url(https://fonts.googleapis.com/css?family=Spirax);


/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}

/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #599aac url('images/dragonfly-bg-960-title.png') no-repeat center top;
	
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:focus {
	color: #000000;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 1.5em auto;
}

/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	margin: 0 auto 1.5em !important;
}
.builder-module-last {
	margin-bottom: 0 !important;
}
.builder-module-block {

}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/
/* Let's prevent the widgets in the header from looking like default widgets */ 
.builder-module-header .builder-module-sidebar .widget {
	background: none;
	border: none;
}

/* Time for a bit of default site title styling */
.site-title,
.site-title a {
	color: #888888;
	font-size: 2.2em;
	font-family: 'Optima', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}
.site-title {
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}
.site-title a:hover {
	color: #444444;
}
/* don't forget about the site tagline */
.site-tagline,
.site-tagline a {
	color: #444444;
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 0 1px;
	text-decoration: none;
}

/* styling the search widget if it happens to be in the header module */
.builder-module-header .builder-module-sidebar .widget_search {
	padding: 0;
	margin-top: 30px;
}
.builder-module-header .widget_search .widget-title {
	display: none;
	visibility: hidden;
}
.builder-module-header .widget_search input {
	height: 25px;
	border: 0;
	margin: 0;
	right: 0;
	float: left;
}
.builder-module-header .widget_search input[type="text"] {
	background: #EEEEEE;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #AAAAAA;
}
.builder-module-header .widget_search input[type="text"]:focus {
	background: #FFFFFF;
	-webkit-box-shadow: inset #888 1px 1px 2px;
	-moz-box-shadow: inset #888 1px 1px 2px;
	-o-box-shadow: inset #888 1px 1px 2px;
	box-shadow: inset #888 1px 1px 2px;
}
.builder-module-header .widget_search input[type="submit"] {
	background: #444444;
	color: #FFFFFF;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.builder-module-header .widget_search input[type="submit"]:hover {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

}
.builder-module-header .widget_search input[type="submit"]:active {
	-webkit-box-shadow: inset #888 0 0 5px;
	-moz-box-shadow: inset #888 0 0 5px;
	-o-box-shadow: inset #888 0 0 5px;
	box-shadow: inset #888 0 0 5px;
}
.builder-module-header .right .widget_search {
	float: right;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	text-align: left;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget a {
	color: #FFF;
}
.builder-module-sidebar .widget a:hover {
	color: #BBB;
}
.builder-module-sidebar .widget {
	color: #444444;
	margin: 0;
	padding: 1.5em 1.5em;
}
.builder-module-sidebar .widget h3,
.builder-module-sidebar .widget h4,
.builder-module-sidebar .widget h5 {
	color: #FFFFFF;
}

.builder-module-sidebar .widget img {
	margin: 0;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #444444;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #FFFFFF;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
/* search bar in sidebar */
.builder-module-content .builder-module-sidebar .widget.widget_search {
	background: none;
	border: 0;
	padding: 0;
	
}
.builder-module-content .widget.widget_search .widget-title {
	display: none;
	visibility: hidden;
}
.builder-module-content .widget_search input {
	height: 25px;
	border: 0;
	margin: 0;
	float: left;
}
.builder-module-content .widget_search input[type="text"] {
	width: 79%;
	max-width: 250px;
	background: #EEEEEE;
	margin-right: 2px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.builder-module-content .widget_search input[type="text"]:focus {
	background: #FFFFFF;
	-webkit-box-shadow: inset #888 1px 1px 2px;
	-moz-box-shadow: inset #888 1px 1px 2px;
	-o-box-shadow: inset #888 1px 1px 2px;
	box-shadow: inset #888 1px 1px 2px;
}
.builder-module-content .widget_search input[type="submit"] {
	width: 60px;
	background: #EEEEEE;
	background: -webkit-linear-gradient(#F6F6F6, #E3E3E3 50%, #D6D6D6 50%, #D6D6D6);
	background: -moz-linear-gradient(#F6F6F6, #E3E3E3 50%, #D6D6D6 50%, #D6D6D6);
	background: -ms-linear-gradient(#F6F6F6, #E3E3E3 50%, #D6D6D6 50%, #D6D6D6);
	background: -o-linear-gradient(#F6F6F6, #E3E3E3 50%, #D6D6D6 50%, #D6D6D6);
	background: linear-gradient(#F6F6F6, #E3E3E3 50%, #D6D6D6 50%, #D6D6D6);
	color: #444444;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.builder-module-content .widget_search input[type="submit"]:hover {
	background: #DDDDDD;                               
	background: -webkit-linear-gradient(#D6D6D6, #F6F6F6 50%, #E3E3E3 50%, #E3E3E3);
	background: -moz-linear-gradient(#D6D6D6, #F6F6F6 50%, #E3E3E3 50%, #E3E3E3);
	background: -ms-linear-gradient(#D6D6D6, #F6F6F6 50%, #E3E3E3 50%, #E3E3E3);
	background: -o-linear-gradient(#D6D6D6, #F6F6F6 50%, #E3E3E3 50%, #E3E3E3);
	background: linear-gradient(#D6D6D6, #F6F6F6 50%, #E3E3E3 50%, #E3E3E3);
	color: #444444;                                    
	text-shadow: #fff 0px 1px 1px;                     
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.builder-module-content .widget_search input[type="submit"]:active {
	-webkit-box-shadow: inset #888 0 0 5px;
	-moz-box-shadow: inset #888 0 0 5px;
	-o-box-shadow: inset #888 0 0 5px;
	box-shadow: inset #888 0 0 5px;
}
.builder-module-content .right .widget_search {
	height: 25px;
}
.builder-module-content .right .widget_search:after {
	clear: both;
	
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	display: block;
	font-size: 1em;
	line-height: 2;
	width: 100%;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation ul.menu > li:first-child > a {
	padding-left: ;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	padding: .5em .6em;
	text-decoration: none;
}
.builder-module-navigation li a:hover {
	background: #5d5d5d;
	color: #FFFFFF;
}
.builder-module-navigation li.current_page_item > a,
.builder-module-navigation li.current-cat > a {
	background: #333333;
	color: #FFFFFF;
}
/* second level stuff */
.builder-module-navigation li ul {
	border: 1px solid #333333;
	border-bottom: 0;
	width: 14em;
	background: #222222;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #333333;
	width: 14em;
}
.builder-module-navigation li li a {
	color: #AAAAAA;
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0 0 14em;
}


/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	background: #111111;
	background: #F2F2F2;
	background: rgba(255, 255, 255, .5);
}
.builder-module-widget-bar.widget-bar-alternate {
	background: none;
	border: none;
}
.builder-module-widget-bar.widget-bar-alternate .widget-wrapper-single .widget {
	padding-left: 0;
	padding-right: 0;
}
.builder-module-widget-bar.widget-bar-alternate .left .widget {
	padding-left: 0;
}
.builder-module-widget-bar.widget-bar-alternate .right .widget {
	padding-right: 0;
}
/*********************************************
	Footer Module
*********************************************/

.builder-module-footer {
	background: #F2F2F2;
	background: rgba(255, 255, 255, .5);
	border: none;
}
.builder-module-footer .builder-module-element {
	color: #777777;
	margin: 1.5em;
	text-align: left;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #888888;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	color: #444444;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/
.builder-module-html {

}
.builder-module-html .builder-module-block-outer-wrapper {
	background: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.builder-module-html .builder-module-sidebar-outer-wrapper {
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
.builder-module-html .builder-module-block {
	margin: 20px;
}

.builder-module-html .builder-module-block.sidebar {
	padding: 0;
}
.builder-module-html.html-alternate {
	background: none;
	color: #FFFFFF;
}
.builder-module-html.html-alternate .builder-module-block-outer-wrapper {
	background: none;
	color: #FFFFFF;
}
/* sidebars */
.builder-module-html .builder-module-sidebar .widget {
	background: #111111;
	background-color: rgba(0,0,0,.3);
	color: #FFFFFF;
	padding: .75em 1.5em;
	border: 1px solid #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.builder-module-html .builder-module-sidebar.right .widget {
	margin: 0 0 2em 2em;
}
.builder-module-html .builder-module-sidebar.left .widget {
	margin: 0 2em 2em 0;
}
.builder-module-html .builder-module-sidebar.right .widget a {
	color: #DDDDDD;
}
.builder-module-html .builder-module-sidebar.right .widget {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content-outer-wrapper {
	overflow: visible !important;
}
.builder-module-content .builder-module-element {
	display: block;
	text-align: left;
}
.builder-module-content .hentry {
	padding: 1.5em;
	background: #F2F2F2;
	background: rgba(255, 255, 255, .5);
	position: relative;
	margin-bottom: 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.builder-module-content .hentry:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.builder-module-content .hentry .entry-header {
	position: relative;
}
.post-edit-link {
	position: absolute;
	z-index: 100;
	right: -3.5em;
	top: 1em;
	width: 40px;
	height: 40px;
	background: #555555;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border: 2px solid #888888;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-moz-box-shadow: #BBBBBB -1px 1px 2px;
	-webkit-box-shadow: #BBBBBB -1px 1px 2px;
	box-shadow: #BBBBBB -1px 1px 2px;
}
.post-edit-link:hover {
	background: #888888;
	color: #FFFFFF;
	border: 2px solid #555555;
	text-decoration: none;
}
.builder-module-content .hentry .entry-image {
	position: relative;
	z-index: 5;
}
.builder-module-content .hentry .entry-image-wrapper {
	position: relative;
	margin: 0;
}
.builder-module-content .hentry .entry-image-wrapper.above-post {
	margin: -1.5em -1.5em 1.5em;
}
.builder-module-content .hentry .entry-image.xl-thumb img {
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 960px;
	height: auto;
	right: 0;
	margin: 0;
	border-bottom: 5px solid #111111;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.builder-module-content .hentry .image-data {
	position: absolute;
	z-index: 102;
}
.builder-module-content .hentry .image-data.on_image {
	padding: 10px;
	background: #111;
	background: rgba(0,0,0,.7);
	bottom: 5px;
	right: 0;
	color: #FFF;
}
.builder-module-content .hentry .image-data.above_image {
	top: 1em;
	left: 1em;
	padding: 2px 6px;
	background: #000000;
	background: rgba(0,0,0,.7);
	font-size: 1.2em;
	color: #DDDDDD;
}
.builder-module-content .hentry .entry-image.alternate-thumb {
	padding: 5px;
	background: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #EAEAEA;
	width: 50%;
	max-width: 450px;
	height: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.builder-module-content .hentry .entry-image.alternate-thumb img {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 450px;
	height: auto;
}
.builder-module-content .hentry .entry-image img {
	padding: 0;
	background: none;
	border: none;
}
.hentry .thumbnail-wrap {
	display: none;
}
.entry-title {
	clear: both;
	color: #262626;
	font-size: 2.8em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
	font-family: 'Kameron', sans-serif;
}
.entry-title a {
	color: #262626;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta.date.absolute-circle {
	position: absolute;
	top: 1em;
	left: -6.5em;	
	z-index: 105;
	width: 60px;
	height: 60px;
	background: #000000;
	background: rgba(0,0,0,.9);
	border-width: 3px;
	border-style: solid;
	border-color: #FFFFFF;
	border-color: rgba(255,255,255,.9);
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	text-align: center;
	box-shadow: #777 1px 0 2px;
}
.right .hentry .entry-meta.date.absolute-circle {
	left: auto;
	right: -5.5em;
}
.right .hentry .post-edit-link {
	top: 7em;
	right: -4.5em;
}
.middle .hentry .entry-meta.date.absolute-circle {
	left: -5em;
	top: -2.5em;
}
.hentry .entry-meta.date.absolute-circle span {
	display: block;
	color: #FFFFFF;
	font-family: 'Kameron', serif;
	text-transform: uppercase;
}
.hentry .entry-meta.date.absolute-circle span.month {
	padding-top: 8px;
	font-size: 1.4em;
}
.hentry .entry-meta.date.absolute-circle span.day {
	font-size: 2.1em;
	line-height: 5px;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-footer {
	display: block;
	overflow: hidden;
}
.hentry .entry-footer .entry-meta {
	margin-bottom: 0;
	color: #676767;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
	color: #444444;
}
.loop-utility a {
	color: #FFFFFF;
}
.loop-utility img {
	margin-top: 1em;
	padding: 5px;
	background: #FFFFFF;
}
.loop-utility img:hover {
	opacity: .8;
}
/** post formats */
.blog .hentry.format-image, 
.home .hentry.format-image,
.archive .hentry.format-image {
	padding: 0;
}
.blog .hentry.format-image .entry-title,
.home .hentry.format-image .entry-title,
.archive .hentry.format-image .entry-title {
	margin-top: .53em;
}
.blog .hentry.format-image .format-image-thumb img,
.home .hentry.format-image .format-image-thumb img,
.archive .hentry.format-image .format-image-thumb img {
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 960px;
	height: auto;
	right: 0;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.blog .hentry.format-image .entry-header,
.home .hentry.format-image .entry-header,
.archive .hentry.format-image .entry-header {
	position: absolute;
	width: 100%;
	z-index: 90;
	background: #111111;
	background: rgba(0,0,0,.7);
	text-align: center;
}
.blog .hentry.format-image .entry-header,
.blog .hentry.format-image .entry-header a,
.home .hentry.format-image .entry-header,
.home .hentry.format-image .entry-header a,
.archive .hentry.format-image .entry-header,
.archive .hentry.format-image .entry-header a {
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: #000000 1px 1px 1px;
}
.blog .hentry.format-image .entry-header a:hover,
.home .hentry.format-image .entry-header a:hover,
.archive .hentry.format-image .entry-header a:hover {
	color: #BBBBBB;
}
.blog .hentry.format-image .entry-meta.date.absolute-circle,
.home .hentry.format-image .entry-meta.date.absolute-circle,
.archive .hentry.format-image .entry-meta.date.absolute-circle {
	left: -4.5em;
}
.blog .hentry.format-image .entry-content,
.home .hentry.format-image .entry-content,
.archive .hentry.format-image .entry-content {
	position: absolute;
	z-index: 104;
	margin-top: -200px;
	width: 70%;
	padding: 0 20px;
	background: #111111;
	background: rgba(0,0,0,.7);
	color: #FFFFFF;
	text-shadow: #000000 1px 1px 1px;
	font-size: 1.6em;
}
/** sidebars */
.builder-module-content .builder-module-sidebar .widget {
	background: #111111;
	background: rgba(0,0,0,.3);
	color: #FFFFFF;
	padding: .75em 1.5em;
	border: 1px solid #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.builder-module-content .builder-module-sidebar.right .widget {
	margin: 0 0 2em 2em;
}
.builder-module-content .builder-module-sidebar.left .widget {
	margin: 0 2em 2em 0;
}
.builder-module-content .builder-module-sidebar.right .widget a {
	color: #DDDDDD;
}
.builder-module-content .builder-module-sidebar.right .widget {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1.3;
	margin: 0;
	padding: 10px 5px 5px 5px;
	color: #777777;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	max-width: 98%;
	height: auto;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption,
.hentry .gallery-item,
.hentry img {
	background: #F3F3F3;
	border: 1px solid #EAEAEA;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
	color: #777777;
}

.hentry .wp-caption {
	max-width: 98%;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: left;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	border-top: .1em solid #D7D7D7;
	clear: both; /* we need this so floats in the post are cleared */
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Older Posts Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0;
	padding: 0;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 1em 0;
	padding: 0;
}
#comments .comments-title {
	color: #DDDDDD;
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
}
#comments .comments-title a {
	color: #FFFFFF;
}
#comments ol.commentlist {
	list-style: none;
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments li.depth-1 {
	position: relative;
	margin-top: 4em;
	margin-left: 100px;
	padding: 1.5em;
	background: #FFFFFF;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
#comments .avatar-wrapper.top-level:before {
	content: '  ';
	display: block;
	position: absolute;
	z-index: 1000;
	top: 1.95em;
	left: 89px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF transparent transparent transparent;
}
#comments .avatar-wrapper img {
	display: block;
	margin: 0;	
}
#comments .avatar-wrapper.top-level {
	position: absolute;
	left: -100px;
	top: -2em;
	padding: 3px;
	background-color: #111111;
	background-color: rgba(0,0,0,.3);
	border: 1px solid #555555;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
#comments .avatar-wrapper.top-level img {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
#comments .avatar-wrapper.lower-level {
	float: right;
	margin: 0 0 1em 1em;
}
#comments ul.children {
	margin: 0 0 0 2.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
	background: #EEEEEE;
	padding: 5px;
	text-align: center;
	color: #888888;
}
#comments .vcard a {
	color: #888888;
}
#comments .vcard a:hover {
	color: #000000;
}
.comment-edit-link {
	position: absolute;
	z-index: 100;
	right: 1.5em;
	top: 1.6em;
	padding: 4px;
	color: #888888;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	text-decoration: none;
}
.comment-edit-link:hover {
	background: #888888;
	color: #FFFFFF;
	border: 1px solid #555555;
	text-decoration: none;
}

#comments .comment-meta {
	margin-bottom: 1.5em;
}
.builder-module #comments li.even,
.builder-module #comments li.odd {
	overflow: visible;
}
#comments li {
	list-style: none;	
	clear: both;
	margin: 1.5em 0;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}
.comment-reply-link {
	display: inline-block;
	margin-top: 10px;
	padding: 2px 4px;
	background-color: #EEEEEE;
	border: 1px solid #DDD;
	color: #888;
}
#respond {
	color: #DDDDDD;
	margin-top: 3em;
	overflow: visible !important;
}
#respond a {
	color: #FFFFFF;
}
#respond input[type='submit'] {
	padding: 6px 8px;
	background-color: #EEEEEE;
	border: 1px solid #DDD;
	color: #000000;
}
#respond input[type='submit'] {
	padding: 6px 8px;
	background-color: #EEEEEE;
	border: 1px solid #DDD;
	color: #555555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#respond input[type='submit']:hover {
	background-color: #444444;
	border-color: #111111;
	color: #BBBBBB;
}
#respond input[type='text'],
#respond textarea {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: auto;
}
#respond input[type='text']:focus,
#respond textarea:focus {
	-webkit-box-shadow: inset #888888 1px 1px 2px;
	-moz-box-shadow: inset #888888 1px 1px 2px;
	box-shadow: inset #888888 1px 1px 2px;
}
#respond h3 {
	color: #DDDDDD;
	margin-bottom: 0;
}
#respond .cancel-comment-reply {
	position: absolute;
	right: 1em;
	top: 20px;
}
#respond .cancel-comment-reply a#cancel-comment-reply-link {
	background: #FF5650;
	color: #FFFFFF;
	padding: 2px 4px;
}
.comment #respond {
	position: relative;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
	color: #444444;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
.comment #respond a {
	color: #777777;
}
.comment #respond h3 {
	color: #444444;
	margin-bottom: 0;
}
.comment #respond input[type='submit'] {
	background-color: #444444;
	border: 1px solid #111111;
	color: #BBBBBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment #respond input[type='submit']:hover {
	background-color: #AAAAAA;
	border-color: #888888;
	color: #444444;
}
.comment #respond textarea {
	border-color: #DDDDDD;
}
.comment #respond textarea:focus {
	-webkit-box-shadow: inset #888888 1px 1px 2px;
	-moz-box-shadow: inset #888888 1px 1px 2px;
	box-shadow: inset #888888 1px 1px 2px;
}

#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 12px;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: normal;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
input[type='submit'] {
	cursor: pointer;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	IE Fixes
*********************************************/
#ie6 .builder-module-content .hentry {
	position: static;
}
#ie6 .builder-module-content .hentry .image-data.on_image {
	display: none;
}
#ie7 .hentry .entry-meta.date.absolute-circle span.day {
	line-height: 15px;
}
#ie7 .builder-module-header .builder-module-sidebar .widget_search input[type="text"] {
	height: 13px !important;
}
#ie8 .builder-module-header .builder-module-sidebar .widget_search {
	min-width: 200px;
}

html {
	font-size: 105%;
}
body {
	color: #222222;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	color: #3f3f3f;
	font-weight: bold;
}
.site-title,
.site-title a {
	color: #5f532f;
	font-size: 1.65em;
	font-family: 'Optima', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	height: auto;
	margin: 0;
	padding: 0;
	
}
.site-tagline,
.site-tagline a {
	color: #444444;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding: 3px 0 0 1px;
	text-decoration: none;
}
.builder-module-sidebar .widget h3,
.builder-module-sidebar .widget h4,
.builder-module-sidebar .widget h5 {
	color: #000000;
}
.builder-module-sidebar .widget h4 {
	font-size: 1.25em;
	line-height: 1.0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.builder-module-sidebar .widget p {
	line-height: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#black-studio-tinymce-2 .tinypad {
padding-right: 7px;
}

.builder-module-navigation {
font-family: 'Optima', sans-serif;
}
.photoshadow {
-moz-box-shadow: 5px 5px 10px 3px #535252;
-webkit-box-shadow: 5px 5px 10px 3px #535252;
box-shadow: 5px 5px 10px 3px #535252;
}
.ppromo {
	font-size: 1.3em;
	line-height: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.builder-module-widget-bar {
	background: #111111;
	background: #F2F2F2;
	background: rgba(255, 255, 255, .8);
}
#builder-module-51ae1c0e3afea {
        background: rgba(255, 255, 255, .8);
}
.builder-module-navigation {
	background: #F2F2F2;
	background: rgba(255, 255, 255, .5);
	display: block;
	font-size: 1.1em;
	line-height: 2;
	width: 100%;
	border-top: 0px;
	border-bottom: 0px;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	color: #444444;
	font-size: 1em;
	font-weight: normal;
	padding: .2em .3em;
	text-decoration: none;
}
#builder-module-52acf2e29d6d4, 
#builder-module-51afd5d049544,
#builder-module-51b1314a55a7e,
#builder-module-51b6580d159e6,
#builder-module-53064040e34d1,
#builder-module-52fcf5e3a3e6a,
#builder-module-52acf2e29d754,
#builder-module-51afd5d04b46e,
#builder-module-51afd5d04b46e,
#builder-module-51b1314a56a54,
#builder-module-52fd18900ec18,
#builder-module-51b6580d1698c,
#builder-module-53064040e350b {
	margin-bottom: 0 !important;
	border-bottom: .1em solid #092424;
}

.builder-module-content .hentry {
	background: rgba(255, 255, 255, .7);
}
/*.builder-module-widget-bar {
	border-radius: 5px;
}*/
.gllr_image_block {
	padding: 0.3em;
}
.hentry img {
	background-color: #FFFFFF;
}
#black-studio-tinymce-12 {
	height: auto;
	padding-top: 100px;
}
#black-studio-tinymce-12 p {
	margin: 0 auto;
}
#black-studio-tinymce-8 {
	height: auto;
	padding-top: 60px;
}

input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	margin-left: 2em;
	border: 1px solid #999999;
	padding: 5px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 3px 2px 10px 2px #989696;
	-webkit-box-shadow: 3px 2px 10px 2px #989696;
	box-shadow: 3px 2px 10px 2px #989696;
}
label {
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 0.5em;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
ul#menu-main_menu {
        width: 100%;
	text-align: center;
}
ul#menu-main_menu-1 {
        width: 100%;
	text-align: center;
}
.builder-module-navigation li.current-menu-item > a {
        background: #333333;
        color: #FFFFFF;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }