/*
Theme Name: Builder Theme Builder-Type
Theme URI: http://www.ithemes.com
Description: Child theme for Builder
Author:	iThemes
Author URI: http://www.ithemes.com
Template: Builder
*/
/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.8em;
	color: #454545;
	margin-bottom: 1em;
}

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);


/*********************************************
	Main Background
*********************************************/
body {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	background: #ffffff;
	background: #EEEFDE;

/*
for blue mountains bottom image

	background: transparent url(images/mtn.png) bottom center no-repeat; 
*/
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #8d9615;
	text-decoration: none;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear 0s;
}
a:hover {
	color: #b4bc50;
	opacity: .5;
	text-decoration: none;
}
a:img {
	background: none;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	color: #494a41;
}

/*
h1 is caps in builder default
*/

h1 {
	font-size: 5em;
	line-height: 1em;
	margin-bottom: 0em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -1px;
}
h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 a {
	color: #808172;
	font-style: normal;
}

h2 a:hover {
	color: #aaaaaa;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0em;
	font-weight:normal;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
h7{
	font-size: 2em;
	line-height: 1.1em;
	color: #526971;

}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0em auto;
	border: 0em solid #000;
	display: block;
}

/*********************************************
	All Modules Default Definitions
*********************************************/
.builder-module {
	margin: 0 auto;
}
.builder-module-outer-wrapper {
	overflow: hidden !important;
}

/* Make the module columns match height */
/* Removed until a better solution can be made as it causes problems with anchored links
.builder-module {
	overflow: hidden;
}
.builder-module-block-outer-wrapper,
.builder-module-block {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
*/

.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {
border: 0em;
margin-top: 1em;
}

/*********************************************
	Sidebars
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
	color: #252525;
	background: transparent;
	border-top: 0em solid #333;

}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	padding: 0em 0em;
	color: #333;
}
.builder-module-sidebar .widget a {
	color: #526971;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #333;
}
.builder-module-sidebar .widget h4 a {
	color: #ebebeb;
	background: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget h4 {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget h4, .builder-module-sidebar .widget p, .builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol, .builder-module-sidebar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-size: 0.75em;
	line-height: 0.8em;
	background: transparent;
	display: block;
	border-top: 0em solid #333;
	margin-top: 0;
	margin-bottom: 3em !important;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	border-left: 1px solid #C4C5B4;
	border-right: 1px solid #C4C5B4;
	width: 591px;
}
.builder-module-navigation li {
	background: transparent;
	margin-left: -5px;
	padding-left: 5px;
}
.builder-module-navigation li a {
	font-size: 2em;
	padding: 1.8em 2em 1em 5px;
	opacity: .3;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	border-left: 1px solid transparent;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear 0s;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	color: #333333;
	opacity: 1;
	text-decoration: none;
	border-left: 1px solid #C4C5B4;
	padding-left: 5px;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: 0em solid #777;
	border-bottom: 0em;
	padding-left: 0em;
	padding-bottom: 5px;
	color: #000000;
	background: #fff;
	opacity: 0.9;
}
.builder-module-navigation li li {
	border-bottom: 0em solid #777;
	width: 14em;
	color: #333;
	background: transparent;
}
.builder-module-navigation li li a {
	float: none;
	font-size: 2em;
	line-height: .8em;
	padding: .4em .6em;
	padding-left: 0.5em;
	padding-right: .5em;
	border-right: none;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: transparent;
	color: #808172;
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
	background: transparent;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	background: transparent;
	border-top: 0em solid #333;
	border-bottom: 0em solid #333;
}


.builder-module-widget-bar .widget h4 {
	text-decoration: underline;
}


/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background-color: transparent;

}
.builder-module-html .builder-module-element {
	margin: 1.5em 0;
}
.builder-module-html-outer-wrapper {
	background: transparent;
	border-bottom: 1px solid #d6d7ca;
}
.adbrad-title, .adbrad-title a {
	font-size: 20px;
	color: #252525;	
}
.adbrad-title a:hover {
	color: #252525;
	text-decoration: none;
}
.adbrad-desc {
	font-size: 12px;
	line-height: 1.4;
	color: #252525;
	padding-top: 10px;
}
.league, .league a {
	font-size: 22px;
	line-height: 1;
	color: #333333;
}
.league a:hover {
	color: #808172;
}
.tophat {
	font-size: 12px;
	color: #808172;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #333;
}
.builder-module-footer .builder-module-element .alignleft, .builder-module-footer .builder-module-element .alignright {
	padding: 1em 0em 1em 0em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	background: transparent;
	border-top: 0em solid #333;
	border-bottom: 0em solid #333;
}
.page-title h1 {
	display: block;
	font-size: 32px;
	color: #808172;
	margin: 0em;
	margin-bottom: 0.5em;
}
.post {
	margin-top: 2em;
	margin-left: 0em;
	background: transparent;
	padding: 0px .8em .8em 0em;
}
.post-content {
	margin-top: 1em !important;
}
.post .thumbnail-wrap {
	display: none;
}
.page .title {
	display: block;
	color: #808172;
	text-transform: none;
}
.post .date {
	background: #252525;
	display: inline;
	font-size: 12px;
	color: #aaaaaa;
	padding: 5px 10px;
}
.post .post-title {
	float: left;
}
.post .post-title a {
	display: block;
	text-decoration: none;
	color: #808172;
	margin: 10px 0px;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear 0s;
}

.post .post-title a:hover {
	text-decoration: none;
	color: #ffffff;
	background: none
}

.post .post-title h3 {
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 0em;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
}

.post .post-title h1 {
	text-transform: none;
	color: #808172;
	display: block;
	font-size: 48px;
	margin: 10px 0px;
	line-height: 1.1;
}

.post .post-meta {
	display: block;
	clear:both;
	margin-top: 0em;
	margin-bottom: 2em;
}
.post .post-meta a {
	text-decoration: none;
	font-style:normal;
}
.post .post-meta a:hover {
	color: #ebebeb;
}
.post .meta-bottom {
	border-top: 0px solid
	display: block;
}
.post img 	{
	border: 0em;
	border-bottom: 0em solid #777;
	border-left: 0em solid #777;
	max-width: 100%;
	height: auto;
}

/*********************************************
	Post Meta
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: 0em solid #d7d7d7;

	margin-bottom: 2em;
	padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {

}
.meta-bottom .comments {
	
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px;
	padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 0px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	background: #252525;
	display: block;
	font-size: 12px;
	color: #aaaaaa;
	text-transform: uppercase;
	padding: 20px 3px;
}
.paging a {
	color: #aaaaaa;
	padding: 20px 20px;
}
.paging a:hover{
	background: #ffffff;
	color: #808172;
}
.prevnext {
	font-size: 24px;
	margin-top: 24px;
}


/*********************************************
	Comments
*********************************************/
#comments {
	margin: 0;
	padding: 20px 0px;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: transparent;
}
#comments ul.children {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background: #f5f6e8;
	overflow: hidden;
	border: 1px solid #d2d3c0;
}
#comments ul.children li {
}
#comments li.even {

}
#comments li.odd {

}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px 0px;
}
#respond h4{
}
#respond h3{
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {

	margin: 2px 0px 15px 0px;
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
	margin: 0 0 1.5em;
	font-size: 1.2em;
	line-height: 1.7em;
}
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;
}

a {
}

a:hover {

}


blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 0em;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.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;
	display: none;
	font-size: 2em;
}
fieldset {
	padding:1.5em 1.5emem;
	margin: 0 0 1.5em 0em;
	border: 0px solid #ccc;
	margin-left: 0;
	font-size: 3em;
}
legend {
	font-weight: bold;
	font-size:2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#EEEFDE;
	border:0px solid #bbb;
	padding: .1em;
	font-size: 2.5em;
	color: #C4C5B4;
}

input[type=text]:hover, input[type=password]:hover, input.text:hover, input.title:hover, textarea:hover, select:hover {
	border-color: transparent;
	background: #f5f5f5;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color: transparent;
	background: #f5f5f5;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em;
	margin-left: 0;
	border-left: 1px solid #d7d8c9;
	border-top: 1px solid #d7d8c9;
}

input[type=submit], input.submit {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;	
	font-size: 2em;
	background: #d7d8c9;
	color: #333333;
	border: 0;
	padding: 10px;
	text-align: left;
}
input[type=submit]:hover, input.submit:hover {
	background: #333333;
	color: #d7d8c9;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear 0s;
}
input[type=submit]:active, input.submit:active {
	background: #ffffff;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 100%;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 0px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}




/*********************************************
	Extras
*********************************************/

.formtitles {
	color: #aaaaaa;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.2em;
}
.shadowfax {
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 1px 3px #666;
	-webkit-box-shadow: 0px 1px 3px #666;
	box-shadow: 0px 1px 3px #666;
}
.workforithemes {
	font-size: 36px;
	line-height: 58px;
	color: #808172;
	margin-top: 80px;
	margin-bottom: 80px;
}
.workforithemes a {
	color: #252525;
	background: #EEEFDE;
}
.workforithemes a:hover {
	opacity: .3;
}
#search-5 input[type=submit] {
	width: auto;
	background: none;
	padding: 0;
}
.post-thumbnail {
	background: #ffffff;
	margin-bottom: 14px;
	max-height: 160px;
	overflow: hidden;
}
.post-thumbnail:hover {
	opacity: .8;
	max-height: none;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear 0s;
}
.post-thumbnail.insider {
	background: transparent;
	max-height: none;
}
.post-thumbnail img {
	border-top: 4px solid #C4C5B4;
}
.keepreading {
	font-size: 1.2em;
	color: #333333;
	border-left: 1px solid #C4C5B4;
	border-top: 1px solid #C4C5B4;
	padding: 10px;
	margin: 20px 0 50px;
	display: block;
	width: 100%;
}
.keepreading:hover, .keepreading a:hover {
	background: #ffffff;
	color: #C4C5B4;
}
/*
#builder-module-4d200109e27ac {
	position: fixed;
	background: #C4C5B4;
	margin-left: 20px !important;
	padding-left: 20px;
	width: 280px !important;
	z-index: -5;
}
*/

.panda {
	position: absolute;
	align: right;
}
.firstpost a {
	font-size: 52px;
}
.audioplayer_container {
	z-index: 1000;
	position: absolute;
	margin: -47px 0 0 47px;
}
.album {
	background: #d3d3c8;
	max-width: 540px !important;
	height: auto;
	padding: 6px 7px 6px 40px;
	margin: 10px 0;
	border: 1px solid #B6B6AA;
	border-radius: 4px;
}
.album img {
	border: 1px solid #B6B6AA;
}
