/* @override http://workshop.g2webmedia.com/wpcoder/wp-content/themes/cornerstonechurch/style.css */

/*
THEME NAME: Cornerstone Serve
VERSION: 1.0
AUTHOR: Brad Ruggles // Clay Griffiths
AUTHOR URI: http://www.rugglescreative.com
*/




/* @group clear */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin:0;
	padding:0;
}
#header #twitter a {
	color: #A6DFFF;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* @end */

/* @group =utility */

body{
	font-size: 62.5%;            
	margin: 0pt;
	font-family:'Helvetica Neue', Helvetica, sans-serif;
	background: url(images/bg.jpg) top center no-repeat #132F5E;
	/*#2B5391*/
	height:100%;
}


a img{
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
	outline: none;
}

a:hover{
	text-decoration: underline;
}


.clearfix:after	{ 
	content: "."; 
	visibility: hidden;  
	display: block;
	height: 0px; 
	clear: both; 
}
* html .clearfix{ 
	height: 1%; 
}

/* @group -transparency */

.black_75 {
	background: url(images/75_black.png);
}
.white_75 {
	background: url(images/75_white.png) repeat;
}
.black_50 {
	background: url(images/50_black.png);
}
.white_50 {
	background: url(images/50_white.png) repeat;
}
.black_25 {
	background: url(images/25_black.png);
}
.white_25 {
	background: url(images/25_white.png) repeat;
}
.black_15 {
	background: url(images/15_black.png);
}
.white_15 {
	background: url(images/15_white.png) repeat;
}



/* @end */



.dotted-line {
	display: block;
	height: 1px;
	background: url(images/dotted_line.gif) repeat-x;
	margin: 5px 0;
	clear: both;
}


/* @end */

/* @group =base */

/* @group -layout */

div#wrapper {
	margin: 0 auto;
	width: 950px;
	font-size:1.1em;
}


div#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	position: relative;
	clear: left;
	background: url(images/container_bg.gif) repeat-y transparent;
}


div#content {
	float: left;
	width: 600px;
	border: solid #c6c6c6;
	border-width: 5px 5px 0;
	background: url(images/page_gradient.jpg) repeat-x #fff;
	padding: 15px;
	height: auto !important;
	min-height: 301px;
	height: 301px;
}


div.sidebar {
	float: right;
	overflow: hidden;
	width: 280px;
	background: #e7e8e8;
	padding: 10px;
	height: 100%;
}
div#footer {
	clear: both;
	width: 100%;
}



/* @end */

/* @group -links */

div.page span.edit-link a{
	margin-bottom: 5px;
	color: #005270;
	text-decoration: underline;
	float: left;
	clear: both;
	font-size: 1.1em;
}

/* @end */

/* @group -header */

div#header-top {
	height: 25px;
	width: 100%;
	background: #165986;
}
div#header-top div#header-top-content {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}
div#header-top-content a{
	margin-right: 15px;
	text-transform: uppercase;
	color: #3f96c8;
	font-size: 1.2em;
	line-height: 25px;
}

div#header{
	margin: 10px 0;
}

div#header h1 {
	float: left;
}

/* @group --nav */

div#nav {
	float: left;
	background: url(images/nav_bg.png) no-repeat top center;
	height: 28px;
	width: 940px;
	overflow: visible;
	display: inline;
	margin: 10px 0 0 0;
}
div#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
div#nav ul li {
	float: left;
	background: url(images/separator.png) no-repeat right;
} 
div#nav ul li a {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #71bee8;
	line-height: 28px;
	height: 28px;
	margin: 0;
	padding: 0 15px;
	display: block;
}
div#nav ul li a:hover, div#nav ul li.current_page_item a{
	text-decoration: none;
	background: url(images/15_white.png) repeat;
	color: #eee;
}



div#nav ul li ul {
	position: absolute;
	left: -1000em;
	clear: left;
	z-index: 50;
	padding: 0;
	margin: 0;
	background: url(images/75_white.png) repeat;
	border: solid #777;
	border-width: 0 1px 1px;
	width: 130px;
}
div#nav ul li ul li {
	clear: left;
	border: none;
	background: none;
}
div#nav ul li ul li a{
	color: #1f435a;
	font-size: 1.1em;
	text-transform: none;
	line-height: 14px;
	height: 14px;
	padding: 3px 5px;
	display: block;
	width: 120px;
}
div#nav ul li.current_page_item ul li a{
	color: #1f435a;
}
div#nav ul li ul li a:hover, div#nav ul li ul li.current_page_item a {
	background: #fff;
	color: #1f435a;
}
div#nav ul li.hover ul {
	display: inline;
	left: auto;
	margin-left: -1px;
}

/* @end */

/* @group --twitter */

div#header div#twitter {
	width: 386px;
	height: 51px;
	background: url(images/twitter_bg.png) no-repeat;
	float: left;
	padding: 3px 3px 3px 26px;
	margin: 12px 0 0 0;
	font-style: italic;
}
div#header div#twitter p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.0em;
}
div#header div#twitter span {
	color: #74c9e3;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #2f84b3;
	padding-bottom: 1px;
	float: left;
	font-size: 0.9em;
}
div#header div#twitter img {
	float: left;
	margin: 4px 0 0 5px;
}



/* @end */



/* @end */
/* @group -sidebar */

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{
	display: block;
	color: #d2e5f0;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	background-color: #28537C;
	background-image: url(images/sidebar-bkg.jpg);
	background-repeat: repeat;
}
div.sidebar h3 a {
	color: #d2e5f0;
}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin: 6px 1em 0;}
div.sidebar ul ul li{list-style:none;margin:0;}
div.sidebar ul ul li a{
	background: url(images/dotted_line.gif) repeat-x bottom;
	display: block;
	padding: 4px 0;
	color: #333;
	font-size: 1.1em;
}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:none;}


div.sidebar li.widget {
	margin-bottom: 10px;
}
/* @group --service_times */

li.widget_service_times {
	color: #444;
	line-height: 1.3em;
}
li.widget div.date {
	margin: 10px;
}
li.widget span.weekday {
	color: #5f5f5f;
	font-size: 18px;
}

li.widget span.separator {
	color: #b4b4b4;
	font-size: 18px;
}
	
li.widget span.time {
	color: #005270;
	font-size: 18px;
}
li.widget span.time span {
	color: #b4b4b4;
}
li.widget span.activity {
	color: #0f9ac0;
}

/* @end */

/* @group --twitter */

div.sidebar li.widget_twitter li{
	margin-bottom: 2px;
	padding: 5px 0;
	background: url(images/dotted_line.gif) repeat-x bottom;
	display: block;
}
div.sidebar li.widget_twitter span.entry-content {
	font-size: 1em;
	color: #5f5f5f;
	line-height: 1.2em;
}
div.sidebar li.widget_twitter span.entry-content a {
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	display: inline;
	color: #0f9ac0;
	background: none;
}

div.sidebar li.widget_twitter ul {
	margin-bottom: 5px;
}
div.sidebar li.widget_twitter span.link {
	color: #0f9ac0;
	height: 15px;
	line-height: 15px;
	padding: 2px 0;
	margin: 3px 20px;
	clear: both;
}
div.sidebar li.widget_twitter span.link img {
	float: left;
	margin: 0 5px 0 10px;
}
div.sidebar li.widget_twitter span.link a{
	color: #0f9ac0;
	line-height: 15px;
	height: 15px;
	float: left;
}



/* @end */

/* @group --find-us */


li.widget_find_us_here a{
	clear: left;
	float: left;
	margin: 5px 0 0 10px;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 25px;	
	font-size: 1.1em;
}
li.widget_find_us_here a.twitter {
	background: url(images/social/twitter.gif) no-repeat left bottom;
}
li.widget_find_us_here a.facebook {
	background: url(images/social/facebook.gif) no-repeat left bottom;
}

/* @end */

/* @group --cornerstone-news */

li.widget_cornerstone_news p{
	color: #5f5f5f;
	margin: 10px 10px;
}
li.widget_cornerstone_news form#newsletter {
	margin: 0 10px;
	height: 21px;
}
li.widget_cornerstone_news form#newsletter input.text {
	border: 1px solid #ccc;
	height: 14px;
	float: left;
	margin: 0 5px 0 0;
	width: 210px;
	color: #444;
	padding: 3px 4px;
}

/* @end */



/* @end */

/* @group -footer */

div#footer{
	width: 930px;
	clear: both;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
}


div#footer-left {
	float: left;
	margin: 20px 0 0 0;
}
div#footer-left span {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #5886cc;
	float: left;
}


div#footer-right {
	float: right;
	color: #5c89ad;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.3em;
}
div#footer-right p {
	float: left;
	margin: 15px 0 0 0;
}
div#footer-right img {
	float: left;
}
div#footer-right a{
	text-decoration: underline;
	color: #5c89ad;
}
div#footer-right a:hover {
	color: #436f92;
}

/* @group --social */

div#footer-left div#social-icons {
	float: left;
	margin: 2px 0 0 10px;
}
div#footer-left a {
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

div#footer-left a.rss {      background: url(images/social/feed.gif) no-repeat;}
div#footer-left a.twitter {  background: url(images/social/twitter.gif) no-repeat;}
div#footer-left a.facebook { background: url(images/social/facebook.gif) no-repeat;}
div#footer-left a.vimeo {	 background: url(images/social/vimeo.gif) no-repeat;}
div#footer-left a.flickr {	 background: url(images/social/flickr.gif) no-repeat;}
div#footer-left a.youtube {	 background: url(images/social/youtube.gif) no-repeat;}
div#footer-left a.podcast {	 background: url(images/social/podcast.gif) no-repeat;}

div#footer-left a:hover {	 background-position: left bottom;}


/* @end */

/* @end */



/* @end */

/* @group =pages */

/* @group -blog */


/* @group -post-navigation */

.entry-title{clear:both;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}



/* @end */

/* @group -post-styling */

/* @group --meta */

div.entry-date {
	height: 17px;
	line-height: 17px;
	padding: 0 0 0 0;
	color: #555;
	float: left;
}
div.entry-date span.date-icon {
	background: url(images/date.gif) no-repeat;
	width: 21px;
	height: 17px;
	display: block;
	text-align: center;
	padding: 1px 1px 0 0;
	float: left;
	margin: 0 4px 0 0;
}


div.comments-link {
	float: right;
	height: 17px;
	line-height: 17px;
	padding: 0 0 0 0;
	color: #111;
}


div.comments-link span.comments-icon {
	background: url(images/comments.gif) no-repeat left top;
	width: 27px;
	height: 16px;
	display: block;
	padding: 0 5px 0 0;
	text-align: center;
	float: left;
	margin: 0 0 0 0;	
	color: #eee;
	font-weight: bold;
	line-height: 16px;
}
div.comments-link span.comments-text {
	margin: 0 0 0 -2px;
}
div.comments-link a:hover {
	text-decoration: none;
}
div.comments-link a:hover span.comments-text {
	color: #000;
}
div.comments-link a:hover span.comments-icon {
	background-position: right;
}



span.edit-link {
	margin: 0 0 5px;
	float: left;
	font-size: 1.1em;
}
span.edit-link a{
	color: #333;
	text-decoration: underline;
}


/* @end */

/* @group --elements */

.page-title, .entry-title {
	font-weight:bold;
	color: #323232;
	background: url(images/dotted_line.gif) repeat-x bottom;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.page-title a, .entry-title a {
	color: #323232;
}
.page-title a:hover, .entry-title a:hover {
	text-decoration: none;
	color: #111;
}
h2.page-title {
	font-size:2.8em;
}
h2.entry-title {
	font-size:2.5em;
}
h3.entry-title {
	font-size: 1.6em;
}

div.post blockquote {
	background:transparent url(images/blockquote.gif) no-repeat scroll 0pt 2px;
	color: #3f3f3f;
	margin:0pt 40px 15px 0px;
	padding-left:23px;
}



/* @end */


div.post {
	background: url(images/dotted_line.gif) repeat-x bottom;
	padding-bottom: 1px;
	margin-bottom: 15px;
}


/* @end */

/* @group -comments */

/* @group --display */

div#respond h3, div#trackback h3, h3#trackbacks, h3#comments {
	font-size: 1.5em;
}

div#respond {
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #dcdcdc;
	width: 420px;
	margin-bottom: 10px;
}

div#trackback {
	margin-bottom: 10px;
}
div#trackback p{
	font-size: 0.9em;
	margin: 0;
}
ol.commentlist, ol.pinglist {
	list-style:none;
	padding: 0;
}
ol.commentlist div#respond {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px -5px 5px 170px;
}
ol.commentlist li, ol.pinglist li {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
ol.commentlist div.comment-body {
	padding: 5px 0;
	margin-top: 5px;
}
ol.commentlist p {
	clear: both;
}
ol.commentlist a.url, ol.commentlist span.comment-author {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
}
ol.commentlist a.url, ol.commentlist span.comment-author a{
	color: #333;
	text-decoration: underline;
}
ol.commentlist div.comment-date {
	display: block;
	font-size: 0.9em;
	color: #666;
}

ul.children {
	list-style: none;
	padding: 0 0 0 0.5em;
	margin-top: 5px;
}
ul.children {
	margin-right: -5px;
}
ul.children li {	
}
img.avatar {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #bbb;
}              
div.comment-body p{
	margin-top: 0;
	line-height: 1.5em;
	font-size: 1em;
}

span.unapproved {
	font-weight: bold;
	color: #cc0000;
	margin: -7px 0 0 0;
	float: left;
}



/* @end */

/* @group --form */

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: red;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url {
	width: 70%;
	border: 1px solid #aaa;
	background: #fff;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	border: 1px solid #aaa;
	background: #fff;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 99%;
}
input#submit{
	border: 1px solid #aaa;
	background: #fff;
	background-color: #888;
	padding: 3px 4px;
	color: #eee;
}
div.reply {
	text-align: right;
	float: right;
	margin: -13px 0 0 0;
}



/* @end */



/* @end */



/* @end */

/* @group -innerpage */

div.content-border-fix {
	height: 5px;
	display: block;
	width: 640px;
	background: #c6c6c6;
	margin: 0;
	position: absolute;
	bottom: 0;
	clear: both;
}



/* @group --elements */

div.post img, div.page img {
	border: 1px solid #a5a5a5;
	padding: 5px;
	background: #fff;
}
div.inner-page img.big-image {
	display: block;
	margin: 0 auto 10px;
		border: 1px solid #a5a5a5;
	padding: 5px;
	background: #fff;
}
img.alignright {
	margin: 0 0 7px 7px;
}
img.alignleft {
	margin: 0 7px 7px 0;
}


div.page h4 {
	color: #898989;
	font-size: 1.8em;
	font-weight: normal;
	padding: 10px 0;
	background: url(images/dotted_line.gif) repeat-x bottom;
	margin: 0 0 10px;
}


div.entry-content p{
	font-size: 1.1em;
	line-height: 1.4em;
}


/* @end */

/* @group --headings */

div.page h2 {
	font-size: 2.8em;
	font-weight: bold;
	background: url(images/dotted_line.gif) repeat-x bottom;
}

/* @end */



/* @end */



/* @end */
