/*  
Theme Name: Butch Martin Music
Theme URI: http://www.butchmartinmusic.com/
Description: Western style theme
Version: 1.0
Author: Adventures in Computing

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Tweak this CSS howsoever you will.
	
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
	
	CSS SECTIONS IN ORDER (use your program's bookmarking or find functions to quickly locate):
	Sidebar, Posts, Headings, Images, Forms, Comments, Content Area, Footer
*/

/* Sidebar */

#sidebar h2 {
	font-family: Georgia, serif;
	font-size: 1.2em;
	margin: 0px 0 3px 0;
	border-bottom: 2px solid #464B29;
	border-top: 2px solid #464B29;
	padding-left: 3px;
	padding-top: 3px;
	font-weight: bold;
	background-color: #9FBA6B;
	color: #464b29;
}


#sidebar {
	padding: 12px 0 10px 20px;
	/* margin-left: 545px; */
	float: left;
	margin: 0 0 0 0;
	width: 200px;
	font: 1.2em Verdana, Arial, Sans-Serif;
	color: #000000;
	}

.page_item {
	font-weight: bold;
	font-size: 120%;	
	}

.page_item a:hover {
	text-decoration: none;
	}

.page_item current_page_item {
	position: relative;
	left: 10px;
	color: #000000;
	}

#sidebar ul ul .page_item {
	font-size: 80%;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Posts */

.widecolumn .postmetadata {
	margin: 30px 0;
	font-size: 1em;
	}

.entry p a:visited {
	color: #666666;
	}

.entry p, .entrytext  {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	}

.post h2 {
	border-bottom:1px solid #535D21;
	font-size: 18px;
}

.widecolumn .entry p {
	font-size: 1.3em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

small {
	font-family: Georgia, serif;
	font-size: 0.9em;
	line-height: 2.5em;
	}

.narrowcolumn {
	float: right;
	padding: 185px 0 0 0;
	margin: -210px 5px 5px -200px;
	width: 680px;
	border: 4px solid #532717;
	position: relative;
	background-color: #FEF5CA;
    z-index: 0;
	min-height: 500px;
	height: auto;
}

#content_inside {
	position: relative;
	width: 560px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	
	min-height: 470px;
}

* html #content_inside {
	height: 470px;
}

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

.image a:hover {
	border-bottom: none;
}
	
* html .narrowcolumn {
	height: 500px;
}


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 5px;
	line-height: 1.5;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	}
	
/* Headings */

h1, h2, h3 {
	font-family: Georgia, serif;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

.description {
	font-size: 1.7em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #535D21;  
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #532717;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1 {

	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 0 0 0 0;
	color: #532717;
	}

h2.pagetitle {
	margin-top: 30px;
}

h3 {
	padding: 0;
	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	border: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Forms */
#searchform {
	margin: 0 auto 10px;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #c2c2c2;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* Comments */
.alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #cecece;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Georgia, serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Main Content Area */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, serif;
	background-color: #863418;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0; 
	}
	
#page {
	text-align: left;
	background-color: #863418;
	padding: 0;
	width: 750px;
	position: relative;
	}

#header {
	height: 214px;
	width: 750px;
	position: relative;
	background: #2F4F4F;
	z-index: 1;
	display: block;
	margin-left: 30px;
}
	
.header-container {
	position: relative;
	background: #000000;
	margin: 4px;
	z-index: 1;
	width: 711px;
	left: 5px;
}

#content {
	}


	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #532717;
	text-decoration: underline;
	}

a:hover {
		}
	
#headerimg {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	height: 193px;
	
}

#headerbottom {
	position: absolute;
	left: 0px;
	top: 215px;
	width: 750px;
	height: 21px;
	display: block;
	margin: 0 auto;
	text-align: right;
	margin-top: -22px;
}

#headerbottom img {
	position: relative;
	text-align: right;
	padding-right: 35px;
	border: none;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #2F4F4F;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: block;
	}

a img {
	border: none;
	}

a:hover img {
	border: none;
}

/* Footer */

#footer {
	width: 400px;
	clear: both;
	border: solid #532717 4px;
	background-color: #FEF5CA;
	background-image: url(images/buttonfill.jpg);
	padding: 0;
	margin: 0 auto;
	position: relative;
	left: 25px;
	bottom: 20px;
	}
	
#footer p {
	margin: 0;
	text-align: center;
	}

#footer hr {
	width: 85%;
	color: #464B29;
	text-align: center;
}

#footertable {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Top navigation menus */

#menu_top {
	width:700px;
	padding: 7px 0px 2px 0px;
	color:#FEF5CA;
	text-align: right;
	font-family: Georgia, serif;
	font-size:11px;
	font-variant:small-caps;
	position: relative;
	z-index: 1;
	right: 100px;
}

#rssfeed {
	position: relative;
	float: left;
	left: 102px;
	font-family: Georgia, serif;
	font-size:11px;
	font-variant:small-caps;
	color:#FEF5CA;
}

#rssfeed a {
	font-family: Georgia, serif;
	font-size:11px;
	font-variant:small-caps;
	color:#FEF5CA;
}

#topnav {
	width: 700px;
	position: relative;
	display: inline;
	text-align: left;
	margin: 0 auto;
}

#topnav li {
	list-style: none;
	list-style-type: none;
	display: inline;
	text-align: right;
}

#topnav li a{
	color: #FEF5CA;
}

.links h2 {
	margin-bottom: 5px;
	
}

.clickable {
	cursor: pointer;
}

#links {
	float: left;
	width:120px;
	position: relative;
	z-index: 1;
}

#links ul {
	width: 120px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}

#links ul li {
	font-family: Georgia, serif;
	font-size: 1.3em;
	display: block;
	margin-bottom: 10px;
	padding: 0;
	font-variant: small-caps;
}

#links ul li .button {
	display: block;
	text-decoration: none;
	border: solid #532717 4px;
	background-image: url("images/buttonfill.jpg");
	padding: 5px 10px 5px 10px;
}

#links ul li .nonbutton {
	display: block;
	position: relative;
	padding: 5px 10px 5px 10px;
	color: #532717;
	text-decoration: none;
}

#links ul li .button:hover {
	display: block;
	text-decoration: none;
	border: solid #532717 4px;
	background-image: url("images/buttonfill.jpg");
	position: relative;
	left: 10px;
}

.stretch {
	position: relative;
	padding: 5px 10px 5px 10px;
	color: #532717;
	top: 5px;
}

.current_page {
	
	border: solid #532717 4px;
	background-image: url("images/buttonfill.jpg");
	height: 28px;
	position: relative;
	right: 10px;
	cursor: default;
}

#links h3, #links p {
	padding: 0 10px 0 0;
}

* html #links ul li a {
	width: 90px;
}

.shadow-container {
	position: relative;
	background: #222;
	z-index: 1;
}

#content_inside img {
	border: solid #532717 2px;
}

#content_inside .noborder {
	border: none;
}

div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
    
   
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
    
    clear: both;
}

div.tmiddle {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.songlist {
	line-height: 1.4em;
	font-weight: bold;
	list-style: none;
	list-style-type: none;
	list-style-image: url('none');
	margin-top: 10px;
	font-size: .9em;
}

.songdisclaimer {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}

.songunder {
	font-size: .7em;
	display: none;
	padding-left: 5px;
}

/* Text under the songs, sample and buy links */
.songsub {
	list-style: none;
	font-size: .9em;
}

.albumtable {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 99%;
	border: solid #532717 3px;
	padding: 3px;
	background-color: #EFD286;
}

.albumthumb {
	
	width: 1%;
}

.albumtitle {
	border-bottom: 1px solid #532717;
	font-size: 1.1em;
	font-weight: bold;
	color: #532717;
	height: 5px;
}

.albumtitle a {
	text-decoration: none;
}

.albumartist {
	border-bottom: 1px solid #532717;
	font-size: .8em;
	margin-top: -10px;
	text-align: right;
	padding-right: 5px;

}

.albumfooterholder {
	height: 5%;
}

.albumfooter {
	border-top: 1px solid #532717;
	width: 100%;
	
}

.albummoreinfo {
	text-align: center;
	font-weight: bold;
	
}

.albumbuynow {
}

.albumprice {
	font-size: 1.1em;
	font-weight: bold;
	
}

.albumtext {

}

.fullalbumtitle {
	border-bottom: 1px solid #532717;
	font-size: 1.3em;
	font-weight: bold;
	color: #532717;
}

.fullalbumartist {
	margin-left: 50px;
	
}

.fullfootertop {
	border-bottom: 1px solid #532717;
	font-size: 1.3em;
	font-weight: bold;
	color: #532717;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.fullfooterbottom {
	text-align: center;
	
}

.bandbox {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 99%;
	border: solid #532717 3px;
	padding: 3px;
	background-color: #EFD286;
	display: block;
	min-height: 205px;
}

* html .bandbox {
	height: 205px;
}

.bandpic {
	float: right;
	position: relative;
}

.bandname {
	border-bottom: 1px solid #532717;
	font-size: 1.1em;
	font-weight: bold;
	color: #532717;
	margin-bottom: 5px;
}

.bandinst {
	text-align: right;
}

.bandtext {
}

.linkspage {
	list-style: none;
	list-style-type: none;
	list-style-image: url('none');
}

.linkspage h2 {
	margin-bottom: 5px;
}

.linkspage a {
	font-weight: bold;
}

.linkspage li {
	margin-top: 5px;
}

.salebox {
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: 100px;
	text-align: center;
	border: 3px solid #532717; 
	/* background-image: url(images/buttonfill.jpg); */
	background-color: #EFD286;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

.imagelink {
}

.salebox_price {
	position: relative;
	float: right;
	height: 40%;
	width: 121px;
	color: #532717;
	font-weight: bold;
	font-size: 2em;
	display: block;
	padding-top: 15px;
	
}

.salebox_button {
	position: relative;
	float: right;
	display: block;
	clear: right;
	width: 121px;
	
}

.salebox_button img {
	background-image: url(images/buttonfill.jpg);
}

.buybutton {
	background-color: #FEF5CA;
	padding: 5px;
	border: solid #532717 2px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	display: block;
	margin-right: 13px;
	position: relative;
	background-image: url(images/buttonfill.jpg);
}

.salebox_text {
	position: relative;
	float: left;
	text-align: left;
	height: 100%;
	width: 365px;
	margin: 3px;
	
}

.salebox_text h2 {
	border-color: black;
	text-align: center;
	margin-bottom: 3px;
}

#downloadbox {
	border: solid #532717 2px;
	width: 300px;
	background-image: url(images/buttonfill.jpg);
	position: relative;
	margin: 0 auto;
}

#downloadbox_art {
	position: relative;
	margin: 0 auto;
	
	text-align: center;
}

#downloadbox img {
	margin-top: 20px;
	margin-bottom: 20px;
	
}

#downloadbox_info {
	border:1px solid black;
	background-color: #EFD286;
	margin: 0 10px 10px 10px;
	padding: 2px;
}

#downloadbutton {
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 50%;
}

#downloadbutton a {
	background-color: #FEF5CA;
	padding: 5px;
	border: solid #532717 2px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	display: block;
	position: relative;
	background-image: url(images/buttonfill.jpg);
}

.frontsection {
	display: block;
	margin-top: 15px;

}

.reviewtext {
	font-size: .9em;
}

.reviewauthor {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	color: #532717;
}
