/*   
Theme Name: Prophecy Depot
Theme URI: http://www.prophecydepotministries.net/
Description: WordPress HTML5 and CSS3 Theme Framework
Author: Tyler Hauer
Author URI: http://www.solutionsimplicity.com/
Version: 1.1
.
This theme designed specifically for Prophecy Depot.
.
*/

/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

.datalabelright {
	font-weight: bold;
	text-align: right;
}

.paypal {
	margin-top: -32px;
}

.attachment-article {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.wp-post-image {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.horizontalsocial{
	width: 100%; 
	/* border-top: 1px solid #386F83; */
	padding: 0 0 10px 0; 
	float: left; 
	display: block;
}
.horizontalsocial .fb-like{
	width: 150px; 
	float: left; 
	/* border-right: 1px solid #386F83; */
}

.horizontalsocial .sharertwitter{
	float: left; 
	width: 150px; 
	/* border-right: 1px solid #386F83; */
	margin: 0 20px 0 321px;
}

.horizontalsocial .sharergplus{
	float: left; 
	width: 80px; 
	margin: 0 0 0 20px;
}

a {
	color: #386483;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a.active{
background: #006892;
}

a:hover {
	color: #00A5E7;
	font-weight: bold;
	text-decoration: none;
}

a.alternate {
	color: #C5DEE8;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a.alternate:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumbs {
	background-color: transparent;
	color: #386483;
	font-size: 19pt;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumbs:hover {
	background-color: transparent;
	color: #000000;
	font-size: 19pt;
	font-weight: bold;
	text-decoration: none;
}

a.special {
	color: #FFFFFF;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}

a.special:hover {
	color: #C5DEE8;
	font-weight: bold;
	text-decoration: none;
}

body {
	margin: 0 auto;
	/* padding: 22px 0; */
	/* border: 2pt solid yellow; */
	width: 100%;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #333333;
}

div.banner {
	background: #CCCCCC;
	border: 2px #007FB2 solid;
	height: 249px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	width: 90%;
}

div.bannerad {
	/*background: url("images/banner.jpg") repeat-x; */
	border: 2px #007FB2 solid;
	height: 232px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	width: 770px;
}

div.bannerad2 {
	/*background: url("images/banner.jpg") repeat-x; */
	border: 2px #007FB2 solid;
	height: 201px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	width: 666px;
}

div.bannerad3 {
	/*background: url("images/banner.jpg") repeat-x; */
	/* border: 2px #007FB2 solid; */
	height: 173px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	width: 666px;
}

div.buttonrightalternate {
	margin-bottom: 8px;
	margin-right: 11px;
	text-align: right;
}

div.buttonrightdonate {
	margin-bottom: 8px;
	margin-right: 3px;
	margin-top: 16px;
	text-align: right;
}

div.buttonright {
	margin-bottom: 8px;
	text-align: right;
}

div.buttonleft {
	margin-bottom: 8px;
	text-align: left;
}

div.contact {	
	margin-left: 275px;
	margin-right: auto;
	width: 40%;
}

div.contactnotice {	
	margin-left: 180px;
	margin-right: auto;
	margin-top: 21px;
	width: 70%;
}

div.excerpt {
	background: #CCCCCC;
	border: 1px white solid;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	width: 90%;
}

div.footnotes {
	font-size: 85%;
}

div.form-label {
	float: left;
	width: 48%;
}

div.form-input {
	float: right;
	width: 48%;
}

div.articlefilter {
	border-bottom: 1px; solid #999999;
	height: 88px;
	width: 100%;
	
}

div.link-right {
	float: right;	
	text-align: right;
	width: 48%;
}

div.list-left {
	float: left;
	text-align: center;
	width: 48%;
}

div.list-right {
	float: right;	
	text-align: center;
	width: 48%;
}

div.sidebar {
	text-align: center;
}

h1 {
	font-size: 28pt;
	line-height: 44px;
	padding: 2px 0;
}

h1.breadcrumbs {
	color: #000000;
	font-size: 21pt;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 14px;
	text-align: left;
}

h2 {
	font-size: 21pt;
	line-height: 33px;
	margin-bottom: 14px;
	padding: 2px 0;
}

h3 {
	font-size: 18pt;
	line-height: 22px;
	padding: 11px 0;
}

h4.blog {
	font-size: 13pt;
	line-height: 22px;
	padding: 11px 0;
}

h3.contact {
	font-size: 18pt;
	text-align: center;
}

img.article {
	border: 1px solid #333333;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}

img.articlenoborder {
	border: 0;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}

img.article-right {
	border: 1px solid #333333;
	float: right;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}

img.article-rightnoborder {
	border: 0;
	float: right;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}

img.book {
	border: 1px solid #333333;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 23px;
	margin-left: 49px;
}

img.radio {
	border: none;
	margin-top: 28px;
	margin-right: 14px;
	margin-bottom: 1px;
	margin-left: 25px;
}
	

img.radios {
	border: none;
	margin-top: 21px;
	margin-right: 14px;
	margin-bottom: 1px;
	margin-left: 25px;
}


img.thumbnail {
	border: 1px solid #333333;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}

p {
	padding-bottom: 14px;
}

p.banner {
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-top: 18px;
	text-align: center;
}

p.bottomline {
	border-bottom: 1px solid #386483;
}

p.endnotes {
	font-size: 80%;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-top: 18px;
	text-align: left;
}

p.excerpt {
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-top: 18px;
	text-align: left;
}

p.italcenter {
	font-style: italic;
	text-align: center;	
}

p.normal {
	text-align: left;	
}

p.line {	
	border-top: 1px solid #386483;
	margin-top: 33px;
}

p.noresults {
	color: #333333;
	font-size: 14pt;
	font-weight: bolder;
	margin-bottom: 21px;
	margin-top: 21px;
	text-align: center;
}

p.radio {
	color: #386483;
	font-weight: bold;
	font-decoration: none;
	margin-left: 7px;
	margin-top: -13px;
	padding-top: -13px;
	text-align: center;
}

p.spacing {
	padding-top: -14px;	
	margin-top: -14px;
}

span.banner {
	font-size: 15pt;
	font-weight: bold;
}

span.banner2 {
	font-size: 12pt;
	font-weight: bold;
}

span.copyright {
	color: #FFFFFF;
	font-weight: bold;
}

span.eventheadings {
	font-size: 14pt;
}

span.left {
	text-align: center;
}

span.linkheadings {
	font-size: 14pt;
}

span.radio {
	color: #386483;
	font-weight: bold;
	font-decoration: none;
	margin-top: -13px;
	padding-top: -13px;
	text-align: center;
}

span.required {
	color: #386483;
	font-weight: bold;
	font-decoration: none;
}

span.right {
	text-align: right;
}

span.special {
	color: #386483;
	font-weight: bold;
	font-decoration: none;
}


/*------------------------------
=HEADER
------------------------------*/

header.bar {
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	border-top: 3px solid black;
	height: 180px;
	width: 100%;
	background: url("images/header_tall.png") repeat-x;
}

header div.logo {
	/* position: absolute;
	left: 0; */
	float: left;
	margin-left: 11px;
	height: 180px;
	width: 1000px;
}

header div.search {
	/*
	position: absolute;
	right: 0; */
	float: right;
	margin-right: 11px;
	margin-top: -11px;
}

/*------------------------------
=NAVIGATION
------------------------------*/

nav {
	/* position: absolute; */
	/* left: 0; */
	/* margin-top: 88px; */
	height: 44px;
	width: 100%;
	/* background: url("images/nav_background.png"); */
	background: #000000;
}

	nav ul {
		margin: 0 auto;
		width: 888px;
		list-style: none;
	}

		nav ul li {
			float: left;
		}
		
			nav ul li a {
				display: block;
				margin-right: 20px;
				width: 100px;
				font-size: 14px;
				line-height: 44px;
				text-align: center;
				text-decoration: none;
				color: #C5DEE8;
			}
			
				nav ul li a:hover {
					color: #fff;
				}
			
			/*
			nav ul li.selected a {
				color: #fff;
			} */
			

/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	display: table;
	/* border: 2pt solid blue; */
	background: #FFFFFF;
	width: 100%;
}

	#mainContent {
		display: table-cell;
		/* border: 2pt solid red; */
		padding-left: 11px;
		padding-right: 22px;
		width: 670px;
	}
	
	#mainContent li {
		list-style: none;
		margin: 1px 0 0 11px;
		padding: 1px 0 11px 0;
	}
	
	aside {
		display: table-cell;
		background: #C5DEE8;
		/* border: 2pt solid green; */
		width: 200px;
	}



/*------------------------------
=BLOG POST
------------------------------*/
.blogPost header p, .blogPost header p a {
		font-size: 14px;
		font-style: italic;
		color: #777;
	}
	
		.blogPost header p a:hover {
			text-decoration: none;
			color: #000;
		}

.blogPost div {
	/* Column-count not implemented yet */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	
	/* Column-gap not implemented yet */
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
}
	
.blogPost img {
	margin: 22px 0;
	-webkit-box-shadow: 3px 3px 7px #777;
}



/*------------------------------
=COMMENTS
------------------------------*/

#comments {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

	#comments article {
		display: table;
		padding: 22px;
	}
	
	#comments article:nth-child(odd) {
		padding: 21px;
		background: #E3E3E3;
		border: 1px solid #d7d7d7;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
	}
	
		#comments article header {
			display: table-cell;
			width: 220px;
			padding-right: 22px;
		}
		
			#comments article header a {
				display: block;
				font-weight: bold;
				color: #000;
			}
			
				#comments article header a:hover {
					text-decoration: none;
				}
		
		#comments article p {
			padding: 0;
		}



/*------------------------------
=COMMENT FORM
------------------------------*/
form {
	margin-top: 1px;
	padding-top: 2px;
	/* border-top: 1px solid #d7d7d7; */
}

	form p {
		display: table;
		margin-bottom: 22px;
		padding: 0 22px;
	}

		form label {
			display: table-cell;
			width: 140px;
			padding-right: 20px;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
		}
	
		form input[type="text"], form input[type="email"], form input[type="url"] {
			display: table-cell;
			width: 300px;
			height: 20px;
			border: 1px solid #d7d7d7;
		}
		
		form textarea {
			width: 300px;
			height: 100px;
			border: 1px solid #d7d7d7;
		}
		
		form input[type="submit"] {
			margin-left: 162px;
		}



/*------------------------------
=SIDEBAR
------------------------------*/
aside {
	height: 456px;
}

aside h2 {
	font-size: 21px;
}

aside li {
	list-style: none;
	margin: 3px 0 0 22px;
	padding: 3px 0 22px 0;
}


aside section {
	margin: 14px 0 0 14px;
	padding: 11px 0 14px 0;
}

	aside section ul {
		margin: 0 0 0 22px;
		list-style: none;
	}
	
		aside section ul li a {
			display: block;
			text-decoration: none;
			color: #000;
		}
		
			aside section ul li a:hover {
				text-decoration: underline;
			}



/*------------------------------
=FOOTER
------------------------------*/
footer {
	/* position: absolute; */
	/* left: 0; */
	background: #000 url("images/footer.png") repeat-x;
	color: #C5DEE8;
	width: 100%;	
}

	footer div {
		display: table;
		margin: 0 auto;
		padding: 8px 0;
		width: 888px;
		color: #C5DEE8;
		text-align: center;
	}
	
		footer div section {
			display: table-cell;
			width: 300px;
		}
		
		footer div #about, footer div #blogroll {
			padding-right: 20px;
		}
		
	footer h3 {
		color: #FFF;
	}
	
	footer a {
		color: #C5DEE8;
		text-decoration: none;
	}
	
		footer a:hover {
			color: #FFFFFF;
			text-decoration: none;
		}
	
	footer ul {
		margin: 0 0 0 40px;
		list-style: square;
		color: #565656;
	}
	
		footer ul li a {
			display: block;
		}

/*------------------------------
=SEARCH FORM
------------------------------*/
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	/* background: #f1f1f1; */
	background: #C5DEE8;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #FFFFFF;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #C5DEE8;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

/* Easy Contact Plugin Styling */
div.formcontainer{
	clear: both;
	overflow: hidden;
	width: 100%;
}

div.formcontainer div.form-label {
	float: left;
	width: 48%;
}

div.formcontainer div.form-input {
	float: right;
	width: 48%;
}

div.formcontainer span.required {
	color: #FF0000;
}
div.formcontainer p.error,
div.formcontainer p.important,
div.formcontainer p.information,
div.formcontainer p.success {
	line-height: 250%;
	width: 95%;
	font-size:11px;
	color:#ff0000;
}
div.formcontainer form.contact-form {
	clear: both;
	float: none;
}
div.formcontainer form.contact-form fieldset {
	margin: 0.5em 0 1.5em 0;
}
div.formcontainer form.contact-form fieldset legend {
	text-transform:capitalize;
}
div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
div.formcontainer form.contact-form fieldset div.form-label label,
div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
div.formcontainer form.contact-form fieldset div.form-input,
div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0;
}
div.formcontainer form.contact-form fieldset div.form-input input,
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	border:solid 1px #ccc;
	border-width:1px 2px 2px 1px
}
div.formcontainer form.contact-form fieldset div.form-input input, div.formcontainer form.contact-form fieldset div.form-textarea textarea{width:300px;}
div.formcontainer form.contact-form fieldset div.form-input input,
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	padding: 0.3em;
}
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	overflow: auto;
}
div.formcontainer form.contact-form fieldset div.form-input input.error, div.formcontainer form.contact-form fieldset div.form-textarea textarea.error {
	background-color: #e6e6e6;
}
div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
div.formcontainer form.contact-form fieldset div.form-option,
div.formcontainer form.contact-form fieldset div.form-submit {
	display: block;
	float:none;
	margin: 1em 0 0 0;
	width:100%;
}
div.formcontainer form.contact-form fieldset div.form-submit input {}
div.formcontainer fieldset { border:0px solid #ddd; padding:0px;}
div.formcontainer fieldset legend { padding:0px; font-weight:bold; padding:0px; padding-left:1px; background-color:transparent; }
* html div.formcontainer fieldset legend, *+html div.formcontainer legend{margin-left:-6px;}


/*------------------------------
=Widget SETUP
------------------------------*/

#newsWidget{
	text-align:left;
	margin: 0;
	width:650px;
	/* border:1px dotted #414141; */
	padding:0px;
	color:#000;
}
#newsWidget .intro{
	/* background-color:#386F83; */
	padding-left:2px;
	padding-bottom: 10px;
	margin-left: 2px;
	font-size: 12pt;
	color:#000000;
	margin-bottom:10px;
}
#newsWidget ul{
	margin-left:2px;
	padding-left:2px;
	list-style:none;
}
#newsWidget ul li{
	/* border-bottom:1px dotted #313131; */
	margin:0 0 8px;
	padding:0 0 8px;
	display:block;
	position:relative;
}
#newsWidget h4{
	font-size:14pt;
	color:#424242;
	margin:0;
	padding:2px 0 0;
	line-height:18px;
	display:block;
}
#newsWidget .date{
	color:#000000;
	font-size:11px;
	margin-right: 14px;
	clear:both;
}
#newsWidget a:link, #newsWidget a:active, #newsWidget a:visited{
	color:#386483;
	text-decoration:none;
}
#newsWidget a:hover{
	color:#00A5E7;
}

.spacer{
	clear:both;
	height:1px;
	display:block;
}