/*
Theme Name:     Builder Theme - Child Basic 
Theme URI:      http://www.willdesignforchocolate.com
Description:    Basic Child Start to Work With Builder 
Author:         Will Design For Chocolate
Author URI:     http://www.willdesignforchocolate.com
Template:       Builder
*/

/* Import Stylesheets, do not remove this line, make sure you use the correct actual folder name!
------------------------------------------------*/
@import url("../Builder/style.css");

/* Add your custom CSS here
------------------------------------------------*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
	background-image: url(images/backblack.png);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	font-size: 75%;
	line-height: 1.8em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: none;
	background-color: #2a1c0b;
	background-image: url(images/contentback.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: -1px;
	color: #173003;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #0f4869;
}
h3 {
	font-size: 1.3em;
	line-height: 22px;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #893102;
	text-transform: none;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0f4869;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0em;
	color: #173003;
}
h6 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #0f4869;
}
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-bottom:0em;
}

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

/*********************************************
	Sidebars
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
	background: none;
	margin-top: 30px;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333;
	padding-top: 1em;
	padding-right: 60px;
	padding-bottom: 1em;
	padding-left: 1em;
}
.builder-module-sidebar .widget a {
	color: #226c97;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #0f4869;
	text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
	color: #0f4869;
	text-decoration: none;
}
.builder-module-sidebar .widget h4 {
	color: #0f4869;
	font-size: 1.5em;
	background-image: url(images/linedecor_short.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1.4em !important;
}
.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: 2em;
	border-top: 0em solid #777;
	border-bottom: 0em solid #777;
	display: block;
	width: 100%;
	background: none;
	background-image: url(images/navigation.png);
	height: 90px;
	background-repeat: no-repeat;
}
.builder-module-navigation ul {
	float: none;
	display: block
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
.builder-module-navigation li {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

/******* Navigation li a font is set with Font Uploader in wp-admin ******/
.builder-module-navigation li a {
	font-size: 22px;
	color: #141612;
	font-weight: normal;
	text-decoration: none;
	background: none;
	padding-top: .9em;
	padding-right: .9em;
	padding-bottom: 0.4em;
	padding-left: .9em;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	background: none;
	color: #0f4869;
}

.home {
	margin-left: 50px;
}

/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: 0em solid #777;
	border-bottom: 0em solid #777;
}
.builder-module-navigation li li {
	border-bottom: 0em solid #777;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}

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

/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background-color: none;
	border-top: 0em solid #777;
	border-bottom: 0em solid #777;
}
.builder-module-html .builder-module-element {
	margin: 1em;
	padding: 0px .8em .8em .8em;
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #660000;
	background-color: none;
	background-image: url(images/footerback.png);
	height: 191px;
}
.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: #333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	border-top: 0em solid #777;
	border-bottom: 0em solid #777;
	background: none;
	background-image: url(images/contenttopback.png);
	background-repeat: no-repeat;
	background-position: top;
}
.page-title {
	margin: 1em;
}
.post {
	margin: 1em;
	background: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0.8em;
	padding-left: 100px;	
}

.post p {
	text-align: justify;
	line-height: 130%;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3c3225;
}

.post .thumbnail-wrap {
	display: none;
}
.page .title {
	display: none;
}
.post .date {
	display: block;
	font-weight: bold;
	color: #743b13;
}
.post .post-title {
	float: left;
	padding: .5em 0px 0px 0px;
}
.post .post-title a {
	text-decoration: none;
	color: #333;
}

/******* Navigation li a font is set with Font Uploader in wp-admin ******/
.post .post-title h1 {
	font-family: "Baskerville Old Face", "Times New Roman", serif;
	font-size: 26px;
	line-height: 120%;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: normal;
	background-image: url(images/posttitleback.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 550px;
	padding-top: 20px;
}


.post .post-title h3 {
	font-family: "Baskerville Old Face", "Times New Roman", serif;
	font-size: 26px;
	line-height: 120%;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	background-image: url(images/posttitleback.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	padding-top: 20px;
	font-style: normal;
	color: #0f4869;
}

.post .post-title h3 a {
	color: #0f4869;
}

.post .post-meta {
	display: block;
	clear:both;
}
.post .post-meta a {
	text-decoration: none;
	font-style:italic;
}
.post .post-meta a:hover {
        text-decoration: underline;
}
.post .meta-bottom {
	display: block;
}
.post img {
	border: 0em solid #cfcfcf;
}

/*********************************************
	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: 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: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.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 {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}

/*********************************************
	Comments
*********************************************/
#comments {
	margin: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0.8em;
	padding-left: 100px;	
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0.8em;
	padding-left: 100px;	
}
#comments ol.commentlist {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0.8em;
	padding-left: 0px;	
	background: #f3d7a9;
}
#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: 5px 0px 5px 0px;
	padding: 10px;
	background: #f3d7a9;
	overflow: hidden;
	border: 1px solid #999;
}
#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-top: 0px;
	padding-right: 20px;
	padding-bottom: 0.8em;
	padding-left: 100px;	
}
#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;
	font-size: 14px;
}

li {
	font-size: 14px;
}

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: #1876AD;
}
a {
	color: #0f4869;
}
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: 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;
}

/*********************************************
	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;
}
.alignmiddle {
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}

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


/**************** ADDED ***********/
builder-module {
    margin-bottom:0em;
}

.nocomments {
    display:none;
}

.clear {
	clear: both;
	height: 1px;
	width: 100px;
}

.textamscribe {
	font-size: 34px;
	color: #0f4869;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}


/****************HEADER HOME NONE - CHANGE POST# ******************/
h1#post-10 {
    display: none;
}


.booktitle {
	font-size: 40px;
	color: #0f4869;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Baskerville Old Face", "Times New Roman", serif;
	font-weight: bold;
}

.post-edit-link {
	visibility: hidden;	
}

#builder-module-4c38c189c68c7 {
	margin-bottom: 0em;
}

.builder-module-1 {
    height: 335px;
}

.bollocks {
	padding-left: 80px;
}