/*  
Theme Name: Grace Church Theme
Theme URI: http://gracechurchovilla.org
Description: This is the theme for Grace Church of Ovilla.
Version: 1.0
Author: Aaron Harp
Author URI: http://aaronharp.com/
*/

/* GENERAL TAGS */

body {
  padding:0px;
  margin:0px;
  background-color:#212121;
}
form { margin:0px; padding:0px }
img { border:0px; }

div, input, textarea, body, select {
  font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size:11px;
	line-height:1.2;
	color:#CDCDCD;
}

input, textarea, select {
  color: #333;
}

a {color:#FFFFFF;}
a:hover { text-decoration:none}

h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 22px;
}

h2 {
  color: #fff;
  font-size: 16px;
}

h3 {
  font-size: 12px;
}

hr {
  border: 0;
  background-color: #212121;
  height: 2px;
  width: 466px;
  margin: 25px -15px 25px -15px;
  *margin: 0 -15px 0 -15px;
  clear: both;
}

ul { 
  margin:0px; 
  padding:0px; 
  list-style:none; 
  line-height:16px
}

li { 
  background:url(http://gracechurchovilla.org/wp-content/themes/gracechurch/images/a1.gif) no-repeat; 
  background-position:0 4px; 
  text-decoration:none; 
  padding-left:11px;
}

/* LAYOUT */

#main {
  position: absolute; 
  width: 766px;
  left:50%;
  top:0px;
  width:766px;
  margin-left: -383px;  
}

#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 85px;
}

#slideshow {
  position:absolute;
  left:0px;
  top:85px;
  width:300px;
  height:295px;
}

#menu {
  position:absolute;
  left:300px;
  top:85px;
  width:147px;
  height:175px;
}

#header {
  position:absolute;
  left:447px;
  top:85px;
  width:319px;
  height:175px;
  background-color: #262B41;  
}

#sidebar {
  position: absolute;
  left: 0px;
  top: 380px;
  width: 270px;
  padding: 0 15px 15px 15px;
  *padding-top: 15px;
}

#content {
  position: absolute;
  left: 300px;
  top: 260px;
  width: 436px;
  padding: 0 15px 15px 15px;
  background-color: #2b2b2b;
  min-height:300px;
  height:auto !important;
  height:300px;
  *padding-top: 15px;
}

.left-image, img.alignleft {
  float: left;
  padding-right: 7px;
  padding-bottom: 7px;
}

.right-image, img.alignright {
  float: right;
  padding-left: 7px;
  padding-bottom: 7px;
}

ul.subpages li a {
  font-size: 13px;
}

.form {height:21px; margin-top:2px;}
.form input {width:180px; height:18px; padding-left:5px}
textarea {width:190px; height:96px; padding-left:5px; overflow:auto; margin-top:2px}

table#sermons th {
  color: #FFF;
  background-color: #444;
  padding: 6px;
}

table#sermons td {
  background-color: #222;
  padding: 6px;
  border-bottom: 2px solid #444;
  color: #fff;
}

#announcements {
  font-size: 13px;
  font-weight: bold;
}
#announcements small {
  font-weight: normal;
  font-size: 10px;
}
#sidebar h2 small {
  font-size: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: 0;
}

/* Sidebar Events
--------------------------------------------------------------------------------------- */
.gce-page-list .gce-list .gce-list-event {
	background-color: transparent !important;
}

.gce-list > li {
	padding-left: 0 !important;
	list-style: none !important;
	background-image: none !important;
	margin-bottom: 10px;
}

/* IE Fixes */

