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


body {
	font-family: Verdana, Tahoma;
	font-size: 62.5%;
	line-height: 150%;
	color:#555555;
	background-color: #FFFFFF;	
	margin-top: 50px;
}

html {
	height: 101%;
}

a {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color:#CC6666;
	text-decoration: underline;
}

h1 {
	font-size: 2.4em;
	line-height: 1.6em;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	color: #FF6600;
	padding-top: 0px;
	margin:0;
	
	}
	
h2 {
	font-size: 1.6em;
	font-family: Verdana, Tahoma;
	color: #FF6600;
	padding-top: 10px;
	font-weight: normal;
	}

#container {
	width: 840px;
	margin:auto;
	height: auto;
		}
	
#side-nav {
	font-size: 1.1em;
	width: 150px;
	margin: 0;
	height: auto;
	float: left;
	display: inline;
	}
	
#side-nav ul {
	list-style: none;
	margin: 0;
	display: block;
	padding-top: 0;
	padding-left: 0;
}


#side-nav li {
	padding-bottom: 0.5em;
}

#side-nav a {
	color: #555555;
	text-decoration: none;
}

#side-nav a:hover {
	color:#CC6666;
	text-decoration: none;
}

#side-nav #current {
	color:#FF6600;
}

#side-nav #ul-months {
	font-size: 1.0em;
	padding-left: 7px;
	line-height: 110%;
}
	
#content {
	font-size: 1.2em;
	width: 640px;
	height:auto;
	background-color: #FFFFFF;
	float: right;
	padding-bottom: 65px;
	}

#content li {
	padding-bottom: 10px;
}


#blog-content {
	font-size: 1.2em;
	width: 640px;
	height:auto;
	background-color: #FFFFFF;
	float: right;
	padding-bottom: 65px;
}

#blog-content p {
	padding-bottom:20px;
}

#footer {
	background-image: url(footer-backer.gif);
	background-repeat: repeat-y;
	background-color: #FF6600;
	font-size: 1.0em;
	clear: both;
	padding-top: 15px;
	padding-left: 210px;
	padding-right: 180px;
	padding-bottom: 15px;
	text-decoration: none;
	height: 20px;
	}
	
#footer a {
	text-decoration: underline;
	color: #555555;
	
}

#footer a:hover {
	text-decoration: underline;
	color: #555555;
}
	
#footer-text-left {
	position: absolute;
	height: 20px;
	margin-left: 10px;
	width: 270px;
}

#footer-text-right {
	position: absolute;
	height: 20px;
	margin-left: 335px;
	text-align: right;
	width: 270px;
}
	
.title-p {
	margin:0;
	font-size: 0.9em;
}

#prev-next {
	padding-top: 15px;
}
