@charset "UTF-8";


html, body, #container {
	height: 100%;
}

body > #container {height: auto; min-height: 100%;}


#container {
	width: 980px;
	padding: 0;
	margin: 0 auto;
}


#header {
	height: 120px;
}

#header a, #header a:hover {
	display:block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

#nav {
	height: 40px;
}

#nav ul {
	padding: 8px 20px;
	margin: 0;
	list-style: none;
}

#nav ul li {
	padding: 0 0 0 25px;
	margin: 0;
	list-style: none;
	float: left;

}

#nav ul li a {

}


#content {
	padding-top: 40px;
	padding-bottom: 70px;   /* must be same height as the footer */
	/* background: url(../img/12_col.gif) repeat-y; */
}


#footer {
	width: 980px;
	position: relative;
	margin: 0 auto;
	margin-top: -30px; /* negative value of footer height */
	height: 20px;
	clear:both;
	text-align: center;
	padding-top: 8px;
}

#contentmain {
	
}


/* content wraps */

div.article {
	padding:10px;
}



/* blog styles */

.post {
	margin-bottom: 40px;
}

.posttitle {
	margin-bottom: 0;
}

.postmeta {
	margin: 0 0 30px 0;
	color: #666;
	font-size: 10px;
}

.postfooter {
	margin-top: 20px;
}

.postnav {
	margin-bottom: 20px;
	
}

