/*
Theme Name: Monkey C
Description: A custom theme made special for coloradomonkeys.com.
Version: 1.0 beta
Author: Andrew Jepkes
Author URI: http://www.andyjepkes.com

----
*/
body {
	background-color:#000;
	color:#fff;
	font:14px/1.4 "Lucida Grande", Calibri, Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	width:100%;	
}
.site-description{font-size:1em;font-family:Tahoma, Geneva, sans-serif;color:#6CF;text-decoration:none;text-transform:uppercase;margin-top:-25px;}
h1.site-name a{font-size:1em;font-family:Tahoma, Geneva, sans-serif;color:#9C3;text-decoration:none;text-transform:uppercase;}
h1.site-name a:hover {color:#B9D1B8;}
ul li{list-style-type:none;margin-left:-20px;}
ul li a{text-decoration:none;color:#C1EC68;}
ul li a:hover{text-decoration:none;color:#FF0;}

#wrapper {
	width:1100px;
	margin: -20px auto 0 auto;
	background: url(images/bg.jpg) no-repeat;
}
#header {
	margin-right:40px;
	text-align:right;
}
#RightSidebar {
	margin-top:190px;
	margin-right:25px;
	float:right;
	width:200px;
	list-style-type: none;
}
#sidebar {
	margin-top:200px;
	padding-left:25px;
	float:left;
	width:200px;
	list-style-type: none;
}
#sidebar h2{
	color:#C2C6BB;
	margin-bottom:-15px;
}
#content {
	margin: 200px 0 0 240px;
	padding:0;
	width:600px;
	color:#CCC;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#content small {
	font-size:.7em;
}
#content h2 {font-family: Tahoma, Geneva, sans-serif;}
#content p {margin-left:15px;}
#content a{	text-decoration:none;color:#C1EC68;}
#content a:hover {color:#FF0;}
#footer {
	color:#666;
	width:500px;
	padding: 80px 0;
	margin: 150px 0 50px 375px;
}
#footer a {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	color:fff;
}

/* Comments */
#commentform {
}
ol.commentlist {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
ol.commentlist .comment-body {
	margin:1em 0;
}
ol.commentlist .avatar  {
	float:right;
	margin:0 0 1em 1em;
}

.alignleft {float:left;margin-right:1em;margin-bottom:1em;}
.alignright {float:right;margin-left:1em;margin-bottom:1em;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height:17px;padding: 0 4px 5px;margin: 0;color:#666;}
