/*
Theme Name: troubadour
Theme URI:  
Description: The WordPress theme.
Version: 1.0
Author: 
Author URI:
Tags: 

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#68301c;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#ffffff;
	color:#333333;
	font:10px/1 helvetica, verdana, arial, sans serif;
}
.wrapper{
	margin:0 auto;
	width:780px;
}
/* header */
#header{
	width:100%;
	height:222px;
	overflow: hidden;
	background: url(images/bgr_header.png) no-repeat;
	margin: 0 0 20px 0;
}
/*header_logo*/
#logo{
	width: 780px;
	height:222px;
	display: block;
	text-indent: -9999em;
	margin: 0;
}
#header_logo p{
	position:absolute;
	left: -9999em;
	top: -9999em;
}
/*mainmenu*/
#mainmenu{
	width: 100%;
	height: 44px;
}
#page-nav{
	float: left;
	padding: 10px 0 0 0;
}
/*basic styles - NOT EDIT*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 9px 10px 9px 10px;
	text-decoration:none;
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans serif;
	font-weight: bold;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #8d5608;
}
.sf-menu li li a {
	border-bottom: 1px solid #dfd5bc;
}
.sf-menu li {
	background: url(images/bgr_menu_li.jpg) no-repeat left center;
}
.sf-menu li.first {
	background: none;
}
.sf-menu li li, .sf-menu li.first li {
	background: url(images/bgr_menu_a.jpg) repeat;
}
.sf-menu li li li {
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	text-decoration: underline;
}
/*header_search*/
#header_search{
	float: right;
	padding: 10px 0 0 0;
}
#header_search fieldset{
	float:left;
}
#main_search_val{
	float:left;
	border:1px solid #e9e5d5;
	font-family: helvetica, verdana, arial, sans serif;
	font-size:12px;
	padding:6px;
	width:144px;
}
#main_search_sub{
	float:left;
}
/*body*/
#body{
	width:100%;
	overflow:hidden;
	padding: 0 0 20px 0;
}
#content{
	float:left;
	width:520px;
}
#sidebar{
	float:right;
	width:240px;
}
/*post*/
.post{
	width:100%;
	margin:0 0 20px 0;
	border-top: 5px solid #dcbda0;
}
.post .title{
	font-family: helvetica, verdana, arial, sans serif;
	font-size:20px;
	line-height:1.1em;
	font-weight:bold;
	padding: 20px;
	color:#68301c;
}
.post .entry{
	width:480px;
	overflow: hidden;
	font-size:14px;
	line-height:1.5em;
	padding: 20px;
}
.post .entry .player{
	text-align: center;
	padding: 20px 0 30px 0;
}
#content .page .entry{
	background: none;
}
.post .entry a{
	font-weight: bold;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry img{
	max-width: 470px;
	padding: 5px 5px 10px 5px !important;
	background: #e6e6e6;
}
.post .entry ul {
	margin:0 20px 15px 0;
}
.post .entry ul li{
	margin: 0;
	padding: 4px 0 4px 10px;
	background: url(images/ico_list.gif) no-repeat left 10px;
	border-bottom: 1px solid #e9e5d5;
}
.post .entry ol {
	padding: 0 0 0 15px;
	margin:0 20px 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #e9e5d5;
}
.post .entry li a{
	font-weight: normal;
}
.post .postmetadata{
	padding: 20px;
	font-size: 12px;
	line-height: 1.1em;
	font-family: helvetica, verdana, arial, sans serif;
}
.post .postmetadata a{
	color: #708266;
}
.post .share{
	font-size: 13px;
	line-height: 1.3em;
	padding: 0 20px 20px 20px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin-top: 10px;
    margin-bottom: 20px;
	font-family: helvetica, verdana, arial, sans serif;
}
.entry h1{
	font-size: 23px;
	font-weight: normal;
}
.entry h2{
	font-size: 17px;
}
.entry h3{
	font-size: 16px;
}
.entry h4{
	font-size: 14px;
    font-weight:bold;
    text-align:center;
    margin: 5px 0 15px;
}
.entry h5{
	font-size: 14px;
}
.entry h6{
	font-size: 13px;

}
.lyric{
	font-size: 14px;
	font-style: italic;
	padding: 0 0 10px 30px;
}

/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:13px;
	line-height:1.5em;
}
.sidebar_widgets .widgettitle{
	font-size:15px;
	line-height:1.3em;
	color: #333333;
	font-family: Arial, HelvІetica, sans-serif;
	border-bottom: 1px solid #666666;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.sidebar_widgets .widget{
	background: #f5f5f5;
	border-top: 5px solid #dcbda0;
	padding: 15px 20px 20px 20px;
	width:200px;
	margin: 0 0 20px 0;
}
.sidebar_widgets .widget ul{
}
.sidebar_widgets .widget ul li{
	border-bottom: 1px solid #e9e5d5;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.sidebar_widgets .widget ul ul{
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li{
	border-bottom: 0;
	margin: 0;
}
/*footer*/
#footer{
	width:100%;
	height:101px;
	overflow:hidden;
	background:#f5f5f5;
}
#footer p{
	font-size: 12px;
	line-height:1.3em;
	font-family: helvetica, verdana, arial, sans serif;
	padding: 20px 20px 0 20px;
}
#footer p.copyrights{
	float: left;
}
#footer p.designed{
	float: right;
}



/**
* Comments Template
************************************************/
#comments, #respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	background: #f5f5f5;
	border-top: 5px solid #dcbda0;
	font-size: 13px;
	line-height: 1.4em;
}
#comments #respond {
	padding: 15px 0 0 0;
	border: none;
}

/* Comments header */
.comments-header, #reply {
	margin: 2px 0 20px 0;
	padding: 0 20px 18px 20px;
	font: normal normal 18px/19px helvetica, verdana, arial, sans serif;
	background: #f5f5f5;
}
#comments #reply {
	margin-bottom: 0;
	padding: 0 0 20px 0;
	background: transparent;
}
#comments .comments-header {
	margin-bottom: 0;
}

/* Comments list */
#comments ol {
	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0 20px;
}
#comments ol ol {
	margin: 0 0 0 10px;
}
#comments li {
	overflow: hidden;
	padding: 19px 0 0 0;
}
#comments li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/bgr_comment_thread.jpg) no-repeat 0 25px;
}

/* Avatar */
#comments .avatar {
	overflow: hidden;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/bgr_photo.gif) repeat-x 0 bottom;
}

/* Comment meta data */
.comment-meta-data {
	padding: 0 0 4px 0;
	font: 12px/22px helvetica, verdana, arial, sans serif;
}
.comment-meta-data a {
	color: #708266;
}

/* Comment author */
.comment-author cite {
	font: normal bold 14px/22px helvetica, verdana, arial, sans serif;
}
.comment-author a {
	color: #8d5608;
}

/* Comment text */
.comment-text {
	border-bottom: 1px solid #e5e0d0;
}
.comment-navigation{
	padding: 20px;
	text-align: center;
}

/* Comments form */
#respond {
	padding: 15px 0 20px 0;
}
#respond form {
	padding: 0 20px;
}
#comments #respond form {
	padding: 0;
}
#respond .form-author, #respond .form-email, #repsond .form-url {
	margin: 0 0 15px 0;
}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px helvetica, verdana, arial, sans serif;
	background: url(images/comment-submit.jpg) repeat 0 0;
}
.text-input {
	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #e9e5d5;
}
#respond .text-input {
	width: 275px;
}

#respond .form-textarea label {
	display: none;
}
#respond textarea {
	width: 98%;
	border: 1px solid #e9e5d5;
	margin: 25px 0 25px 0;
}
#respond .form-submit {
	overflow: hidden;
}
#respond .button {
	float: left;
	padding: 5px 30px;
	margin: 0 10px 10px 0;
	font: normal bold 12px/19px helvetica, verdana, arial, sans serif;
	color: #666666;
	background: #ffffff;
	border: none;
}
.button:hover {
	cursor: pointer;
}

.comment-action {
	clear: both;
}



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
}

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

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
}

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



/* Blockqoutes */
blockquote {
	overflow: hidden;
	margin: 0 30px 20px;
	padding: 0 0 0 20px;
	background: url(images/ico_blockquote.jpg) no-repeat;
}
blockquote blockquote {
	padding: 0 30px;
	font-size: 12px;
	color: #666;
	background: transparent;
}
#content blockquote p { margin-bottom: 0; padding-bottom: 0; }
blockquote.pullquote {
	width: 200px;
	margin: 9px 0 3px 0;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #e9e5d5;
	border-bottom: 3px double #e9e5d5;
}
.pullquote p {
	margin: 0;
}
span.pullquote {
	float: none !important;
	margin: 0 !important;
}

/* Code */
code {
	padding: 0 3px;
	background: url(images/bgr_main.jpg) repeat;
}
pre {
	overflow: auto;
	background: url(images/bgr_main.jpg) repeat;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:12px;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:15px 0 15px 0;
	border: 1px black;
	font-size:13px;
	line-height:1.3em;
	font-weight: bold;
}
.navigation .alignleft{
	padding: 0 0 0 20px;
}
.navigation .alignright{
	padding: 0 20px 0 0;
}
.navigation .alignleft a{
	background: url(images/ico_next.gif) no-repeat left center;
	padding: 0 0 0 24px;
}
.navigation .alignright a{
	background: url(images/ico_prev.gif) no-repeat right center;
	padding: 0 24px 0 0;
}

/* Alignment */
.alignleft, .left{
	float: left;
	margin-right: 10px !important;
}
.alignright, .right{
	float: right;
	margin-left: 10px !important;
}
.aligncenter, .center{
	display: block;
	margin: 0 auto 20px auto;
}
.block{
	display: block;
	margin: 0 0 20px 0;
}
.clear{
	clear: both;
}
/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
}
th {
	color: #8d5608;
	background: url(images/bgr_table_th.jpg) repeat-x;
}
td {
	background: url(images/bgr_td_alt.gif) repeat;
}
th, td {
	padding: 5px;
}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: helvetica, verdana, arial, sans serif;
	color: #b4a681;
	background: url(images/bgr_main.jpg) repeat;
}

/* Warnings, notes, errors, and downloads */
.note, .download, .warning, .alert, .error {
	padding: 10px;
	background: #e9e9e9;
	border: 1px solid #e2decc;
}

/* Captions [caption] */
.wp-caption {
	max-width: 480px;
	padding: 5px 0 10px 0;
	background: #e2decc url(images/bgr_photo.gif) repeat-x left bottom;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #8d5608;
}
.wp-caption img, .wp-caption a img {
	max-width: 468px;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent;
	border: 1px solid #d0ccbc;
}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 55px;
	height: 55px;
	margin: 10px 0 0 20px;
}

/* Gallery [gallery] */
.gallery {
	margin-bottom: 20px !important;
}
.gallery img {
	border: none !important;
}
/*wpcf7-form*/
.wpcf7-form{
	width: 440px;
	overflow: hidden;
	background: #f5f5f5;
	padding: 20px;
	margin: 0 auto;
	color: #663300;
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans serif;
}
.cf_item_row{
	width: 100%;
	padding: 0 0 12px 0;
}
.cf_item_row input, .cf_item_row textarea{
	border: 1px solid #663300;
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans serif;
	color: #663300;
	background: #fefcfa;
	padding: 5px;
	width: 428px;
	font-weight: bold;
}
.cf_item_row textarea{
	overflow: auto;
	height: 80px;
}
.cf_item_submit{
	text-align: center;
	padding: 20px 0 0 0;
}
.cf_item_submit input{
	text-align: center;
	border: 1px solid #663300;
	font-size: 12px;
	font-family: helvetica, verdana, arial, sans serif;
	color: #663300;
	padding: 5px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}