/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0D0D0D /*url(images/img1.gif) repeat-y center top*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCCCC;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	border: none;
	color: #FF941D;
}


/* Posts */

.post {
	margin-bottom: 9px;
	padding: 8px 20px 8px 20px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: #181818;
}

.post strong {
	color: #FFCCFF;
}
/* Header */

#header {
	width: 960px;
	height: 216px;
	margin: 12px auto;
	background: url(images/goatfellsnow.jpg);
}

#header h1 {
	margin: 0;
	padding: 10px 0 0 40px;
	font-size: 32px;
}

#header h2 {
	margin: 0;
	padding: 20px 0 0 460px;
	font-size: 24px;
	color: #5252FF;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

#header a:hover {
	color: #FF941D;
}

/* Menu */

ul#list-nav {
	margin:0;
	padding-top: 85px;
	list-style:none;
	width:920px;
}

ul#list-nav li {
	display:inline;
}

ul#list-nav li#current-page {
	background:#a2b3a1;
}

ul#list-nav li a {
	text-decoration:none;
	padding:5px 10px 5px 0;
	margin-right: 10px;
	width:100px;
	background:#c0c0c0;
	color:#404040;
	float:left;
	border-top-left-radius: 15px 30px;
	border-top-right-radius: 15px 30px;
	-moz-border-radius-topleft: 15px 30px;
	-moz-border-radius-topright: 15px 30px;
}

ul#list-nav li a {
	text-align:center;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

ul#list-nav li a:hover {
	background:#a2b3a1;
	color:#000
}

/* Content */

#content {
	width: 960px;
	margin: 0px auto;
	padding: 12px;
}

#colOne {
	margin-left: 12px;
	float: left;
	width: 936px;
}

#colOne p {
	margin-bottom: 24px;
}

/* Counter */

#counter {
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0 0 24px 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #888888;
}

.imageright {
    float: right;
	margin: 0 0 0 12px;
}

.imageleft {
    float: left;
	margin: 0 12px 0 0;
}

.imagecenter {
	display: block;
    margin: 0 auto 0 auto;
}

#imagepad64 {
    padding-top: 64px;
}

.clearall {
    clear: both;
}

.centeredtext {
    text-align: center;
}
