/* Begin Typography & Colors */

body {
	background-color: #030303;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	}

/* This sets the background and padding for the "content" area */
.content_container {
	background-image: url(http://www.the23stringband.com/img/23_5x1.jpg); 
	background-repeat: repeat-y; 
	padding: 5px 50px;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	}

/* This sets the background and padding for the "FOOTER" area */
.footer_container {
	background-image: url(http://www.the23stringband.com/img/23_8x1.jpg); 
	background-repeat: repeat-y;
	padding: 0 50px;
	text-align: center;
	}


	
small {
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	line-height: 1.5em;
	color: #e6e6e6;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #e6e6e6;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 1.45em;
	margin: 0 0 -1px 0;
	border-bottom: solid 1px #fcfcfc;
	}

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

h3 {
	font-size: 1.1em;
	}


/* style for LINKS in the ENTRIES */
.entry p a:visited {
	color: #b85b5a;
	}

.entry p a:hover {
	color: #e59017;
	}



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: #e59017;
	text-decoration: none;
	}

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

/* CALENDAR styles */	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}




/* Begin Structure */
.narrowcolumn {
	float: right;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 430px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 400px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */








/* Begin Form Elements */

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

select {
	width: 130px;
	}



/* Begin Sidebar */
#sidebar
{
	padding: 5px 5px;
	width: 190px;
	background-color: #333;
	font: 1em Verdana, Arial, Sans-Serif;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* "THE REST OF THIS STYLE SHEET IS FOR THE DESIGN */

	

	
a.menu_home {
    display: block;
    width: 59px;
    height: 32px;
    background: url("http://the23stringband.com/img/menu_home.jpg") 0 0 no-repeat;
    text-decoration: none;
	}

a:hover.menu_home {
    background-position: -59px 0;
	}


a.menu_bio {
    display: block;
    width: 40px;
    height: 32px;
    background: url("http://the23stringband.com/img/menu_bio.jpg") 0 0 no-repeat;
    text-decoration: none;
	}

a:hover.menu_bio {
    background-position: -40px 0;
	}

a.menu_music {
    display: block;
    width: 64px;
    height: 32px;
    background: url("http://the23stringband.com/img/menu_music.jpg") 0 0 no-repeat;
    text-decoration: none;
	}

a:hover.menu_music {
    background-position: -64px 0;
	}

a.menu_downloads {
    display: block;
    width: 122px;
    height: 32px;
    background: url("http://the23stringband.com/img/menu_downloads.jpg") 0 0 no-repeat;
    text-decoration: none;
	}

a:hover.menu_downloads {
    background-position: -122px 0;
	}
	
a.menu_showinfo {
    display: block;
    width: 107px;
    height: 32px;
    background: url("http://the23stringband.com/img/menu_showinfo.jpg") 0 0 no-repeat;
    text-decoration: none;
	}

a:hover.menu_showinfo {
    background-position: -107px 0;
	}
	
a.menu_contact {
    display: block;
    width: 126px;
    height: 32px;
    background: url("http://the23stringband.com/img/menu_contact.jpg") 0 0 no-repeat;
    text-decoration: none;
	}

a:hover.menu_contact {
    background-position: -126px 0;
	}
	
.center-table {
	margin: 0 auto;
	}
	
