/*
Theme Name: Coyote Moon
Theme URI: http://guitarchasers.biz/
Description: This is a dark yet easy to read Wordpress theme with a fluid width, laid out in 2 columns with the menu on the right. Black with text colors of copper and copper oxide. Widget enabled, text-zoom friendly, low resource usage. Free to use and redistribute in modified or original form, the only requirement being the following statement is included in the stylesheet and readme file. 'The original Coyote Moon theme was created by Theme Burrito at guitarchasers.biz in May 2007. Released under the Creative Commons Licensing Agreement by-nc-sa'
Author: Theme Burrito
Author URI: http://guitarchasers.biz/


/*-----------Block Level Elements--------------*/

body {
	background: 		#000 url("images/background.jpg") no-repeat fixed 50% 0;
	font-family:		"Arial", "Helvetica", "Sans serif";
	color:			#eff;
}

a {
	color:			#da7;
	text-decoration:	none;
}

a:visited:hover {
	color: 		#ffc;
	text-decoration: 	none;
}

a:visited {
	color:			#da7;
	text-decoration:	none;
}

a:hover {
	color:			#ffc;
	text-decoration:	none;
}

#page {
	max-width:		970px;
	min-width:		560px;
	margin:		0 auto;
}

#header {
	background:		transparent url("images/dirty_motherfucking_blog.png") no-repeat center bottom;
/*	border:		#666 solid 4px; */
	width:			100%;
	height:		200px;
	text-align:		center;
}

#headerimg {
}

.description {
	font-size:		16px;
}

#wrapper {
	width:			100%;
}

#content {
	border-right:		2px solid #666;
	float:			left;
	width:			72%;
}

#sidebar {
	margin-left:		71%;
	margin-top:		1px;
}

#navbar {
	display:		none;
	height:		26px;
	margin:		6px 0 2px 0;
	width:			100%;
}

#footer {
	width:			100%;
	margin-top:		4px;
	font-size:		12px;
	text-align:		center;
	clear:			both;
}

/*-------------Headings-------------*/

h1 {
}

h2 {
	font-family:		"Arial", "Helvetica", "Sans serif";
	background:		transparent;
	border:		#666 solid 2px;
	font-size:		18px;
	padding:		2px 10px 2px 12px;
}

h2 a:hover, h2 a:visited, h2 a {
	font-family:		"Arial", "Helvetica", "Sans serif";
	background:		transparent;
	font-size:		18px;
	padding:		2px 10px 2px 12px;
}

h3 {
}

h4 {
}

h5 {
}

/*-------------The Post-------------*/


.post h2 {
	background:		transparent;
	border:		#666 solid 2px;
	font-family:		"Arial", "Helvetica", "Sans serif";
	font-size:		18px;
	margin:		0px 0px 14px 0px;
	padding:		2px 10px 2px 12px;
}

.post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-family:		"Arial", "Helvetica", "Sans serif";
	background:		transparent;
	font-size:		18px;
	padding:		2px 10px 2px 12px;
}

.post {
	font-size:		14px;
	padding-right:	16px;
}

.post p {
	font-size:		14px;
	padding-right:	10px;
}

.post a {
	font-size:		14px;
}

.post ul {
	font-size:		14px;
	padding-right:	10px;
}

.post li {
	font-size:		14px;
	padding-right:	10px;
}

.entry {
	font-size:		14px;
	padding-left:		24px;
	padding-right:	10px;
}

.entrytext .postmetadata {
	border:		#666 solid 2px;
	font-size:		14px;
	padding:		4px 4px 4px 4px;
	width:			80%;
}

.postmetadata alt {
	font-size:		14px;
}

.postmetadata a {
	font-size:		14px;
}

.postmetadata strong {
	padding-left:		5px;
	padding-right:	5px;
}

.navigation {
	padding-right:	10px;
	padding-bottom:	5px;
	font-size:		14px;
}

.alignleft {
	font-size:		14px;
	text-align:		left;
	float:			left;
}

.alignright {
	font-size:		14px;
	text-align:		right;
}

.center {
	font-size:		14px;
	text-align:		center;
}

.pagetitle {
	width:			90%;
	font-size:		14px;
}

blockquote {
	border-left:		5px solid #000;
	margin-left:		1.5em;
	padding-left:		5px;
}

cite {
	font-size:		14px;
}

a img {
	border:		none;
}

acronym, abbr {
	font-size:		14px;
}

/*--------------Sidebar------------*/

#sidebar ul {
	font-size:		14px;
	padding-bottom:	2px;
	list-style:		none;
}

#sidebar ul h2 {
	font-size:		16px;
	list-style:		none;
}

#sidebar ul li {
	margin-left:		-14px;
	padding-bottom:	2px;
	list-style:		none;
}

#sidebar ul ul {
	padding-bottom:	2px;
	padding-left:		29px;
	list-style:		none;
}

#sidebar ul ul li {
	padding-bottom:	2px;
	list-style:		none;
}

#sidebar ul ul ul {
	padding-bottom:	2px;
	list-style:		none;
}

#sidebar p {
	padding-bottom:	2px;
	list-style:		none;
}

#sidebar a {
	padding-bottom:	2px;
	list-style:		none;
}

#sidebar a:hover {
	padding-bottom:	2px;
	list-style:		none;
}

#sidebar a:visited {
	padding-bottom:	2px;
	list-style:		none;
}

.textwidget {
	margin-left:		24px;
}

#themeswitcher select {
	width:			93%;
}

#tag_cloud {
	text-align:		justify;
}

#rsslogo {
	margin-left:		14px;
}


/*--------------Comments--------------*/

ol.commentlist {
}

ol.commentlist li {
}

ol.commentlist li.alt {
}

ol.commentlist a {
}

small.commentmetadata {
}

#commentform input {
	background:		#eff;
}

#commentform textarea {
	background:		#eff;
	width:			80%;
}

/*--------------Search Form-------------*/

#searchform {
}

#searchform input {
	background-color:	transparent;
	border:		2px solid #666666;
	color:			#DDAA77;
	font-weight:		normal;
	text-align:		center;
}

#searchform #s {
	background:		#000 url("images/cont_bgd.gif");
	border:		2px solid #666666;
	color:			#FFFFFF;
	padding:		2px 6px 2px 10px;
	text-align:		left;
	width:			65%;
}

#searchretrap {
	float:			left;
	width:			68%;
}

/*-------------Calendar-----------------*/

#wp-calendar {
}

#wp-calendar th {

}

#wp-calendar a {
}

#prev a, #next a {
}

#wp-calendar caption {
}

/*-------------Images------------------*/

/*-------------Other------------------*/

hr {
	display:		none;
}

/* begin menu */

div.menu {
	margin:		0em;
}

div.menu ul {
	line-height:		1.28em;
	margin:		0em;
	padding:		0em;
}

div.menu li {
	float:			left;
	font-family:		Vrinda, Verdana, Tahoma, Sans-Serif, Serif, "Courier New", Arial;
	height:		1.28em;
	list-style-type:	none;
	padding-bottom:	3px;
	padding-right:	3px;
	text-align:		center;
	width:			4.28em;
}

div.menu li a {
	display:		block;
	overflow:		hidden;
	text-decoration:	none;
}

div.menu li a:link {
	background-color:	transparent;
	border:		2px solid #666;
	color:			#da7;
	font-weight:		normal;
	text-align:		center;
}

div.menu li a:visited {
	background-color:	transparent;
	border:		2px solid #666;
	color:			#da7;
	font-weight:		normal;
	text-align:		center;
}

div.menu li a:hover {
	background-color:	transparent;
	border:		2px solid #da7;
	color:			#ffc;
	font-weight:		normal;
	text-align:		center;
} /* end menu */
