/*
Theme Name: Adept
Theme URI: http://ithemes.com/
Description: A Builder Theme.
Author: iThemes
Author URI: http://ithemes.com/
Version: 5.0.25
Tags: blog, theme options, multiple layouts, multiple color schemes
Text Domain: it-l10n-Builder-Adept
Domain Path: /lang/
iThemes Package: Builder-Adept

Version History
	See history.txt
*/

/*********************************************
	-- Site Logo --
	If you want to add your own image as the
	site logo, simply replace the logo.png
	within the images folder and change the
	widths and hights accordingly.

	NOTE: This will only edit the logo within
	the header module.
*********************************************/
.builder-module-header .site-title  {
	width: 147px;
	height: 50px;
	background: url('images/logo.png');
	text-indent: -9999px;
}

/*********************************************
	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: #F5F5F5;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #4B682D;
	text-decoration: none;
}
a:hover {
	color: #212121;
	text-decoration: none;
}

/** global button style */
.more-link,
.loop-utility a,
input[type="submit"],
.comment-reply-link {
	cursor: pointer;
	padding: 5px 10px;
	background: #7CB345 url('images/nav.jpg') repeat center center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0))), url('images/nav.jpg') repeat top left;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #5E8D2D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 2;
	text-shadow: #000000 0px 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 6px 6px -3px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 6px 6px -3px;
	box-shadow: rgba(0,0,0,.3) 0 6px 6px -3px;
}
.more-link:hover,
.loop-utility a:hover,
input[type="submit"]:hover,
.comment-reply-link:hover {
	color: #FFFFFF;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 0 6px;
	box-shadow: rgba(0,0,0,.3) 0 0 6px;
}
.more-link:active,
.loop-utility a:active,
input[type="submit"]:active,
.comment-reply-link:active {
	color: #FFFFFF;
	-webkit-box-shadow: inset rgba(0,0,0,.3) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 0 6px;
	box-shadow: inset rgba(0,0,0,.5) 0 0 6px;
}

/*********************************************
	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: 0 auto;
}
.builder-container {
	box-shadow: -1px 0 #C6C6C6, 1px 0 #C6C6C6, 0 1px #C6C6C6;
}

/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 1.5em;
}
.builder-module-html-dark,
.builder-module-header,
.builder-module-widget-bar {
	background: url('images/dark-grain.jpg');
}

.builder-module-white {
	background: #FFFFFF;
}
.builder-module-white,
.builder-module-white .builder-module-sidebar .widget,
.builder-module-white .builder-module-sidebar .widget-title {
	color: #212121;
}

/*********************************************
	Header Module
*********************************************/
.builder-module-header .builder-module-sidebar {
	background: none;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #DDDDDD;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #F6F6F6;
}


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: .75em 0;
	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 {
	color: #FFFFFF;
	margin: 0;
	padding: .75em 1.5em;
}
.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: #FFFFFF;
	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;
}


/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-outer-wrapper {
	position: relative;
	overflow: visible !important;
}
.builder-module-navigation:before,
.builder-module-navigation:after {
	content: ' ';
	display: block;
	visibility: visible !important;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	z-index: -1;
}
.builder-module-navigation:before {
	left: -20px;
	border-right-color: #355318;
}
.builder-module-navigation:after {
	right: -20px;
	border-left-color: #355318;
}
.builder-module-navigation {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0 10px !important;
	margin: 0 -10px !important;
	background: #7CB345 url('images/nav.jpg') repeat center center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0))), url('images/nav.jpg') repeat top left;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	background: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url('images/nav.jpg') repeat top left;
	border-width: 1px 0;
	border-style: solid;
	border-color: #7CB345;
	font-size: 1em;
	line-height: 2;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 6px 6px -3px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 6px 6px -3px;
	box-shadow: rgba(0,0,0,.3) 0 6px 6px -3px;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul.menu {
	margin: 5px 0;
}
.builder-module-navigation li {
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.builder-module-navigation ul.menu li a {
	margin: 5px;
	padding: .1em 1em;
	background-color: #e3e3e3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c5c5c5));
	background-image: -webkit-linear-gradient(top, #e3e3e3, #c5c5c5);
	background-image: -moz-linear-gradient(top, #e3e3e3, #c5c5c5);
	background-image: -o-linear-gradient(top, #e3e3e3, #c5c5c5);
	background-image: -ms-linear-gradient(top, #e3e3e3, #c5c5c5);
	background-image: linear-gradient(top, #e3e3e3, #c5c5c5);
	border: 1px solid #618540;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #fff -1px -1px 1px;
}
.builder-module-navigation ul.menu li a:hover {
	background-color: #c5c5c5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#e3e3e3));
	background-image: -webkit-linear-gradient(top, #c5c5c5, #e3e3e3);
	background-image: -moz-linear-gradient(top, #c5c5c5, #e3e3e3);
	background-image: -o-linear-gradient(top, #c5c5c5, #e3e3e3);
	background-image: -ms-linear-gradient(top, #c5c5c5, #e3e3e3);
	background-image: linear-gradient(top, #c5c5c5, #e3e3e3);
	text-shadow: #fff 1px 1px 1px;
}
.builder-module-navigation li a:active {
	-webkit-box-shadow: inset #888888 0 0 4px;
	-moz-box-shadow: inset #888888 0 0 4px;
	box-shadow: inset #888888 0 0 4px;
}

/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
    background: #333333;
    border: 3px solid #222222;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6), 0 0 2px #000000 inset;
}
.builder-module-navigation ul.menu li ul li,
.builder-module-navigation ul.menu li ul li a,
.builder-module-navigation ul.menu li ul li a:hover,
.builder-module-navigation ul.menu li ul li a:active {
	margin: 0;
	background: #31302F;
	color: #DFDFDF;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.builder-module-navigation ul.menu li ul li {
	border-bottom: 1px solid #222222;
}
.builder-module-navigation ul.menu li ul li a {
	padding: .2em 1em;
	border-top: 1px solid #444444;
}
.builder-module-navigation ul.menu li ul li a:hover {
	background: #DFDFDF;
	color: #31302F;
	border-top: 1px solid #444444;
}
.builder-module-navigation ul.menu li ul li:first-child,
.builder-module-navigation ul.menu li ul li:first-child a {
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}
.builder-module-navigation ul.menu li ul li:last-child,
.builder-module-navigation ul.menu li ul li:last-child a {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.builder-module-navigation ul.menu li li {
	width: 14em;
}
.builder-module-navigation ul.menu li li a {
	float: none;
}
.builder-module-navigation ul.menu li ul ul {
	margin: -3.1em 0 0 14em;
}
/** greater than two */
.builder-module-navigation ul.menu li ul ul {
	margin-top: -32px;
}
.builder-module-navigation ul.menu li ul ul:before {
	border-width:0;
}


/** when a navigation module follows another */
.builder-module-navigation.builder-module-before-navigation:before,
.builder-module-navigation.builder-module-before-navigation:after {
	display: none;
}
.builder-module-navigation.builder-module-before-navigation {
	margin-bottom: 0 !important;
	background: #545454;
	border-bottom: 0;
}
.builder-module-navigation.builder-module-after-navigation {
	border-radius: 0;
	background: #545454;
	border-top: 0;
}
.builder-module-navigation.builder-module-before-navigation ul.menu > li,
.builder-module-navigation.builder-module-before-navigation ul.menu > li a,
.builder-module-navigation.builder-module-after-navigation ul.menu > li,
.builder-module-navigation.builder-module-after-navigation ul.menu > li a {
	border-right: 0;
}
/** when a navigation is on the bottom */
.builder-module-navigation.builder-module-bottom {
	border-radius: 0 0 3px 3px;
	margin-bottom: 0 !important;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 -6px 6px -3px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 -6px 6px -3px;
	box-shadow: rgba(0,0,0,.3) 0 -6px 6px -3px;
}
.builder-module-navigation.builder-module-bottom:before,
.builder-module-navigation.builder-module-bottom:after {
	top: -10px;
}

/* alternate navigation style */
.builder-module-navigation-alternate ul.menu li a,
.builder-module-navigation-alternate ul.menu li a:hover,
.builder-module-navigation-alternate ul.menu li a:active {
	margin: 0;
	padding: .5em 1em;
	background: none;
	border: none;
	border-right: 1px solid #7CB345;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 0px 1px 1px;
}
.builder-module-navigation-alternate ul.menu {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation-alternate li {
	padding: 0;
}
.builder-module-navigation-alternate ul.menu > li {
	border-right: 1px solid #567C30;
}
.builder-module-navigation-alternate li.current_page_item a,
.builder-module-navigation-alternate li.current-cat a {
	background: #212121;
}
.builder-module-navigation-alternate li a:hover {
	background: #333333;
	-webkit-box-shadow: inset rgba(167, 241, 93, .6) 0 -6px 6px -5px;
	-moz-box-shadow: inset rgba(167, 241, 93, .6) 0 -6px 6px -5px;
	-o-box-shadow: inset rgba(167, 241, 93, .6) 0 -6px 6px -5px;
	box-shadow: inset rgba(167, 241, 93, .6) 0 -6px 6px -5px;
}
.builder-module-navigation-alternate li.current_page_item a,
.builder-module-navigation-alternate li.current-cat a,
.builder-module-navigation-alternate li.current-menu-item a {
	-webkit-box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px, inset rgba(0, 0, 0, .5) 6px 0 6px -5px;
	-moz-box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px, inset rgba(0, 0, 0, .5) 6px 0 6px -5px;
	-o-box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px, inset rgba(0, 0, 0, .5) 6px 0 6px -5px;
	box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px, inset rgba(0, 0, 0, .5) 6px 0 6px -5px;
}
.builder-module-navigation-alternate li.current_page_item:first-child a,
.builder-module-navigation-alternate li.current-cat:first-child a,
.builder-module-navigation-alternate li.current-menu-item:first-child a {
	-webkit-box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px;
	-moz-box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px;
	-o-box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px;
	box-shadow: inset rgba(0, 0, 0, .5) -6px 0 6px -5px;
}
.builder-module-navigation-alternate li ul.sub-menu li a,
.builder-module-navigation-alternate li ul.sub-menu li a:hover {
	padding: .2em 1em;

}

/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {

}
.builder-module-widget-bar.default-module-style .builder-module-sidebar .widget a {
	color: #D6E1CA;
}
.builder-module-widget-bar.default-module-style .builder-module-sidebar .widget a:hover {
	color: #ABB4A1;
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer {
	background: transparent;
	border: none;
}
.builder-module-footer .builder-module-element {
	color: #333333;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/


/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	background: #DDDDDD;
}
.builder-module-content.sidebar-background {
	background: #FFFFFF;
}
.builder-module-content.sidebar-background .builder-module-sidebar {
	background: #DDDDDD;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
	background: #FFFFFF;
	margin: 0;
}
.builder-module-content .builder-module-element .loop {
	margin: 1.5em;
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #DFDFDF;
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.entry-title {
	clear: both;
	color: #262626;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .2em;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
	color: #888888;
}
.hentry .entry-meta a {
	text-decoration: none;
	color: #555555;
}
.hentry .entry-meta a:hover {
	color: #888888;
}
.hentry .entry-footer {
	display: block;
}
.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;
}
.entry-content.teasers {
	padding-bottom: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}

/** sidebar in content module */
.builder-module-content .builder-module-sidebar .widget,
.builder-module-content .builder-module-sidebar h4.widget-title,
.builder-module-content .builder-module-sidebar h4.widget-title a {
	color: #666666;
}


/*********************************************
	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 {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.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 {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}
.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 0 0 1.5em;
}
#comments ul.children li {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD
}
#comments li.depth-2,
#comments li.depth-4,
#comments li.depth-6,
#comments li.depth-8,
#comments li.depth-10 {
	background: #FFFFFF;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: right;
	margin: 0 0 0 .75em;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	background: #E9E9E9;
	border: 1px solid #BBBBBB;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li li {
	border: none;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#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 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: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
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: bold;
}
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: #E9E9E9;
	border: 1px solid #C5C5C5;
	padding: 5px;
}
input[type='text']:focus, input[type='password']:focus, input.text:focus, input.title:focus, textarea:focus {
	background: #FFFFFF;
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type='checkbox'], input[type='radio'], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.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;
}

/** Search Widget */
.builder-module .widget_search {
	padding: 0;
	margin-top: 1.5em;
	margin-right: 1.5em;
}
.widget_search {
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 0 4px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 0 0 4px;
	-o-box-shadow: rgba(0,0,0,.5) 0 0 0 4px;
	box-shadow: rgba(0,0,0,.5) 0 0 0 4px;
}
.widget_search .widget-title {
	display: none;
	visibility: hidden;
}
.widget_search input {
	height: 25px;
	border: 0;
	margin: 0;
	right: 0;
	float: left;
}
.widget_search input[type="text"] {
	background: #F1F1F1;
	background: -webkit-linear-gradient(#F1F1F1, #FEFEFE);
	background: -moz-linear-gradient(#F1F1F1, #FEFEFE);
	background: -ms-linear-gradient(#F1F1F1, #FEFEFE);
	background: -o-linear-gradient(#F1F1F1, #FEFEFE);
	background: linear-gradient(#F1F1F1, #FEFEFE);
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.widget_search input[type="text"]:focus {
	background:#FFFFFF;
	color: #333333;
}
.widget_search input[type="submit"] {
	display: block;
	width: 35px;
	height: 25px;
	background: #e1e1e1 url('images/search-icon.png') no-repeat center center;
	background: url('images/search-icon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#D6E1CA), to(#B9C4AE));
	background: url('images/search-icon.png') no-repeat center center, -webkit-linear-gradient(top, #D6E1CA, #B9C4AE);
	background: url('images/search-icon.png') no-repeat center center, -moz-linear-gradient(top, #D6E1CA, #B9C4AE);
	background: url('images/search-icon.png') no-repeat center center, -o-linear-gradient(top, #D6E1CA, #B9C4AE);
	background: url('images/search-icon.png') no-repeat center center, -ms-linear-gradient(top, #D6E1CA, #B9C4AE);
	background: url('images/search-icon.png') no-repeat center center, linear-gradient(top, #D6E1CA, #B9C4AE);
	border: 1px solid #CCCCCC;
	border-left: 0;
	text-indent: -9999px;
	text-transform: capitalize;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.widget_search input[type="submit"]:hover {
	cursor: pointer;
	background: #e1e1e1 url('images/search-icon.png') no-repeat center center;
	background: url('images/search-icon.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#f6f6f6));
	background: url('images/search-icon.png') no-repeat center center, -webkit-linear-gradient(top, #e1e1e1, #f6f6f6);
	background: url('images/search-icon.png') no-repeat center center, -moz-linear-gradient(top, #e1e1e1, #f6f6f6);
	background: url('images/search-icon.png') no-repeat center center, -o-linear-gradient(top, #e1e1e1, #f6f6f6);
	background: url('images/search-icon.png') no-repeat center center, -ms-linear-gradient(top, #e1e1e1, #f6f6f6);
	background: url('images/search-icon.png') no-repeat center center, linear-gradient(top, #e1e1e1, #f6f6f6);
	-webkit-box-shadow: inset #DDDDDD 0 0 12px;
	-moz-box-shadow: inset #DDDDDD 0 0 12px;
	-o-box-shadow: inset #DDDDDD 0 0 12px;
	box-shadow: inset #DDDDDD 0 0 12px;
}
.widget_search input[type="submit"]:active {
	-webkit-box-shadow: inset #AAAAAA 0 0 2px;
	-moz-box-shadow: inset #AAAAAA 0 0 2px;
	-o-box-shadow: inset #AAAAAA 0 0 2px;
	box-shadow: inset #AAAAAA 0 0 2px;
}
.right .widget_search {
	float: right;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	IE Fixes
*********************************************/
#ie8 .builder-module-navigation:before,
#ie8 .builder-module-navigation:after {
	display: none;
}
#ie8 .builder-module-navigation {
	padding: 0 !important;
	margin: 0 !important;
}
#ie8 .builder-module-navigation ul.menu > li:first-child {
	margin-left: 10px;
}
#ie8 .widget_search {
	width: 200px;
}
#ie8 .widget_search input[type="text"] {
	width: 160px;
}
/** ie7 */
#ie7 .builder-module-navigation-outer-wrapper {
	position: static;
}
#ie7 .builder-module-navigation {
	padding: 0 0 4px !important;
	margin: 0 !important;
}
#ie7 .builder-module-navigation ul.menu > li:first-child {
	margin-left: 10px;
}
#ie7 .builder-module-navigation {
	z-index: 1000;
}
#ie7 .widget_search input {
	height: 20px !important;
	padding: 5px 5px 0 !important;
}
#ie7 .widget_search input[type="submit"] {
	height: 27px !important;
}
/** ie6 */
#ie6 .widget_search {
	width: 250px;
}
#ie6 .widget_search input[type="text"] {
	width: 100px;
}
#ie6 a {
	color: #4B682D;
}
#ie6 a:hover {
	color: #212121;
}
#ie6 .builder-module-navigation li ul.sub-menu {
	z-index: 1000;
}
