/*
Theme Name: Builder Child Theme - New Stories
Theme URI: http://ithemes.com/
Author: Michele Stern
Author URI: http://ithemes.com/
Version: 1.0.1
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)
*********************************************/
/****************************************
colors
dark reddish brown = #3D0101
medium red: #8b0100;
brightest red: #9F0707
here is an alternate dark red color to test: 510509
dark teal =  #163539 
aqua = #006666
golden yellow: #FA7300

*********************************************/

html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.5em;
	color: #222;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #111D1F/*url(images/bg_newstories.jpg)*/;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #9f0707;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #8b0100;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 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 {

	margin: 2em auto;
        margin-top: 0;
	border: 0 solid #3D0101;
	display: block;
}

/*********************************************
	All Modules Default Definitions
*********************************************/
.builder-module {
	margin-bottom: 0em;
        background: #FFCB8F;
}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
        color: #fff;
}
.builder-module-sidebar .widget {
	padding: 1em;
	color: #fff;
        background: #006666;
        border-bottom: 0;
}
.builder-module-sidebar .widget a {
	color: #FFF;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #FA7300;
	text-decoration: underline;
}
.builder-module-sidebar h4.widget-title a {
	color: #FA7300;
	text-decoration: none;
}
.builder-module-sidebar h4.widget-title {
	color: #fff;
}
.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-size: 1em;
	line-height: 1.1em;
	background: #3D0101 url(images/nav_bg.jpg) repeat-x top left;
	border: 0.1em solid #FA7300;
	display: block;
}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation li {
	padding: 0em;
	background: #3D0101;
	border-right: 0.1em solid #FA7300;
}
.builder-module-navigation li a {
	font-size: 1em;
	padding: .9em 1em;
	color: #FFF;
	font-family: Century Gothic, Helvetica, sans-serif;;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	background: #FA7300 url(images/nav_bg.jpg) repeat-x top left;
}
.builder-module-navigation li a:hover {
	background: #8b0100;
	color: #FFF;
}

/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: 0.1em solid #FA7300;
	border-bottom: 0.1em;
}
.builder-module-navigation li li {
	border-bottom: 0.1em solid #FA7300;
	width: 14em;
}
.builder-module-navigation li li a {
}
.builder-module-navigation li li a:hover {
}
.builder-module-navigation li ul {
	width: 14em;
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0em 0em 14em;
}
.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;
}
.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;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	color: #FFF;
	float: left;
	padding: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	background: transparent;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.builder-module-widget-bar .widget {
	padding: 1em 1em;
	color: #FFF;
        background: #163539 
}
.builder-module-widget-bar .widget a {
	color: #FFF;
	text-decoration: underline;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar h4.widget-title a {
	text-decoration: underline;
}
.builder-module-widget-bar h4.widget-title {
	color: #FFF;
}
.builder-module-widget-bar .widget h4, .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: 5px 0 0 0;
}
.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: #3D0101;
        border-top: solid .2em #FA7300;

}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #CCC;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: .7em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #CCC;
	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;
}
.builder-module-html .builder-module-sidebar {
	margin-top: 1em;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content {
        background:#006666;
}

.builder-module-content .builder-module-element {
	margin: 0 10px 0 0;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
        background:#006666;
}
.builder-module-content .builder-module-sidebar {
	margin-top: 0;
        border-bottom: 0px solid #FA7300;
}
.page-title {
	margin: .5em;
	color: #fff;
	font-size: 2em;
}
/*h4.page-title {
	margin-bottom: .5em;
}*/
/* original settings
.hentry {
	margin: 0;
	padding: 1em 1em 0 1em;
}*/
.hentry {
        background: url(images/parchment.jpg);
       	-moz-border-radius: 10px;
       	-webkit-border-radius: 10px;
       	-khtml-border-radius: 10px;
       	border-radius: 10px;
       	margin: 15px 0px 10px 10px;
       	border: 1px solid #0C1D1F;
	padding: 1em 1em 1em 1em;
       	color: #3D0101;
}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
/*	display: none;*/
	clear: both;
	display: block;
	padding-bottom: 12px;
}
.post .post-title {
	float: left;
	padding: 0;

}
.hentry .post-title h1 {
	margin-top: 0;
	color: #8B0100;
}
.post .post-title a {
	text-decoration: none;
	color: #8b0100;
}
.post .post-title a:hover {
	color: #FA7300;
}
.post .post-meta {
	clear: both;
	display: block;
	padding-bottom: 2px;
}
.post .post-meta a {
	color: #9F0707;
	font-style: italic;
}
.post .post-meta a:hover {
	color: #FA7300;
}
.post .meta-bottom {
	display: block;
}

/*********************************************
	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 {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	border: 0px solid #CFCFCF;
	padding: 0px;
	width: auto !important;
	height: auto !important;
	-moz-box-shadow:3px 3px 1em #000000;
	-webkit-box-shadow:3px 3px 1em #000000;
	-khtml-box-shadow:3px 3px 1em #000000;
	box-shadow:3px 3px 1em #000000;
}
.hentry .alignright {
	margin: 0 0 .5em 2em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	border: 0px solid #CFCFCF;
	background: transparent;
	padding: 5px;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
}

.hentry .wp-caption-text {
	text-align: center;
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}

/*********************************************
	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;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0
	padding: 0;
}
.EXIF table {
	width: auto;
	margin: 0 auto;
}
.photometa h4 {
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
	margin: 0;
	padding: 0;
}
.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 0 0 10px;
	padding: 10px 10px;
}
#comments h3 {
	color: #fff;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
       	margin: 0;
	padding: 0px;
        background: url(images/parchment.jpg);
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       border: 1px solid #0C1D1F;
	width: 90%;
}


#comments ul.children {
	margin: 10px;
	padding: 0;
}
#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 .comment-body {
	margin: 10px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	border: 0px solid #999;
}
#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;
	margin: 0 0 10px 10px;
}
#respond #commentform {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform a {
	color: #fff;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 0px 0px 15px 0px;
	padding: 5px;
        background: url(images/parchment.jpg);
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       border: 1px solid #0C1D1F;
}
#respond h3 {
	color: #fff;
	font-weight: normal;

}
/*********************************************
	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: #FA7300;
}
a {
	color: #9F0707;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	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:#F4DEA4;
	border:1px solid #3D0101;
}
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;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.post img.wp-smiley {
	border: none;
}
/*********************************************
	Home Page Styles
*********************************************/
/*** main content block - html ***/
#builder-module-4c1954de39a0c {
       background: #006666;
       border-bottom: .3em solid #FA7300;
}
#text-3 {
     color:#FFF;
     background: #163539;
     margin: 0 10px 10px 0;
     border: solid 0px #FA7300;
     font-family: "Trebuchet MS", Arial, Helvetica;
     height: 445px;
     padding: 1em 1em 1em 1em;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#text-3 h4 {
     color:#FA7300;
     font-size: 1.4em;
}
#rotating-images-rotator_1 {
       border: solid 0px #fff;
}
#builder-module-4c2be4bbbb52c #rotating-images-rotator-container_1 {
       border: 1px solid #0C1D1F;
       height: 463px;
       width: 380px;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       margin: 10px 0px 0px 8px;
       background: #163539;
}
#ithemesrotatingimages-3 {
       background: #006666;
       border-bottom: 0px;
       height: 465px;
}
.builder-module-block  .post-13 {
       background: #163539  url(images/parchment.jpg) ;
       border: 1px solid #0C1D1F;
       height: 444px;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       padding: 10px 15px 10px 15px;
       margin: 20px 19px 20px 19px;
       color: #3D0101;
       font-size: 12px;
       font-family: "Trebuchet MS", Arial, Helvetica;
	line-height: 13px;
      /*  -moz-box-shadow: 2px 2px 5px #1B1F1F;
        -webkit-box-shadow: 2px 2px 5px #1B1F1F;
        -khtml-box-shadow: 2px 2px 5px #1B1F1F;
         box-shadow: 2px 2px 5px #1B1F1F;*/
}
.old-story-new-story {
	line-height: 14px;
}
.old-story-new-story p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 20px;
	line-height: 5px;
}

/* this is the title */
#post-13 {
     color:#8b0100;
     font-size: 1.4em;
}
#search-3{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
/***** Home page module ******/
#builder-module-4c2004f4effa9 {
        background: url(images/banners/vancouver3.jpg);
        height: 135px;
}
#builder-module-4c2004f4effa9 #s {
       background: transparent; 
       color: #fff; 
}
#builder-module-4c2be4bbbb52c .paging {
       padding: 0px;
}
#builder-module-4c2be4bbbb52c #respond {
	padding: 0px;
}
#builder-module-4c2be4bbbb52c {
	line-height:19px;
        background: #066;
}
#builder-module-4c2be4bbbb52c p {
	margin: 0 0 1em;
}
/**** lower widget bar builder-module-4c75b14606e89 ***/
#builder-module-4c75b14606e89 img {
	margin-right: 8pt;
}
#builder-module-4c75b14606e89 .widget-title { 
	font-size: 13px;
}
#builder-module-4c75b14606e89 {
       	background: #163539;
       	border-top: solid 2px #FA7300;
	padding: 0;
}
#recent-posts-4 {
        line-height: 1.6em;
        color: #FA7300;
	padding: 8px 15px 0 25px;
}
#recent-posts-4 a:hover {
	color: #FA7300;
}
#builder-module-4c75b14606e89 .widget_text a:hover {
	color: #FA7300;
	text-decoration: none;
}
#text-8 {
	padding: 15px 15px 0 25px;
}
#text-9 {
	padding: 15px 15px 0 12px;
}
#text-10 {
	padding: 15px 20px 0 0px;
}
/**** original lower widget bar (now removed)***/
#builder-module-4c1939b018b5b {
       background: #163539;
       border-top: solid 2px #FA7300;
}
#builder-module-4c1939b018b5b img {
	margin-right: 8pt;
}
#builder-module-4c1939b018b5b .widget-title { 
	font-size: 13px;
}
#recent-posts-3 {
        line-height: 1.6em;
        color: #FA7300;
}
#recent-posts-3 a:hover {
	color: #FA7300;
	text-decoration: underline;
}
/*********************************************
	About Inside Page Styles
*********************************************/
#search-2{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#text-14 {
        background: transparent;
        padding: 0;
}
#builder-module-4c20ed30c0c27 {
        background: url(images/banners/colorado-river.jpg);
        height: 135px;
}
#builder-module-4c20ed30c0c27 #s {
       background: transparent; 
       color: white;
}
#builder-container-4c20ed30c0d21 .hentry {
        background: url(images/parchment.jpg);
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       margin: 15px 15px 10px 10px;
       border: 1px solid #0C1D1F;
}

#builder-container-4c20ed30c0d21 #nav_menu-4{
        background:#163539 ;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       margin: 15px 5px 10px 15px;
       border: 1px solid #0C1D1F;
       font-size: 1.1em;
       padding: 10px 4px;
	width: 172px;
	color: #FA7300;
}
/********** Musings **************/
#builder-module-4c3626816114d {
        background: url(images/banners/grand-canyon.jpg);
        height: 135px;
}
#builder-module-4c3626816114d #s {
       background: transparent; 
       color: white;
}
#search-4{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#text-17 {
        background: transparent;
        padding: 0;
}
#builder-module-4c362681611c2 #rotating-images-rotator_1 {
       margin: 5px 0px 0px 0px;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
}
#tag_cloud-2 {
       	-moz-border-radius: 10px;
       	-webkit-border-radius: 10px;
       	-khtml-border-radius: 10px;
       	border-radius: 10px;
       	background:#163539;
       	border: 1px solid #0C1D1F;
	margin: 15px 15px 0px 10px;
}
#archives-2 {
       	-moz-border-radius: 10px;
       	-webkit-border-radius: 10px;
       	-khtml-border-radius: 10px;
       	border-radius: 10px;
       	background:#163539;
       	border: 1px solid #0C1D1F;
	margin: 15px 15px 0px 10px;
}

#calendar-2 {
       	-moz-border-radius: 10px;
       	-webkit-border-radius: 10px;
       	-khtml-border-radius: 10px;
       	border-radius: 10px;
       	background:#163539;
       	border: 1px solid #0C1D1F;
	margin: 15px 15px 0px 10px;
}
#builder-module-4c362681611c2 .hentry {
        margin:15px 20px;
}
#text-4 {
	margin: 15px 15px 0px 10px;
	padding: 0;
}
#builder-module-4c362681611c2 .builder-module-sidebar .widget img {
       	padding: 0px;
	-moz-border-radius: 10px;
       	-webkit-border-radius: 10px;
       	-khtml-border-radius: 10px;
       	border-radius: 10px;
}

/********* Resources *************/
#builder-module-4c36bc99f1fc3 {
        background: url(images/banners/honduras.jpg);
        height: 135px;
}
#builder-module-4c36bc99f1fc3 #s {
       background: transparent; 
       color: white;
}
#search-5{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#text-12 {
        background: transparent;
        padding: 0;
}
#builder-container-4c36bc99f1f6f .hentry {
        margin:15px 15px 10px 10px;
}
#builder-module-4c36bc99f2037 #nav_menu-5{
        background:#163539 ;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       margin: 15px 5px 10px 15px;
       border: 1px solid #0C1D1F;
       font-size: 1.1em;
       padding: 10px 4px;
	width: 172px;
	color: #FA7300;
}
/********* Foundation Layout *************/
#builder-module-4c45f3b4208d6 {
        background: url(images/banners/florida2.jpg);
        height: 135px;
}
#builder-module-4c45f3b4208d6 #s {
       background: transparent; 
       color: white;
}
#search-7{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#builder-module-4c45f3b42095e .hentry {
        margin:15px 15px 10px 10px;
}

/********* Article Layout *************/
#builder-module-4c47d5c223f56 {
        background: url(images/banners/kinshasa.jpg);
        height: 135px;
}
#builder-module-4c47d5c223f56 #s {
       background: transparent; 
       color: white;
}
#search-8{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#text-15 {
        background: transparent;
        padding: 0;
}
#builder-module-4c47d5c223fd8 .hentry {
        margin:15px 15px 10px 10px;
}
/********* Stories Layout *************/
#builder-module-4c58b9e39781d {
        background: url(images/banners/karthala.jpg);
        height: 135px;
}
#builder-module-4c58b9e39781d #s {
       background: transparent; 
       color: white;
}
#search-10{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#text-16 {
        background: transparent;
        padding: 0;
}
#builder-module-4c58b9e397893 .hentry {
       margin: 15px 15px 10px 10px;
}
#builder-module-4c58b9e397893 #nav_menu-2{
        background:#163539 ;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       margin: 15px 5px 10px 15px;
       border: 1px solid #0C1D1F;
       font-size: 1.1em;
       padding: 10px 4px;
	width: 172px;
	color: #FA7300;
}

/**********************************************************
layout for default pages, error pages, contact form, search results, etc 
*******************************************************/
#builder-module-4c78380bb166e {
        background: url(images/banners/australia.jpg);
        height: 135px;
}
#builder-module-4c78380bb166e #s {
       background: transparent; 
       color: white;
}
#search-11{
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#text-18 {
        background: transparent;
        padding: 0;
}
#builder-module-4c78380bb16e9 .hentry {
       margin: 15px 15px 10px 15px;
}
/****** Not Found page ********/
.not-found {
	color:#fff;
	margin: 15px 15px;
}
.not-found h3 {
	color:#fff;
}
/********* Projects *************/
#builder-module-4e37447c8405f {
        background: url(images/banners/peru.jpg);
        height: 135px;
}
#builder-module-4e37447c8405f #s {
       background: transparent; 
       color: white;
}
#search-13 {
        padding: 0 1em 0 0;
        horizontal-align: right;
	float: right;
        background: transparent;
}
#builder-container-4e37447c83dd8 .hentry {
        margin:15px 15px 10px 10px;
}
#nav_menu-6 {
        background:#163539 ;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       -khtml-border-radius: 10px;
       border-radius: 10px;
       margin: 15px 5px 10px 15px;
       border: 1px solid #0C1D1F;
       font-size: 1.1em;
       padding: 10px 4px;
	width: 172px;
	color: #FA7300;
}
#text-13 {
        background: transparent;
        padding: 0;
}

/******************Loop Buddy Layouts *************************/
.entry-meta {
	padding-bottom: 12px;
}
.entry-title {	
	margin-bottom: 2px;
}
