/*
	Theme Name: Peaches Christ
	Description: Design for Peaches Christ WP
	Version: 1.0
	Author: Brent Moore / Mike Holguin
*/

/* Body styles */

*, html, body, div, table, form, input, span, img, object {
	padding: 0px;
	margin: 0px;

	border: none;
}

body {
	color: #ccc;
	text-align: left;
	background:
		#000
		url('images/site-bg_img.jpg')
		center top
		no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
#full_page
{
	background-image: url(images/background_foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#wrap {
	width: 990px;
	margin: 0px auto;
}

	#header {
		width: 100%;
		height: 175px;
		margin: 10px 0px;
	}
	
	#body {
		width: 100%;
		margin: 0px 0px 100px;
	}
	
	#footer {
	}


/* Div styles */

#header .ad_720 {
	float: right;
	width: 720px;
	height: 90px;
	margin: 5px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 90px;
	text-align: center;
	background: #fff;
}
#header .ad_728 {
	float: right;
	width: 728px;
	height: 90px;
	margin: 5px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 90px;
	text-align: center;
	background: #fff;
}


#body .ad_300 {
	width: 300px;
	height: 250px;
	
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 250px;
	text-align: center;
	
	background: #fff;
}

.navigation {
	width: 100%;
	height: 35px;
	
	background:
		url('images/header-nav_bg.jpg')
		no-repeat;
}

.search {
	float: right;
	width: 288px;
	margin: 10px 10px 10px 0px;
	border:	1px solid #551c1c;
	border-left-color: #440f0f;
	border-top-color: #440f0f;
	background:url('images/header-search_bg.png');
}

.columnL {
	float: left;
	
	width: 670px;
	margin: 0px 20px 0px 0px;
}

	.slideshow {
		width: 650px;
		height: 430px;
		padding: 10px;
		margin: 0px 0px 10px;
		
		background:
			url('images/body-slideshow_bg.jpg')
			no-repeat;
	}
	
	.post, .comments {
		width: 650px;
		padding: 10px;
		margin: 0px 0px 50px;
		
		text-align: justify;
		
		background:
			url('images/body-post_bg.png');
	}
	
		.comments {
			text-align: left;
			background: none;
		}
		
			.comment_columnL {
				float: left;
				width: 250px;
				
				font-size: 10px;
				font-weight: bold;
			}
			
				.comment_message {
					width: 100%;
					margin: 0px 0px 15px;
					
					font-size: 11px;
					font-weight: normal;
					color: #666;
					text-align: left;
				}
			
				.comment_rules {
					width: 100%;
					margin: 0px 0px 20px;
					
					font-weight: normal;
					color: #666;
					text-align: left;
				}
			
			.comment_columnR {
				float: right;
				width: 360px;
			}
			
				.user_comment {
					width: 100%;
					margin: 0px 0px 15px;
					
					font-size: 13px;
					color: #666;
					
					border-bottom:	
						1px dotted
						#222;
				}
				
					.comment_author {
						float: left;
						
						width: 190px;
						margin: 0px 20px 5px 0px;
					}
					
					.comment_timestamp {
						float: right;
						
						width: 150px;
						margin: 0px 0px 5px;
						
						text-align: right;
					}
					
					.comment_post {
						clear: both;
						
						font-size: 14px;
						color: #999;
					}
	
		.post_header, .comment_header {
			width: 100%;
			margin: 0px 0px 20px;
		}
		
			.comment_header {
				margin: 0px 0px 10px;
			}
		
		.entry {
			width: 100%;
			margin: 0px 0px 10px;
		}
		
		.post_footer {
			width: 100%;
			padding: 5px 0px 0px;
			
			font-size: 11px;
			color: #666;
			
			border-top:
				1px dotted
				#222;
		}
		
			.post_footer_contL {
				float: left;
				width: 525px;
				
				text-align: left;
			}
			
			.post_footer_contR {
				float: right;
				width: 100px;
				
				text-align: right;
			}

.columnR {
	float: right;
	width: 300px;
	font-size: 13px;
	text-align: left;
}

	.panel {
		width: 100%;
		margin: 0px 0px 25px;
		
		background:
			url('images/body-panel_bg.png')
			left 35px
			repeat-x;
	}
.feature_copy {font-size: 12px;margin-bottom:25px}
.feature_copy img {float: left;	margin-right:5px;}
		
		.flickr_badge_image {
			float: left;
			
			width: 65px;
			height: 65px;
			padding: 5px;
			margin: 0px 0px 0px;
		}
		
		.flickr_copy {
			clear: both;
			
			width: 290px;
			padding: 5px 5px 0px;
		}
		
		.event {
			width: 100%;
			padding: 0px 0px 10px;
			margin: 0px 0px 10px;
			
			text-align: left;
			
			border-bottom:
				1px dotted
				#222;
		}


/* Table styles */

.entry table {
	width: 100% !important;
	height: auto !important;
}

/* Form styles */

.search_input {
	float: left;
	
	width: 250px;
	padding: 5px;
	
	font: 11px Arial, sans-serif;
	color: #c77;
	
	background: none;
}

.comment_input, .comment_textarea {
	width: 242px;
	padding: 3px;
	margin: 5px 0px 10px;
	
	font: 11px Arial, sans-serif;
	color: #c77;
	
	border:
		1px solid
		#441818;
	border-left-color: #2d0d0d;
	border-top-color: #2d0d0d;
	background: #000;
}

	.comment_textarea {
		height: 92px;
	}


/* Text and Image styles */

img {
	margin: 0px;
	font-size: 0px;
}

h1 {
	width: 100%;
	margin: 0px 0px 10px;
	
	font-size: 20px;
	font-weight: normal;
	color: #f88;
	text-align: left;
}

p {
	width: 100%;
	margin: 0px 0px 15px;
}

ol, ul, li, ol li, ul li {
	list-style-type: none;
	list-style-position: outside;
}

hr {
	display: none !important;
	font-size: 0px;
	
	border: none;
}

.highlightR {
	font-weight: bold;
	color: #c00;
}

.highlightG {
	font-weight: bold;
	color: #690;
}

.highlightB {
	font-weight: bold;
	color: #369;
}

.highlightGr {
	font-weight: bold;
	color: #666;
}

.highlightLGr {
	font-weight: bold;
	color: #999;
}

.highlightW {
	font-weight: bold;
	color: #fff;
}

.subtext {
	font-size: 11px;
	color: #666;
}

.article_header, .panel_header {
	display: block;
	margin: 0px;
}

	.panel_header {
		margin: 0px 0px 5px;
	}

.post_timestamp {
	font-size: 11px;
	color: #666;
}

.post img, .blurb img, .panel_img {	
	/*width: 100px;
	height:auto;*/
	
	border:
		1px solid
		#333;
}

	.post img.centered {
		display: block;
		
		margin-left: auto;
		margin-right: auto;
	}
	
	.post img.alignleft {
		display: inline;
		float: left;
		
		margin: 0px 10px 10px 0px;
	}
	
	.post img.alignright {
		display: inline;
		float: right;
		
		margin: 0px 0px 10px 10px;
	}

	.panel_img {
		width: 123px;
	}
	
.post_footer .tags {
	display: block;
	margin: 5px 0px 0px;
}
	
.columnR li {
	list-style-type: none;
}

	.columnR ul.tweets {
		width: 100%;
	}
	
		.columnR ul.tweets li {
			width: 100%;
			padding: 0px 0px 10px;
			margin: 0px 0px 10px;
			
			text-align: left;
			list-style-type: none;
			
			border-bottom:
				1px dotted
				#222;
		}
		
			.tweets li .timestamp {
				display: block;
				margin: 10px 0px 0px;
				
				font-size: 10px;
				color: #666;
			}
			
	.columnR .event .timestamp {
		display: block;
		margin: 5px 0px 0px;
		
		font-size: 10px;
		color: #666;
	}


/* Link styles */

a {
	color: #c88;
	text-decoration: underline;
	
	-moz-outline-style: none;
	outline-style: none;
	
	cursor: pointer;
}

	a:hover {
		color: #f66;
	}
	
h1 a {
	color: #f88;
}
	
.more-link, .feature_copy a, .event a {
	font-weight: bold;
}
	
.tweets li .timestamp a {
	color: #666;
}

	.tweets li .timestamp a:hover {
		color: #999;
	}
	
.flickr_badge_image a img {
	width: 63px;
	height: 63px;
	
	border:
		1px solid
		#333;
}

	.flickr_badge_image a img:hover {
		border-color: #f66;
	}


/* Button styles */

.btn-nav_news, .btn-nav_events, .btn-nav_channel, .btn-nav_gallery,
.btn-nav_store, .btn-nav_contact {
	display: block;
	float: left;
	
	height: 35px;
	
	background: no-repeat;
}

	.btn-nav_news {
		width: 70px;
		background:
			url('images/btn-nav_news.gif');
	}
		
	.btn-nav_events {
		width: 85px;
		background:
			url('images/btn-nav_events.gif');
	}
	
	.btn-nav_channel {
		width: 105px;
		background:
			url('images/btn-nav_channel.gif');
	}
	
	.btn-nav_gallery {
		width: 105px;
		background:
			url('images/btn-nav_gallery.gif');
	}
	
	.btn-nav_store {
		width: 80px;
		background:
			url('images/btn-nav_store.gif');
	}
	
	.btn-nav_contact {
		width: 105px;
		background:
			url('images/btn-nav_contact.gif');
	}
	
		.btn-nav_news:hover, .btn-nav_events:hover, .btn-nav_channel:hover,
		.btn-nav_gallery:hover, .btn-nav_store:hover, .btn-nav_contact:hover {
			background-position: right;
		}

.btn-comment_submit {
	display: block;
	
	width: 75px;
	height: 25px;
	
	cursor: pointer;
	-moz-outnline-style: none;
	outline-style: none;
	
	background:
		url('images/btn-comment_submit.gif')
		no-repeat;
}

	.btn-comment_submit:hover {
		background-position: -75px 0px;
	}
	
	.btn-comment_submit:active {
		background-position: -150px 0px;
	}


/* Adjustments */

.left {
	float: left;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.display {
	display: block;
}

.hidden {
	display: none;
}


/*tgd partial posts that are embeded on other pages have the class "sticky"??*/
.sticky img
{
	width: 150px;
	height:auto;
}
/*tgd images within posts on the home page should be 150px*/
#home .post img
{
	*width:150px;
	*height:auto;
}
/*tgd images within posts on category (?cat=xx) pages should have a max width of 300px*/
#catposts img
{
	max-width:300px;
	height:auto;
}

/*customized post examples - just apply unique name ie. "winters" to the img class on "Edit Post" page
#home .post img.winters
{
	width: 250px;
	height:auto;
}
#catposts img.winters
{
	width: 250px;
	height:auto;
}
#singleposts img.winters
{
	width: 150px;
	height:auto;
}
/* /customized posts*/

.wp-pagenavi
{
	padding-bottom: 100px;
	padding-left: 10px;
	text-align: center;
}

/*Footer*/
#footerbanner
{text-align:center;margin-bottom:25px}
#footerlinks_1
{
	text-align:center;
	font-weight: bold;
	font-size: 17px;
}
#rsspeacheschrist
{
	margin-left:-55px;
	margin-right:3px;
}
#rsspeachesnews
{
	margin-left:25px;
	margin-right:3px;
}
#rsspeachesevents
{
	margin-left:25px;
	margin-right:3px;

}
#pinkfacebook
{
	margin-left:25px;
}
#youtube
{
	margin-left:8px;
}
#twitter
{
	margin-left:8px;
}
#facebook
{
	margin-left:8px;
}
#allaboutevil
{
	margin-left:8px;
}
#footerlinks_2
{
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	margin-left: -65px;
}
#footerlinks_2 a
{
	margin-left: 15px;
}
#footerlinks_3
{
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 40px;
	margin-left: -65px;
	color: #FFFFFF;
}

/* /Footer*/

