@charset "utf-8";
/* CSS Document */
/*
Theme Name: SDCAPP Custom Theme
Theme URI: http://wordpress.org/
Description: SDCAPP Custom Theme
Version: 1.01
Author: webcloudstudios & Laurie Sterling Jensen
Author URI: http://webcloudstudios.com/ & www.ethicodewebdesign.com
*/
/* For Layout */
body {
}
#wrapper {
margin: 0 auto; 
width: 780px;
text-align: left;
}
#header {
height: 200px;
}
#navcontainer {
}
#content_left {
width: 190px;
float: left;
padding: 10px 14px 10px 14px;
}   
#content_right{
width: 504px;
float: left;
padding: 10px 20px 10px 24px;
}
#footer {
clear: both;
height: 60px;
}
/* For Looks*/
body {
background: #FFF;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #000;
font-size: .8em;
line-height: 1.5em;
}
#wrapper {
background: #FFF url(content_bg.jpg) repeat-y;
border: 1px solid #000;
}
#header {
background: #000 url(blog_header.jpg);
}
#navcontainer {
background-color: #6B7E93;
}
#content_left {
}
#content_right {
}

#content_right a{
	color:#000000;
}
#footer {
text-align: center;
background-color: #000;
}
#sub_foot {
text-align:center;
font-size: .7em;
}
#footer p {
padding:10px;
}
h1, h2, h3, h4 {
color: #000;
font-family: Georgia, serif;
}
h1 {
line-height: 1.5em;
border-bottom: 1px solid #000;
font-size: 1.5em; 
padding-top: 2px;
padding-bottom: 8px;
clear:both;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1em;
}
ul {
line-height: 1.8em;
}
.pdf {
list-style-image: url(../images/pdficon_small.gif);
line-height: 2.5em;
}
.left {
float: left;
}
.right {
float: right;
}
.left_img {
float: left;
padding: 10px 20px 10px 10px;
}
.right_img {
float: right;
padding: 10px 10px 10px 20px;
}
#content_left .img_link img {
	text-decoration: none;
	border: none;
}
/* For Main Navigation */
#navlist {
padding: 0;
margin: 0;
list-style: none;
font-size: 1.5em;
color: #FFF;
text-align: center;
vertical-align: bottom;
}
#navlist li {
display: inline; 
line-height: 50px;
margin: 0 18px;
}
#navlist li a, #navlist li a:visited {
color: #FFF; 
text-decoration: underline;
}
#navlist li a:hover, #navlist li a:active {
color: #000;
text-decoration: underline;
}
#navlist li a#current {
color: #000;
}

/*For Bottom Navigation*/
#bottom_navlist {
padding: 0;
margin: 0;
list-style: none;
font-size: .9em;
color: #FFF;
text-align: center;
vertical-align: bottom;
}
#bottom_navlist li {
display: inline; 
line-height: 50px;
margin: 0 24px;
}
#bottom_navlist li a, #bottom_navlist li a:visited {
color: #FFF; 
text-decoration: underline;
}
#bottom_navlist li a:hover, #bottom_navlist li a:active {
color: #BCC0C8;   
text-decoration: underline;
}
#bottom_navlist li a#bottom_current {
color: #BCC0C8;
}

h1 a{
 color: #000;
 text-decoration:none;
}

#content_left a{
	color:#333333;
}

#content_left ul{
	margin:0;
	padding:1px 4px 5px 12px;
}

#content_left ul li{
	margin:0;
	padding:0;
}


.navigation{
	width:450px;
	clear:both;
}

.alignleft{
	padding:8px 0px 8px 0px;
	width:220px;
	float:left;
}

.alignright{
	padding:8px 0px 8px 0px;
	width:220px;
	float:right;
	text-align:right;
}