/*
Theme Name: Brian Lynch Jazz
Theme URI: http://brianlynchjazz.com
Description: Wordpress theme for the BrianLynchJazz.com site
Version: 1.0
Author: Bryan Davis
Author URI: http://bryandavis.info/
*/
/* ---- Edit in here for site colors ---- */
body {
	background-color: #d5d6d7; /* surrounding background color */
}

#page, #header, #footer, #globalnav li a, #sitenav li a, #scf2 form, p.navigation {
	background-color: #b95; /* header, footer and navigation background */
}
#contentcontainer {
	background-color: #fff;
}
#header li a:hover, #header li a:focus {
	background-color: #532; /* navigation rollover background color */
	color: #fff !important; /* navigation rollover text color */
}
#page, #headerimg, #globalnav li a, #sitenav ul.menu, #sitenav li a, #sitenav li ul li a, h2, h3, #searchbox, #scf2 form {
	border-color: #705d3f; /* borders and heading underline */
}

#sidebar .block, #sidebar .block h3 {
	background-color: #705d3f; /* sidebar containing blocks */
}

#sidebar .block ul, #sidebar .block ol, #sidebar .block div, #sidebar .block p {
	background-color: #fec; /* sidebar content background */
}



 
/* ---- no need to edit beyond here ---- */


/* Begin Typography & Colors */
body {
	font-size: 62.5%;
	font-family: Arial, helvetica, 'Lucida Grande', Verdana, Sans-Serif;
	color: #333;
	text-align: center;
	}
#page {
	text-align: left;
	-webkit-box-shadow: 0.5em 0.5em 1em #333;
	-moz-box-shadow: 0.5em 0.5em 1em #333;
	box-shadow: 0.5em 0.5em 1em #333;

	}

#headerimg 	{
	margin: 0;
	height: 192px;
	width: 100em;
	min-width: 760px;
	max-width: 1200px;
	position: relative;
	clear: both;
	}

#content {
	font-size: 1em;
	background-color: #fff;
	}

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

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	font-size: 1.2em;
	}

.widecolumn {
	line-height: 1.6em;
	font-size: 1.2em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	border-bottom-left-radius: 7px; border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px; -webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px; -moz-border-radius-bottomright: 7px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3, h4 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4;
	text-align: left;
	}
.entry h2, .entry h3 {
	text-transform: capitalize;
}
h1 {
	text-transform: lowercase;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 6em;
	line-height: 1;
	text-align: center;
	}
#headerimg h1 {
	width: 550px;
	padding: 50px 50px 10px; 
	margin: 0 400px 0 0 !important;
	letter-spacing: 1px;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
} 
#headerimg h1 img {
	width: 300px;
	height: 100px;
	padding: 0; margin: 0;
	text-transform: uppercase;
}
#headerimg .description {
	font-size: 1.3em;
	text-align: center;
	margin: 0 400px 0 0 !important; 
	width: 550px;
	padding: 0 50px;
	text-shadow: 0.05em 0.05em 0.2em #060;
	}

h2 {
	font-size: 2em;
	border-bottom: 2px solid #705d3f;
	}

h2.pagetitle {
	font-size: 2em;
	border-bottom: 2px solid #705d3f;
	}

#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	}

h3 {
	font-size: 1.6em;
	/*border-bottom: 1px solid #705d3f;*/
	}
h4 {
	font-size: 1.3em;
	line-height: 1.2;
}
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 {
	color: #333;
	}

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

.entry p a, .entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: Helvetica, Verdana, Arial, Sans-Serif;
	color: #000;
	}

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

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

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

h2 a:hover, h3 a:hover {
	color: #320;
	text-decoration: none;
	}
a {
	color: #b85b5a;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 10px auto 20px;
	padding: 0;
	border-width: 4px; border-style: solid;
	width: 100em;
	min-width: 760px;
	max-width: 1200px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100em;
	min-width: 760px;
	max-width: 1200px;
	border-top-left-radius: 7px; border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px;
	}

#headerimg {
	border-style: solid; border-width: 4px 0;
	background: #111 url('images/bl_headerbg.jpg') bottom right no-repeat;
	}
#contentcontainer {
	float: left;
	width: 100%;
	display: block;
}
.narrowcolumn {
	float: left;
	padding: 0 2em 20px;
	margin: 0;
	width: 60em;
	}

.widecolumn {
	width: 80em;
	padding: 20px 10em 20px;
	margin: 0;
	}
.discog {
	width: 90em;
	padding: 20px 5em;
	margin: 0;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-bottom: 1px dashed #aaa;
	}
.category-quotes {
	border-bottom: 0;
}
.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: 100em;
	clear: both;
	}

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

/* Begin Navigation */

ul#globalnav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#globalnav li {
	float: left;
	padding: 0;
	height: 2em; 
	font-size: 1.1em;
	text-transform: uppercase;
}
#globalnav li a {
	color: #111; font-weight: bold;
	display: block;
	height: 2em; line-height: 2em;
	font-size: 1.1em;
	padding: 0.5em 1.5em;
	border-right-width: 1px; border-right-style: solid;
}
#globalnav li:first-child a {
	border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
}
#sitenav ul.menu {
	float: left;
	width: 100em;
	margin: 0; padding: 0;
	border-bottom-width: 4px; border-bottom-style: solid;
	list-style: none;
}
#sitenav ul.menu li {
	float: left;
	width: 10em;
}
#sitenav ul.menu li a {
	display: block;
	height: 2em;
	line-height: 2em;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	text-align: center;
	padding: 0.25em 0;
	border-right-width: 1px; border-right-style: solid;
}
#sitenav ul.menu li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1em;
}
#sitenav ul.menu li:hover ul,
#sitenav ul.menu li.sfhover ul {
	left: auto;
	z-index: 1000;
}
#sitenav ul.menu li:last-child a {
	border-right: 0px;
}
#header li a:hover,
#header li a:focus {
	text-decoration: none;
	color: #fff;
	
}
#sitenav ul.menu li ul li {
	clear: left;
	border: 0px !important;
	width: 12em;
}
#sitenav ul.menu li ul li a {
	border-width: 1px !important; border-style: solid !important;
	height: auto;
}

/* End Navigation */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #aaa;
}
img {
	max-width: 100% !important;
	}

/*	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 */


.entry ul {
	padding: 0 0 0 20px;
	}

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

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

.entry ol li {
	margin: 0;
	padding: 0;
	}
#subpagelist li {
	font-size: 1.2em;
	font-weight: bold;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 5px;
	font-size: 1.1em;
	border-bottom: 1px dashed #aaa;
	}

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchbox {
	width: 30em;
	float: right;
	border-left-width: 1px; border-left-style: solid;
}
#searchform {
	margin: 0 auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchbox #searchform #s {
	width: 15em;
	padding: 2px 0.2em;
	}

#searchbox #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 100%;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 1em 2em 10px;
	float: right;
	width: 32em;
	color: #000;
	}

#sidebar form {
	margin: 0;
	}
#sidebar .block {
	margin: 1em 0 2em;
	padding: 0.2em;
	border: 1px solid #333;
	border-bottom-left-radius: 9px; border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px; -webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px; -moz-border-radius-bottomright: 9px;
	-webkit-box-shadow: 0.25em 0.25em 0.5em #666;
	-moz-box-shadow: 0.25em 0.25em 0.5em #666;
	box-shadow: 0.25em 0.25em 0.5em #666;
}
#sidebar .block h3 {
	margin: 0;
	padding: 0.5em 0;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom-width: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#sidebar a {
	color: #420;
	font-weight: bold;
}
#sidebar .block h3 a {
	color: #fff;
}
#sidebar .block h3 a:hover,
#sidebar .block h3 a:focus,
#sidebar .block h3 a:active {
	color: #fff;
	text-decoration: underline
}
#sidebar .block ul,
#sidebar .block ol {
	border: 1px solid #000;
	font-size: 1.1em;
	border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
}
#sidebar .block div {
	border: 1px solid #000;
	font-size: 1.1em;
	border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
}
div.textwidget {
	padding: 1em;
	font-size: 1.2em !important;
	line-height: 1.4em;
}
#sidebar .block div ul, #sidebar .block div ol, #sidebar .block div div {
	border-width: 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;
	color: #100;
	}
blockquote.entry {
	font-style: italic;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
blockquote.entry cite {
	font-style: normal;
	font-weight: bold;
}
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
p.navigation {
	display: block;
	text-align: center;
	margin: 1em 0 2em;
	font-size: 1.3em;
	line-height: 2em;
	position: relative;
	font-weight: bold;
	border: solid #705d3f; border-width: 1px 0;
	background-color: #b95;
	z-index: 1;
	}
span.navleft, span.navright {
	position: absolute;
	top: 0;
	font-weight: normal;
}
span.navleft {
	left: 5px;
}
span.navright {
	right: 5px;
}
p.navigation a {
	color: #100;
}
div.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: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 590px; 
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 590px;
}

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

li[id^="twitter"] li {
	border-bottom: 1px dashed #aaa;
	color: #000;
	padding: 0.5em;
}
.entry-content {
	line-height: 1.5em;
	color: #000;
	padding-bottom: 0.25em;
	font-size: 0.9em;
}
.entry-meta {
	font-size: 0.75em;
	display: block;
	line-height: 1.6;
}

/* End Widget overrides */
/* --- Contact Form --- */
#scf2 {
	padding: 1em 0;
	position: relative;
}
#scf2 form {
	width: 500px;
	padding:1em;
	margin:0 auto;
	position:static;
	border: 1px double #705d3f;
	background-color: #b95;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#scf2 fieldset {
	width: 500px;
	border: 0;
}
#scf2 p {
	border: 0;
	text-align: left;
	width:500px;
	padding: 0.5em 0;
	margin: 0 0 0.5em;
}
#scf2 label {
	width: 500px;
	padding: 0.75em 0;
	margin:0;
	font-size: 1.3em;
	line-height: 2em;
	position: relative;
}
#scf2 p.messagelabel {
	height: 150px;
}
#scf2 input {
	position: absolute;
	left: 90px; top: 0;
	width:374px;
	padding:8px;
	margin:0 0 6px;
}
#scf2 textarea {
	position: absolute;
	top: 0; left: 90px;
	padding:8px;
	height:140px;
	width: 378px;
}
#scf2 input#scf2_answer {
	position: relative;
	left: auto; top: auto;
	width:60px;
	margin:8px 1px 1px;
}
#scf2 input#scf2_submit {
	position: relative;
	left: auto;
	width:100px;
	margin:12px 0;
}
p.messengerstatus {
	line-height: 25px !important;
	padding: 0;
}
#mc_signup_container {
	padding: 1em;
}
.mc_merge_var {
	padding: 0.25em !important;
}
#mc_subheader {
	padding: 0.5em 0 1em !important;
font-weight:bold !important; text-align: center !important;
}
.mc_merge_var input.mc_input {
	width: 270px; padding: 1px 5px;
}
/* --- Discography pages --- */
.discogpost {
	width: 862px;
	font-size: 1em;
	padding: 2em;
	margin: 0 auto 2em;
	position: relative;
}
.discogpost h3 {
	margin: 0 0 3em;
}
#cd-meta {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 350px;
	padding: 25px 15px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.6em;
}
#cd-meta img {
	border: 1px solid #705d3f;
	margin: 0 auto;
	position: relative;
}
#cd-meta ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	font-size: 1.1em;
}
#cd-info {
	width: 570px;
	height: 450px;
	display: block;
	position: relative;
	margin: 3em auto 1em;	
	padding: 0 0 0 290px;
	border: 1px solid #705d3f;
}
.discog_body {
	font-size: 1.2em;
	display: block;
}
.tabbertab h3 {
	font-size: 1.1em;
	margin-bottom: 1em;
	text-transform: capitalize;
}

.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
}

ul.tabbernav {
 margin: 0;
 padding: 0 !important;
 font: bold 12px Helvetica, Arial, sans-serif;
 border-width: 0;
 height: 30px !important;
 position: absolute;
 top: -30px; left: 290px;
}

ul.tabbernav li {
 list-style: none;
 margin: 0;
 float: left;
 padding: 0;
 height: 29px;
}

ul.tabbernav li a {
 height: 28px; line-height: 28px;
 padding: 0 0.75em;
 margin: 0 0 0 3px;
 border: 1px solid #705d3f;
 background: #fec;
 text-decoration: none;
 display: block;
 float: left;
}

ul.tabbernav li a:link { color: #300; }
ul.tabbernav li a:visited { color: #600; }
ul.tabbernav li a:hover {
 color: #fff;
 background: #420;
 border-color: #705d3f;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}
.tabberlive {
padding: 0 0 0 290px !important;
margin: 0 !important;
}
.tabberlive .tabbertab {
	position: absolute;
	top: 0;
	left: 290px;
	padding: 25px 15px 0 0;
	margin: 0;
 font-size: 1em;
 height:425px; width: 555px;
 overflow:auto;
}
.tabbertab p,
.tabbertab ul,
.tabbertab ol {
	font-size: 1.2em;
	line-height: 1.6;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
}
.tabberlive .tabbertab h3 {
	font-size: 1.4em;
}
.cdentry {
	clear: both;
	height: 125px;
	border-bottom: 1px dashed #705d3f;
	padding: 1em;
}
.cdthumb {
	float: left;
	padding: 0 2em 0 0;
	height: 125px;
}
.cdthumb img {
	border: 1px solid #705d3f;
}
.cdentry h4 {
	padding: 2em 1em 0;
	margin: 0;
}
/* --- end Discography --- */

/* --- Gallery --- */
.gallindexitem {
	width: 41.5%;
	min-height: 300px;
	float: left;
	padding: 1em 2%;
	margin: 1em 2%;
	background-color: #b95;
	color: #000;
	border: 1px solid #705d3f;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: inline;
}
.gallindexthumb {
	padding: 0.5em 0;
}
.gallindexthumb a img {
	border: 1px solid #000;
	background-color: white;
	padding: 4px;
}
.gallindexthumb a:hover img,
.gallindexthumb a:focus img {
	background-color: #705d3f;
	padding: 4px;
}
table.navigation {
	width: 100%;
	position: relative;
	margin: 1em auto;
	background-color: #b95;
	color: #000;
	border: solid #705d3f; border-width: 1px 0;
}
table.navigation td {
	width: 31.3%;
	font-size: 1em;
	padding: 0.5em 1%;
}
table.navigation td.photonavleft {
	text-align: left
}
table.navigation td.photonavmid {
	text-align: center
}
table.navigation td.photonavright {
	text-align: right
}
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;	
	max-width: 33%;		
}
p.attachment { padding: 2em 0;}
p.attachment img,
.gallery-icon a img,
table.navigation td.photonavleft a img,
table.navigation td.photonavright a img {
	border: 1px solid #705d3f;
	background-color: #fff;
	padding: 4px;
}
.gallery-icon a:hover img,
.gallery-icon a:focus img {
	border: 1px solid #333;
	background-color: #b95;
	padding: 4px;
}
table.navigation td.photonavleft a:hover img,
table.navigation td.photonavright a:hover img,
table.navigation td.photonavleft a:focus img,
table.navigation td.photonavright a:focus img {
	border: 1px solid #333;
	background-color: #705d3f;
	padding: 4px;
}
.gallery-caption {
	margin-left: 0;
}
.gallery-entry {
	text-align: center;
}

div.slidepress-gallery {
	margin: 1em auto;
	position: relative;
	text-align: center;
}
div.slidepress-gallery object {
	margin: 1em auto;
	position: relative;
}
/* --- end Gallery --- */
.vvqbox, iframe, object, embed {
	max-width: 100% !important;
	}
