/*
Theme Name: Core Community
Author: SecretPenguin
Author URI: http://secretpenguin.com/


*/

/**************************************************************
				BACKGROUND AND MAIN STRUCTURE
**************************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4b3922;
	text-align: center;
	background-color: #0e0f0c;
	background-image: url('images/core/bg.jpg');
	background-repeat: repeat-x;
	background-position: center;
}

#homepage-bg {
	width: 100%;
	height: 100%;
	background-image: url('images/core/bg-homepage.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#about-bg {
	width: 100%;
	height: 100%;
	background-image: url('images/core/bg-about.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}	
	
#ministries-bg {
	width: 100%;
	height: 100%;
	background-image: url('images/core/bg-ministries.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}	
	
#mission-bg {
	width: 100%;
	height: 100%;
	background-image: url('images/core/bg-mission.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}	
	
#events-bg {
	width: 100%;
	height: 100%;
	background-image: url('images/core/bg-events.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}	
	
#resources-bg {
	width: 100%;
	height: 100%;
	background-image: url('images/core/bg-resources.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}	
	
#contact-bg {
	width: 100%;
	height: 100%;
	background-image: url('images/core/bg-contact.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}	
	
	

#container {
	margin: 0 auto;
	width: 955px;
	text-align: left;
}

#container-interior {
	margin: 0 auto;
	width: 955px;
	text-align: left;
	background-image: url('images/bg_top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

h2 {
	text-transform: uppercase;
	}
	
#content h3 {
	color: #2d3226;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 42px;
	background-image: url('images/core/h3-content.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 42px;
	}
	
#content h4 {
	color: #726e57;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	background-image: url('images/core/h4-content.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	width: 100%;
	}
	
.columns {
	width: 310px;
	float: left;
	padding: 0px 6px 8px 6px;
	background-image: url('images/core/bg-column.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
.columns-main {
	width: 310px;
	float: left;
	padding: 0px 6px 40px 6px;
	background-image: url('images/core/bg-column.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	}		
		

/**************************************************************
							MENU
**************************************************************/


#nav {
	text-align: right;
	}


#nav-about a {
	display: block;
	width: 269px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background-color: none;
	background-image: url(http://corecommunity.org/images/nav/nav-about.png);
	background-position: top;
	background-repeat: no-repeat;
	outline:none;
	}

#nav-about a:hover, #nav-about a:visited:hover {
	background-position: bottom;
	}
	
	
#nav-ministries a {
	margin-top: 5px;
	display: block;
	width: 269px;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background-color: none;
	background-image: url(http://corecommunity.org/images/nav/nav-ministries.png);
	background-position: top;
	background-repeat: no-repeat;
	outline:none;
	}

#nav-ministries a:hover, #nav-ministries a:visited:hover {
	background-position: bottom;
	}	
	

#nav-mission a {
	display: block;
	width: 269px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background-color: none;
	background-image: url(http://corecommunity.org/images/nav/nav-mission.png);
	background-position: top;
	background-repeat: no-repeat;
	outline:none;
	}

#nav-mission a:hover, #nav-mission a:visited:hover {
	background-position: bottom;
	}
	

#nav-events a {
	display: block;
	width: 269px;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background-color: none;
	background-image: url(http://corecommunity.org/images/nav/nav-events.png);
	background-position: top;
	background-repeat: no-repeat;
	outline:none;
	}

#nav-events a:hover, #nav-events a:visited:hover {
	background-position: bottom;
	}
	

#nav-resources a {
	display: block;
	width: 269px;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background-color: none;
	background-image: url(http://corecommunity.org/images/nav/nav-resources.png);
	background-position: top;
	background-repeat: no-repeat;
	outline:none;
	}

#nav-resources a:hover, #nav-resources a:visited:hover {
	background-position: bottom;
	}	


#nav-contact a {
	display: block;
	width: 269px;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background-color: none;
	background-image: url(http://corecommunity.org/images/nav/nav-contact.png);
	background-position: top;
	background-repeat: no-repeat;
	outline:none;
	}

#nav-contact a:hover, #nav-contact a:visited:hover {
	background-position: bottom;
	}	
	
	
#newhere a {
	display: block;
	width: 269px;
	height: 106px;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background-color: none;
	background-image: url(http://corecommunity.org/images/nav/newhere.png);
	background-position: top;
	background-repeat: no-repeat;
	outline:none;
	margin-top: -8px;
	}

#newhere a:hover, #newhere a:visited:hover {
	background-position: bottom;
	}	
	
#ituneslink a {
	display:block;
	width:269px;
	height:64px;
	overflow:hidden;
	text-indent:-9999px;
	text-align:left;
	background-color:none;
	background-image:url(http://corecommunity.org/images/nav/subscribe.png);
	background-position:top;
	margin-top:-5px;
	}
	
#ituneslink a:hover, #ituneslink a:visited:hover {
	background-position:bottom;
	}
				
		
	
.topic-list {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
	list-style: none;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #444239;
	}
	
	.topic-list a {
		text-decoration: none;
		color: #444239;
		padding: 2px 4px 2px 20px;
		background-color: #040200;
		}
		
		.topic-list a:hover {
			text-decoration: none;
			color: #615e51;
			padding: 2px 4px 2px 20px;
			background-color: #040200;
			}

.topic-list li	{
	padding-bottom: 5px;
	}




/**************************************************************
							HEADER
**************************************************************/

#header {
	width: 400px;
	margin: 0;
	padding: 0;
	float: left;
	}

/* LOGO */

#logo {
	float: left;
	width: 400px;
}

#logo a {
	float: left;
	width: 400px;
	height: 200px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/core/invisible.gif');
}


/**************************************************************
							CONTENT
**************************************************************/


#subnav {
	background-image: url('images/core/subnav.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 646px;
	height: 54px;
	margin-top: 10px;
	line-height: 44px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #726e57;
	}
	
	#subnav a {
		text-decoration: none;
		color: #726e57;
		}
		
		#subnav a:hover {
			text-decoration: none;
			color: #4b3922;
			}

	#subnav ul {
		padding:0;
		margin-left: 0px;
		}
	
	#subnav li {
		list-style:none;
		float:left;
		/*border-right:1px solid #ccc;*/
		padding: 0 15px 0 3px;
		background: url('images/core/subnav-li-bg.png') right center no-repeat; 
		}

	

/*#content_wrapper {
	width: 955px;
	background-image: url('images/bg_footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
*/

#content {
	display: block;
	width: 658px;
	float: left;
	margin: 0px 0 0 0px;
	text-align: left;
	_display: inline;
	padding-left: 14px;
	background-image: url('images/core/paper.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	}

.postmetadata {
	padding-bottom: 50px;
	}

.postmetadata a {
		text-decoration: none;
		color: #b44e06;
		}
		
		.postmetadata a:hover {
			text-decoration: none;
			color: #793f16;
			}

#content hr {
	display: none;
	}
	
#content-slideshow {
	display: block;
	width: 634px;
	float: left;
	margin: 0px 0 0 23px;
	text-align: left;
	_display: inline;
	padding-left: 14px;
}

/* POSTS */

.post {
	width: 646px;
	margin: 0 0 30px 0px;
}

.post hr, .page hr {
	display: none;
}

.first {
	background-image: url('images/core/hr-line-1.png');
	background-repeat: no-repeat;
	width: 646px;
	height: 15px;
	display: block;
	margin: 15px 0 0px 0;
	border: 0;
}

.second hr {
	display: none;
	}

.second {
	background-image: url('images/core/hr-line-2.png');
	background-repeat: no-repeat;
	width: 646px;
	height: 15px;
	display: block;
	margin: 0px 0 0px 0;
	border: 0;
}

.single {
	margin-top: 0px !important;
}

/* DATE AND TAGS */

.date {
	float: left;
	color: #1198a7;
	line-height: 15px;
}

.tags {
	background-image: url('images/tag_icon.png');
	float: right;
	color: #686868;
	margin-top: 2px;
}

.date, .tags {
	font-size: 10px;
	height: 0px;
	display: block;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.date a {
	color: #1198a7;
	text-decoration: none;
	position: relative;
}

.tags a {
	color: #686868;
	text-decoration: none;
}

/* POST TITLE */

.title {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #b44e06;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.title a {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #b44e06;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

/* POST TEXT */

.entry {
	width: 646px;
	padding-bottom: 0px;
	margin-top: 10px;
}

.entry p {
	line-height: 16px;
	margin: 0 0 15px 0;
}

.entry a, .single a.arrowpush {
	color: #b44e06;
	text-decoration: none;
}

.entry a:hover, .single a.arrowpush:hover {
	color: #793f16;
}

.entry li {
	margin-bottom: 6px;
}

.content li {
	margin-bottom: 12px;
}

/* METADATA */

.more-link {
	background-color: #7bcbf5;
	color: #fff !important;
	padding: 2px 6px;
	float: right;
	text-decoration: none;
}

.more-link:hover {
	background-color: #7bcbf5 !important;
	text-decoration: underline !important;
	
}

/* PAGE NAVIGATION */

.navigation {
	position: relative;
	top: 10px;
	width: 646px;
	color: #726e57;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.navigation a {
	color: #726e57;
	text-decoration: none;
}

.navigation a:hover {
	color: #555241;
	text-decoration: none;
}

.archive_hr {
	border: 0;
	background-color: transparent;
	width: 1px;
	height: 1px;
	margin-bottom: 5px
}

/**************************************************************
							FEATURES
**************************************************************/

#featured {
	display: block;
	width: 634px;
	height: 319px;
}

#slider {
	display: block;
	width: 634px;
	height: 319px;
	overflow: hidden;
	margin: 0;
	position: relative;
	top: 5px;
	left: 8px;
}

#sliderWrapper {
	width: 9999px;
	height: 319px;
	position: relative;
	margin: 0;
}

.sliderPostWrapper {
	display: block;
	width: 634px;
	height: 310px;
	float: left;
	overflow: hidden;
	margin: 0;
}

.sliderImg {
	width: 634px;
	height: 310px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.sliderImage {
	width: 634px;
	height: 310px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.sliderContent {
	width: 100%;
	height: 100px;
	background-color: #000;
	float: left;
	position: relative;
	display: block;
	/*top: -100px;*/
}

.sliderContent h3 {
	margin: 15px 25px 3px 25px;
	color: #c55300;
	font-size: 16px;
	font-weight: normal;
}

.sliderContent p {
	color: #fff;
	margin: 0 25px 0 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

.sliderContent a {
	color: #669999;
	margin: 8px 0 0 0;
	position: relative;
	left: -25px;
	float: right;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sliderControlLeft, .sliderControlRight {
	display: block;
	width: 30px;
	height: 33px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	position: relative;
	_display: inline;
	_width: auto;
	_height: auto;
	_font-size: 12px;
	_text-indent: 0;
	_color: #8fc2ed;
}

.sliderControlLeft {
	float: left;
	top: -170px;
	left: 9px;
	background-image: url('images/slider_back.png');
	_float: right;
	_top: -10px;
	_left: -73px;
	_background: none;
}

.sliderControlRight {
	float: right;
	top: -170px;
	left: 7px;
	background-image: url('images/slider_next.png');
	_float: right;
	_top: -10px;
	_left: 23px;
	_background: none;
}


/**************************************************************
							SIDEBAR
**************************************************************/

#sidebar {
	width: 269px;
	float: right;
	margin: 0px;
	padding: 0px;
	clear: none;
	display: inline;
}

#sidebar h6 {
	color: #0e0f0c;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	background-image: url('images/core/h6.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	width: 205px;
	margin-top: 20px;
	}
	
#sidebar li {
	list-style: none;
	}	
	
/*
.sidebar-gallery {
	margin: 15px 0 0 0;
	text-align: center;
}

.sidebar-gallery img {
	border: 1px solid #5c5c5c;
	padding: 2px;
	margin: 0 6px 11px 0;
}

.sidebare-gallery .eor {
	margin-right: 0 !important;
}
*/

/* WIDGETS */

.widget {
	float: left;
	display: block;
	width: 269px;
	text-align: left;
	margin: 0 0 45px 9px; 
	font-size: 13px;
	line-height: 16px;
}

.widget h2 {
	font-family: "Verdana", "Arial", "Sans-Serif";
	color: #e4e4e4;
	font-size: 20px;
	font-weight: normal;
}

.widget hr {
	background-image: url('images/hr_bg.png');
	background-repeat: repeat-x;
	width: 269px;
	height: 3px;
	display: block;
	margin: 7px 0;
	border: 0;
}

.widget a {
	color: #a3a3a3;
	text-decoration: none;
}

.widget a:hover {
	color: #fff;
}

.widget ul {
	margin: 15px 0 0 3px;
	_list-style-type: circle;
}

.widget li {
	background-image: url('images/bullet_arrows.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 9px;
	line-height: 12px;
	padding-left: 15px;
	_background-image: none;
}

.widget_ad {
	width: 318px !important;
	height: 268px !important;
	background-image: url('images/ads_bg.png');
	background-repeat: no-repeat;
	margin: 0 0 16px 0 !important;
}

.widget_ad_code {
	margin: 9px;
}

.widget_video {
	background-image: url('images/icon_video.png');
	background-repeat: no-repeat;
}

.widget_flickr {
	background-image: url('images/icon_photos.png');
	background-repeat: no-repeat;
}

.widget_archivr {
	background-image: url('images/icon_archive.png');
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-top: 1px;
}

.widget_searchr {
	background-image: url('images/icon_search.png');
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-top: 1px;
}

.widget_popular {
	background-image: url('images/icon_popular.png');
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding-top: 3px;
}

.widget_popular ul {
	_list-style-type: circle;
}

.widget_popular li {
	background-image: url('images/bullet_popular.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 18px;
	line-height: 16px;
	margin-bottom: 12px;
	_background-image: none; 
}

.widget_flickr h2, .widget_video h2, .widget_popular h2, .widget_links h2, .widget_archivr h2, .widget_searchr h2 {
	margin-left: 30px;
}

/**************************************************************
							FOOTER
**************************************************************/

#footer p {
	color: #615e51;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	}
	
	#footer a {
		color: #615e51;
		text-decoration: none;
		}

	#footer a:hover {
		color: #615e51;
		text-decoration: underline;
		}

#footer_wrapper {
	width: 955px;
	/*background-image: url('images/footer.jpg');*/
	background-repeat: no-repeat;
	background-position: top center;
	color: #5d5d5d;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#footer {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}


.footer-hr-ie {
	background-image: url('images/core/footer-hr.png');
	background-repeat: no-repeat;
	width: 955px;
	height: 9px;
	display: block;
	margin: 0px;
	padding: 0;
	border: 0;
}

#footer hr {
	display: none;
	}


#footer-joinus {
	display: block;
	width: 619px;
	height: 112px;
	margin-top: 0px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('images/core/footer-joinus.png') no-repeat;
	padding-bottom: 20px;
	}

#footer-joinus a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background-image: url('images/core/footer-joinus.png');
	}




#footer-bottom {
	text-align: right;
	}




#footer .widget {
	width: 300px;
	height: 211px;
	display: block;
	float: left;
	margin: 35px 0 0 11px !important;
	_display: inline;
}

.widget_links {
	background-image: url('images/icon_friends.png');
	background-repeat: no-repeat;
}

.widget_archivr ul {
	_list-style-type: circle;
}

.widget_archivr li {
	width: 130px;
	float: left;
	display: block;
	_background-image: none;
}

#searchform {
	margin: 12px 0 0 0px;
}

#s {
	display: block;
	width: 232px;
	height: 25px;
	background-image: url('images/searchbox.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 8px 8px 0px 8px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 13px;
	line-height: 25px;
	color: #8d8d8d;
	float: left;
}

.screen-reader-text {
	display: none;
	}

#searchsubmit {
	display: block;
	width: 69px;
	height: 26px;
	text-decoration: none;
	background-color: transparent;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/searchbutton.png');
	float: left;
	border: 0;
}

/**************************************************************
							STYLING
**************************************************************/

.arrow, .arrowpush {
	background: url('images/core/link-arrow.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 20px;
	}
	
.arrowpush {
	margin-bottom:10px;
	float: left;
	}

.alignleft {
	float: left;
	margin: 3px 10px 6px 0;
}

.withborder {
	border: 1px solid #5c5c5c;
	padding: 2px;
}

.alignright {
	float: right;
	margin: 3px 0 6px 10px;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px auto;
}

.entry ul {
	list-style-type: circle;
	margin: 0 0 17px 28px;
}

.entry ol {
	list-style-type: decimal;
	margin: 0 0 17px 28px;
}

.entry blockquote {
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	margin: 15px 30px 40px 10px;
	padding-left: 20px;
	/*border-left: 3px solid #726E57;*/
	background-image: url(images/core/bg-blockquote.png);
	background-repeat: repeat-y;
	}

.entry label {
	margin: 20px 0 5px 0;
	display: block;
}

.entry .inputtext {
	display: block;
	width: 447px;
	height: 16px;
	background-color: #0d0d0d;
	border: 1px Solid #1e1e1e;
	padding: 3px;
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-size: 14px;
	color: #848484;
}

.entry .inputarea {
	display: block;
	width: 447px;
	height: 115px;
	background-color: #0d0d0d;
	border: 1px Solid #1e1e1e;
	padding: 3px;
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-size: 14px;
	color: #848484;
}

/**************************************************************
							COMMENTS
**************************************************************/

#comments {
	display: block;
	width: 525px;
	background-image: url('images/commentsbackground.png');
	background-repeat: repeat-y;
	text-align: left;
	margin-left: 10px;
}

#comments h3, #reply h3 {
	font-size: 20px;
	color: #726e57;
	display: block;
	font-weight: normal;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: none;
}

/*#comments hr {
	background-image: url('images/core/hr-line-2.png');
	background-repeat: no-repeat;
	width: 646px;
	height: 15px;
	display: block;
	margin: 5px 0 7px 0;
	border: 0;
}


#reply hr {
	background-image: url('images/core/hr-line-1.png');
	background-repeat: no-repeat;
	width: 646px;
	height: 15px;
	display: block;
	margin: 5px 0 7px 0;
	border: 0;
}
*/


#reply hr, #comments hr {
	display: none;
	}

#comments_list {
	margin-top: 8px;
}

.comment {
	margin-bottom: 10px;
}

.avatar {
	float: left;
}

.comment_entry {
	width: 450px;
	float: left;
	display: block;
	margin-left: 8px;
}

.commentflair {
	float: left;
	position: relative;
	top: 20px;
	left: -1px;
}

.comment_text {
	width: 518px;
	display: block;
	padding: 10px;
	margin-left: 11px;
	background-color: #fff;
	border: 0px;
	color: #5d5d44;
	font-weight: normal;
}

.comment_meta {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.comment_date {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #717171;
	margin: 3px 10px 0 0;
	float: right;
}

#comments cite, #comments cite a {
	color: #b44e06;
	font-style: normal;
}

#comments cite a:hover {
	color: #793f16;
}

.commentsbottom {
	margin-bottom: 20px;
}

/* REPLY BOX */

#reply {
	display: block;
	width: 600px;
	background-image: url('images/commentsbackground.png');
	background-repeat: repeat-y;
	text-align: left;
	margin-left: 10px;
}

#respond {
	width: 600px;
	float: left;
	display: block;
	margin: 10px 0 0 8px;
	padding-bottom: 15px;
}

#respond a {
	color: #b44e06;
	text-decoration: none;
}

#respond a:hover {
	color: #793f16;
}

#comments_form {
	width: 560px;
	display: block;
	padding: 10px;
	margin-left: 11px;
}

#comments_form label {
	margin: 20px 0 5px 0;
	display: block;
}

#comments_form .inputtext {
	display: block;
	width: 560px;
	height: 20px;
	background-color: #fff;
	border: 0px Solid #1e1e1e;
	padding: 3px;
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-size: 18px;
	color: #5D5D44;
}

#comments_form .inputarea {
	display: block;
	width: 560px;
	height: 115px;
	background-color: #fff;
	border: 0px Solid #1e1e1e;
	padding: 3px;
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-size: 30px;
	color: #5D5D44;
}

#submit {
	display: block;
	width: 69px;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/form_send.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	margin: 15px 0 0 490px;
}


/* FORMS */

#signup_form {
	width: 560px;
	display: block;
	padding: 10px;
	margin-left: 11px;
}

#signup_form label {
	margin: 20px 0 5px 0;
	display: block;
}

#signup_form .inputtext {
	display: block;
	width: 560px;
	height: 20px;
	background-color: #fff;
	border: 0px Solid #1e1e1e;
	padding: 3px;
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-size: 18px;
	color: #5D5D44;
}

#signup_form .inputarea {
	display: block;
	width: 560px;
	height: 115px;
	background-color: #fff;
	border: 0px Solid #1e1e1e;
	padding: 3px;
	font-family: "Helvetica", "Verdana", "Arial", "Sans-Serif";
	font-size: 30px;
	color: #5D5D44;
}





/**************************************************************
							HELPERS
**************************************************************/

.warning {
	color: #de5858 !important;
}

.success {
	color: #c3e999 !important;
}

.clearer {
	width: 1px;
	height: 1px;
	clear: both;
	visibility: hidden;
	margin: 0;
}

.clear {
	clear: both;
	}
	
	
/**************************************************************
							PAGE ELEMENTS
**************************************************************/

#visitorbook a, #visitorbook a:link, #visitorbook a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/visitorbook.png');
	background-position: top;	
	}
	
#visitorbook a:hover, #visitorbook a:visited:hover {
	background-position: bottom;
	}


#childreninworship a, #childreninworship a:link, #childreninworship a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/pdf-childreninworship.png');
	background-position: top;	
	}
	
#childreninworship a:hover, #childreninworship a:visited:hover {
	background-position: bottom;
	}
	

#familytogether a, #familytogether a:link, #familytogether a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/pdf-familytogether.png');
	background-position: top;	
	}
	
#familytogether a:hover, #familytogether a:visited:hover {
	background-position: bottom;
	}
	

#parentinfo a, #parentinfo a:link, #parentinfo a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/pdf-parentinfo.png');
	background-position: top;	
	}
	
#parentinfo a:hover, #parentinfo a:visited:hover {
	background-position: bottom;
	}	


#internapp a, #internapp a:link, #internapp a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/pdf-intern.png');
	background-position: top;	
	}
	
#internapp a:hover, #internapp a:visited:hover {
	background-position: bottom;
	}	
	
	
#signup a, #signup a:link, #signup a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/signup.png');
	background-position: top;	
	}
	
#signup a:hover, #signup a:visited:hover {
	background-position: bottom;
	}	
		

#flickr a, #flickr a:link, #flickr a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/flickr.png');
	background-position: top;	
	}
	
#flickr a:hover, #flickr a:visited:hover {
	background-position: bottom;
	}	

		
#googlecal a, #googlecal a:link, #googlecal a:visited {
	display: block;
	width: 204px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/googlecal.png');
	background-position: top;	
	}
	
#googlecal a:hover, #googlecal a:visited:hover {
	background-position: bottom;
	}	



	

	

#values-gospel {
	display: block;
	width: 646px;
	height: 153px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/values-gospel.png');
	margin-top: 30px;
	}
	
#values-worship {
	display: block;
	width: 646px;
	height: 153px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/values-worship.png');
	margin-top: 30px;
	}
	
#values-community {
	display: block;
	width: 646px;
	height: 153px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/values-community.png');
	margin-top: 30px;
	}
	
#values-mission {
	display: block;
	width: 646px;
	height: 153px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/values-mission.png');
	margin-top: 30px;
	}
	
	
.connect {
	display: block;
	width: 310px;
	height: 38px;
	background: url('images/core/connect.png');
	background-repeat: no-repeat;
	line-height: 35px;
	padding-left: 7px;
	margin-bottom: 30px;
	}	
	
	
/******************************************************
						TABLES
******************************************************/	
.alt { 
	background: url('images/core/tr-alt.png');
	background-repeat: no-repeat;
	}

td.first { border-left: 0; text-align:left; }

table#ministries { width:646px; border:1px solid #4b3922; margin:0 0 20px 0; padding:0px; }

#ministries thead th { 
	border-left: 1px solid #4b3922; 
	border-bottom: 1px solid #4b3922;
	font-weight:normal; 
	padding: 5px 1px; 
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	background: url('images/core/th.png');
	background-repeat: no-repeat;
	 }	

#ministries tbody td { 
	border-left: 1px solid #4b3922; 
	border-bottom: 1px solid #4b3922; 
	padding: 5px 1px; 
	margin: 0; 
	vertical-align: top; 
	text-align: left; 
	}

table#ministries tbody td.first { border-left: 0; text-align:left; }


li a {
	color: #b44e06;
	text-decoration: none;
}

li a:hover {
	color: #793f16;
}


.directions a, .directions a:link, .directions a:visited {
	display: block;
	width: 200px;
	height: 48px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/directions.png');
	background-position: top;
	}
	
.directions a:hover, .directions a:visited:hover {
	background-position: bottom;
	}
	

.calendar a, .calendar a:link, .calendar a:visited {
	display: block;
	width: 200px;
	height: 48px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/calendar.png');
	background-position: top;	
	float: left;
	}
	
.calendar a:hover, .calendar a:visited:hover {
	background-position: bottom;
	}
	

.rss a {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/core/rss.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	}
	

#twitterfeed a {
	display: block;
	width: 246px;
	height: 21px;
	overflow: hidden;
	text-indent: 9999px;
	background: url('images/core/twitterfeed.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	float: right;
	}		
	
#twitterfeed a:hover, #twitterfeed a:visited:hover {
	background-position: bottom;
	}
	
.paper {
	display: block;
	width: 400px;
	float: right;
	background-image: url('images/core/paper.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	}	
	
#secretpenguin a {
	display: block;
	width: 48px;
	height: 25px;
	overflow: hidden;
	text-indent: 9999px;
	background: url('http://corecommunity.org/images/secretpenguin.png');
	background-position: top;
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	padding-bottom: 15px;
	}	
	
/*********************/
/* New Sermon Page   */
/*********************/
	
.sermonbox {
	background:url(images/sermons-bg.jpg) repeat;
	width:642px;
	padding:5px 0 7px 7px;
	margin-bottom:20px;
	}
	
#content .sermonbox h4, #content .videobox h4 {
	background:none;
	color:#b44e06;
	font-size:17px;
	font-weight:bold;
	height:auto;
	line-height:normal;
	margin-top:7px;
	width:auto;
	padding-right:7px;
	}
	
#content .videobox h4 {
	padding-right:0;
	margin-top:0;
	}
	
#content .videobox h4 a {
	text-decoration: none;
	color:#b44e06;
	}
		
.sermonbox p.Date, p.Links, p.Links a, .videobox p.Date {
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color:#4f2d14;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
	text-decoration:none;
	}
	
.sermonbox p, .videobox p {
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#403228;
	line-height:14px;
	padding-right:7px;
	margin-bottom:15px;
	}
	
.videobox p {
	padding:0;
	color:#4c311f;
	}
	
.sermonbox p.Links {
	margin-bottom:0;
	float:right;
	}
	
.videobox {
	float:left;
	margin:0 7px 12px 9px;
	width:143px;
	height:132px;
	padding:3px 0 0 3px;
	background:url(images/sermons-bg.jpg) center repeat;
	}
	
a.Back, a.Next {
	width:14px;
	height:68px;
	float:left;
	margin-top:36px;
	display:block;
	text-indent:-9999px;
	}
	
a.Back {
	background:url(images/Arrow.png) no-repeat;
	margin-left:4px;
	}
	
a.Next {
	background:url(images/Arrow-2.png) no-repeat;
	}
	
.videonav {
	margin-bottom:10px;
	}
	
a.spiritual-gifts, a.church-sucks, a.corinthians-1, a.exodus {
	width:141px;
	height:67px;
	display:block;
	text-indent:-9999px;
	}
	
a.spiritual-gifts {
	background:url(images/spiritual-gifts.jpg) no-repeat;
	}
	
a.church-sucks {
	background:url(images/church-sucks.jpg) no-repeat;
	}
	
a.corinthians-1 {
	background:url(images/corinthians-1.jpg) no-repeat;
	}
	
a.exodus {
	background:url(images/exodus.jpg) no-repeat;
	}
	
a.spiritual-gifts:hover, a.church-sucks:hover, a.corinthians-1:hover, a.exodus:hover {
	opacity:0.9;
	}