/* Poems Out Loud styles */
/* The visual design and layout for Poems Out Loud are copyright 2009 Mandy Brown and may not be reproduced. */
/* mandy [at] aworkinglibrary [dot] com */


/* reset --------------------------------------------------------------------------- */

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, 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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ol, ul {
	list-style: none outside;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	}
	
/* general ------------------------------------------------------------------------------------- */

body {
	background: #ebeae3;
	color: #333;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	}
		
#wrap {
	width: 950px;
	margin: 25px auto;
	}
	
hr {
	border: 1px solid #fff;
	margin: 5px 40px 5px 20px;
	}

/* self-clear floats */	
.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* background */

#inner_wrap {
	background: #ebeae3 url('http://www.poemsoutloud.net/images/system/bg_main.jpg') repeat-y 20px 0;
	margin: 20px 0;
	padding-bottom: 50px;
	} 

/* links */

a {
	color: #4b4836;
	border-bottom: 1px #a19c82 dotted;
	text-decoration: none;
	}

a:visited {
	color: #817E6A;
	border-bottom: 1px #817E6A dotted;
	}

a.more {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	color: #817D65;
	font-weight: bold;
	border: 0;
	}

a:hover {
	color: #000;
	border-bottom: 1px #000 dotted;
	}
	
	
	
	
	
	
/* inputs */

input#search-txt,
input#iruyjj-iruyjj {
	color: #666666;
	float: left;
	font-size: 11px;
	height: 24px;
	margin-right: 5px;
	padding: 5px 0 0 4px;
	width: 242px;	
	}

#news input#iruyjj-iruyjj {
	width: 440px;	
        margin-bottom: 20px;
        }



fieldset.submit {
        margin-top: 10px;
        }


/* head ------------------------------------------------------------------------------------- */

#head {
	position: relative;
	margin-bottom: 20px;
	}

#head #logo {
	float: left;
	height: 120px;
	margin-left: 20px;
	}
	
#head #logo h1 a {
	position: absolute;
	background: url("http://www.poemsoutloud.net/images/system/2logo.jpg") no-repeat top left;
	width: 510px;
	height: 110px;
	text-indent: -9999px;
	border: none;
	}

#head #logo h1 a:hover  {
	background: url("http://www.poemsoutloud.net/images/system/2logo.jpg") no-repeat left bottom;
	}
	
#head #nav {
	position: absolute;
	width: 300px;
	left: 540px;
	top: 20px;
	}

#head #nav ul li {
	float: left;
	display: block;
	margin: 0 2px 2px 0;
	width: auto;
	}	

#head #nav ul li a,
#head #nav ul li a:visited {
	display: block;
	height: 16px;
	background: #dbb728;
	font-size: 13px;
	color: #fff;
	border: none;
	height: 16px;
	padding: 7px 20px 12px 20px;
	}	

#head #nav ul li a:hover {
	background: #262521;
	}

#head #nav ul li.sub a {
	background: #dbb728 url("http://www.poemsoutloud.net/images/system/rss-icon.gif") no-repeat 17px 10px;
	padding-left: 38px;
	}

#head #nav ul li.sub a:hover {
	background: #201f1f url("http://www.poemsoutloud.net/images/system/rss-icon.gif") no-repeat 17px 10px;
	}

#head #nav ul li.active a {
	background: #201f1f;
	}
	
#head #nav ul li.activesub a {
	background: #201f1f url("http://www.poemsoutloud.net/images/system/rss-icon.gif") no-repeat 17px 10px;
	padding-left: 38px;
	}
	


/* blog ------------------------------------------------------------------------------------- */

#blog {
	font-family: Georgia, Times, "Times New Roman";
	width: 500px;
	margin-right: 20px;
	float: left;
	}

div.post {
	width: 460px;
	margin: 20px 20px 40px 40px;
	}

div.post h1 {
	text-align: center;
	font: 32px/34px Baskerville, Times, "Times New Roman", serif;
	font-weight: bold;
	color: #000;
	}

body#reading div.post h1 {
	font-weight: normal;
	border: none;
	padding-bottom: 2px;
	}

div.post h1 a,
div.post h1 a:visited {
	color: #000;
	border: none;
	}

div.post h1 a:hover {
	text-decoration: underline;
	color: #DBB728;
	}
	
div.post h2 {
	font: 32px/34px Baskerville, Times, "Times New Roman", serif;
	font-style: italic;
	color: #000;
	text-align: center;
	}
	
div.post h3 {
	border-top: 1px solid #888369;
	margin: 10px 0 20px 0;
	padding-top: 8px;
	font: 13px "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	text-align: center;
	color: #808080;
	}
	
div.post h3 a {
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #808080;
	border: none;
	font-weight: bold;
	}

div.post h3 a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
	}

div.post div.epi {
    text-align: center;
    padding-bottom: 20px; 
        }

div.post div.epi h3,
div.post div.epi h4 {
    font-weight: normal;       
    }

div.post div.epi h3 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 22px;
	padding-bottom: 3px;
	}
 
body#index div.post div.epi,
body.archive div.post div.epi {
	padding-bottom: 10px;
	}
 
body#index div.post div.epi h3,
body.archive div.post div.epi h3 {
	font-size: 18px;
	padding: 0;
	}

body#reading div.post h2 {
	font: 32px/34px Baskerville, Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #000;
	letter-spacing: 0;
	border-bottom: 1px solid #888369;
	padding: 0 0 8px 0;
	}

div.post p {
	margin-bottom: 20px;
	}

div.post p.more {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	}

div.post p.more a, 
div.post p.more a:visited {
	color: #808080;
	text-decoration: none;
	border: none;
	}

div.post p.more a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}

div.post p.more a span {
	background: url('http://www.poemsoutloud.net/images/system/icon_cmt.gif') no-repeat 0 2px;
	padding-left: 20px;
	}

body#perma div.post p span.drop {
	font-family: Baskerville, Times, "Times New Roman", serif;
	display: block;
	font-size: 70px;
	float: left;
	padding: 22px 5px 5px 10px;
	overflow: visible;
	}

body#perma div.post p span.pcap {
	font-style: italic;
	color: #666;
	font-size: 12px;
	display: block;
	text-align: right;
	}

div.post img.upload {
	margin: 20px 0;
	border: 10px #f2f0e5 solid;
	}

div.post img.left {
	margin: 0 20px 20px 0;
        float: left;
	}

div.audio {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	margin: 20px 0;
	padding-left: 85px;
	}
	
body#reading div.audio {
	border-bottom: 1px solid #888369;
	}
	
div.post div.audio p {
	font-size: 12px;
	}
	
div.post pre {
	font: 14px/20px Georgia, Times, "Times New Roman", serif;
	margin-top: 20px;
	}

body#perma div.post pre {
	padding-left: 20px;
	color: #666;
	border-left: 10px solid #d2cfc2;
	margin-bottom: 20px;
	}
	
div.cmt blockquote,
div.post blockquote,
div.post blockquote p {
	margin-left: 20px;
	margin-right: 20px;
	color: #666;
	}

div.post div.rel {
        font-style: italic;
        padding-top: 20px;
        border-top: 1px solid #ccc;
        }

div.post div.rel strong {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-style: normal;
        }

h1.cat {
	margin: 20px 0 0 40px;
	text-align: center;
	font-weight: normal;
	border-bottom: 2px solid #f2f0e5;
        font-size: 32px;
        color: #292824;
	}	

h2.cat {
	margin: 0 0 40px 40px;
	text-align: center;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
        font-size: 14px;        
        color: #4B4836;
        }

div.cat_img {
        width: 480px;
        margin-left: 30px;
        }

/* main ------------------------------------------------------------------------------------- */

#main {
	margin-top: 20px;
	padding-top: 10px;
	}
	
#main h2.sort {
	margin: 5px 0 30px 40px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	font-weight: normal;
	color: #808080;
	}
	
#search {
	float: left;
	margin: 0 40px 30px 0;
	padding: 5px 0 20px 20px;
	width: 370px;
	border-bottom: 2px solid #fff;
	}
		
#readings {
	margin-bottom: 50px;
	}

#readings ul li {
	float: left;
	margin: 80px 20px 0 0;
	}

#readings ul li.feat {
	margin-top: 20px;
	}
	
#read_wrap {	
	position: relative;
	margin: 30px 0 20px 0;	
	}

#read_wrap h4 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #d3d1c5;
	margin-right: 20px;
	}
	
#poet_nav a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	position: absolute;
	top: 20px;
	left: 670px;
	padding: 10px 20px 10px 10px;
	font-size: 13px;
	background: #c58026;
	color: #fff;
	border: none;
	}

body#reading #poet_nav a {
	top: 41px;
	left: 390px;
	}

#poet_nav a:hover,
#blog_nav a:hover {
	background: #2b2714;
	}

#blog_nav a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	padding: 10px 20px 10px 10px;
	font-size: 13px;
	background: #DBB728;
	color: #fff;
	border: none;
	}
	
body.archive #blog_nav a {
	margin-left: -90px;
	}
	


/* sidebar ------------------------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 370px;
	margin-left: 20px;
	}
	
#sidebar h2 {
        color: #292824;
	border-bottom: 1px #b2b1b1 solid;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 40px;
	font-style: italic;
	}
	
#sidebar h2 strong {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	}
	
#sidebar h2 em {
	text-transform: uppercase;
	font-style: normal;
	}

#sidebar h2 a {
	border: 0;
	}

#sidebar p {
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	}
	
#sidebar p.more {
	margin: -27px 0 10px 0;
	background: #ebeae3;
	width: 50px;
	}


#sidebar p.more a {
	font-size: 12px;
	font-weight: bold;
	color: #817d65;
	}
	
#sidebar p.more a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}
	
#sidebar #sign_up  {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #b2b1b1 solid;
	}

#sidebar #sign_up h2,
#sidebar #other h2 {
	border: none;
	}

#sidebar #other h2 {
	margin-bottom: 0;
	}

#sidebar #other h2,
body#perma #sidebar h2,
body#reading #sidebar h2 {
	font-size: 22px;
	}

#sidebar #other {
	margin-bottom: 30px;
	}

#sidebar #other {
	padding-bottom: 10px;
	border-bottom: 1px #b2b1b1 solid;
	}

#sidebar #other ul li {
	display: inline;
	}	

#sidebar #other ul li img {
         float: left;
         padding: 2px 5px 0 0;
         }

#sidebar #ad a {
        border: 0;
        }

#sidebar #ad a img {
	border: 10px solid #fff;
	}

#sidebar #ad a:hover img {
        border: 10px solid #DBB728;
        }
	
#sidebar div.book {
	margin-bottom: 30px;
	}
	
#sidebar div.book img {
	border: 10px solid #fff;
	float: left;
	margin: 0 20px 20px 0;
	}
	
#sidebar div.book a:hover img {
	border: 10px solid #DBB728;
	}
	
#sidebar div.book h3 {
	font: 20px/24px Baskerville, "Times New Roman", Times, serif;
	margin-top: 15px;
	font-weight: bold;
	}

#sidebar div.book h3 a {
	border: none;
	}
	
#sidebar div.book h3 a:hover {
	border-bottom: 1px solid #000;
	border-bottom: 1px dotted #000;
	}
	
#sidebar div.book h4 {
	font: 20px/22px Baskerville, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
#sidebar div.book ul {
	margin: 10px 0;
	}

#sidebar div.book ul.buy li {
	font-size: 13px;
	line-height 20px;
	color: #808080;
	}
	
#sidebar div.book ul.buy li a {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	border: none;
	color: #808080;
	}
	
#sidebar div.book ul.buy li a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}

#sidebar div.poet-lst p a.fn {
	color: #808080;
	text-transform: uppercase;
	border: none;
	letter-spacing: .05em;
	}
	
#sidebar div.poet-lst p a:hover.fn {
	color: #000;
	border-bottom: 1px dotted #000;
	}

	
	
/* poet lists ------------------------------------------------------------------------------------- */
	
div.poet-lst {
	margin-bottom: 30px;
	}
		
div.poet-lst ul li img.poet {
	border: 10px solid #fff;
	float: left;
	margin: 0 20px 20px 0;
        width: 90px;
        height: 90px;
	}

#blog div.poet-lst img.poet {
	border: 10px solid #EBEAE3;
	}
	
div.poet-lst ul li a:hover img.poet,
#blog div.poet-lst a:hover img.poet {
	border: 10px solid #DBB728;
	}
		
div.poet-lst h3 {
	font: 16px/20px Baskerville, Times, "Times New Roman", serif;
	font-weight: bold;
	padding-top: 3px;
	}

div.poet-lst h3 a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}


div.poet-lst h3 span {
	font-weight: normal;
	}
	
#blog div.poet-lst h3 {
	font-size: 20px;
	}

div.poet-lst h4 {
	font: 13px "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	padding-top: 0;
	}
	
#blog div.poet-lst h4 {
	font: 20px/24px Baskerville, Times, "Times New Roman", serif;
	font-style: italic;	
	}
	
div.poet-lst h4 a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	color: #808080;
	}
	
div.poet-lst h4 a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}

div.poet-lst h5 {
	font: 13px "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	margin-top: 10px;
	}
	
div.poet-lst h5 a {
	margin-top: 10px;
	padding: 6px 10px;
	color: #eeede7;
	font-weight: normal;
	background: #666;
	}
	
div.poet-lst h5 a:hover {
	background: #000;
	}
	
body#perma div.poet-lst h5 {
	float: left;
	margin: 6px 10px 0 0;
	}

body#perma div.poet-lst ul li {
	margin-top: 20px;
	}

body#perma div.poet-lst h3 {
	margin-left: 45px;
	}
	
div.poet-lst a {
        border: 0;
        }

div.poet-lst a:hover.more {
	border-bottom: 1px dotted #000;
        }

	
#blog div.poet-lst {
	margin: 20px 0 0 40px;
	}
	

/* video lists ------------------------------------------------------------------------------------- */

div.video {
	margin-top: 20px;
	}
	
div.video ul li {
	margin-bottom: 20px;
	}
	
div.video ul li p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
	}
	
/* comments ------------------------------------------------------------------------------------- */
	
#comments {
	padding: 0;
	margin-left: 40px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #666;
	}

#comments h3 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
        font-style: normal;
	color: #888469;
	border-bottom: 1px solid #888469;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 5px;
	}
	
div.cmt {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #d3d1c5;
	}

div.cmt p {
	color: #333;
	font-style: normal;
	margin-bottom: 20px;
	}
	
div.cmt img.av {
	float: left;
	width: 70px;
	border: 10px solid #EBEAE3;
	margin: 0 20px 20px 0;
	}	
	
div.cmt h4 {
	font-size: 13px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	font-style: normal;
	margin-bottom: 8px;
	}
	
div.cmt h4 a {
	color: #808080;
	border: none;
	font-weight: bold;
	}

div.cmt h4 a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}
	
div.cmt h4 a span {
	text-transform: uppercase;
	letter-spacing: .05em;
	}	

#post_cmt {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	font-style: normal;
	}
	
#post_cmt form fieldset {
	margin-bottom: 20px;
	}
	
#post_cmt form label {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	display: block;
	margin: 2px 0;
	}
	
#post_cmt form fieldset input.form_text {
	width: 350px;
	height: 20px;
	padding: 2px;
	}
	
#post_cmt form fieldset textarea {
	width: 458px;
	}

#post_cmt form fieldset.submit input {
	float: left;
	margin: 2px 10px 0 0;
	}

/* search ------------------------------------------------------------------------------------- */

div.search-lst {
	margin: 30px 0 0 40px;
	}
	
div.search-lst a {
	border: 0;
	}
	
div.search-lst ol li img {
	border: 10px solid #EBEAE3;
	margin: 0 20px 20px 0;
	float: left;
	}

div.search-lst ol li img.poet {
        width: 90px;
        height: 90px;

        }
	
div.search-lst a:hover img {
	border: 10px solid #AFAC9B;
	}
	
div.search-lst ol {
	list-style: none outside;
	margin-left: 20px;
	color: #666;
	}
	
div.search-lst ol li {
	margin-bottom: 40px;
	}

div.search-lst h2.num {
         float: left;
         width: 20px;
         margin: 0;
         padding: 0;
         font-weight: normal;
         font-size: 13px;
	 font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
         }
	
div.search-lst h4,
div.search-lst h3 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-size: 20px;
	line-height: 24px;
        margin-left: 20px;
	}	

div.search-lst h3 span {
        font-weight: normal;
        }

div.search-lst h3 a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}
	
div.search-lst h4 {
	font-weight: normal;
	font-style: italic;
        margin-left: 20px;
	}

div.search-lst h4.au {
	font: 14px "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
        margin-bottom: 4px;
        }
	
div.search-lst h5 {
	font: 13px "Helvetica Neue", Helvetica, Arial, "Lucida Sans", sans-serif;
	margin-top: 10px;
        margin-left: 20px;
	}
	
div.search-lst h5 a {
	margin-top: 15px;
	padding: 6px 10px;
	color: #eeede7;
	font-weight: normal;
	background: #666;
	}
	
div.search-lst h5 a:hover {
	background: #000;
	}
	
div.search-lst h5 a img,
div.search-lst h5 a:hover img{
	border: 0;
	float: none;
	margin: 0;
	}

div.search-lst p {
        margin-left: 20px;
        }

/* movie ------------------------------------------------------------------------------------- */


div.movie {
	margin: 20px 0;
        width: 425px;
	border: 17px solid #ebeae3;
	}


/* rss -------------------------------------------------------------------------------------- */

ul.rss {
        list-style: none outside;
        line-height: 24px;
        }

ul.rss li {
        padding: 0 0 0 20px;
        background: url(http://www.poemsoutloud.net/images/system/rss-icon.gif) 0 3px no-repeat;
        }
	
/* foot ------------------------------------------------------------------------------------- */

#foot {
	margin: 30px 0 100px 0;
	font-size: 12px;
	color: #312a2a;
	}

#foot #norton {
        width: 370px;
        margin: -5px 20px 0 20px;
        float: left;
}

#foot #norton a {
         border-bottom: 0;
}

#foot #foot_nav {
	width: 240px;
	margin: 0 20px;
	float: left;
	}

#foot #foot_nav ul li {
	display: inline;
	}

#foot div.copy {
	float: left;
	width: 370px;
	margin-right: 20px;
	}
	
#foot div.credits {
	float: left;
	width: 260px;
	}
