/*  
Theme Name: WolStettler
Theme URI: http://www.wordoflifestettler.ca
Description: 2009 Word of Life Stettler
Version: 1.0a
Author: Jason Neal
Author URI: j-neal.com
*/

/* 

Go ahead and change the info above once you've added your own styling

 */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none; }
caption, th {  }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* 

Put your styles below...

 */
body {
	background-attachment: fixed;
	background-color: #004057;
	background-image: url(images/back-tile.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

a {
	color: #205872;
	letter-spacing: 3px;
	}
a:hover {
	color: #3399CC;
	}
#sidebar {
	position: relative;
	float: left;
	width: 170px;
	height: auto;
	background-image: url(images/sidenav_back.jpg);
	background-position: left;
	background-repeat: repeat-y;
	margin-left: 40px;
	margin-right: 20px;
	padding: 10px 10px 20px 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#container {
	position: relative;
	width: 915px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
#headNav {
	float: right;
	margin: 5px 10px 0 0;
	font-size: 10px;
	}
#mastHead {
	width: 915px;
	height: 141px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	}

#nav {
	width: 915px;
	height: 27px;
	background-image:url(images/nav_back.jpg);
	background-repeat: no-repeat;
	
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#navPad {
		margin-left: 25px;
		padding-top: 6px;
		}
		#nav li.page_item{
			display: inline;
			float: left;
			margin-right: 20px;
			}
		#navPad li.page_item a {
			letter-spacing: 1px;
			}
#sitetop {
	width: 915px;
	height: 29px;
	background-image:url(images/ctn_top.jpg);
	background-repeat: no-repeat;
	}
#contentWrap {
	float: left;
	width: 915px;
	min-height: 250px;
	background-image: url(images/cnt_backtile.png);
	background-repeat: repeat-y;
	}
#content-area {
	position: relative;
	float: left;
	width: 915px;
	height: auto;
	}
#sidebar {
	position: relative;
	float: left;
	width: 165px;
	height: auto;
	margin: 0 0 0 50px;
	padding: 0;
	background-image: url(images/sidenav_backtile.png);
	background-repeat: repeat-y;
	}
	#sidebar ul { padding: 0; margin: 0;}
	#sidebar li{
		margin: 0 0 10px 0;
		}
.content-area {
	text-align: inherit;
	position: relative;
	width: 630px;
	height: auto;
	float: right;
	margin: 0 60px 0 0;
	padding: 0;
	}
#content-page{
	margin: 0 0 0 0;
	width: 630px;
	text-align: left;
	}

#sitebtm {
	clear: both;
	width: 915px;
	height: 25px;
	background-image:url(images/ctn_bottom.png);
	background-repeat: no-repeat;
	}
#footer {
	clear: both;
	width: 915px;
	height: 75px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 11px;
	text-align: right;
	color: #d1d1d1;
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	}
	#address {
		position: relative;
		float: left;
		width: 200px;
		height: auto;
		margin: 10px 20px;
		text-align: left;
		}
	#copyright {
		position: relative;
		float: left;
		width: 250px;
		height: auto;
		margin: 10px 20px;
		text-align: left;
		}
	#footer a {
		color: #3399CC;
		}	
	#footer a:hover {
		color: #999999;
		}
