/*
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:Helvetica, Arial, sans-serif;
        font-size:12pt;
        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;
        font-family: Helvetica, arial, sans-serif;
        font-size:2.2em;
        font-weight:normal;
        text-transform:lowercase;

}

h1 a{
	width: 100%;
	height: 100%;
	display: block;
        color:black;
}

h2{
	font-size: 1.5em;
}
h2 a{
 	color: #000;
}
h2 a:hover{
 	color: #000;
}
h2.widgettitle {
        font-family:times, serif;
        font-size:12pt;
        font-weight:normal;
        margin:10px 0 -15px 0;
}
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;
}
.page-item-10 a {
	color: red;
        font-size: 13pt;
        font-weight:bold;
}
.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: 165px;
        float:left;
}

#content{
	width: 765px;
	float:right;
}
.post {
       margin:0 0;
}
.alignleft{
	float: left;
}

.alignright{
	float: right;
}

#footer{
	width: 950px;
	padding: 15px 0;
	font-size: 8pt;
        clear:both;
}

#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;
}
