/*
Theme Name: Grace & Trinity Episcopal Churches
Theme URI: www.cowleyepiscopalchurches.com
Description: Grace & Trinity Episcopal Theme
Version: 1
Author: Eloy Mendoza
Author URI: www.eloymedia.com
Tags: grace, trinity, winfield, arkansas city

Some of the code used is from the 
Kubrick v1.5
http://binarybonsai.com/kubrick/

*/


/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {margin: 0;padding: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {margin:.7em 0}

p{padding-left:.5em;}

h1, h2, h3, h4, h5, h6 {padding-left:5px;}


/* Class for clearing floats */
.clear {clear:both;}

/* Remove border around linked images */
img {border: 0;}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	color:#808fc2;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

small {
margin-left:.5em;
font-size: 0.9em;
line-height: 1.5em;
}


/* Color Classes */

#sidebar h3{
background:#7e9db9;
font-size:1.5em;
color:#fff;
margin-top:0;
list-style:none;
}

#home-service h3{
background:#991b1e;
font-size:1.5em;
color:#fff;
margin-top:0;
list-style:none;
}

#home-service li {
list-style:none;
}

div#sidebar li{
list-style:none;
}

#sidebar ul li{
list-style:circle;
margin-left:2em;
}

.red-headings{
background:#991b1e;
font-size:1.5em;
color:#fff;
margin-top:0;
}



/* =Layout
-----------------------------------------------------------------------------*/
body{
font-family:'Trebuchet MS', Garamond, Times, Times New Roman,serif;
font-size:75%;
color:#4b4d50;
background:url(images/bg.jpg) repeat-x top center;
}

div#container{
margin:0 auto;
width:825px;
position: relative;
min-height: 100%;
}

ul#main-nav{
float:left;
margin:0;
padding:0;
list-style:none;
width:825px;
}

#main-nav li{
float:left;
}

#main-nav a{
display:block;
float:left;
padding:0 0.7em;
line-height:2.7em;
text-decoration:none;
color:#fff;
font-weight:bold;
}

#main-nav a:hover{
background:#7e9db9;
}


div#home-page-top{
float:left;
width:825px;
}

div#home-text{
float:left;
width:380px;
margin-top:2em;
clear:both;
}

#home-text h2{
color:#991b1e;
}

div#home-gallery{
float:left;
width:400px;
height:300px;
margin-top:5em;
margin-left:3.5em;
background:url(images/home-gallery-bg.jpg) no-repeat;
}

div#home-slideshow{
margin-top:2.4em;
margin-left:-4.3em;
position:relative;
}


div#home-page-bottom{
float:left;
width:825px;
margin-top:2em;
}

div#sidebar{
float:left;
width:380px;
border-left:1px solid #7e9db9;
border-right:1px solid #7e9db9;
border-bottom:1px solid #7e9db9;
}

#sidebar li{
list-style:none;
}

#sidebar ul{
margin:0 0 0 .7em;
padding:0;
list-style-type:none;
}

#sidebar ul a{
display:block;
line-height:25px;
color:#991b1e;
text-decoration:underline;
margin-bottom:1em;
}

#sidebar ul a:hover{
color:#333;
text-decoration:underline;
}

div#home-service{
float:left;
width:340px;
margin-left:3em;
border-left:1px solid #991b1e;
border-right:1px solid #991b1e;
border-bottom:1px solid #991b1e;
}

#home-service h3{
background:#991b1e;
color:#fff;
line-height:1.5em;
margin-top:0;
}

.news-content{
float:left;
width:500px;
}

.news-content h2 a{
text-decoration:none;
color:#991b1e;
}

.news-content .postmetadata a{
text-decoration:none;
color:#991b1e;
}

.inner-text h2{
color:#991b1e;
margin-top:2.5em;
}

.inner-text h2 a{
text-decoration:none;
color:#991b1e;
}

.inner-text .postmetadata a{
text-decoration:none;
color:#991b1e;
}

#news-sidebar{
float:left;
width:230px;
margin-left:7em;
background:#fff;
margin-top:1em;
}

div#news-sidebar li{
list-style:none;
}

div#news-sidebar ul{
margin:0 0 0 .7em;
padding:0;
list-style-type:none;
}

div#news-sidebar ul a{
display:block;
line-height:25px;
color:#991b1e;
text-decoration:underline;
margin-bottom:1em;
}

div#news-sidebar ul a:hover{
color:#333;
text-decoration:underline;
}

div#news-sidebar h3{
background:#7e9db9;
color:#fff;
line-height:3em;
margin-top:0;
}

div#footer{
background:#7b7168;
padding: 8px 0 1em;
color:#fff;
clear: both;
text-align:center;
margin:1.5em auto 0 auto;
width:100%;
height:100%;
}
