/*   
Theme Name: DCCC
Theme URI: http://www.dovecommunity.org
Description: Website for Dove Community Cell Church
Author: Rebecca Suzanne
Author URI: http://www.spasticgoat.com
Version: 1.0
Tags: White, Turquoise, Orange, Religious, Two Column
*/

/* Reset default browser styles */
@import url('reset.css');

/* Rebuild default browser styles */
@import url('rebuild.css');

/* Basic WordPress Styles */
@import url('wp.css');

html, body {
		height: 100%;
		text-align: center;
		margin: 0;
		padding: 0; }
a {
	text-decoration: underline;
	color: #ffa200;
	font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold; }
a:selected {
	text-decoration: underline;
	color: #000000;
	font-weight: bold; }
a:visited {
	text-decoration: underline;
	color: #ffa200;
	font-weight: bold; }
strong {
	font-weight: bold; }
address {
	font-style: italic; }
ul {
	line-height: 25px; }
div#wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -60px auto;
   text-align: center; }
div#nudge{
   height: 60px;
   clear: both; }
  
#secondary-content li {
	list-style: none; }
		
/* MAIN NAVIGATION
----------------------------------------------------------- */
#navigation {
	width: 100%;
	background-color: #35b9ce;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 30px;
	z-index: 1000; }
ul.main-navigation {
	list-style-type: none;
	padding-top: 3px;
	margin: 0 auto;
	width: 600px; }
ul.main-navigation li { 
	white-space: nowrap; 
	display: block; 
	line-height: 0; 
	text-transform: uppercase;
	float: left; }
ul.main-navigation li a {
	white-space: nowrap;
	padding: 8px 35px 6px 35px;
	font: 17px Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none; }
ul.main-navigation li a:hover {
	white-space: nowrap;
	padding: 8px 35px 6px 35px;
	font-weight: normal;
	font: 17px Verdana, Geneva, sans-serif;
	color: #ffffff;
	background-color: #048ca2;
	text-decoration: none;}
ul.main-navigation li a:visited {
	white-space: nowrap;
	padding: 8px 35px 6px 35px;
	font-weight: normal;
	font: 17px Verdana, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;}

/* BRANDING
----------------------------------------------------------- */
h1#title, p.blog-description {
	height: 0;
	text-indent: -9999px; }
div#header {
	width: 880px;
	height: 368px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(images/header.jpg) no-repeat center; }
	
/* MAIN CONTENT
----------------------------------------------------------- */
#content {
	position: relative;
	width: 880px;
	text-align: left;
	margin: 0 auto; }
#primary-content {
	float: left;
	width: 538px;
	padding-top: 15px;
	text-align: justify; }
#primary-content h1 {
	font: 26px Verdana, Geneva, sans-serif;
	color: #35b9ce; }
#primary-content h2 {
	font: 14px Verdana, Geneva, sans-serif;
	color: #ffa200;
	font-weight: bold;
	margin-top: 8px; }
#primary-content h3 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #ffa200;
	font-weight: bold;
	margin-top: 8px;}
#primary-content h4 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-top: 8px;}
#primary-content h5 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #ffa200;
	font-weight: normal;
	margin-top: 8px;}
#primary-content h6 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
	margin-top: 8px;}
#primary-content ul li {
	list-style-type: disc; }

/* SUB CONTENT
----------------------------------------------------------- */
#secondary-content {
	float: right;
	width: 312px; }
#secondary-content h2 {
	width: 292px;
	padding: 3px 10px 3px 10px;
	background-color: #35b9ce;
	font: 13px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 25px 0 10px 0; }
#secondary-content ul {
	list-style-type: none;
	width: 280px; }
#secondary-content ul li {
	list-style-type: none;
	width: 280px; }
ul.sidebar_list {
	list-style-type: none;
	width: 280px; }
#secondary-content ul li a {
	text-decoration: underline;
	color: #ffa200;
	font-weight: bold; }
#secondary-content ul li a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold; }
#secondary-content ul li a:selected {
	text-decoration: underline;
	color: #000000;
	font-weight: bold; }
	
/* SITE INFO
----------------------------------------------------------- */
div#footer {
   height: 60px;
   clear: both;
   position: relative;
   width: 100%;
   background-color: #ebebeb;
   text-align: center; }
ul.sub-navigation {
	list-style-type: none;
	height: 15px;
	padding-top: 10px; }
ul.sub-navigation li {
	display: inline;
	white-spage: nowrap;
	font: 10px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 0 5px 0 5px; }
ul.sub-navigation li a {
	font-weight: normal;
	color: #999999;
	text-decoration: none; }
.sub-navigation li a:selected { color: #000000; font-weight: normal; }
.sub-navigation li a:hover { color: #000000; text-decoration: underline; font-weight: normal; }
p.copyright { font: 10px Verdana, Geneva, sans-serif; color: #999999; line-height: 0; margin: 0; padding: 0; }
