/* Reset */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display:block;}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* GENERAL
--------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Layout */
.container {width:950px;margin:0 auto;display:block;}
.container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
#content { margin-bottom: 24px; }
	#main{position: relative; width:734px;float:left; margin: 0 25px 36px 0; padding: 0; border-right: 1px solid #41403b;}
	#main.full {width: 950px; margin: 0; margin: 0 0 36px 0; padding: 0; border: none;}
	#sidebar{width:190px;float:left;}

#content #main .container { width: 710px; padding: 0 23px 0 0; border-right: 1px solid #000; }
#content #main.full .container { width: auto; position: relative; padding: 0; border: none;}


.full {width: 950px;}

/* Typography */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { color: #444; line-height: 1.5; /* set your base font here, to apply evenly font-family: Georgia, serif;	*/ }

a { color: #b45536; text-decoration: none; }
a:hover, a:focus { color: #ff784c; text-decoration: underline;}
a:hover, a:active { outline: none; }
a:active, input.button:active { outline: 0; position: relative; top: 1px; }

ul.none { margin: 0 0 1.5em 0; padding: 0; list-style: none; }
.icon { vertical-align: middle; }
.aligncenter { display: block; margin: 0 auto; }
img.left, p img.left, .alignleft { margin: 0 1.5em 1.5em 0; float: left; }
img.right, p img.right, .alignright { margin: 0 0 1.5em 1.5em; float: right; }
.center{text-align:center;display:block;clear:both;margin:0 auto !important;}
.wp-caption { border: 1px solid #ddd; text-align: center; background: #eee; padding: 14px 10px 6px 10px; margin: 15px 10px; }
.wp-caption-text { margin: 0; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
	padding: 15px; 
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid 	{	}
input:invalid, textarea:invalid { border-radius: 1px;-moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection { text-shadow: none; background: #b45536; color: #fff; }
::selection { text-shadow: none; background: #b45536; color: #fff; }
a:link { -webkit-tap-highlight-color: #b45536; }

h1,h2,h3,h4,h5,h6{font-weight:400;color:#222;}
h1{font-size:3em;line-height:1;margin-bottom:0.5em;}
h2{font-size:2em;margin-bottom:0.75em;}
h3{font-size:1.5em;line-height:1;margin-bottom:1em;}
h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5{font-size:1em;font-weight:700;margin-bottom:1.5em;}
h6{font-size:1em;font-weight:700;}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration: none;}

p{margin:0 0 1.5em;}

blockquote{color:#666;font-style:italic;margin:1.5em;}
strong,dfn{font-weight:700;}
em,dfn{font-style:italic;}
sup,sub{line-height:0;}
abbr,acronym{border-bottom:1px dotted #666;}
address{font-style:italic;margin:0 0 1.5em;}
del{color:#666;}

li ul,li ol{margin:0;}
ul,ol{padding-left:1.5em;margin:0 1.5em 1.5em 0;}
ul{list-style-type:disc;}
ol{list-style-type:decimal;}
dl{margin:0 0 1.5em;}
dl dt{font-weight:700;}
dd{margin-left:1.5em;}

table{margin-bottom:1.4em;width:100%;}
th{font-weight:700;}
thead th{background:#f9f9f9;}
th,td,caption{padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td,tbody tr.even td{background:#f7f7f7;}
tfoot{font-style:italic;}
caption{background:#eeeeee;}

/* Forms */
label { font-weight: bold }
fieldset { padding: 0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size: 1.2em; margin-top: -0.2em; margin-bottom: 1em; }
input[type=text], input[type=password], input.text, input.title, textarea { background-color: #edece2; border: 1px solid #bbb; }
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus { border-color: #666 }
select { background-color: #edece2; border-width: 1px; border-style: solid; }
input[type=text], input[type=password], input.text, input.title, textarea, select { margin: 0.5em 0 }
input.text, input.title { width: 300px; padding: 5px; }
input.title { font-size: 1.5em }
textarea { width: 390px; height: 250px; padding: 5px; }

hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;border:none;margin:0 0 1.45em;}

/* Add images to file links */
a[href$=".pdf"],a[href$=".doc"],a[href$=".xls"]{background-repeat:no-repeat;background-position:right center;margin:-2px 0;padding:2px 22px 2px 0;}
a[href$=".pdf"]{background-image:url(../img/icons/pdf.png);}
a[href$=".doc"]{background-image:url(../img/icons/doc.png);}
a[href$=".xls"]{background-image:url(../img/icons/xls.png);}

/* Errors, notices, infos, alerts, successes */
.error,.alert,.notice,.success,.info{margin-bottom:1em;border:2px solid #ddd;padding:0.8em;text-shadow: none;}
.error,.alert{background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice{background:#fff6bf;color:#514721;border-color:#ffd324;}
.success{background:#e6efc2;color:#264409;border-color:#c6d880;}
.info{background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a,.alert a{color:#8a1f11;}
.notice a{color:#514721;}
.success a{color:#264409;}
.info a{color:#205791;}

/* buttons */
.button, #post-nav a, #post-nav .current, #post-nav .pages, #comments-nav a {
	display: inline-block;
	background: #b45536 url(../img/noise.png);
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #edece2;
	border: none;
	padding: 2px 8px;
	margin: 0 2px;
	cursor: pointer;
	text-decoration: none;
/* 	text-shadow: -1px -1px 0 #777; */
	width: auto;
	overflow: visible;
	-webkit-appearance: none;
	behavior: url(http://mandolinbooks.com/css/PIE.htc);
}
.button:hover, #post-nav a:hover, #comments-nav a:hover { 
	background: #ff784c; 
	color: #edece2; 
}
#post-nav .current{
	background: #edece2 url(../img/noise.png);
	color: #444;
	text-shadow: -1px -1px 0 #fff;
	cursor: default;
}
#post-nav .pages{
	background: transparent;
	color:  #edece2;
	text-shadow: 0 1px 1px #000;
	cursor: default;
}
/* Forms */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-family: sans-serif; font-size: 1em; }
label, input[type=button], input[type=submit], input[type=image], button { cursor: pointer; }
textarea { overflow: auto; }
input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }

/* Grid */
#wrap { }


/* HEADER
--------------------------------------------------------------------------------------------------------------------------------------------------- */
#banner { position: relative; margin: 16px auto 36px; z-index: 1000; }
#banner .container { padding: 0; }

#logo { float: left; width: 350px; height: 108px; margin: 0 10px 16px 0; padding: 0; background: url(../img/mandolin_logo.png) top left no-repeat;}

#nav-main ul { 
	position: relative; 
	list-style: none; 
	margin: 28px 0 16px 0; 
	padding: 0;
	float: left; 
	max-width: 589px;
	border-right: 1px solid #000;
}
#nav-main ul li { float: left; margin: 0; } 
#nav-main ul li:hover { position: relative; }
#nav-main ul li a { 
	text-decoration: none;
	display: block; 
	font-size: 12px; 
	padding: 10px 8px; 
	color: #000; 
	margin: 0; 
	border-left: 1px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #fff;
}
#nav-main ul li a:hover, 
#nav-main ul li.current-menu-item > a, 
#nav-main ul li.current-menu-parent > a, 
#nav-main ul li.current-menu-ancestor > a, 
#nav-main ul li:hover > a { 
	color: #b45536; 
}

#nav-main ul ul { 
	position: absolute; 
	visibility: hidden;
	top: 100%;
	left: 0;
	width: 200px; 
	background: #edece2; 
	padding: 0; 
	margin: 0;
}
#nav-main ul ul li { float: none; }
#nav-main ul ul li a { 
	font-size: 12px;
	text-shadow: #fff 0 -1px 0;
	padding: 4px 16px; 
	width: 168px; /* account for the width of ul#nav-main ul and the padding on the anchor */
	display: inline-block;

}
#nav-main ul ul li a:hover, 
#nav-main ul ul li.current-menu-item > a, 
#nav-main ul ul li.current-menu-parent > a, 
#nav-main ul ul li.current-menu-ancestor > a, 
#nav-main ul ul li:hover > a {
	color: #b45536; 
}

#nav-main ul ul ul { left: 100%; top: 0; }
#nav-main ul li:hover > ul { visibility: visible; }

#nav-utility { position: absolute; top: 0; right: 0; }
#nav-utility ul { list-style: none; margin: 0; padding: 0; float: right; width: auto; position: relative; }
#nav-utility ul li { float: left; position: relative; }
#nav-utility ul li a { display: block; float: left; padding: 2px 6px; }


/* CONTENT
--------------------------------------------------------------------------------------------------------------------------------------------------- */
html {background: url(../img/noise.png) 0 0 repeat}
body {background: url(../img/bg_nav.png) 0 20px repeat-x/* , url(../img/bg_light.png) top center no-repeat; */}
.ie7 body {background: url(../img/bg_nav.png) 0 36px repeat-x;}

#content{margin: 0 0 36px 0;}
#content h1.title, .post-type-archive-wanted_books h1.title {font-family: 'Arvo', serif; font-weight: bold; color: #edece2;}

/* Posts */
.hentry {background: #fdfcf7; padding: 0 10px; margin: 0 0 54px 0; border-width:25px 30px 25px 30px; border-color: transparent ;border-style: solid; -moz-border-image:url(../img/bg_post.jpg) 25 30 25 30 stretch; -webkit-border-image: url(../img/bg_post.jpg) 25 30 25 30 stretch; -o-border-image: url(../img/bg_post.jpg) 25 30 25 30 stretch; border-image: url(../img/bg_post.jpg) 25 30 25 30 fill stretch; text-shadow: 0 1px 1px #fff;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
/* .oldie .hentry {background: #fdfcf7 url(../img/bg_post.jpg); padding: 25px 40px; margin: 0 0 54px 0; border-width:0; border-color: transparent;border-style: solid; text-shadow: 0 1px 1px #fff;behavior: url(http://mandolinbooks.com/css/PIE.htc);} */
.hentry header { margin-bottom: 1.5em; padding-bottom: 9px; border-top: 1px solid #cbcbbe; border-bottom: 1px solid #cbcbbe; text-align: center; }
.hentry h1 { line-height: 1.2em; margin: 0.75em 0 0.2em 0; }
.hentry h1.entry-title, .hentry header h2:first-child { margin: 0.75em 0 0.25em 0 ; text-transform: uppercase; color: #444; text-shadow: 0 1px 1px #fff;font-size: 2em;}
.hentry header h2:first-child a { text-decoration: none; color: #444; text-shadow: 0 1px 1px #fff;}
.hentry header h2:first-child a:hover {background: #f3f1e2 url(../img/noise.png);padding: 3px 10px;border-radius: 5px;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.hentry time {}
.hentry p.byline { }
.hentry .entry-content h1, .hentry .entry-content h2, .hentry .entry-content h3, .hentry .entry-content h4, .hentry .entry-content h5, .hentry .entry-content h6, .hentry #comments h1, .hentry #comments h2, .hentry #comments h3, .hentry #comments h4, .hentry #comments h5, .hentry #comments h6, .hentry #respond h1, .hentry #respond h2, .hentry #respond h3, .hentry #respond h4, .hentry #respond h5, .hentry #respond h6 {text-shadow: 0 1px 1px #fff;}
.hentry .entry-content img { background: #fff; padding: 7px; box-shadow: 0px 0px 4px #777;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.hentry footer { margin-bottom: 1.5em; border-top: 1px solid #cbcbbe; border-bottom: 1px solid #cbcbbe; clear: both;}
.hentry footer ul {margin: 0; padding: 0; list-style: none; height: 36px;}
.hentry footer ul li {display: block; float: left; margin: 0; padding: 0; border-left: 1px solid #cbcbbe;}
.hentry footer ul li.more_link {border-left: none; width: 193px; height: 20px;}
.hentry footer ul li.more_link a {font-size: 14px; padding:2px 10px; margin: 5px 5px 5px 0; color: #444; font-weight: bold;display:block; text-align: center; background: #f3f1e2 url(../img/noise.png);border-radius: 5px;text-shadow: 0 1px 1px #fff;}
.hentry footer ul li.more_link a:hover {color: #222;background: #e6e4d1 url(../img/noise.png); text-decoration: none;}
.hentry footer ul li.twitter_share {padding: 8px 10px; height: 20px;}
.hentry footer ul li.fbook_like {padding: 8px 10px; height: 20px;}
.hentry footer ul li.comments_link a {font-size: 14px; padding:2px 10px; margin: 5px 5px 5px 0; color: #444;display:block; text-shadow: 0 1px 1px #fff;}

/* musicians archive */
.hentry .musician_poster, .hentry .artist_img {float: right;position: relative;top: -36px;right: -40px;margin: 0 0 -36px -40px; padding: 0 0 0 10px;}
.hentry .musician_poster img, .hentry .artist_img img {border: 4px solid #fff; box-shadow: 0px 0px 5px #000;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.hentry .musician_poster .title, .hentry .musician_poster .date {position: absolute;bottom: 43px;left: 14px;font-size: 21px; font-family: 'Arvo', serif; font-weight: bold; color: #edece2; padding: 2px 10px 2px 10px; margin: 0 4px 0 0; background: rgb(0, 0, 0,); background: rgba(0, 0, 0, 0.75); text-shadow: 0 1px 1px #000; text-decoration: none;}
.hentry .musician_poster .date {bottom: 18px;font-size: 14px;}
.hentry .musician_poster a.image:active{position:static;}
.hentry .musician_poster a.title:active{bottom: 43px;position: absolute; top: auto;}
.hentry .musician_poster a.date:active{bottom: 18px;position: absolute; top: auto;}
/* .hentry .musician_poster span {background: url(../img/bg_blog_music.png) no-repeat; width: 275px; height: 66px;display: block; position: absolute;top: -14px;left: 0;} */

.post-type-archive-musicians .hentry {float:left; background: transparent; padding: 0; margin: 0 5px 18px 5px; border:none; -moz-border-image: none; -webkit-border-image: none; -o-border-image: none; border-image: none; text-shadow: 0 1px 1px #fff;}
.post-type-archive-musicians .hentry .musician_poster {padding: 0; margin: 0; float: none; top:0; right: 0;}
.post-type-archive-musicians .hentry .musician_poster .title, .post-type-archive-musicians .hentry .musician_poster .date {bottom: 39px;left: 4px; margin: 0 35px 0 0;}
.post-type-archive-musicians .hentry .musician_poster .date {bottom: 14px;}
.post-type-archive-musicians .hentry .musician_poster .more_link {width: 23px; height: 23px; background: transparent url(../img/bg_more.png) no-repeat; position: absolute; bottom: 14px; right: 8px;}
.post-type-archive-musicians .hentry .musician_poster a.title:active, .post-type-archive-musicians .hentry .musician_poster a.date:active {bottom: 39px;position: absolute; top: auto;}
.post-type-archive-musicians .hentry .musician_poster a.date:active {bottom: 14px;}
.post-type-archive-musicians .tooltip { display: none; z-index: 100; background: rgb(0,0,0);background: rgba(0,0,0,0.85);padding: 10px;margin: 0 4px 0 1px;color: #fff;text-shadow: 0 1px 1px #000;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.post-type-archive-musicians .hentry .musician_poster .tooltip .title, .post-type-archive-musicians .hentry .musician_poster .tooltip .date, .post-type-archive-musicians .hentry .musician_poster .tooltip h3 {position: static; background: transparent; padding: 0; margin: 0;} 
.post-type-archive-musicians .hentry .tooltip p {margin: 0;}

/* artist archive */
/*
.hentry .artist_img {position: relative;top: -20px;left: -40px;margin: 0;}
.hentry .artist_img img {box-shadow: 0px 5px 10px #000; border: 43px solid transparent; -moz-border-image:url(../img/bg_blog_art.png) 43 43 43 43 stretch; -webkit-border-image: url(../img/bg_blog_art.png) 43 43 43 43 stretch; -o-border-image: url(../img/bg_blog_art.png) 43 43 43 43 stretch; border-image: url(../img/bg_blog_art.png) 43 43 43 43 fill stretch;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
*/
/* .single-artist .artist_img img {box-shadow: 0px 5px 10px #000;border: 43px solid transparent; -moz-border-image:url(../img/bg_blog_art.png) 43 43 43 43 stretch; -webkit-border-image: url(../img/bg_blog_art.png) 43 43 43 43 stretch; -o-border-image: url(../img/bg_blog_art.png) 43 43 43 43 stretch; border-image: url(../img/bg_blog_art.png) 43 43 43 43 fill stretch;behavior: url(http://mandolinbooks.com/css/PIE.htc);} */
/* .oldie .artist_img img {background: #fff; padding: 23px; border: 20px solid #5a2e10;} */

.post-type-archive-artist .hentry {float:left; width:430px; height: 273px; background: #fff; padding: 0; margin: 0 20px 36px 20px; position: relative; border:none; -moz-border-image: none; -webkit-border-image: none; -o-border-image: none; border-image: none; text-shadow: 0 1px 1px #fff;box-shadow: 0px 5px 10px #000;}
.post-type-archive-artist .hentry a.artist_img { box-shadow: none; position: relative;top: 0;left: 0;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.post-type-archive-artist .hentry a.artist_img img{ box-shadow: none; border-width: 4px 4px 49px 4px; border-style: solid; border-color: #fff;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.oldie .post-type-archive-artist .hentry a.artist_img img {background: transparent url(../img/bg_archive_art.png) center center no-repeat;padding: 31px 31px 49px 31px; border:none;border-image: none;behavior: url(http://mandolinbooks.com/css/PIE.htc); }
.post-type-archive-artist .hentry .title {width: 328px;font-size: 14px;line-height: 10px;height: 20px;position: absolute;left: 15px;bottom: 14px;margin: 0;}
.post-type-archive-artist .hentry .title a {color: #444;text-decoration: none; text-shadow: 0 1px 1px #fff;}
.post-type-archive-artist .hentry .more_link {width: 23px; height: 23px; background: transparent url(../img/bg_more.png) no-repeat; position: absolute;right: 15px;bottom: 16px; }
.post-type-archive-artist .tooltip {display: none; z-index: 100; width: 422px; margin: 0 4px 0 1px; position: absolute; zoom:1;}
.post-type-archive-artist .tooltip .tooltip_inner { background: rgb(0,0,0); background: rgba(0,0,0,0.85);padding: 10px;color: #fff;text-shadow: 0 1px 1px #000;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.post-type-archive-artist .hentry .tooltip .title {margin: 0; padding: 0;font-size:1.5em;line-height:1;position: static;}
.post-type-archive-artist .hentry .tooltip .title a, .post-type-archive-artist .hentry .tooltip .date a {display:block; color: #fff; text-decoration: none; text-shadow: 0 1px 1px #000;}
.post-type-archive-artist .hentry .tooltip .date {margin-bottom:1.25em;}
.post-type-archive-artist .hentry .tooltip p {margin: 0;}

/* wanted books page */
.post-type-archive-wanted_books #banner  {width:auto}
.post-type-archive-wanted_books #banner .container {width:950px}
.post-type-archive-wanted_books #wrap.container {width: auto;}
.post-type-archive-wanted_books #wanted_books {background: url(../img/bg_shelf.png) center top repeat-y;padding: 0 30px 90px 30px;}
.post-type-archive-wanted_books .hentry {float:left; background: transparent; width: 224px; height: 360px; padding: 0; margin: 0 0 90px 0; border:none; -moz-border-image: none; -webkit-border-image: none; -o-border-image: none; border-image: none; text-shadow: 0 1px 1px #fff; position: relative;}
.post-type-archive-wanted_books .hentry .book_img {display: block; position: absolute; bottom: 0;}
.post-type-archive-wanted_books .hentry a.book_img:active {display: block; position: absolute; top:auto; bottom: 1px;}
.post-type-archive-wanted_books .hentry .book_img  img, .post-type-archive-wanted_books .hentry .book_no_img {border-width: 0 22px 18px 22px; border-style: solid; border-color: transparent; -moz-border-image:url(../img/bg_book_shadow.png) 0 22 18 22 stretch; -webkit-border-image: url(../img/bg_book_shadow.png) 0 22 18 22 stretch; -o-border-image: url(../img/bg_book_shadow.png) 0 22 18 22 stretch; border-image: url(../img/bg_book_shadow.png) fill 0 22 18 22 stretch; behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.post-type-archive-wanted_books .hentry .book_no_img {position: absolute; bottom: 5px;width: 180px;height: 240px;}
.post-type-archive-wanted_books .hentry .book_no_img .book_inner {height: 200px;padding: 20px;background: #999 url(../img/noise.png);}
.post-type-archive-wanted_books .hentry .book_no_img .book_inner p {}
.post-type-archive-wanted_books .hentry .book_no_img .book_inner p a {text-align: center;font-size: 16px; font-family: serif; border: 1px solid white;display: block;height: 158px;padding:20px 10px 10px 10px;color: #222;text-shadow: 0 1px 1px #777777; text-decoration: none; }
.post-type-archive-wanted_books .hentry .book_no_img .book_inner p a em {font-size: 14px; ;color: #444;}
.post-type-archive-wanted_books .hentry .more_link {width: 23px; height: 23px; background: transparent url(../img/bg_more.png) no-repeat; position: absolute;right: 28px;bottom: 28px;}
.post-type-archive-wanted_books .tooltip {display: none; z-index: 100; width: 180px;}
.post-type-archive-wanted_books .tooltip .tooltip_inner {position: relative; background: rgb(0,0,0); background: rgba(0,0,0,0.85);padding: 10px;color: #fff;text-shadow: 0 1px 1px #000;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.post-type-archive-wanted_books .hentry .tooltip .title, .post-type-archive-wanted_books .hentry .tooltip .author {margin: 0; padding: 0;font-size:1.5em;line-height:1;}
.post-type-archive-wanted_books .hentry .tooltip .title a {color: #fff; text-decoration: none; text-shadow: 0 1px 1px #000;}
.post-type-archive-wanted_books .hentry .tooltip .author {font-size:1em;font-weight:700;color:#999;}
.post-type-archive-wanted_books .hentry .tooltip p {margin: 0;}

.single-wanted_books .hentry #cover {float: right;position: relative;top: -36px;right: -40px;margin: 0 0 -36px -40px; padding: 0 0 0 10px;}
.single-wanted_books .hentry #cover img {box-shadow: 0px 3px 10px #000;behavior: url(http://mandolinbooks.com/css/PIE.htc);}

/* Events page */
.page-template-page-event_list-php .hentry {background: transparent; border:none; -moz-border-image: none; -webkit-border-image: none; -o-border-image: none; border-image: none;border-bottom: 1px solid #41403B; color: #f3f1e2;text-shadow: 0 1px 1px #000; behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.page-template-page-event_list-php .hentry .event {padding-top: 1.5em;border-bottom: 1px solid black;border-top: 1px solid #41403B;}
.page-template-page-event_list-php .hentry .event header {margin:0;padding:0;border: none; text-align: left;}
.page-template-page-event_list-php .hentry .event header p, .page-template-page-event_list-php .hentry .event header h2 {margin:0;color: #f3f1e2;text-transform: capitalize;text-shadow: 0 1px 1px #000;}
.page-template-page-event_list-php .hentry .event header a { color: #f3f1e2;text-transform: capitalize;text-shadow: 0 1px 1px #000;}
.page-template-page-event_list-php .hentry .event header a:hover { color: #B45536;background: transparent;margin: 0; padding: 0;}
.page-template-page-event_list-php .hentry .event .event_content {margin: 18px 0;}
.page-template-page-event_list-php .hentry .event footer {border: none;}

/* Post, page, comment navigation */
#post-nav {border-top: 1px solid #000; clear: both; }
#post-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#post-nav .post-previous { float: left; width: 50%; }
#post-nav .post-next { float: right; width: 50%; text-align: right; }
#post-nav .post-next a { float: right; }
.wp-pagenavi {padding-top:18px;text-align: center;border-top: 1px solid #41403B;color:  #edece2; text-shadow: 0 1px 1px #000;}
#comments-nav { clear: both; margin: 0 0 1.5em 0; }
#comments-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#comments-nav .comments-previous { float: left; width: 50%; }
#comments-nav .comments-next { float: right; width: 50%; text-align: right; }
#comments-nav .comments-next a { float: right; }

/* Post comments */
#comments, #respond {margin: 3em 0 0 0;padding: 1.5em 0 0 0; border-top: 1px solid #cbcbbe;}
ol.commentlist img.avatar { float: left; margin-right: 10px; }
ol.commentlist time { display: block; font-size: 1em; margin-bottom: 0.5em; position: relative; }
ol.commentlist .comment-reply-link { display: block; margin-bottom: 1.5em; float: right;}
ol.commentlist {padding: 0; margin: 0 ;}
ol.commentlist li{border: 1px solid #cbcbbe; padding: 10px 10px 30px 10px; list-style: none; margin: 0 0 18px 0;}
ol.commentlist li ul li{margin: 0;}
ol.commentlist li.even {background: #fdfcf7 ;}
ol.commentlist li.odd {background: #f3f1e2;}

.comment {clear: both;}
.comment header {border-top: none; text-align: left; margin: 0 0 10px 0; padding: 0;}
#comments footer {border: none; text-align: left; margin: 0; padding: 0;}

#commentform p { margin-bottom: 1em; }
#commentform label { display: block; }
#commentform textarea { display: block; width: 619px;height: 99px;}
#commentform input.button { margin-top: 0.5em; }
#commentform:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }

/* OpenBook in posts */
.hentry .openbook {border: 1px solid #CBCBBE;margin: 0 0 1.5em 0; padding: 18px;border-radius: 5px;background: #ECE9D8;box-shadow:inset 0 0 10px #cbcbbe;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
.hentry .openbook img{border:1px solid #444;margin: 0 10px 0 0;padding:0;float:left;box-shadow: 0px 3px 10px #000;behavior: url(http://mandolinbooks.com/css/PIE.htc);}

/* Gallery */
figure.gallery-item { float: left; margin: 0 1em 1em 0; position: relative; }
figure.gallery-item a img { 
	border: 4px solid #bbb; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); 
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); 
	behavior: url(http://mandolinbooks.com/css/PIE.htc);
}
figure.gallery-item a:hover img { border-color: #ccc; }
figure.gallery-item figcaption { display: none; }

/* Primary Sidebar */
#sidebar { position: relative; }
#sidebar .container { width: auto; padding: 0;  border-bottom: 1px solid #41403B;}
#sidebar .widget { clear: both; padding-top: 1.5em; border-bottom: 1px solid #000; border-top: 1px solid #41403B;  }
#sidebar .widget:first-child {border-top: none;  }
#sidebar .widget h3 { font-family: 'Arvo', serif; font-weight: bold; color: #edece2;}
#sidebar .widget .container { border: none; }
#sidebar .widget ul { }
#sidebar .widget ul li {list-style: none;}
#sidebar .widget ul li a {color:  #edece2; text-shadow: 0 1px 1px #000;}
#sidebar .widget ul li a:hover {color:  #fff;}
#sidebar .widget .gform_wrapper ul { padding: 0; list-style-type: none; }

/* 404 */

.error404 #main { color: #f3f1e2;text-shadow: 0 1px 1px #000;}

/* PAGES
--------------------------------------------------------------------------------------------------------------------------------------------------- */
/* HOME
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.home #main {margin: 54px 0 36px 0;}
.home #main .container h1 {text-align: center; font-family: 'Arvo', serif; font-weight: bold; color: #edece2;font-size: 3.75em;}
.home #main .container p {text-align: center; color: #e0decf; padding: 0 70px; font-size: 1.1em;}

.home #home_feature {background: url(../img/bg_shelf.png) center bottom no-repeat; padding: 0 0 54px 0;}
.home #home_feature #coffee_box, .home #home_feature #book_box, .home #home_feature #event_box {width:310px; height: 216px; float: left; margin: 0 10px 0 0;}
.home #home_feature #coffee_box {background: url(../img/bg_coffee.png) top center no-repeat; width:200px; height: 100px; padding: 56px 80px 78px 30px;font-family: 'Rock Salt', serif; color: #fff; font-size: 12px; text-align: center;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); overflow: hidden;}
.home #home_feature #coffee_box h3 {color: #fff; line-height: 1.5; font-size: 16px;}
.home #home_feature #book_box {background: url(../img/bg_books.png) top center no-repeat;display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr;}

.home #home_feature #event_box {margin: 0 0 0 0; position: relative;}

.home #home_feature #event_box #musician {position: absolute; top:18px; right: 8px; width: 132px; height: 94px; padding: 10px 10px 10px 10px; background: url(../img/bg_poster_small.png) top center no-repeat; overflow: hidden;}
.home #home_feature #event_box #musician .title {font-size: 14px; margin: 0; font-family: 'Arvo', serif; font-weight: bold;}
.home #home_feature #event_box #musician .subtitle {font-size: 10px; }
.home #home_feature #event_box #musician h4 {font-size: 12px; margin: 0; }
.home #home_feature #event_box #musician .name, .home #home_feature #event_box #musician .name a {font-family: 'Rock Salt', serif;margin: 0;color: #000;}

.home #home_feature #event_box #artist {position: absolute; bottom:25px; right: 60px; width: 170px; height: 33px; padding: 5px 15px 10px 15px; background: url(../img/bg_artist_small.png) top center no-repeat; overflow: hidden;}
.home #home_feature #event_box #artist .title {font-size: 12px; margin: 0;}
.home #home_feature #event_box #artist .name, .home #home_feature #event_box #artist .name a {font-family: 'Rock Salt', serif;font-size: 12px; margin: 0;color: #000; line-height: 2.2;}

.home #home_feature #event_box #frame {position: absolute; top:20px; left: 0; width: 104px; height: 133px; padding: 16px 19px 15px 24px;}
.home #home_feature #event_box #frame .frame_overlay {background: url(../img/bg_frame_small.png) center center no-repeat; width: 147px; height: 166px;display: block; position: absolute;top: 0;left: 1px;}

/* FOOTER
--------------------------------------------------------------------------------------------------------------------------------------------------- */
#content-info {clear: both; position: relative; background: #000 url(../img/bg_footer.jpg) repeat-x ; border-top: 1px solid #404040; padding: 18px 0 0 0; color: #edece2;}
#content-info h1, footer h2, footer h3, footer h4, footer h5 {font-family: 'Arvo', serif; font-weight: bold; color: #edece2;}
#content-info h3 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
#content-info h3 a, footer ul a { color: #edece2; text-decoration: none; }
#content-info h3 a:hover, #content-info ul a:focus, #content-info h3 a:hover, #content-info ul a:focus { color: #ff784c; text-decoration: underline;}

#content-info .widget {width: 220px; min-height: 270px; float: left; margin: 0 10px 0 0;padding: 0 9px 0 0; border-right: 1px solid #363636;text-shadow: 0 1px 1px #000;}
#content-info #vcard.widget {width: 230px; margin: 0; padding: 0;border: none;}
#content-info .widget .container {width: auto;}
#content-info .widget ul {padding: 0;}
#content-info .widget ul li {padding: 0 0 0 30px; margin: 0 0 18px 0; list-style: none;}
#content-info #events-list.widget ul li {background: transparent url(../img/list_event.png) 0 0 no-repeat;}
#content-info #rmc-3.widget ul li {background: transparent url(../img/list_blog.png) 0 0 no-repeat;}
#content-info #rbrp-4.widget ul li {background: transparent url(../img/list_book.png) 0 0 no-repeat;}
#content-info .widget ul li.adr {background: transparent url(../img/list_address.png) 0 0 no-repeat;}
#content-info .widget ul li.tel {background: transparent url(../img/list_phone.png) 0 0 no-repeat;}
#content-info .widget ul li.mail {background: transparent url(../img/list_mail.png) 0 0 no-repeat;}
#content-info .widget ul li.hours {background: transparent url(../img/list_hours.png) 0 0 no-repeat;}
#content-info .widget ul li.hours p {margin: 0;}
#content-info .widget ul li.hours .hour {padding: 0 0 0 10px;}
#content-info .widget span.date, footer .widget span.permalink a, footer .widget span.author, #content-info .widget ul li.hours .hour {display: block; font-size: 11px;color: #7a7a7a;}

#content-info aside { border-top: 1px solid #272727; border-bottom: 1px solid #272727; padding: 18px 0 18px 0;}
#content-info #twitter_feed {width: 630px; min-height: 36px; padding: 9px; background: #202020; border-radius: 5px;text-align: right; float: left;behavior: url(http://mandolinbooks.com/css/PIE.htc);}
#content-info #twitter, footer #rss  {width: 54px; height: 54px; float: left;}
#content-info #twitter { background: transparent url(../img/bg_social_sprite.png) 0 0 no-repeat;}
#content-info #rss {width: 46px; background: transparent url(../img/bg_social_sprite.png) -54px 0 no-repeat;}
#content-info #logo_footer {width: 190px; height: 54px; padding: 5px; margin: -5px 0 -5px 0; background: #202020 url(../img/mandolin_logo_small.png) no-repeat 5px 5px;}

footer#content-info .copy {color: #363636; float: right; margin: 18px 0 18px 0; font-size: 12px;}
footer#content-info .copy, footer#content-info .copy a, footer#content-info .copy a:hover#content-info {color: #363636;}

#content-info > .container { padding: 0 0 1.5em; }

#content-info ul.menu { margin: 0 0 24px; padding: 0; list-style-type: none; }
#content-info ul.menu li { display: inline; margin-right: 1em; }

#content-info p.copy small { font-size: 1em; }

#content-info p.vcard { position: absolute; top: 0; right: 0; margin: 0; text-align: right; }
#content-info p.vcard a.fn { font-size: 14px; }

/* clearfix */
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}

/* WIDGETS & PLUGINS
--------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Fancybox */
#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url(../img/fancybox/fancybox.png); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url(../img/fancybox/fancybox.png) -40px 0px; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px sans-serif; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url(../img/fancybox/blank.gif); z-index: 1102; display: none; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; }
#fancybox-right:hover span { left: auto; right: 20px; }
#fancybox-left:hover span { left: 20px }
#fancybox-left { left: 0px }
#fancybox-right { right: 0px }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url(../img/fancybox/fancybox.png); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url(../img/fancybox/fancybox.png); background-position: -40px -60px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url(../img/fancybox/fancybox-x.png); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url(../img/fancybox/fancybox-y.png); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -182px; }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url(../img/fancybox/fancybox-x.png); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url(../img/fancybox/fancybox-y.png); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url(../img/fancybox/fancybox.png); background-position: -40px -122px; }
#fancybox-title { font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #fff; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url(../img/fancybox/fancy_title_over.png); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url(../img/fancybox/fancybox.png) -40px -90px no-repeat; }
#fancybox-title-float-main { color: #fff; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url(../img/fancybox/fancybox-x.png) 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url(../img/fancybox/fancybox.png) -55px -90px no-repeat; }

/* MapPress */
#mapp0_poweredby, #mapp1_poweredby, #mapp2_poweredby, #mapp3_poweredby, #mapp4_poweredby, #mapp5_poweredby, #mapp6_poweredby, #mapp7_poweredby, #mapp8_poweredby, #mapp9_poweredby, #mapp10_poweredby { display: none !important; } /* remove MapPress credit */

/* Search */
#searchform #s { padding: 5px; }


/* INTERNET EXPLORER
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.ie7 #nav-main ul li { zoom: 1; }
.oldie .hentry .musician_poster,.oldie .single-wanted_books .hentry #cover {position:relative; zoom:1;}

/* add zoom:1 to overflow:hidden */
.ir,.post-type-archive-artist .hentry .title,.home #home_feature #coffee_box,.home #home_feature #book_box,.home #home_feature #event_box #musician,
.home #home_feature #event_box #artist,
#fancybox-content,
.container:after,
#post-nav:after,
#comments-nav:after,
#commentform:after,
.clearfix:after,
.container:after,
#main,
#sidebar,
#content #main.full .container,
a:active,
input.button:active,
#banner,
#nav-main ul,
#nav-main ul li:hover,
#nav-utility ul,
#nav-utility ul li,
.hentry a.artist_img,
.post-type-archive-artist .hentry,
.oldie .post-type-archive-artist .hentry,
.post-type-archive-artist .hentry a.artist_img,
.post-type-archive-wanted_books .hentry,
.post-type-archive-wanted_books .tooltip .tooltip_inner,
ol.commentlist time,
figure.gallery-item,
.home #home_feature #event_box,
#content-info,
#fancybox-outer,
.fancybox-title-inside {zoom:1;}

/* Clearfixes */
.ie7 #commentform, .ie7 #post-nav, .ie7 #comments-nav { display: inline-block; }


/* MEDIA QUERIES
--------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */

}/*/mediaquery*/

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */

}/*/mediaquery*/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } 
  a, a: visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) )"; }
  abbr[title]:after { content: " (" attr(title) )"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }	
}