/*
Theme Name: Builder Child Theme - Astro
Theme URI: http://ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.0.2
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #000;
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font-family: "Helvetica Neue", "Nimbus Sans L", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, ul, ol, dl, label {
	margin-top: 1em;
	margin-bottom: 1em;
}
a img {
	margin: 0;
}
::selection {
	background: #BFC8FF;
	color: #FFFFFF;
}
::-moz-selection {
	background: #BFC8FF;
	color: #FFFFFF;
}
a::selection {
	color: #FFFFFF;
}
a::-moz-selection {
	color: #FFFFFF;
}

/*********************************************
	Main Background
*********************************************/
body {
    background: #FFFFFF url(images/Lumalove_background.jpg) repeat;
    float: center;
    width: 100%;
    height: 100%;
    margin: 12px 0px 12px 0px;
    padding: 0px 0px 0px 10px;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #2570ff;
	text-decoration: none;
}
a:hover {
	color: #259bff;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: .25em;
	margin-bottom: .25em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: .25em;
	margin-bottom: .25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
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: 1em solid #ffffff;
	display: block;
        align: center;
}

/*********************************************
	Default Module
*********************************************/
.builder-module {
	background: #FFFFFF;
	margin-bottom: 0;
}

/* TODO: Sub-pages without sidebars needed this, but it can make it too wide with sidebars */
.builder-module-element {
/*	width: 100%;*/
}

/*.middle .builder-module-element {
	padding: 0 1em;
}
.left .builder-module-element {
	padding: 0 1em 0 0;
}
.right .builder-module-element {
	padding: 0 0 0 1em;
}*/

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0 4px 1.5em 0;
	color: #333;
	background: #FFFFFF;
	background: rgba(256, 256, 256, .9);
	padding: .75em;
	border-radius: .75em;
		-moz-border-radius: .75em;
		-webkit-border-radius: .75em;
		-khtml-border-radius: .75em;
	box-shadow: 1px 2px 2px #FFFFFF;
		-moz-box-shadow: 1px 2px 2px #FFFFFF;
		-webkit-box-shadow: 1px 2px 2px #FFFFFF;
		-khtml-box-shadow: 1px 2px 2px #FFFFFF;
}
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 2px;
}
.builder-module-block-outer-wrapper .left .widget,
.builder-module-block-outer-wrapper .middle .widget {
	margin-right: .75em;
}
.builder-module-block-outer-wrapper .middle .widget,
.builder-module-block-outer-wrapper .right .widget {
	margin-left: .75em;
}
.builder-module-block-outer-wrapper.left .builder-module-element,
.builder-module-block-outer-wrapper.middle .builder-module-element {
	margin-right: .75em;
	margin-top: .75em;
}
.builder-module-block-outer-wrapper.middle .builder-module-element,
.builder-module-block-outer-wrapper.right .builder-module-element {
	margin-left: .75em;
	margin-top: .75em;
}
.builder-module-sidebar .widget h4 {
	color: #FFFFFF;
	text-shadow: 0 -1px 1px #BFC8FF;
	background: #BFC8FF url('images/widget-bg.gif') bottom repeat-x;
	background: -moz-linear-gradient(bottom, #FFFFFF, rgba(256, 256, 256, 0) 3px),
				-moz-linear-gradient(top, #BFC8FF, #BFC8FF 1em);
	background: url('images/widget-bg.gif') bottom repeat-x,
				-webkit-gradient(linear, left top, left 28, from(#BFC8FF), to(#BFC8FF));
	font-size: 2.3em;
	line-height: 1.304;
	padding: .326em .5em;
	margin: -.326em -.326em .326em !important;
	border-radius: .326em .326em 0 0;
		-moz-border-radius: .326em .326em 0 0;
		-webkit-border-top-left-radius: .326em;
		-webkit-border-top-right-radius: .326em;
		-khtml-border-radius: .326em .326em 0 0;
}
.builder-module-sidebar .widget h4 a {
	color: #FFFFFF;
}
.builder-module-sidebar .widget h4 + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget img {
	max-width: 100%;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: .80em;
	line-height: 2em;
	background: #FFFFFF;
	border-top: .25em solid #FFFFFF;
        border-bottom: .25em solid #FFFFFF;
	display: block;
	height: 3em;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	height: 3em;
}
.builder-module-navigation li {
	margin: 0px 4px 0px 0px;
	background: transparent;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 1.8em;
	padding: .35em .8em;
	margin: 0;
	color: #262626;
	text-shadow: 0 1px 0 #BFC8FF;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
}
.builder-module-navigation li a:hover {
	background: #BFC8FF;
	border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-khtml-border-radius: 0 0 10px 10px;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 #BFC8FF;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	color: #FFFFFF;
	text-shadow: none;
	border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		-khtml-border-radius: 0 0 10px 10px;
	box-shadow: 1px 2px 2px #666666;
		-moz-box-shadow: 1px 2px 2px #BFC8FF;
		-webkit-box-shadow: 1px 2px 2px #BFC8FF;
		-khtml-box-shadow: 1px 2px 2px #BFC8FF;
	background: #BFC8FF;
	background: -moz-linear-gradient(bottom, #BFC8FF, #BFC8FF1em), #BFC8FF;
	background: -moz-linear-gradient(bottom, #BFC8FF, #BFC8FF1em), #BFC8FF;
	background: -webkit-gradient(linear, left bottom, left 24, from(#BFC8FF), to(#BFC8FF)), #BFC8FF;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 20em;
	border: none;
	text-align: left;
	margin: 0;
	background: transparent;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
}
.builder-module-navigation li li {
	width: 20em;
	background: #E6E3DC;
	margin: 0;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
	border: 1px solid #262626;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-naviation li li:first-child {
	margin-bottom: -1px;
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	background: transparent;
	color: #262626;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
}
.builder-module-navigation li li a:hover {
	background: #262626;
	color: #FFFFFF;
	text-shadow: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
}
.builder-module-navigation li ul ul {
	margin: -3.8em 0em 0em 20em;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-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 {
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-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 {
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar .widget h5 {
	font-size: .75em;
	line-height: 1.304;
	padding: .326em .5em;
	margin: -.326em -.326em .326em !important;
	border-radius: .326em .326em 0 0;
		-moz-border-radius: .326em .326em 0 0;
		-webkit-border-radius: .326em .326em 0 0;
		-khtml-border-radius: .326em .326em 0 0;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: CACAFF;
}
.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;
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
.builder-module-image .left .widget,
.builder-module-image .middle .widget {
	margin-right: 1.5em;
}
.builder-module-image .middle .widget,
.builder-module-image .right .widget {
	margin-left: 1.5em;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background: #FFFFFF;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	margin: 0;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .post {
	margin-bottom: .5em;
}

.post-title, .post-title * {
	margin: 0;
	padding: 0;
}
.post-title h1,
.post-title h2,
.post-title h3 {
	clear: both;
	color: #262626;
	font-size: 2em;
	line-height: 1em;
	text-shadow: .03em .03em .05em #999;
}
.post-title a {
	text-decoration: none;
	color: #262626;
	font-size: 1em;
}
.post .post-title a:hover {
	color: #777777;
	text-shadow: .03em .03em .05em #AAA;
}

.post .post-meta,
.post .post-meta * {
	padding: 0;
	margin: 0;
}
.post .post-meta {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: .9em;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 none;
	padding-left: 1em;
	background: #BFC8FF;
	border-radius: .333em;
		-moz-border-radius: .333em;
		-webkit-border-radius: .333em;
		-khtml-border-radius: .333em;
	background-color: #BFC8FF;
	background: -moz-linear-gradient(top, #BFC8FF, #BFC8FF), #BFC8FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#BFC8FF), to(#BFC8FF)), #BFC8FF;
}
.post .post-meta a {
	color: #FFFFFF;
}
.post .post-meta a:hover {
	color: #262626;
	text-shadow: 0 1px 0 none;
	text-decoration: none;
}

/* TODO: Set border and pad to add to 1em */
.post img {
	border: .2em solid #FFF;
}
.post-content {
	margin-top: 1em;
	clear: both;
}
.page-title {
	font-size: 1.75em;
	line-height: 1.7em;
	margin-top: 0;
	margin-bottom: .875em;
}
/*********************************************
	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-top: 1.5em;
	padding-top: 1.4em;
}
.meta-bottom * {
	padding: 0;
	margin: 0;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
}
.meta-bottom .comments {
}
.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: 3em 3px 1.5em 0;
	padding: 0;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style-type: none;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em;
	border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-khtml-border-radius: 0.5em;
	box-shadow: 1px 2px 2px #ffffff;
		-moz-box-shadow: 1px 2px 2px #ffffff;
		-webkit-box-shadow: 1px 2px 2px #ffffff;
		-khtml-box-shadow: 1px 2px 2px #ffffff;
	background: #FFFFFF;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	margin: 1.5em 0;
	display: block
}
#commentform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#commentform p {
	margin-bottom: 4px;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	padding: 5px;
	width: 50%;
}
#commentform input,
#commentform textarea {
	margin: 0;
	border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-khtml-border-radius: 0.5em;
	box-shadow: 1px 2px 2px #666666;
		-moz-box-shadow: 1px 2px 2px #666666;
		-webkit-box-shadow: 1px 2px 2px #666666;
		-khtml-box-shadow: 1px 2px 2px #666666;
}
#commentform #comment {
	width: 90%;
	height: 18em;
/*	padding: 1.45em;*/
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
/*	margin: .75em 0 .75em;*/
}
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: #000000;
}
blockquote {
	background: url('images/blockquote.png') top left no-repeat;
	margin: 1.5em 6em 1.5em 0;
	padding: 0 0 0 6em;
	color: #666666;
	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: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding: 0;
}
li *:last-child {
	margin-bottom: 0;
}
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 {
	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;
	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 {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: .2em .3em;
	border-radius: .5em;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		-khtml-border-radius: .5em;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
input[type=submit] {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 #1C3FFF;
	border: none;
	font-size: 1.3em;
	display: inline-block;
	margin: 0;
	padding: .2em .5em;
	background-color: #1C3FFF;
	background: -moz-linear-gradient(top, #3EB8F6, #3193C4), #3EB8F6;
	background: -webkit-gradient(linear, left top, left bottom, from(#3EB8F6), to(#3193C4)), #3EB8F6;
	border-radius: .5em;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		-khtml-border-radius: .5em;
}
input[type=submit]:hover {
	background-color: #57C6FF;
	background: -moz-linear-gradient(top, #57C6FF, #3193C4), #57C6FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#57C6FF), to(#3193C4)), #57C6FF;
}
input[type=submit]:active {
	background-color: #3193C4;
	background: -moz-linear-gradient(top, #3193C4, #3EB8F6), #3193C4;
	background: -webkit-gradient(linear, left top, left bottom, from(#3193C4), to(#3EB8F6)), #3193C4;
}
textarea {
	width: 390px;
	height: 250px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
input[type=text], input[type=password], textarea {
	max-width: 95%;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}

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

/*********************************************
	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 {
	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;
	margin: 0;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
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;
}

/*********************************************
	User Defined Styles
*********************************************/
#searchbanner {
    background url('http://lumalovegettingpregnant.com/wp-content/uploads/2010/04/James_banner3-resized-image-820x160.jpg');
    width: 100%;
    display: foreground;
}
#searchbanner form {
    width: 260px;
    float: right;
    margin: 0px -10px -1px 0px;
}
.style8 {
    color: #FF0000;
}
.style9 {
    font-family: Tahoma;
}
.style10 {
    font-family: "Times New Roman";
}
.style11 {
    text-align: center;
}
.style12 {
    font-family: Tahoma;
    font-size: 11pt;
}
.style13 {
    color: #FF0000;
    font-weight: bold;
}
.style15 {
    font-size: x-large;
    color: #FF0000;
}
.style17 {
    /*line-height: 16px;*/
    padding: 10px 30px 10px 30px;
    text-align: center;
}
.style19 {
    text-align: left;
}
.style20 {
    font-weight: bold;
    background-color: #BFC8FF;
}
.style21 {
    font-size: xx-large;
    text-align: left;
    color: #FF0000;
}
.style22 {
    color: #FF0000;
    font-weight: bold;
    font-family: Tahoma;
}
.style23 {
    font-size: x-large;
    text-align: left;
    color: #FF0000;
}
.style25 {
    font-size: small;
}
.style26 {
    font-size: small;
    font-weight: bold;
}
.style27 {
    text-align: center;
    color: red;
}
.style28 {
    text-align: center;
    font-size: x-large;
}
.style29 {
    font-size: x-small;
}
.style32 {
    font-size: large;
}
.style34 {
    font-size: large;
    font-family: Verdana;
}
.style35 {
    font-size: xx-large;
    font-family: Verdana;
}
.style36 {
    font-size: x-large;
    font-family: Verdana;
}
.style40 {
    font-size: medium;
}
.style41 {
    text-align: center;
    font-size: xx-large;
    color: #FF0000;
}
.style42 {
    font-size: medium;
    text-align: left;
}
.style44 {
    font-family: Tahoma;
    text-align: center;
    color: #FF0000;
    font-size: xx-large;
}
.style45 {
    font-family: Verdana;
	background-color: #BFC8FF;
}
.style46 {
    font-size: medium;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
.style49 {
	background-color: #BFC8FF;
}
.style50 {
	color: #FFFFFF;
	font-size: x-large;
}
.style51 {
	color: #000000;
	background-color: #BFC8FF;
}
.style52 {
	font-weight: bold;
	text-align: left;
	background-color: #BFC8FF;
}
.style53 {
	text-align: left;
	background-color: #BFC8FF;
}
.style54 {
	text-align: center;
	font-size: large;
}
.style55 {
	text-align: center;
	font-family: Tahoma;
}
.style404 {
        font-size: 300%em;
}
/**********************************************
#builder-module-4ba539680c0ba {
    background-color: #FF0000;
}

#builder-module-4ba539680c0ba .builder-module-element {
     background-color: #FFFFFF;
}
**********************************************/