/*
Theme Name: Custom Theme for Cheryl Angela
Theme URI: http://wordpress.org/
Description: A custom theme for the site.
Version: 1.0
Author: Bayard Lewis
Author URI: 
Tags: 


*/


body {
	background: #B7C48C;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


H2.widget {
	color: #C88778;
}

TABLE.footer {
	margin: 0px 0px 0px 33px;
}

TABLE.master {
/*	margin: 16px 0px 0px 20px; */
	background: #FEFEFE;
}


TD.leftcol {
	width: 585px;
	padding: 10px 8px 5px 40px;
	border-right: 3px solid #DDDDDD;
}


TD.onecol {
	width: 900px;
	padding: 10px 10px 5px 20px;
}


TD.rightcol {
	width: 315px;
	padding: 5px 20px 10px 20px;
}

.nav-area {
	background: #3D6600;
	color: white;
	padding:5px 0px 5px 20px;
}



H1 {
	color: #663300;
	font-size: 1.35em;
}


.bordered {
	border: 1px solid black;
}


A.heading:link, A.heading:visited {
	color: #C88778;
	text-decoration: none;
}

A.heading:hover {
	text-decoration: underline;
}

A.nav:link, A.nav:visited {
	color: white;
	text-decoration: none;
}

A.nav:hover {
	text-decoration: underline;
}



ul.nav, ul.footer {
	list-style-type: none;
	display: inline;
}

ul.nav li {
	padding-left: 12px;
	padding-right: 12px;
	border-right: 2px solid #FFCC33;
	display: block;
	float: left; 

}

ul.footer li {
	padding-right: 30px;
	border-right: 2px solid #555940;
	padding-left: 20px;
	display: block;
	float: left; 
}


A.footer:link, A.footer:visited {
	color: black;
	text-decoration: none;
}

A.footer:hover {
	text-decoration: underline;
}


li.nav-last {
	border-right: none; 

}

.alignleft {
	float: left;
}


.post-meta-spacers {
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	padding: 5px;
}

.footer-link {
	border-right: 2px solid #555940;
	text-align: center;
}

.footer-text {
	text-align: center;
}

.rightcol-paragraph {
	padding-left: 20px;
}

.post-title {
	margin-bottom: 0;
	color: #C88778;
}

.sidebar-box {
	border-bottom: 1px solid #DDDDDD;
}

.top-text {
	font-size: 1.3em;
	color: #555940;
}


a.email:link {
	color: #555940;
}

