/*
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: #333 url("images/cont_bg3.gif") repeat;
        font-family: "Arial", "Helvetica", "Sans serif";
        color: #eff;
}
a.h1top, a.h1top:visited, a.h1top:hover{
        color: #000;
        text-decoration: none;
        font-size: 12px;
}
a {
        color: #ff0000;
        text-decoration: none;
}

a:visited:hover {
        color: #fff;
        text-decoration: underline;
}

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

a:hover {
        color: #fff;
        text-decoration: underline;
}

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

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

#headerimg {

}

.description {
        font-size: 12px;
        color: #000;
}




#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 68%;
        margin-top: 2px;
        padding: 8px 0 8px 12px;
}

#sidebar {
	width: 29%;
	margin-left: 69%;
        margin-top: 1px;
        border-left: #000 solid 3px;
}

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

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

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

h1 {

}

h2 {
        font-family: "Arial", "Helvetica", "Sans serif";
        background: #000;
        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: #000;
        font-size: 18px;
        padding: 2px 10px 2px 12px;

}

h3 {

}

h4 {

}

h5 {

}

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


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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.postmetadata alt {
        padding-right: 10px;
        font-size: 14px;

}

.postmetadata a {
        padding-right: 10px;
        font-size: 14px;

}

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

}

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

}

.alignright {
        font-size: 14px;
        padding-right: 10px;
        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 {
        margin-left: 10px;
        font-size: 16px;
        list-style: none;

}

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

}

#sidebar ul ul {
        padding-bottom: 2px;
        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%;
}


/*--------------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 {
        margin-left: 18px;

}

#searchform input {

}

#searchform #s {
        background: #eff;
        border: #666 solid 4px;
        width: 93%;

}

#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 {
        margin: 0em;
        padding: 0em;
        line-height: 1.28em;

}

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

}

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

}

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

}

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

}

div.menu li a:hover {
        background-color: #000;
        color: #ffc;
        font-weight: normal;
        text-align: center;
        border: 2px solid #ff0000;

} /* end menu */

