/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:	John Stephens
	Author Site	:	http://designop.us/
	Style Name	:	Autumn Oats
	Style URI	:	http://designop.us/
	Version		:	beta
	Comments	:
*/

body {
	background: #957A0E;
	}
	
a {
	color: crimson;	
	text-decoration:none;
}
a:visited {
	color: #950E29;
}
a:hover {
	color:black;
	text-decoration:underline overline;
}

blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	background: url(img/blockquote.png) no-repeat left top;
	font-style:italic;
}
h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#page {
	/* The entire design is contained within the 'page' id */	
	color:#29303B;
	background:#fff url(img/rap.png) center repeat-y;
	width:760px;
	padding:0px;
	border: 0;
	text-align:left;
	}
	
#header {
	/* Contains the H1 and menu */
	background: crimson url(img/top.png) no-repeat bottom;
	color: black;
 	height: 183px;
	margin: 0 auto;
	width:760px;
	}
#header h1 {
	color: black;
	font-size: 27px;
	font-family: Georgia, serif;
	text-align: right;
	float: right;
	width: 350px;
	padding: 4px 12px;
}
#header h1 a  {
	color:black;
	text-decoration:none;
}
#header h1 a:hover {
	color:crimson;
}
#header p {
	font-size: 1.3em;
	float: right;
	clear: both;
	width: 300px;
	margin: 0;
	padding: 12px;
	background-color:black;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}

.menu {
	background: crimson;
	width: 760px;
	padding: 0;
	}
	
.menu li {
	font-weight:bold;
	background-image: url(img/head_bullet.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	background-position:0.2em;
	padding-left: 1.2em;
	}
.menu li a:link, .menu li a:visited {
	color: black;	
}
.menu li a:hover, .menu li a:active {
	color: white;
	background: black;
}
	
.content {
	margin:0 auto;
	padding:0;
	background:url(img/content-bg.png) repeat;
	width:740px;
}
	
.primary {
	/* Contains the main column */
	
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

ul.adr {
	margin-left: 0;
	padding-left: 0;
}
ul.adr li {
	list-style-type: none;
}
.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	width:175px;
	float:right;
	padding:0px 8px 10px 8px;
	margin:0;
	font-size:1em;
	color:#333;
	display:inline;
	}
.secondary h2 {
	display: block;
	margin: 10px 0 0 0;
	padding: 0.1em;
	font-size: 1em;
	color:black;
	text-align:center;
	background: gold url(img/sidenav_top.png) no-repeat center;
	height:22px;
	border-top:#DB5014 1px solid;
	border-right:#DB5014 1px solid;
	border-left:#DB5014 1px solid;
	font-weight:bold;
}
.secondary p {
	list-style-type: none;
	padding: 0 5px 3em 5px;
	margin: 0;
	font-size: 0.9em;
	color: black;
	background:gold url(img/sidenav_bottom.png) no-repeat bottom;
	border:#DB5014 1px solid;
	border-top:gold 1px solid;
}

.secondary ul {
	list-style-type: none;
	padding: 0 5px 3em 5px;
	margin: 0;
	color: black;
	background:gold url(img/sidenav_bottom.png) no-repeat bottom;
	border:#DB5014 1px solid;
	border-top:gold 1px solid;
}

.secondary ul li {
	margin: 0.1em 0 0 0;
	padding: 0;	
}
.secondary ul li a {
	text-decoration: none;
	border:none;
}
.secondary ul li a:link {
	color: crimson;	
}
.secondary ul li a:visited {
	color: #950E29;	
}
.secondary ul li a:hover, #sidebar ul li a:active {
	color: black;
	text-decoration: underline overline;
}
.secondary ul ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 1em;	
	background:none;
	border:none;
}
.secondary ul ul li 
{
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:10px;
	background:url(img/subcat_bullet.gif) no-repeat left;
}


#footer {
	margin:0 auto;
	padding: 7px 0;
	border-top:#BBC4A3 1px solid;
	clear: both;
	color: #DB5014;
	text-align:center;
	width:740px;
}

#footer a {
border:none;
color:#7A7636;
}


