/*

Theme Name: Builder Child Theme - Astro

Theme URI: http://ithemes.com/

Author: iThemes

Author URI: http://ithemes.com/

Version: 1.0.0

Template: Builder

Tags: blog, theme options, multiple layouts, multiple color schemes



Version History

	See history.txt

*/



/*********************************************

	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.5em;

	color: #222;

	font-family: Helvetica, Arial, sans-serif;

}



/*********************************************

	Main Background

*********************************************/

body {

	background: #ffffff;

}



/*********************************************

	Universal Link Styles

*********************************************/

a {

	color: #259bff;

	text-decoration: none;

}

a:hover {

	color: #262626;

	text-decoration: underline;

}



/*********************************************

	Headings

*********************************************/

h1, h2, h3, h4, h5, h6 {

	font-weight: bolder;

	color: #111;

}

h1 {

	font-size: 1.3em;

	line-height: 1em;

	margin-top: 1em;

	margin-bottom: 0.5em;

}

h2 {

	font-size: 1.3em;

	margin-bottom: 0.75em;

}

h3 {

	font-size: 1.2em;

	line-height: 1;

	margin-bottom: .75em;

}

h4 {

	font-size: 1.2em;

	line-height: 1.2;

	margin-bottom: 0em;

	font-weight:bold;

}

h5 {

	font-size: 1em;

	font-weight: bold;

	margin-bottom: 0em;

}

h6 {

	font-size: 1em;

	font-weight: bold;

}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {

	margin: 0em;

}



/*********************************************

	Container Div

*********************************************/

.builder-container-outer-wrapper {

	background: transparent;

	margin: 2em auto;

	border: 0em solid #fff;

	display: block;

}



/*********************************************

	Default Module

*********************************************/

.builder-module {

	background: transparent;

}



/*********************************************

	All Sidebars

*********************************************/

.builder-module-sidebar {

	display: block;

	width: 100%;

	margin: 0 0 10px 0;

	text-align: left;

}

.builder-module-sidebar .widget {

	margin: .5em;

	color: #333;

	background: #FFF;

	padding: 8px;

	-webkit-border-radius: 10px 10px 10px 10px;

	-moz-border-radius: 10px 10px 10px 10px;

	-moz-box-shadow: 1px 2px 2px #666;

	-webkit-box-shadow: 1px 2px 2px #666;

}

.builder-module-sidebar .widget a {

	color: #333;

	text-decoration: none;

}

.builder-module-sidebar .widget a:hover {

	color: #888;

	text-decoration: underline;

}

.builder-module-sidebar .widget h4 a {

	color: #333;

	text-decoration: none;

}

.builder-module-sidebar .widget h4 {

	font-size: 1.6em;

	color: #FFF;

	background: #262626 url('images/widget-bg.jpg') bottom repeat-x;

	padding: .6em .5em .5em .5em;

	margin: -8px -8px -2px -8px;

	-moz-border-radius: 10px 10px 0px 0px;

	-webkit-border-radius: 10px 10px 0px 0px;

}

.builder-module-sidebar .widget p,

.builder-module-sidebar .widget ul,

.builder-module-sidebar .widget ol,

.builder-module-sidebar .widget img {

	padding: 0 .5em .8em .5em;

}

.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-size: .90em;

	line-height: 1.8em;

	background: transparent;

	border-top: 1em solid #262626;

	display: block;

	height: 2em;

}

.builder-module-navigation ul {

	float: left;

	display: block;

	height: 4.5em;

}

.builder-module-navigation li {

	padding: 0 0 1em 0;

	margin: 0px 4px 0px 0px;

	background: #1E4922;

	-moz-border-radius: 0px 0px 10px 10px;

	-webkit-border-radius: 0px 0px 10px 10px;

}

.builder-module-navigation li a,

.builder-module-navigation li.current_page_item li a {

	font-size: 1.8em;

	padding: .35em .8em;

	color: #ffffff;

	text-transform: none;

	font-weight: bold;

	text-decoration: none;

	background: transparent;

	-moz-border-radius: 0px 0px 10px 10px;

	-webkit-border-radius: 0px 0px 10px 10px;

	-moz-box-shadow: none;

}

.builder-module-navigation li a:hover {

	background: #3EB8F6;

	-moz-border-radius: 0px 0px 10px 10px;

	-webkit-border-radius: 0px 0px 10px 10px;

	color: #FFF;

}

.builder-module-navigation li.current_page_item a {

	background: #262626;

	color: #FFF;

	-moz-border-radius: 0px 0px 10px 10px;

	-webkit-border-radius: 0px 0px 10px 10px;

	-moz-box-shadow: 1px 2px 2px #666;

	-webkit-box-shadow: 1px 2px 2px #666;

	}

/* second level stuff */

.builder-module-navigation li ul {

	width: 20em;

	border: none;

	text-align: left;

	margin: 0;

	background: transparent;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

}

.builder-module-navigation li li {

	width: 20em;

	background: #1E4922;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

}

.builder-module-navigation li li a,

.builder-module-navigation li li.current_page_item a {

	background: transparent;

	color: #ffffff;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

}

.builder-module-navigation li li a:hover {

	background: #02023A;

	color: #ffffff;

	-moz-border-radius: 0;

	-webkit-border-radius: 0;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

}

.builder-module-navigation li ul ul {

	margin: -3.1em 0em 0em 14em;

	-moz-box-shadow: none;

}

.builder-module-navigation li:hover ul ul,

.builder-module-navigation li:hover ul ul ul,

.builder-module-navigation li:hover ul ul ul ul,

.builder-module-navigation li:hover ul ul ul ul ul,

.builder-module-navigation li.sfhover ul ul,

.builder-module-navigation li.sfhover ul ul ul,

.builder-module-navigation li.sfhover ul ul ul ul,

.builder-module-navigation li.sfhover ul ul ul ul ul {

	left: -999em;

	-moz-box-shadow: none;

}

.builder-module-navigation li:hover ul ul,

.builder-module-navigation li:hover ul ul ul,

.builder-module-navigation li:hover ul ul ul ul,

.builder-module-navigation li:hover ul ul ul ul ul,

.builder-module-navigation li.sfhover ul ul,

.builder-module-navigation li.sfhover ul ul ul,

.builder-module-navigation li.sfhover ul ul ul ul,

.builder-module-navigation li.sfhover ul ul ul ul ul {

	left: auto;

	-moz-box-shadow: none;

}



/*********************************************

	Widget Bar Module

*********************************************/

.builder-module-widget-bar {

	width: 100%;

	-moz-border-radius: 10px 10px 10px 10px;

	-webkit-border-radius: 10px 10px 10px 10px;

	float: left;

	padding: 0;

	overflow: hidden;

}

.builder-module-widget-bar .widget-wrapper {

	display: inline;

	float: left;

	margin: 0;

	-moz-border-radius: 10px 10px 10px 10px;

	-webkit-border-radius: 10px 10px 10px 10px;

	width: 100%;

	overflow: hidden;

}

.builder-module-widget-bar .widget {

	margin: .5em;

	color: #333;

	background: #FFF;

	-webkit-border-radius: 10px 10px 10px 10px;

	-moz-border-radius: 10px 10px 10px 10px;

	-moz-box-shadow: 1px 2px 2px #666;

	-webkit-box-shadow: 1px 2px 2px #666;

}

.builder-module-widget-bar .widget a {

	color: #76c0ff;

	text-decoration: underline;

}

.builder-module-widget-bar .widget a:hover {

	color: #262626;

	text-decoration: underline;

}

.builder-module-widget-bar .widget p,

.builder-module-widget-bar .widget ul,

.builder-module-widget-bar .widget ol,

.builder-module-widget-bar .widget img {

	padding: 0 .5em .8em .5em;

}

.builder-module-widget-bar .widget h4 a {

	text-decoration: underline;

}

.builder-module-widget-bar .widget h4 {

	color: #FFF;

	font-size: 2em;

	padding: .5em;

}

.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {

	padding: 0;

	margin: 0 1em .5em 1.5em;

	list-style-type: square;

}

.builder-module-widget-bar .widget a.rsswidget img {

	display: none;

}



/*********************************************

	Footer Module

*********************************************/

.builder-module-footer {

	background: transparent;

}

.builder-module-footer .builder-module-element {

	text-align: left;

	color: #262626;

}

.builder-module-footer .builder-module-element .alignleft,

.builder-module-footer .builder-module-element .alignright {

	padding: 1em;

}

.builder-module-footer .builder-module-element .alignright {

	text-align: right;

}

.builder-module-footer .builder-module-element a {

	color: #259BFF;

	text-decoration: none;

}

.builder-module-footer .builder-module-element a:hover {

	text-decoration: underline;

}



/*********************************************

	HTML Module

*********************************************/

.builder-module-html .builder-module-element {

	margin: 1em;

	padding: 0 0.8em 0.8em;

}

.builder-module-html .builder-module-sidebar {

	margin-top: 1em;

}

/*********************************************

	Content Module

*********************************************/

.builder-module-content .builder-module-element {

	margin: 0;

	display: block;

	float: left;

	width: 100%;

	text-align: left;

	overflow: hidden;

}

.builder-module-content .builder-module-sidebar {

	margin-top: 1em;

}

.page-title {

	margin: 1em;

}

h4.page-title {

	margin-bottom: -1em;

}

.post {

	margin: 0;

	background: transparent;

	padding: 1em 1em 0 0;

}

.post .thumbnail-wrap {

	display: none;

}

.post .date {

	display: block;

}

.post .post-title {

	float: left;

	width: 70em;

	padding: 0;

}

.post .post-title h1 {

	margin-top: 0;

	font-size: 1.9em;

	font-weight: bolder;

	color: #262626;

	width: 550px;

	margin-bottom: .2em;

}

.post .post-title a {

	text-decoration: none;

	color: #262626;

	font-size: 1.9em;

}

.post .post-title a:hover {

	color: #777;

}

.post .post-meta {

	clear: both;

	font-size: 1.8em;

	font-weight: bold;

	color: #FFF;

	display: block;

	padding: 9px 0 7px 15px;

	margin-bottom: 30px;

	background: url('images/top-meta-bg.jpg') repeat-x;

	overflow: hidden;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

}

.post .post-meta a {

	color: #FFF;

}

.post .post-meta a:hover {

	color: #262626;

}

.post .meta-bottom {

	display: block;

}

.post img {

	border: .2em solid #FFF;

}

.post-content {

	clear: both;

}
.post-content a{

	clear: both;
text-decoration: underline;
color: #000080;

}



/*********************************************

	Post Meta Styles, if needed

*********************************************/

.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: .1em solid #d7d7d7;

	margin: 10px 0px 0px 0px;

	padding: 10px 0px 0px 0px;

}

.meta-bottom .alignleft {

	width: 70%;

}

.meta-bottom .categories {

	background: url(images/folder.png) 0px 0px no-repeat;

	padding: 0;

}

.meta-bottom .comments {

	background: url(images/comments.png) 0px 2px no-repeat;

	padding: 0em;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

}

.photometa {

	margin: 0px .5em 0px .5em;

	padding: 0px;

	width: 100%;

}

.EXIF {

	margin: -22px 0px 0px 0px;

	padding: 0px 0px;

	float: left;

	width: 33%;

}

.photometa h4 {

	border-bottom: 1px solid #666;

	text-align: center;

	margin: 0px;

	padding: 0px;

}

.photometa ul {

	list-style-type: none;

}



/*********************************************

	Previous/Next Page Navigation

*********************************************/

.paging {

	clear: both; /* To clear any floats */

	margin: 0px;

	padding: .6em;

}



/*********************************************

	Comment Styles

*********************************************/

#comments {

	margin: 0;

	padding: 2em 2em 2em 0;

}

#comments .title {

	font-size: 25px;

	margin: 0px;

	padding: 50px 0px;

}

#comments ol.commentlist {

	margin: 0px;

	padding: 0px;

	background: transparent;

}

#comments ul.children {

	margin: 0px;

	padding: 10px 0px 0px 0px;

}

#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: 5px 0px 5px 0px;

	padding: 10px;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

	-moz-box-shadow: 1px 1px 1px #666;

	-webkit-box-shadow: 1px 2px 2px #666;

	background: #FFFFFF;

	overflow: hidden;

}

#comments ul.children li {

}

#comments li.even {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}

#comments li.odd {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}

#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;

}

#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 {

	width: 90%;

	margin: 10px 0px 15px 0px;

	padding: 5px;

}



/*********************************************

	Text elements

*********************************************/

p {

	margin: 0 0 1.5em;

}

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:focus, a:hover {

	color: #000;

}

blockquote {

	background: url('images/blockquote.png') top left no-repeat;

	margin: 1.8em 6em 2em 0;

	padding: 0 0 0 6em;

	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: 3.333em;

}

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;

}



/*********************************************

	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: bold;

}

fieldset {

	padding:1.4em;

	margin: 0 0 1.5em 0;

	border: 1px solid #ccc;

}

legend {

	font-weight: bold;

	font-size:1.2em;

}



/*********************************************

	Form fields

*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {

	background-color:#fff;

	border:1px solid #bbb;

}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {

	border-color:#666;

}

input[type=text], input[type=password], input.text, input.title, textarea, select {

	margin:0.5em 0;

}

input.text, input.title {

	width: 300px;

	padding:5px;

}

input.title {

	font-size:1.5em;

}

textarea {

	width: 390px;

	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: 2px 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;

}



/*********************************************

	Random Things

*********************************************/

#social-tags {

	position: fixed;

	width: 95px;

	height: 100%;

	right: 0;

	left: auto;

	margin-right: 0;

	margin-left: auto;

	padding-top: 10px;

	overflow: hidden;

}

#social-tags a {

	position: relative;

	right: -50px;

}

#social-tags a:hover {

	right: 0;

}



/*********************************************

	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: 1px 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;

}

.post img.wp-smiley {

	border: none;

}

