/*

Theme Name: norconk_theme
Description: This is an adaptation of the Coyote Moon theme as described below.

Theme URI: http://guitarchasers.biz/
Original 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/


Theme Edited by:  Matthew Norconk
Description of Changes:  Changed default text color.  Changed masthead picture.  Changed sidebar width.
Note:  masthead can be much wider than the current aspect ratio - the theme simply crops the ends evenly.  This works nicely to make it appear scalable.

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



Body {
	background: #333 url("images/cont_bg.jpg") repeat fixed;
	font-family: "Arial", "Helvetica", "Sans serif";
	color: #ffe;
}

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

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

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

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

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

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

#headerimg {

}

.description {
        font-size: 16px;
}

#wrapper {
	width: 100%;
}

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

#sidebar {
	width: 20%;
	margin-left: 79%;
	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 {
	font-size: 14px;
}

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

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

.entry {
	margin-right: 5%;
	margin-left: 5%;
	padding-right: 10px;
	font-size: 14px;
}

.postmetadata {
	border: #666 solid 2px;
	padding: 4px 4px 4px 4px;
	font-size: 14px;
	margin-left: 5%;
	margin-right: 5%;
}

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

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

small { 
        font-size: 14px;  /*nullifies the small tags in wordpress output*/
}

.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;
}

.captioned-photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  padding: 10px;
  background-color: #000;
  max-width: 95%;
}

.captioned-photo img {
  width: 480px;
  max-width=100%;
}

.photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-style: outset;
  border-color: #333;
  border-width: 5px;
  background-color: #000;
}

.photo img {
  width: 100%;
}

.photo div {  
  padding: 10px;
  width: 100%;
}

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: #ffe;
}

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

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

#searchform {
	margin-left: 18px;
}

#searchform input {
}

#searchform #s {
	background: #fff;
	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: #f00;
	font-weight: normal;
	text-align: center;
	border: 2px solid #666;
}

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

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

/* end menu */
