/*
Theme Name: Simple Grunge Theme
Theme URI: http://luckythemes.com/simple-grunge-theme/
Description: Simple Grunge Style Wordpress Theme
Version: 1.5
Author: http://luckythemes.com/
Author URI: http://themerama.com/
Tags: widget ready, valid html, valid css, 2 columns, fixed width
*/
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBB79D;
	margin: 0;
	padding: 0;
	background: black;
	text-align: center;
}
img{
	border: 0;
}
.clear{
	clear: both;
}
ul li{
	list-style: url(images/bullet.gif);
	padding: 0;
	margin: 0;
}
ul{
	padding: 0;
	margin: 15px 5px 15px 30px;
}

/* Begin RSS Logo CSS */
span#rss{
	padding: 0;
	margin: 15px 5px 15px -5px;
}
/* End RSS Logo CSS */

/*Begin Resources section CSS */
div.resources{
	text-align: center;
	margin: 0 18px 0 10px;
}
/* End Resources section CSS */

#header{
	margin: 0 auto;
	width: 875px;
	height: 165px;
	background: url(images/header_img_new.jpg) no-repeat;
	text-align: left;
}

/* Begin "Cup of Joe" (hidden) title Text CSS */
#home h1 a {
	width: 380px;
	height: 80px;
	display: block;
	top: 20px;
	position: relative;
	left: 10px;
	text-indent: -999%;
	margin: 0;
}
#home h1 a:hover {
	width: 380px;
	height: 80px;
	display: block;
	top: 20px;
	position: relative;
	left: 10px;
	text-indent: -999%;
	margin: 0;
}
/* End Page Title Text CSS */

/* Begin "with Pastor Joe Schimmel" header text CSS */
#header h4{
	padding-top: 5px;
	padding-left: 200px;
	font-family: Arial, Helvetica, Georgia, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #AB977B;
	margin: 0;
}
/* End "with Pastor Joe Schimmel" header text CSS */


.menu{
	float: right;
    width: 500px; /* was 360px */
    height: 42px;
    overflow: hidden;
}
.menu ul{
    margin: 20px 0 0 0;
    padding: 0;
}
.menu li{
    list-style: none;
    margin: 0 3px;
	padding: 5px 0;
    width: 111px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/mi_bg.gif) no-repeat;
    float: left;
    text-align: center;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover{
	color: #CFB898;
	text-decoration: none;
}
.menu a:hover{ color: white; text-decoration: underline;}

#search{
	margin: 0 auto;
	width: 325px;
	padding-left: 550px;
	background: url(images/menu_bg.gif) repeat-x;
}
#content{
	margin: 0 auto;
	width: 875px;
	background: url(images/cont_bg.gif) repeat-y;
	text-align: left;
}
.left{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	float: left;
	width: 230px;
	margin: 3px;
	margin-left: 0;
}
.left .title{
	background: #3D2E1A url(images/cat_bg.gif) no-repeat 10px 2px;
	padding: 6px 0 6px 57px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted white;
	border-top: 1px dotted white;
}
.left h1{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: white;
}
.left p{
	padding: 0;
	margin: 5px 10px;
}
.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: #AB977B;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}

.right{
	float: right;
	width: 639px;
	margin: 3px;
	margin-right: 0;

}

.right .title{
	background: #3D2E1A;
	padding: 0 10px;
	border-bottom: 1px dotted white;
	border-top: 1px dotted white;
	margin-left: 2px;
}
.right .title h1{
	float: left;
}

.right h1{
	padding: 6px 10px;
	margin: 0;
	font-family: "Times New Roman", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
}
.right h1 a:link, .right h1 a:visited, .right h1 a:active, .right h1 a:hover{
	color: white;
	text-decoration: none;
}
.right h1 a:hover{ text-decoration: underline;}

.right h4{
	width: 45px;
	padding: 0;
	padding-top: 1px;
	font-family: Tahoma, Arial, Helvetica, Georgia, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #CFB898;
	text-align: center;
	margin: 0 10px;
}
.right .date{
	float: left;
	background: black;
	border: 1px solid #785E39;
	font-size: 32px;
	padding: 0 5px;
}

.right p{
	margin: 3px 20px 10px 15px;
	padding: 0;
}

/*Begin Block Quote CSS */
blockquote p{
	color: #dad5c5;
	font-weight: normal;
	font-style: italic;
}
blockquote h5{
	color: f1ebd8;
	font-weight: normal;
}
/* The "h5" tag is for the source of a quote, eg. Rolling Stone Magazine */
h5 {
	font: 125%/135% Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0px 0px 10px 300px; color: #f1ebd8;
}
/*End Block Quote CSS */

/*Begin Excerpt CSS */
#excerpt {
	color: #dad5c5;
	font-weight: normal;
	margin: 5px 15px 5px 15px;
}
/*End Excerpt CSS */

/* Begin Main Content hyperlinks */
.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #dad5c5;
	text-decoration: underline;
}
.right a:hover{text-decoration: none;}
/* Begin Main Content hyperlinks */

.permalink{
	font-size: 11px;
	text-align: right;
	margin: 10px 0 10px 2px;
	padding: 2px 10px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	background: #3D2E1A;
}
.tags{
    margin: 0 10px;
    padding: 2px 5px;
    background: black;
    font-size: 10px;
}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{
	color: #D3B489;
	text-decoration: underline;
}
.permalink a:hover{text-decoration: none;}

#footer{
	font-size: 11px;
	margin: 0 auto;
	width: 875px;
	color: #a2a2a2;
	text-align: center;
	background: url(images/footer_bg.gif) repeat-x top;
}
#footer p{
	padding: 15px 0;
	margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color: #D4D4D4;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover{text-decoration: none;}

/* Begin Copyright CSS */
#copyright{
	font-size: 10px;
	margin: 0 auto;
	width: 875px;
	color: #a2a2a2;
	text-align: center;
}
#copyright p{
	padding: 5px 0px;
	margin: 0;
}
#copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover{
	color: #D4D4D4;
	font-weight: bold;
	text-decoration: underline;
}
#copyright a:hover{text-decoration: none;}
/* End Copyright CSS */

h2 {
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: white;
	padding-left: 15px;
}

h3 {
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: white;
	padding-left: 15px;
}

li, .feedback {
	font: 100% Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
p {
	font: 125%/135% Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	
		
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0 auto 10px 7px;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: white;
	font-size: 14px;
	text-align: center;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.left ul li ul li{border: 0;}
.left ul li ul li ul li{border: 0;}

.right ul li{ margin: 0 10px;}
.right ol li{ margin: 0 10px;}


div.addthis_container {
	text-align: right;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 10px;
}

/* Personal CSS rules */

#specialparagraph{
	color: #f1ebd8;
	font-weight: normal;
}

div.blockquote2{
	color: #dad5c5;
	font-weight: normal;
	font-style: italic;
	margin-left: 12px;
	margin-right: 12px;
}

/* This is for the Facebook "Like" block after each post */
div.wpfblike{
	padding-left: 15px;
	padding-top: 15px;
}

/* This is for the AddThis "Share" graphic after each post */
a.addthis_button{
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
}

}

div.clear{
	margin-bottom: 15px;
}
