/*
Theme Name: Charles Owen
Theme URI: http://charlesowen.net
Description: Charles Owen custom theme
Version: 1.0
Author: Yes We Work
Author URI: http://yeswework.com
*/

/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* -------------------------------------------------------- basic */
html {
	/* background-color: #dcd6d1; */
	background-color: #d5cdc6;
	height: 100%;
}
body {
	font-family: georgia,serif;
	font-size: 13px;
	height: 100%;
	color: #22302a;
}
a,
a:link,
a:visited {
	color: #003b57;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color:#15a397;
}
h2 {
	font-size: 17px;
	font-family: arial, helvetica, sans-serif; /* gets sIFR */
	margin-bottom: 10px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 5px;
}
p {
	line-height: 170%;
	margin-bottom: 12px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	margin-left: 10px;
}
/* -------------------------------------------------------- general structure */
#container {
	width: 976px;
	height: 100%;
}
#header {
	width: 170px;
	float: left;
}
#header h1 {
	width: 143px;
	height: 114px;
	background-image:url(img/charlesowen.png);
	text-indent: -5000px;
	margin-left: 19px;
}
#header ul {
	width: 150px;
	margin-top: 30px;
	background-image:url(img/leftnav_line.png);
	background-position:top;
	background-repeat:no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#header ul li {
	background-image:url(img/leftnav_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 8px 3px 8px 0px;
}
.content {
	width: 480px;
	margin-right: 20px;
	margin-top: 72px;
	float: left;
	padding-bottom: 20px;
}
.content.nosidebar {
	width: 786px;
}
.content h2 {
	border-bottom: 1px solid #ece9e6;
	margin-bottom: 40px;
}
.content h3  {
	color: #58351d;
	font-size: 17px;
}
.content h4 {
	color: #623413;
	font-size: 14px;
}
/* -------------------------------------------------------- homepage */
#homepage {
	margin-top: 0px;
	width: 786px;
}
#homepage blockquote {
	position: absolute;
	top: 0px;
	left: 716px;
	padding: 15px;
	width: 180px;
	background-color: #1a1d21;
	color: #d5d0cd;
	font-style: italic;
	text-align: right;
}
#homepage blockquote h3 {
	color: #d5d0cd;
	font-size: 20px;
	margin-left: 20px;
	width: 160px;
}
#homepage blockquote p {
	margin-bottom: 0px;
}
#homepage #yeswework {
	text-align: right;
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
}
/* -------------------------------------------------------- sidebar */
#sidebar {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	width: 306px;
	background-color: #b2a093;
	float: left;
	padding-bottom: 20px;
	color: #3a2a1e;
	min-height: 100%;
}
#sidebar a:hover,
#sidebar a:active {
	color:#08645c;
}
#sidebar #listen {
	height:64px;
	padding:20px;
	background-image:url(img/piano_keyboard.jpg);
	background-repeat:no-repeat;
	position: relative;
}
	#sidebar #listen #bubble {
		text-transform: uppercase;
		letter-spacing: 1px;
		position: absolute;
		top: 25px;
		right: 20px;
	}
	#sidebar #listen #bubble a {
		color: #ccc;
	}
	#sidebar #listen #bubble a:hover {
		color: #fff;
	}
	#sidebar #listen h2 {
		width: 50%;
	}
#sidebar .block {
	padding:20px;
}
/* -------------------------------------------------------- tracks */
#sidebar #tracks {
	background-color: #555d5f;
	color: #fff;
	display: none;
}
#sidebar #tracks ol {
	margin-left: 20px;
}
#sidebar #tracks ol li {
	list-style-type: decimal;
	margin-bottom: 4px;
}
/* -------------------------------------------------------- repertoire */
#repertoirelist {
	width: 320px;
	margin-right: 20px;
	float: left;
	font-size: 12px;
}
#repertoirelist ul li {
	clear: both;
	margin-top: 2px;
	padding-top: 3px;
	border-top: 1px dotted #b79c85;
}
#repertoirelist ul li span.composer {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 2px;
}
#repertoirelist ul li span.title {
	display: block;
	float: left;
	width: 220px;
	padding-bottom: 2px;
} 
#repertoirenav {
	font-size: 11px;
	width: 140px;
	float: left;
}
#repertoirenav li {
	margin-bottom: 9px;
}
#repertoirenav li ul {
	margin-top: 9px;
	margin-left: 12px;
}
#repertoirenav li ul li{
	margin-bottom:5px;
}
/* -------------------------------------------------------- press */
.press_subcat {
	padding-bottom: 10px;
	border-bottom: 1px solid #e3dcd6;
	margin-bottom: 10px;
}
/* -------------------------------------------------------- discography */
#discography .category-discography {
	border-bottom: 1px solid #e3dcd6;
	min-height: 140px;
	margin-bottom: 10px;
	overflow: auto;
}
#discography .category-discography img {
	border:1px solid #6e6e6d;
	margin-bottom: 10px;
}
#discography p {
	line-height: 130%;
}
/* -------------------------------------------------------- concert diary */
#concertslink {
	clear:both;
	text-align:right;
}
/* -------------------------------------------------------- events lists (for markup generated by events manager plugin) */
ul.dbem_events_list li, #diary ul li {
	clear: both;
	border-bottom: 1px solid #e3dcd6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.dbem_events_list h3 #diary h3 {
	margin-bottom: 3px;
}
ul.dbem_events_list span.eventdate, 
#diary p.eventdate {
	text-align: right;
	font-size: 15px;
	float: right;
	width: 100px;
	display: block;
	padding-bottom: 5px;
}
ul.dbem_events_list span.eventdate span.eventtime, #diary span.eventtime {
	font-size: 12px;
}
#dbem-location-map {
    width: 480px !important;
    height: 400px !important;
}

/* -------------------------------------------------------- sidebar blocks for CDs */
#sidebar .category-discography {
	border:1px solid #9f8c7f;
	padding:7px;
	margin-bottom:15px;	
	color:#3a2a1e;
	font-family:Arial, Helvetica, sans-serif;
	height:50px;
	position:relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#sidebar .category-discography img.thumbnail{
	float:left;
	margin-right:7px;
	height:50px;
	width:50px;
}
#sidebar .category-discography h3 {
	margin-bottom:0;
	padding-bottom:0;
}
#sidebar .category-discography .buynow{
	position:absolute;
	bottom:0;
	right:0;
	padding:3px 7px;
	text-transform:uppercase;
	background-color: #9f8c7f;
	-moz-border-radius: 2px 0 2px 0;
	-webkit-border-radius: 2px 0 2px 0;
}
#sidebar .category-discography a.buynow:link,
#sidebar .category-discography a.buynow:visited {
	color:#3a2a1e;
}
#sidebar .category-discography  a.buynow:active,
#sidebar .category-discography  a.buynow:hover {
	background-color: #3a2a1e;
	color:#3ea746;
}

/* -------------------------------------------------------- image category pages  */

.content .category-images h3 {
	display:none;
	visibility:hidden;
}

.content div.category-pdf img {
	float:left;
	padding-bottom:10px;
}

.content div.category-images {
	margin-bottom: 25px;
}

.category-images .wp-caption-text {
	margin: 5px 0;
}

/* -------------------------------------------------------- sidebar block for images */

#sidebar .category-images img {
	border:1px solid #6e6e6d;
	margin-bottom:15px;
}

#sidebar .category-images h3,
#sidebar .category-images div.entry-summary {
	display:none;
	visibility:hidden;
}


/* -------------------------------------------------------- sidebar block for events / concerts */

#sidebar .block ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #9f8c7f;
	margin-bottom: 10px;
}

#sidebar .block ul li {
	clear: both;
	border-top: 1px solid #9f8c7f;
	padding-top: 10px;
	margin-top: 10px;
}

#sidebar .block ul li span {
	text-align: right;
	float: right;
	width: 100px;
	display: block;
	padding-bottom: 5px;
}

/* --------------------------------------------------------- wordpress alignment styles & classes for easy divs */

.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.overline {
	border-top:1px solid #e3dcd6;
	margin-top:10px;
	padding-top:10px;
}
.underline {
	border-bottom:1px solid #e3dcd6;
	margin-bottom:10px;
	padding-bottom:10px;
}