/*
Theme Name: SP Williams
Theme URI: http://spwilliams.ca/
Description: Wordpress theme for SP Williams.
Version: 2.0
Author: Wade Ouellet
Author URI: http://treethink.com/
Tags: white, fixed width, clean, side navigation
*/

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}

body {
line-height: 1;
}

/* end of Eric Meyer's Reset CSS */

body{
	color: #000;
	background: #fff;
        font-family:times, serif;
        font-size:12px;
        word-spacing:1px;
        line-height:1.5; 
}

a{
	color: #666;
	background: inherit;
	text-decoration: none;
}

a:hover{
	color: #333;
	background: inherit;
}

h1{
	width: 309px;
	height: 34px;
	background: url(images/logo.png);
	text-indent: -2000em;
}

h1 a{
	width: 100%;
	height: 100%;
	display: block;
}

h2{
	font-size: 1.5em;
	display: none;
}

h3{
	font-weight: bold;
}

ul, p, h2, h3{
	padding: 0 0 15px 0;
}

#wrapper{
	width: 950px;
	margin: auto;
}

#header{
	width: 950px;
	height: 34px;
	margin: 80px 0 30px 0;
}

.nav li{
	list-style: none;
}

.nav a{
	color: #000;
	background: inherit;
}

.nav a:hover{
	color: #666;
	background: inherit;
        text-decoration:underline;
}
.nav ul{
        margin-left:10px;
        margin-bottom:0;
        padding-bottom:0;
}
.nav ul li a{
	color: #333;
}
#header-nav{
	width: 125px;
	float: left;
}

#content{
	width: 825px;
	margin: 0 0 0 125px;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

#footer{
	width: 950px;
	padding: 15px 0;
	font-size: 8px
}

#copyright{
	width: 475px;
	float: left;
        color:#CCC;
}

#footer-nav{
	width: 475px;
	margin: 0 0 0 475px;
	text-align: right;
}

#footer-nav li{
	display: inline;
	padding: 0 0 0 30px;
}