@charset "UTF-8";
/* CSS Document */

/* ----------------> Layout <-------------- */

*{
	margin:0;
	padding:0;
}

body{
	/*background:#008ae7 url(images/site_bg.jpg) top left repeat-x;*/
	background:#00d900 url(images/site_bg.jpg) top left repeat-x;
}

#wrapper{
	margin: 0 auto;
	width:857px;
}

#siteHeader{
	position:relative;
	width:857px;
	height:446px;
	z-index:10;
	background:url(images/whistler_for_aussies.png) top left no-repeat;
}

#siteContent{
	position:relative;
	margin-top:-60px;
	margin-left:25px;
	/*padding:60px 0 20px 0;*/
	width:725px;
	overflow:auto;
	z-index:1;
}

#sideNav{
	width:145px;
	padding:60px 0 0 0;
	float:left;
}


.navigation li{
	border-bottom:dashed #dcdcdc 1px;
	padding:2px 0 2px 0;
	display:block;
}

#content{
	width:510px;
	float:right;
	padding:60px 30px 30px 30px;
	/*background:#005792;*/
	background:#007200;
}

#footer{
	clear:both;
	text-align:center;
}




/* ----------------> typography <-------------- */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#dcdcdc;
	line-height:1.2em;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#999999;
	
}

h1{
	line-height:1.2em;
}

#siteHeader h1 span{
	visibility:hidden;
}

.navigation a:link{
	color:#dcdcdc;
	text-decoration:none;
	font-size:1.1em;
	display:block;
	padding:5px 5px 5px 5px;
}

.navigation a:visited{
	color:#dcdcdc;
	text-decoration:none;
	font-size:1.1em;
	display:block;
	padding:5px 5px 5px 5px;
}

.navigation a:hover{
	background:#005792;
}


#footer a{
	color:#dcdcdc;
}

p{
	padding:0 0 1em 0;
}

.highlight{
	color:#FF9900;
}

#content h1{
	padding:0 0 1em 0;
	font-weight:normal;
	font-size:1.8em;
}

#content h2{
	padding:0 0 0.5em 0;
	font-weight:normal;
	font-size:1.4em;
	color:#FF9900;
}

#content h3{
	padding:0 0 0.2em 0;
	font-weight:normal;
	font-size:1.2em;
	color:#FF9900;
}

.quote{
	padding:0 4em 1em 4em;
	font-style:italic;
}

.contentlist li{
	margin-left:2em;
	padding-bottom:1em;
}

.blogPost h1 a:link, .blogPost h1 a:visited{
	color:#FF9900;
}

#commentlist li{
	margin-left:3em;
}