/*
Theme Name: Blog
Author: John MacMenamin
Author URI: http://www.alteredstudio.com/
*/

* {	margin: 0; padding: 0;}

body {
	text-align: center;
	font: 14px Verdana;
	color: #565656;
	background: #d7dde2 url(images/bg.png) repeat-x;}
	
a {	text-decoration: none; color: #022f72;}

a:hover { text-decoration: underline;}

img { border: 0;}

.break { font-size: 0; width: 0; height: 0;	clear: both;}

.alignleft { float: left; margin: 4px 10px 5px 0;}

.alignright { float: right;	margin: 4px 0 5px 10px;}

.aligncenter { text-align: center;}

.hidden { display: none;}

/** BEGIN wrapper **/
#wrapper {
	width: 1000px;
	margin: auto auto;
	text-align: left;
	padding: 0 0 30px 0;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background:;
	position:relative;
	height:240px;
	padding:0;
	margin:0;}
	
	#header h2.logo {
		background:url(images/logo.png);
		width:547px;
		height:168px;
		text-indent: -9999px;
		margin:10px 0;
		position:absolute;
		top:30px;
		left:0px;}
		
	.contact { 
		position:absolute;
		top:50px;
		right:0px;}
	   
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
	background:#fff url(images/sidebar.gif) top right repeat-y;}
			
	#header .pages {
		margin: 0 0 0 -15px;
		list-style-type: none;
		height: 50px;
		width:1200px;
		padding-left: 15px;
		position:absolute;
		top:180px;
		left:0px;}
		
		#header .pages li {
			float: left;
			font-weight: bold;
			font-size: 0.9em;}

			
/*	Current Page Item ------------------------------------------------ */


#header .pages li.current_page_item {
			text-decoration: none;
			background-color: #fff !important ;
			color: #637380 !important ;}
	 
#header .pages li.current_page_item a:link		{ text-decoration: none; font-weight:bold; color:#5888dd; }
#header .pages li.current_page_item a:visited	{ text-decoration: none; font-weight:bold; color:#5888dd; }
#header .pages li.current_page_item a:hover	{ text-decoration: none; font-weight:bold; color:#5888dd; }
#header .pages li.current_page_item a:active	{ text-decoration: none; font-weight:bold; color:#5888dd; }

			
		#header .pages li a {
			color: #ffffff;
			display: block;
			padding: 20px 16px;}
			
		#header .pages li a:hover {
			text-decoration: none;
			color:#81a8eb;}
		
		#header .search-bg {
			background:url(images/search-bg.gif) top left no-repeat;
			width:370px;
			height:52px;
			position:absolute;
			top:110px;
			right:0px;}
			
		#header .search-bg form#searchform {
			position:relative;
			background: url(images/search.gif) no-repeat;
			background-position:53px 15px;
			height:50px;}
			
		#header .search-bg form#searchform input {
			position:absolute;
			top:23px;
			left:65px;
			border: 0;
			float:left;
			font-size: 1.4em;
			font-family: Verdana;
			width: 195px;
			height: 25px;
			float: left;}
			
		#header .search-bg form#searchform button {
			background-color:transparent;
			position:absolute;
			top:15px;
			left:275px;
			float: right;
			border: 0;
			width: 75px; 
			height: 35px;
			text-indent: -9999px;}
			
		a:active { outline: none;}
		
		button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/** END body **/

/** BEGIN content **/
#content {
	width: 600px;
	_width: 610px;
	float: left;
	padding: 15px 20px 20px 30px;
	_padding: 15px 0px 15px 20px;
}
	#content p {
		line-height: 1.4em;
		margin-bottom: 15px;
	}
	#content h3, #content h4, #content h5, #content h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content ol, #content ul {
		list-style-position: inside;
		margin-bottom: 15px;
	}
	#content li {
		padding: 2px 0;
		line-height: 1.4em;
	}
	#content blockqoute {
		padding: 10px 10px 5px;
		background: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
		margin-bottom: 15px;
	}
	#content h1 {
		font-family: Arial;
		font-size: 20px;
		line-height: 22px;
		margin: 4px 0 8px 0;
		color: #022f72;
		text-decoration: none;
	}
	
	#content h1 a {
	}

	#content h1 a:hover {
		text-decoration: underline;
	}	
	#content h2 {
		font-family: Arial;
		font-size: 18px;
		line-height: 22px;
		margin: 10px 0 10px 0;
		color: #022f72;
		text-decoration: none;
	}
	
	#content h2 a {
		text-decoration: underline;
	}

	#content h2 a:hover {
		text-decoration: underline;
	}	

	#content .details {
		font-size: 0.9em;
		color: #666;
		margin-bottom: 15px;
	}
		#content .details a {
			color: #666;
		}
	#content .continue {
		border: none;
		background: #C40005 url(images/bg.gif) repeat-x;
		background-position: 0 -80px;
		color: #ffffff;
		display: block;
		font-size: 13px;
		padding: 9px 13px;
		text-decoration: none;
		float: left;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
		#content .continue:hover {
		background-position: 0 -20px;
			text-decoration: none;
		}
		
	#content .posta {
		background:#eee;
		border:1px solid #999;
		width: 250px; height: auto;
		float: left;
		margin:20px 17px 20px 0;
		padding: 20px 15px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	
	#content .posta a {
		font: bold;
	}
	
		#content .posta h2 {
			font-weight: normal;
		}
		
		#content .posta h2 a {
			font-weight: normal; text-decoration:none;
		}
		
		#content .posta img {
			background: #fff;
			border:1px solid #999;
			float: left;
			padding:8px;
			margin: 0px 25px 15px 0;
			width: auto;
		}		

	


	#content .post {
		width: 250px; height: auto;
		float: left;
		margin:20px 20px 20px 0;
	}
	
	#content .post a {
		font: bold;
	}
	
		#content .post img {
			background:#cbdce3 !important;
			border:1px solid #aababd !important;
			float: left;
			padding:8px;
			margin: 0px 25px 15px 0 !important;
			width: auto;
		}
		#content .post h2 {
			font-weight: normal;
		}
		
		#content .post h2 a {
			font-weight: normal; text-decoration:none;
		}
		
	#content .latest {
		width: 600px; height: auto;
	}
		#content .latest img {
			border: 3px solid #EFEFEF;
			float: left;
			margin: 4px 8px 8px 0;
			width: 94px;
		}
		#content .latest h2 {
			font-size: 1.7em;
			font-weight: bold;
		}
		#content .latest .continue {
			float: right;
		}
		#content .latest .bottom {
			clear: both;
			border-top: 1px solid #E1E1E1;
		}
	#content .postnav {
		clear: both;
		padding: 40px 8px 20px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0 !important;
		}
			#content .postnav ul li {
				float: left;
			}
			#content .postnav ul li a {
				display: block;
				padding: 5px 8px;
				color: #ffffff;
				background-color: #637380;
				font-weight: bold;
				font-size: 0.9em;
				margin: 2px;
				border: 0 !important;
			}
			#content .postnav ul li a:hover {
				background-color: #587992;
			}
			#content .postnav .page_info {
				padding: 5px 8px;
				color: #ffffff;
				background-color: #637380;
				font-weight: bold;
				font-size: 0.9em;
				margin: 0 2px 2px;
			}
	#content .single {
		width: 600px; height: auto;
	}
		#content .single img {
			border: 0px solid #EFEFEF;
			width: auto;
		}
		#content .single h1 {
			font-family: Arial;
			font-size: 24px;
			line-height: 26px;
			margin: 5px 0 10px 0;
			color: #022f72;
			text-decoration: none;
		}
		#content .single h2 {
			font-family: Arial;
			font-size: 20px;
			line-height: 22px;
			margin: 5px 0 10px 0;
			color: #022f72;
			text-decoration: none;
		}
		#content .single h2 a {
			text-decoration: none;
		}
		#content .single .continue {
			float: right;
		}
		#content .single .bottom {
			clear: both;
			border-top: 1px solid #E1E1E1;
		}
/** END content **/

.clear { clear:both;}


	
.gsom-optin-form {
	padding:0px 25px;}
	
#sidebar p.pad {
	color:#00006a;
	padding:20px 25px 0 25px;}

/** BEGIN sidebar **/
#sidebar {
	background:url(images/sidebar.gif) repeat-y;
	background-position:left;
	width: 338px;
	float: right;
	font-size: 0.9em;
	margin:0px;
	padding:30px 1px;}
	
	#sidebar h2 {
		background:url(images/bar.png) repeat-x;
		font-size: 18px;
		padding: 22px 25px 18px 25px;
		border-bottom:1px solid #aababd;
		color: #fff;}
		
	#sidebar .wrapper {
		padding:10px 0;}
	
	#sidebar .textwidget {
		list-style-type: none;
		overflow:hidden;
		padding:25px 25px 25px 25px;}
		
	#sidebar h2 a {
		color:#fff;}
		
	#sidebar img.side-image {
		border:none;
		padding: 0 0 0 25px;}
		
	#sidebar input {
		float:left;
		padding:5px;
		margin:0;}
		
	#sidebar input text { 
		float:left;
		width:50px;
		padding:5px 5px 5px 4px;
		margin:1px 5px 0 0;}
		
	#sidebar ul {
		list-style-type: none;
		padding: 8px 0px 8px 0px;}

		#sidebar ul li {
			line-height: 1.4em;
			padding: 6px 0 6px 25px;}
			
		#sidebar ul li a {}
		
		#sidebar .l ul li, #sidebar .r ul li {
			padding: 6px 0;}
			
		#sidebar .l ul li a, #sidebar .r ul li a {
			color: #565656;}

	#sidebar .ad {
		height:280px;
		padding:0px 25px 15px 25px;}

	#sidebar .ad .ad1 {
		float:left;
		padding: 7px;
		background:#cbdce3;
		border:1px solid #aababd;}
		
	#sidebar .ad .ad2 {
		float:left;
		margin:0 0 5px 5px;
		padding: 7px;
		background:#cbdce3;
		border:1px solid #aababd;}
	
	#sidebar .ad .ad3 {
		float:left;
		padding: 7px;
		background:#cbdce3;
		border:1px solid #aababd;}
		
	#sidebar .ad .ad4 {
		float:left;
		margin:0 0 0 5px;
		padding: 7px;
		background:#cbdce3;
		border:1px solid #aababd;}
		
	#sidebar h4 {
		font-size:20px;
		color:#ab0004;
		margin:10px 0 10px 0;}
		
	#sidebar .subscribe {
		width:200px;
		float:left;
		position:relative;}
		
	#sidebar .subscribe .rss-button {
		position:absolute;
		top:0px;
		left:0px;}
	
	#sidebar .subscribe .twitter-button {
		position:absolute;
		top:0px;
		left:195px;}
		
	.gsom-optin-form {
		height:90px;
		width:290px;
		margin: 15px 0 35px 0px;
		}
		
	.gsom_sfi {
		width:190px;
		float:left;}
		
	#sfi_1264702063463{
		width:80px;
		float:left;}

/** END sidebar **/

/** BEGIN footer **/

/*
-webkit-border-top-left-radius:;
-webkit-border-top-right-radius:;
-webkit-border-bottom-right-radius:;
-webkit-border-bottom-left-radius:;

-moz-border-radius-topleft:;
-moz-border-radius-topright:;
-moz-border-radius-bottomright:;
-moz-border-radius-bottomleft:;
*/

#footer {
	background: #ffffff url(images/bar.png) repeat-x;
	font-size: 0.9em;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
}
	#footer .box {
		width: 340px;
		float: left;
		padding:10px 0 20px 0;
	}
		#footer .box h2 {
			color:#fff;
			font-size: 1em;
			text-transform: uppercase;
			padding: 17px 20px 30px 20px;
		}
		#footer .box ul {
			list-style-type: none;
			padding: 10px 20px 25px;
		}
			#footer .box ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#footer .box ul li a {
				color: #565656;
			}
	#footer .about {
		width: 300px;
		float: left;
	}
		#footer .about h2 {
			color:#fff;
			font-size: 1em;
			text-transform: uppercase;
			padding: 27px 20px 30px 20px;
		}
		
		#footer .about h4 { font-size: 18px; padding: 5px 0px 10px 20px;}
		
		#footer .about p {
			padding: 0 20px;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
	#footer .about img {	
		background:#fff;
		padding:5px;
		width:auto;
		height:auto;
		float:left;
		margin:14px 20px 8px 0;
		border:solid 1px #c0cad1;}
	
	#footer .links {
	background: #ffffff url(images/bar.png) repeat-x;
		color: #fff;
		height: 58px;
		clear: both;
		padding-bottom:0px;
		-moz-border-radius-bottomright:7px;
		-moz-border-radius-bottomleft:7px;
		-webkit-border-bottom-right-radius:7px;
		-webkit-border-bottom-left-radius:7px;
	}
		#footer .links p {
		}
		#footer .links a {
			color:#fff;
			font-weight:bold
			text-decoration: none;
		}
		#footer .links .l {
			float: left;
			padding: 20px 25px 35px 25px;
		}
		#footer .links .r {
			float: right;
			padding: 20px 25px 35px 25px;
		}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 8px;
			margin:0 0 10px 0;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 8px !important;
			border: 1px solid #cccccc;
				}
		
		#comments form button {
		border: none;
		background: #C40005 url(images/bg.gif) repeat-x;
		background-position: 0 -80px;
		color: #ffffff;
		display: block;
		font-size: 13px;
		padding: 9px 13px;
		text-decoration: none;
		float: left;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
		#comments form button:hover {
		background-position: 0 -20px;
			text-decoration: none;
		}
		
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
	
.notfound {
	padding: 40px;}
	
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;}
		
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;}
	
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;}
		
	#comments ol li .avatar {float: right; }
	
	#comments ol li .comment-author {}
	
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;}
			
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;}
		
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;}
		
#comments .says {
	display: none;}


/* Sharing Icons */


div.share {
	height:120px;
	width:550px;
	background: #eee;
	border: solid 1px #ccc;
	padding:25px;}
div.share #text {
	float:left;
	width:270px;}
div.share #icons {
	float:right;
	height:auto;
	width:260px;
	margin:0;
	padding:0;}
div.share #text h3 {
	color:#555555;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;}
div.share #text p {
	margin:0;
	color:#555555;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	letter-spacing:1px;}
div.share ul {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;}
div.share ul li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;}
div.share ul li a img {	padding: 0px;}
div.share ul li a:hover img {background: #888;}

#submit ()

/** END wordpress 2.7 comments **/

ul .rc-avatar {}

ul .rc-text { float:left; margin: -40px 0 0 50px;}
	
	
 /*	Home Post 1 ------------------------------------------------ */


.homenews {	padding:10px 0 10px 0; margin:0; width:290px; float:left; border-bottom:#ccc solid 1px;}

.homenews img {
	background:#fff;
	padding:5px;
	width:50px;
	height:50px;
	float:left;
	margin:0 18px 6px 0;
	border:solid 1px #c0cad1;}

.homenews h4 a { font-size: 16px;}

.homenews a {text-decoration: none; color:#444;}

.homenews .details-t { background:url(images/087.png) left center no-repeat; padding:6px 0 0 25px; color:#444; float:left;}	
.homenews .details-c { background:url(images/com.png) left center no-repeat; float:left; margin:5px 0 0 20px; padding: 1px 0 0 25px; line-height:normal;}

.homenews .date {
	float: left;
	width: 29px;
	height: 29px;
	margin: 0px 20px 15px 0;
	padding: 12px;
	background: url(images/button-bar.png) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;}

.homenews .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 0px;
	font-size: 15px;
	color: #fff;}

.homenews .entry {	margin: 0; padding: 0 0 0px 73px;}

.homenews .audio a { text-decoration:none; font-style:italic;}
.homenews .tv { background:url(images/sermon-icons.gif) top no-repeat; background-position:0px 0px; width:50px; padding:6px 0 6px 43px; font-style:italic; position:absolute; top:27px; left:206px;}
.homenews .tv a { text-decoration:none; font-style:italic;}






/* Ajax Form Template CSS ------------------------------------------------ */
.thanks { background: url(images/newletter-success.png) no-repeat; padding:12px 8px 12px 45px; z-index:999999; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; padding:0px; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	width:50px;
}
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.newsletter-form {
	position:relative;
	float:both;
	padding:0px;
	height:38px;
	width:320px;
	margin:0px;
	padding:0px;
}


.newsletter-form input#email {
	margin:0 0 0 -5px;
	float:left;
	width:180px;
	padding: 6px 8px;}

.newsletter-form ol.forms li.buttons {
	position:absolute;
	top:0px;
	right:30px;
	float:right;
	width:80px;
	padding:0px;
}

.newsletter-form ol.forms li.buttons button {
	float:right;
	color:#50312a;
	font-size:15px;
	font-weight: bold;
	background:url(images/bg.png) repeat-x;
	background-position:0 0px;
	padding: 6px 8px;
	border-bottom: 1px solid #cef;
	cursor: pointer;
	overflow: hidden;
	width: 80px;
	border:none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.newsletter-form ol.forms li.buttons button:hover { color: #222; }
.newsletter-form ol.forms li.buttons button:active {  }
