/*
Theme Name: Depot
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.1
Tags: ecommerce, shopp plugin, wp-ecommerce plugin, cart66 plugin
Template: Builder

Version History
	See history.txt
*/

@import url('http://fonts.googleapis.com/css?family=Didact+Gothic');


/*********************************************
	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 url('images/page-bg.jpg');
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #A37B16;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:focus {
	color: #000000;
}
/*********************************************
	Default & Black Button Styles
*********************************************/
.default-button {
	padding: 3px 10px;
	background-color: #ffc022;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc022), to(#ca961e));
	background-image: -webkit-linear-gradient(top, #ffc022, #ca961e);
	background-image: -moz-linear-gradient(top, #ffc022, #ca961e);
	background-image: -o-linear-gradient(top, #ffc022, #ca961e);
	background-image: -ms-linear-gradient(top, #ffc022, #ca961e);
	background-image: linear-gradient(top, #ffc022, #ca961e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffc022', EndColorStr='#ca961e');
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B18C27;
	font-weight: bold;
	text-shadow: #83671D 0 0 4px;
	-webkit-box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	-moz-box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	cursor: pointer;
}
.default-button:hover {
	background-color: #ca961e;git a
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ca961e), to(#ffc022));
	background-image: -webkit-linear-gradient(top, #ca961e, #ffc022);
	background-image: -moz-linear-gradient(top, #ca961e, #ffc022);
	background-image: -o-linear-gradient(top, #ca961e, #ffc022);
	background-image: -ms-linear-gradient(top, #ca961e, #ffc022);
	background-image: linear-gradient(top, #CA961E, #ffc022);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ca961e', EndColorStr='#ffc022');
	color: #503B0C;
	text-shadow: #ffc022 0px 1px 1px;
}
.default-button:active {
	-webkit-box-shadow: inset #503B0C 0 0 3px;
	-moz-box-shadow: inset #503B0C 0 0 3px;
	box-shadow: inset #503B0C 0 0 3px;
}

/* black button */
.black-button {
	padding: 3px 10px;
	background-color: #616161;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#111111));
	background-image: -webkit-linear-gradient(top, #616161, #111111);
	background-image: -moz-linear-gradient(top, #616161, #111111);
	background-image: -o-linear-gradient(top, #616161, #111111);
	background-image: -ms-linear-gradient(top, #616161, #111111);
	background-image: linear-gradient(top, #616161, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#616161', EndColorStr='#111111');
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #555555;
	font-weight: bold;
	text-shadow: #212121 0 0 4px;
	-webkit-box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	-moz-box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	cursor: pointer;
}
.black-button:hover {
	background-color: #111111;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#616161));
	background-image: -webkit-linear-gradient(top, #111111, #616161);
	background-image: -moz-linear-gradient(top, #111111, #616161);
	background-image: -o-linear-gradient(top, #111111, #616161);
	background-image: -ms-linear-gradient(top, #111111, #616161);
	background-image: linear-gradient(top, #111111, #616161);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#111111', EndColorStr='#616161');
	color: #FFFFFF;
}
.black-button:active {
	-webkit-box-shadow: inset #000000 0 0 10px;
	-moz-box-shadow: inset #000000 0 0 10px;
	box-shadow: inset #000000 0 0 10px;
}

/*********************************************
	Headings
*********************************************/
h1,h2,h3,h4,h5,h6 {
	color: #111111;
}
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: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	margin: 1.5em auto;
	-webkit-box-shadow: #CCCCCC 0 0 10px;
	-moz-box-shadow: #CCCCCC 0 0 10px;
	box-shadow: #CCCCCC 0 0 10px;
}

/*********************************************
Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
}
.builder-module-last {
}
.builder-module-block {
	margin: 1.5em 1.5em 0;
}
.builder-module-before-navigation .builder-module-block {
	margin-bottom: 1.5em;
}
/*********************************************
	Site Title
*********************************************/
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #262626;
	font-size: 1em;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}
.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: #666666;
}


/*********************************************
	Header Module
*********************************************/
.builder-module-header .site-title,
.builder-module-header .site-title a {
	font-size: 2em;
	line-height: 1;
}
.builder-module-header .builder-module-sidebar {
	background: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-outer-wrapper {
	position: relative;
	overflow: visible !important;
}
.builder-module-navigation {
	margin: 0;
	overflow: hidden;
}
.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: #111111;	
}
.builder-module-navigation:after {
	right: -20px;	
	border-left-color: #111111;
}
.builder-module-navigation {
	display: block;                   
	width: 100%;
	padding: 0 10px !important;
	margin: 0 -10px !important;
	background-color: #616161;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#313131));
	background-image: -webkit-linear-gradient(top, #616161, #313131);
	background-image: -moz-linear-gradient(top, #616161, #313131);
	background-image: -o-linear-gradient(top, #616161, #313131);
	background-image: -ms-linear-gradient(top, #616161, #313131);
	background-image: linear-gradient(top, #616161, #313131);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#616161', EndColorStr='#313131');
	border-width: 1px 0;
	border-style: solid;
	border-color: #212121;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	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 li {
	padding: 0;
}
.builder-module-navigation ul.menu > li {
	border-right: 1px solid #616161;
}
.builder-module-navigation ul.menu li > a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
}
.builder-module-navigation ul.menu > li > a {
	border-right: 1px solid #313131;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	background: #212121;
}
.builder-module-navigation li a:hover {
	background: #333333;
	-webkit-box-shadow: inset #000 0 0 4px;
	-moz-box-shadow: inset #000 0 0 4px;
	box-shadow: inset #000 0 0 4px;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a,
.builder-module-navigation li.current-menu-item a {
}
/* second level stuff */
.builder-module-navigation li ul.sub-menu {
	background: #616161;
	border: 1px solid #414141;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: 1px solid #414141;
	width: 14em;
}
.builder-module-navigation li li a {
	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;
}

/** 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;
}

/*********************************************
	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: #333333;
	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 {
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0 0 .5em 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	background: #111111 url('images/widget-module-bg.jpg');
}
.builder-module-widget-bar a {
	color: #FFFFFF;
}
.builder-module-widget-bar a:hover {
	color: #AAAAAA;
}
.builder-module-widget-bar .builder-module-sidebar .widget,
.builder-module-widget-bar .builder-module-sidebar .widget-title {
	color: #FFFFFF;
}
/** Alternate Widget Bar */
.builder-module-widget-bar.alternate-widget-bar {
	background: none;
}
.builder-module-widget-bar.alternate-widget-bar a {
	color: #111111;
}
.builder-module-widget-bar.alternate-widget-bar .builder-module-sidebar {
	padding-bottom: 0;
}
.builder-module-widget-bar.alternate-widget-bar .builder-module-sidebar .widget,
.builder-module-widget-bar.alternate-widget-bar .builder-module-sidebar .widget-title {
	color: #111111;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: transparent;
	border: none;
	padding: 1.5em 0;
}
.builder-module-footer .builder-module-element {
	color: #333333;
	margin: 0 1.5em;
}
.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;
}

.builder-module-image .builder-module-sidebar h4.widget-title {
	color: #212121;
}
/*********************************************
	HTML Module
*********************************************/
.builder-module-html .builder-module-sidebar h4.widget-title {
	color: #212121;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
}
.builder-module-content .hentry.post {
	border-bottom: 1px solid #DDD;
}
/** entry-header */
.entry-header {
	clear: both;
	position: relative;
}
.entry-header .edit-entry-link {
	position: absolute;
	top: -15px;
	right: 0;
	padding: 0px 4px;
	background: #E1E1E1;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset #C1C1C1 0 0 7px;
	-moz-box-shadow: inset #C1C1C1 0 0 7px;
	box-shadow: inset #C1C1C1 0 0 7px;
}
.entry-header .edit-entry-link a {
	color: #818181;
	text-shadow: #FFFFFF 1px 1px;
}
.entry-title {
	margin: 0;
	padding: 0;
}
.entry-title {
	color: #262626;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .3em;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}

.hentry .entry-header .entry-meta {
	display: block;
	margin-bottom: 0;
}

/** entry-footer */
.entry-footer {
	clear: both;
	margin-bottom: 1.5em;
}
.entry-footer img {
	max-width: none;
}
.entry-footer .tags {
	float: right;
}
.entry-footer .comments {
}

.hentry .entry-attachment .attachment {
	text-align: center;
}


.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop {
	margin-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 {
	padding: 10px;
	margin: 1.5em;
	background-color: #616161;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#313131));
	background-image: -webkit-linear-gradient(top, #616161, #313131);
	background-image: -moz-linear-gradient(top, #616161, #313131);
	background-image: -o-linear-gradient(top, #616161, #313131);
	background-image: -ms-linear-gradient(top, #616161, #313131);
	background-image: linear-gradient(top, #616161, #313131);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#616161', EndColorStr='#313131');
	border: 1px solid #A1A1A1;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #313131 0 0 0 1px;
	-moz-box-shadow: #313131 0 0 0 1px;
	box-shadow: #313131 0 0 0 1px;
}
.builder-module-content .builder-module-sidebar .widget .widget-title {
	margin: -10px -10px 10px;
	padding: 6px 7px;
	background: #717171;
	border-bottom: 1px solid #414141;
	-webkit-box-shadow: #818181 0 1px 0;
	-moz-box-shadow: #818181 0 1px 0;
	box-shadow: #818181 0 1px 0;
}
.builder-module-content .builder-module-sidebar .widget a {
	color: #FFFFFF;
}


/*********************************************
	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 img {
}
.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;
}

/*********************************************
	Widget Styles
*********************************************/
/** search widget in content */
.builder-module-content .builder-module-sidebar #searchform {
	text-align: center;
}
.builder-module-content .builder-module-sidebar #searchform input[type='submit'] {
	padding: 10px 15px;
	background: #818181 url('images/search-icon-light.png') no-repeat center center;     
	background: url('images/search-icon-light.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#515151));
	background: url('images/search-icon-light.png') no-repeat center center, -webkit-linear-gradient(top, #818181, #515151);
	background: url('images/search-icon-light.png') no-repeat center center, -moz-linear-gradient(top, #818181, #515151);
	background: url('images/search-icon-light.png') no-repeat center center, -o-linear-gradient(top, #818181, #515151);
	background: url('images/search-icon-light.png') no-repeat center center, -ms-linear-gradient(top, #818181, #515151);
	background: url('images/search-icon-light.png') no-repeat center center, linear-gradient(top, #818181, #515151);
	text-indent: -9999px;                                                          
	border: 1px solid #212121;
	-webkit-box-shadow: inset #D1D1D1 0 0 4px;
	-moz-box-shadow: inset #D1D1D1 0 0 4px;
	box-shadow: inset #D1D1D1 0 0 4px;
}
.builder-module-content .builder-module-sidebar #searchform input[type='submit']:hover {
	background: #515151 url('images/search-icon-light.png') no-repeat center center;     
	background: url('images/search-icon-light.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, from(#515151), to(#818181));
	background: url('images/search-icon-light.png') no-repeat center center, -webkit-linear-gradient(top, #515151, #818181);
	background: url('images/search-icon-light.png') no-repeat center center, -moz-linear-gradient(top, #515151, #818181);
	background: url('images/search-icon-light.png') no-repeat center center, -o-linear-gradient(top, #515151, #818181);
	background: url('images/search-icon-light.png') no-repeat center center, -ms-linear-gradient(top, #515151, #818181);
	background: url('images/search-icon-light.png') no-repeat center center, linear-gradient(top, #515151, #818181);
}
.builder-module-content .builder-module-sidebar #searchform input[type='submit']:active {
	-webkit-box-shadow: inset #414141 0 0 4px;
	-moz-box-shadow: inset #414141 0 0 4px;
	box-shadow: inset #414141 0 0 4px;
}
.builder-module-content .builder-module-sidebar #searchform input[type='text'] {                    
	width: 80%;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #212121 #919191 #919191 #212121;
	background-color: #414141;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#212121));
	background-image: -webkit-linear-gradient(top, #414141, #212121);
	background-image: -moz-linear-gradient(top, #414141, #212121);
	background-image: -o-linear-gradient(top, #414141, #212121);
	background-image: -ms-linear-gradient(top, #414141, #212121);
	background-image: linear-gradient(top, #414141, #212121);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#414141', EndColorStr='#212121');
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset #212121 0 0 4px;
	-moz-box-shadow: inset #212121 0 0 4px;
	box-shadow: inset #212121 0 0 4px;
	color: #818181;
}
.builder-module-content .builder-module-sidebar #searchform input[type='text']:focus {
	background: #FFFFFF;
	color: #212121;
}
/** search widget in html & header module */
.builder-module-header .builder-module-sidebar .widget_search,
.builder-module-html .builder-module-sidebar .widget_search {
	padding: 0;
	margin-top: 30px;
	margin-right: 1.5em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #EEEEEE 1px 1px 3px;
	-moz-box-shadow: #EEEEEE 1px 1px 3px;
	box-shadow: #EEEEEE 1px 1px 3px;
}
.builder-module-header .widget_search .widget-title,
.builder-module-html .widget_search .widget-title {
	display: none;
	visibility: hidden;
}
.builder-module-header .widget_search input,
.builder-module-html .widget_search input {
	height: 25px;
	border: 0;
	margin: 0;
	right: 0;
	float: left;
}
.builder-module-header .widget_search input[type="text"],
.builder-module-html .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: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}
.builder-module-header .widget_search input[type="text"]:focus,
.builder-module-html .widget_search input[type="text"]:focus {
	background:#FFFFFF;
	color: #333333;
}
.builder-module-header .widget_search input[type="submit"],
.builder-module-html .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(#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);
	border: 1px solid #CCCCCC;
	border-left: 0;
	text-indent: -9999px;
	text-transform: capitalize;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
.builder-module-header .widget_search input[type="submit"]:hover,
.builder-module-html .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;
}
.builder-module-header .widget_search input[type="submit"]:active,
.builder-module-html .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;
}
.builder-module-header .right .widget_search,
.builder-module-html .right .widget_search {
	float: right;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.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;
}
.loop-utility a {
	padding: 4px 7px;
	background: #E1E1E1;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset #C1C1C1 0 0 7px;
	-moz-box-shadow: inset #C1C1C1 0 0 7px;
	box-shadow: inset #C1C1C1 0 0 7px;
	color: #818181;
}
.loop-utility a:hover,
.loop-utility a.active {
	background: #313131;
	color: #D1D1D1;
	border: 1px solid #212121;
	-webkit-box-shadow: inset #111111 0 0 7px;
	-moz-box-shadow: inset #111111 0 0 7px;
	box-shadow: inset #111111 0 0 7px;
}



/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 0 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 {
	margin-bottom: 0;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: 0;
}
#comments cite,
#comments cite a {
	font-style: normal;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments img.avatar {
    background: #A8A8A8;
    border: 4px solid #333333;
    float: left;
    padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#comments .comment-meta {
	margin-bottom: 0;
}
#comments .individual-comment {
	background: #EAEAEA;
	margin-left: 86px;
	padding: 1.5em;
	position: relative;
}
#comments .individual-comment:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	left: -33px;
	z-index: 0;
	border-width: 20px;
	border-style: solid;
	border-color: transparent #EAEAEA transparent transparent;
}
#comment li.comment {
	list-style-type: none;
}
#comments li {
	clear: both;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}
.comment-reply-link {
	background-color: #ACACAC;
    border: 1px solid #878787;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 -1px 5px -2px #565656 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: auto;
    padding: 5px 10px;
    text-shadow: 0 0 2px #000000;
}
.comment-reply-link:hover {
	color: #000000;
	text-shadow: none;
}
#respond {
	margin-top: 1.5em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #CDCDCD;
	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 {
}
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, 
input[type="password"], 
input.text, 
input.title, 
textarea, 
select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input, 
input[type="password"],
input.text,
input.title,
textarea {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 3px;
	color: #666666;
}
input:focus,
input[type="password"]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
	background-color: #FFFFFF;
	border-color: #AAAAAA;
	-webkit-box-shadow: inset #CCCCCC 0 0 2px;
	-moz-box-shadow: inset #CCCCCC 0 0 2px;
	box-shadow: inset #CCCCCC 0 0 2px;
	color: #111111;
}
/** input in a table */
table tr:nth-child(2n) td input {
	background: #FCFCFC;
	border: ;
}
table tr:nth-child(2n+3) td input {
	background: #FFFFFF;
	border:;
}

/** submit button */
.builder-module .gform_wrapper input[type="submit"],
.builder-module input[type="submit"] {
	height: auto;
	padding: 3px 10px;
	background-color: #ffc022;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc022), to(#ca961e));
	background-image: -webkit-linear-gradient(top, #ffc022, #ca961e);
	background-image: -moz-linear-gradient(top, #ffc022, #ca961e);
	background-image: -o-linear-gradient(top, #ffc022, #ca961e);
	background-image: -ms-linear-gradient(top, #ffc022, #ca961e);
	background-image: linear-gradient(top, #ffc022, #ca961e);
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #B18C27;
	font-weight: bold;
	text-shadow: #83671D 0 0 4px;
	-webkit-box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	-moz-box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	box-shadow: inset #FFFFFF 0 -1px 5px -2px;
	cursor: pointer;
}
.builder-module .gform_wrapper input[type="submit"]:hover,
.builder-module input[type="submit"]:hover {
	background-color: #ca961e;git a
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ca961e), to(#ffc022));
	background-image: -webkit-linear-gradient(top, #ca961e, #ffc022);
	background-image: -moz-linear-gradient(top, #ca961e, #ffc022);
	background-image: -o-linear-gradient(top, #ca961e, #ffc022);
	background-image: -ms-linear-gradient(top, #ca961e, #ffc022);
	background-image: linear-gradient(top, #CA961E, #ffc022);
	color: #503B0C;
	text-shadow: #ffc022 0px 1px 1px;
}
.builder-module .gform_wrapper input[type="submit"]:active,
.builder-module input[type="submit"]:active {
	-webkit-box-shadow: inset #503B0C 0 0 3px;
	-moz-box-shadow: inset #503B0C 0 0 3px;
	box-shadow: inset #503B0C 0 0 3px;
}

textarea {
	width: 30em;
	height: 20em;
}

/*********************************************
	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-html {
	background: #FFFFFF;
}
#ie6 .builder-module-header .builder-module-sidebar .widget_search,
#ie6 .builder-module-html .builder-module-sidebar .widget_search,
#ie7 .builder-module-header .builder-module-sidebar .widget_search,
#ie7 .builder-module-html .builder-module-sidebar .widget_search,
#ie8 .builder-module-header .builder-module-sidebar .widget_search,
#ie8 .builder-module-html .builder-module-sidebar .widget_search {
	width: 100%;
}
#ie6 .builder-module-html .builder-module-sidebar .widget_search {
}
#ie6 .builder-module-html .builder-module-sidebar .widget_search input {
	background: #F6F6F6 !important;
	width: 60%;
}
#ie6 .builder-module-html .builder-module-sidebar .widget_search input#searchsubmit {
	background: #EEEEEE !important;
	width: 30%;
}
#ie7 .builder-module-header .builder-module-sidebar .widget_search input[type="text"],
#ie7 .builder-module-html .builder-module-sidebar .widget_search input[type="text"] {
	height: 17px !important;
}

#ie6 .builder-module-navigation,
#ie7 .builder-module-navigation {
	margin: 0 !important;
    padding: 0 !important;
}
#ie6 .entry-footer,
#ie7 .entry-footer {
	padding-bottom: 1.5em !important;
}
#ie6 body,
#ie7 body {
	padding-bottom: 1.5em !important;
}

#ie6 .builder-module-navigation ul.menu li {
	border-right: 1px solid #616161;
}
#ie6 .builder-module-navigation ul.menu li a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
}
#ie6 .builder-module-navigation ul.menu li a {
	border-right: 1px solid #313131;
}