/*  
Theme Name: Dow Images
Theme URI: http://www.dowimages.net
Description: Custom theme for the Dow Images site.
Version: 1.0
Author: Christopher R. Dow
Author URI: http://www.libertytechsvc.net/

*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	background: #000000;
	color: #ffffff;
}

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 26px;
	text-decoration: underline;
}

h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 20px;
	text-decoration: underline;
}

h3{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

a:link, a:visited{
	text-decoration: none;
	color: #bffcff;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#logo{
	float: left;
}

#pageName{
	text-align: center;
	float:right;
	width: 600px;
	padding-top: 40px;
	height: 110px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

.sidebar{
	float: left;
	width: 210px;
	text-align: left;
	font-size: 18px;
}

/* This is for general styling of the page list */
.sidebar ul{
	list-style: none;
}

/* This styles the SECOND level of pages (child pages) */
.sidebar li li{
	text-indent: -20px;
}

#container{
	float: left;
	width: 590px;
	text-align: left;
}

#footer{
	font-size: 12px;
	padding-top: 25px;
	float: left;
	width: 800px;
	text-align: center;
}