/*  
Theme Name: Geocacher
Theme URI: Chicagogeocacher.com
Description: Chicago Geocacher Theme
Version: 1.0
Author: Scott Berks
Author URI: http://www.chicagogeocacher.com

*/

body{
	
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	background: #CFD4CE url(http://www.chicagogeocacher.com/blogimages/fauxback.jpg) repeat-y 50% 0;
	color: #000000;
	margin-top: 0px;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	height:100%;
	background-color:#FFF;
}

#header{
	float: left;
	width: 900px;
}

#box{
	float: left;
	width: 540px;
	background-color:#FFF;
	padding: 5px 20px 20px 10px;
	height:100%;
}

#sidebar{
	float: right;
	width: 300px;
	height: 100%;
	background: #eeeeee
	margin: 0 0 0 10px;
	padding: 5px 0px 0px 20px;
	height:100%;

}

#post{
	width:100%;
	float:left;
	margin-right: -1px;
	height:100%;
	background-color:#FFF;
}

#footer{
	clear: both;
	float: left;
	width: 900px;
	height: 75px;
	background: url(images/footer.png);
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


