/*  
Theme Name: Linebreak Version 3.0 (Red Ribbon)
Theme URI: http://linebreak.org/
Description: Theme for Linebreak
Version: 3
Author: Johnathon Willims
Author URI: http://linebreak.org/
*/

/* -----------------------------------------------------------------
	GENERIC FLOAT CLASSES
---------------------------------------------------------------------  */

.left {
	float:left;
}

.right {
	float:right;
}

/* -----------------------------------------------------------------
	HEIGHT, BODY, AND MASTHEAD CONTROLS FOR FIXED FOOTER!
	Fixed positioning goodies from 456 Bera st. 
	Fuck IE6: We don't support it! 
	----------------------------------------------------------------*/




html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}

html>body #container {height:100%;} /* 100 % height */

html>body #container-inner {height:100%;} /* 100 % height */
html>body .poem, html>body .page, html>body .blog-page  {padding:8em 0em 9em 0em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */


#subscribe {
	width:100%;
	height:100px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing:0.1em;
	font-size:1em;
}

html>body #subscribe {
	position:fixed;
	top:125px;
	right:-3px;
	width:50px;
	height:125px;
	z-index:11;
 /* Prevent certain problems with form controls */
}

#subscribe a {
	background:#000;
	color:#73a08c;
	width:60px;
	height:150px;
	display:block;
	padding:15px;
	text-align:center;
	text-decoration:none;
	background: transparent url(subscribe.png) no-repeat 0 0;
	text-indent:-9000px;
}

#masthead {
	width:100%;
	height:160px;
}

html>body #masthead {
	position:fixed;
	bottom:0;
	z-index:11;
 /* Prevent certain problems with form controls */
}

div#masthead {
 background: transparent url(magic.png) top repeat-x;
}
 
h1#logo { 
 float: right;
 overflow:hidden;
 position: relative;
 width: 107px;
 height: 147px;
 /* The 12px right margin is, again, to lign up with my grid, preserving the 20px of space around my 960 grid box. */
 margin: 3px -7px 0 0;
 background: transparent url(logo.png) top left no-repeat;
}
 
h1#logo a { 
 display:block;
 text-indent: -9000px;
 width: 107px;
 height: 147px;
 border:0;
 }



/* -----------------------------------------------------------------
DEFAULT BODY TEXT STYLES AND BACKGROUND COLOR
-------------------------------------------------------------------- */

body {
/* font-family: helvetica, arial, sans-serif; */
font-size:12pt;
background-color: #fff;
color:#333;
}



/* -----------------------------------------------------------------
TEXT
-------------------------------------------------------------------- */

body, #navlinks, .poem-body, .entry-body, .page-body, #poem-meta, .poem-date, .entry-date, pre {
font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
}

.page h4, .page-title, .entry-title, .poem-title {
	font-family: "apolline-1","apolline-2", serif;
}

.script {
	font-family: "cody-1","cody-2", cursive, serif;
}


/* -----------------------------------------------------------------
 Navigation 
-------------------------------------------------------------------- */

#navbar {
float: left;
margin: 85px 0 0 0;
width: 760px;
position: static;
} 
 
#navlinks {
list-style:none;
margin:0;
padding:0;
position: relative;
}
 
#navlinks li {
float: left;
padding: 0 50px 0 0;
/* font-family: helvetica, Arial, sans-serif; */
text-transform: uppercase;
line-height: 1em;
letter-spacing:0.1em;
font-size:1em;
position: relative;
margin:0;
font-weight:normal;
}
 
#navlinks li a {
text-decoration: none;
color:#73a08c;
}
 
#navlinks li.first {
padding-left:0;
}

#navlinks li a.current {
	color:#FFF;
}

#navlinks dd {
	padding-top:8px;
	font-size:0.75em;
	color:#CCC;
	font-style:italic;
	text-transform:none;
}

/* -----------------------------------------------------------------
	META STYLES
	AUDIO, AUTHOR, AND READER BOXES
---------------------------------------------------------------------  */

#poem-meta {
margin:15px 0 25px 0;
}

#metabar {
width:100px;
list-style:none;
margin-left:0;
}

.poem-author, .poem-reader {
/* font-family:helvetica, arial, sans-serif; */
font-weight:normal;
margin:0;
padding:3px 0 1px 0;
font-size:.85em;
text-transform:uppercase;
letter-spacing:0.1em;
color:#de6037;
line-height:140%;
}

.poem-author a, .poem-reader a {
	color:#de6037;
}

audio {
	margin-bottom:20px;
}

#playbutton {
	float:left;
	margin:0 15px 0 0;
}

#metabar li#bio {
 float: left;
 overflow:hidden;
 position: relative;
 width: 11px;
 height: 15px;
 background: url(info.gif) top left no-repeat;
 margin-left:10px;
 margin-bottom:0;
 padding-bottom:0;
}

#metabar li#bio a {

display:block;
 text-indent: -9000px;
 width: 11px;
 height: 15px;
 border:0;
}

#metabar li#audio {
 float: left;
 position: relative;
 width: 22px;
 height: 15px;
 background: url(audio.gif) top left no-repeat;
 margin-left:10px;
}

#metabar li#audio a {
display:block;
 text-indent: -9000px;
 width: 22px;
 height: 15px;
 border:0;
}

#poem-meta-author, #poem-meta-audio {
background:#FFF;
color:#333;
padding:10px 0;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
/* font-family:helvetica, arial, sans-serif; */
font-size:0.9em;
letter-spacing:0.1em;
}

#poem-meta-author a, #poem-meta-audio a {
color:#5f80a0;
}

#poem-meta-author a:hover, #poem-meta-audio a:hover {
color:#990000;
}


#poem-meta-author img {
border:1px solid #FFF;
float:left;
margin:0 8px 5px 0;
}


/* -----------------------------------------------------------------
	PADDING & MARGIN FOR CONTAINERS
	DIVS & PARAGRAPHS
---------------------------------------------------------------------  */

.poem p, .page p, .poem pre, .entry p, .entry pre {
padding-bottom:24px;
}


/* -----------------------------------------------------------------
	TEXT STYLES
---------------------------------------------------------------------  */


/* HEADER STYLES ------------- */

.poem-date, .entry-date {
/* font-family:'times new roman', times, serif; */
font-size:0.9em;
color:#73a08c;
line-height:1em;
padding:0 0 10px 0;
letter-spacing:0.1em;
text-transform:uppercase;
font-weight:200;
}

.poem-title, .page-title, .entry-title {
/* font-family:'times new roman', times, serif; */
font-size:2.6em;
color:#000;
font-weight:100;
margin:0;
padding:0;
line-height:1.2em;
}

.page-title {
	font-size:2.8em;
	margin-bottom:40px;
	text-transform:uppercase;
}

.poem-title a, .page .page-title a, .blog-page .entry-title a {
text-decoration:none;
color:#000;
}

.poem-title a:hover, .page .page-title a:hover, .blog-page .entry-title a:hover {
color:#d61818;
}

.poem-body h5.subhead {
	font-weight:normal;
	font-style:italic;
	font-size:1.15em;
	padding-bottom:28px;
}

.page-body h5 {
	text-transform:uppercase;
	font-weight:300;
	color:#72a08c;
	padding-bottom:20px;
	font-size:1em;
}


/* BODY TEXT STYLES -------------------------- */


.poem-body, .page-body, .entry-body {
font-size:1.2em;
color:#111;
line-height:1.4em;
font-weight:normal;
}


pre.mono {
	font-family: coursica,'andale mono','courier new',courier;
	font-size:1em;
}

.page a, .poem-date a, .entry a {
color:#d61818;
text-decoration:underline;
}

.page a:hover, .poem-date a:hover, .entry a:hover {
color:#990000;
}

.poem .quote a, .poem .dedication a {
	color:#222;
}

.dedication, .quote {
font-style:italic;
color:#333;
size:1em;
margin-left:40px;
}

.supplemental, .attribution {
font-size:0.8em; 
color:#666; 
padding-top:10px;
}

.divider {
	font-size:1.1em;
	text-align:center;
	color:#999;
	margin:15px 0;
}


/* Archives page ---------------------------------------------------------------- */


/* Faces preview styles */

.fp-top-row {
	width:100%;
}

.fp-bottom-row {
	margin-top:-10px;
}

.fp-block {
	width:150px;
}

.fp-block.right {
	margin-right:4px;
}

.fp-block-title {
	width:633px;
	text-align:center;
}

.fp-block {
	margin-top:3.5em;
	}

.fp-block-title .page-title {
	font-size:2.8em;
	margin-top:-.4em;
}

.fp-block-title .ampersand {
	font-size:2.2em;
	line-height:1em;
}

.fp-block-title .script {
	color:#d61818;
	font-size:1.4em;
}

.more-faces {
	text-align:right;
	margin-top:-15px;
	margin-bottom:20px;
}


.tuesday {
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	width:100%;
	margin:10px 0 35px 0;
	}

.tuesday h4 {
	font-size:2em;
	font-style:italic;
	padding:20px;
	text-align:center;
	font-weight:100;
}

.archive-options {
	width:100%;
	margin-bottom:40px;
}

.ar-block {
	width:297px;
	height:300px;
	background:#EFEFEF;
	border:1px solid #CCC;
	margin-right:20px;
}

.ar-block-inner {
	padding:15px;
}

.ar-block.right {
	margin-right:0;
}

.ar-toc {
	width:100%;
}

.ar-toc .subscribe {
	-webkit-column-count:2;
	-webkit-column-gap:20px;
	-moz-column-count:2;
	margin-bottom:40px;
}

.archive-list {
list-style:none;
padding-bottom:25px;
border-top:1px solid #CCC;
}

ol.archive-list li {
	padding:15px 0;
	border-bottom:1px solid #CCC;
	background:#FFFFFE;
}

.archive-list li:hover { 
	background:#f9f7f5; 
	cursor:pointer; 
}

.archive-list li span.date {
	font-size:.8em;
	font-style:italic;
}

.archive-list li span.author {
	font-size:.8em;
	font-style:normal;
}

/* For the about page ----------------------------------------------------------------------  */

.three-column {
	-webkit-column-count:3;
	-moz-column-count:3;
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
}

.about h4 {
	font-size:1.8em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:300;
	line-height:1.2em;
	margin-bottom:20px;
}

.staff {
	margin-top:40px;
	padding:40px 0;
	border-top:1px solid #000;
}

.page-body img {
	margin-right:3px;
}

img.left {
	margin-right:20px;
}

/* For the two weeks page ----------------------------------------------------------------------  */
.two-weeks h2.page-title {
	text-align:center;
	font-size:52px;
}

.two-weeks h3.page-subtitle {
	margin:-30px 0 70px 0;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: "apolline-1","apolline-2", serif;
}

.announcing h4 {
	padding-left:20px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:1em;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	text-align:center;
	margin-bottom:20px;
}

.announcing h5 {
	margin:0px 0 20px 0;
	padding:0 0 0 20px;
	font-family: "apolline-1","apolline-2", serif;
	font-size:0.9em;
	text-transform:none;
	font-style:italic;
	color:#333;
}

.features {
	list-style:square;
}

.features li {
	margin-left:20px;
	font-size:0.8em;
	color:#333;
}

.announcing {
	background:#e5e5e5;
}

.announcing-inner {
	padding:20px;
}

.submissions {
	display:block;
	text-align:center;
	font-size:1.2em;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #000;
	font-family: "apolline-1","apolline-2", serif;
}


.bottom-third {
	padding-top:40px;
	margin-top:20px;
	border-top:1px solid #000;
	padding-bottom:250px;
}

.punch {
	font-size:1.2em;
}

.bottom-third h5 {
	color:#333;
}

#counter {
	background:#000;
	color:#FFF;
	font-size:42px;
	font-weight:100;
	padding:40px 30px 20px 35px;
	height:50px;
}

.download-note {
	font-size:0.8em;
	font-style:italic;
	text-align:center;
	margin:20px;

}

.two-weeks {
	padding-bottom:50px;
}

div.two-weeks div#audio p {
	margin-top:5px;
	margin-bottom:20px;
	padding:0;
	font-size:14px;
	line-height:110%;
}

.two-weeks audio {
	margin-bottom:5px;
}

.two-weeks .description img {
	border:1px solid #000;
	margin:10px 20px 0 0;
}

.description .including {
	font-size:14px;
}

.faq {
	background:#EEE;
}

#sample-poem p {
	font-size:16px;
	line-height:140%;
	margin:0;
	padding:0;
}

#sample-poem p.and-more {
	font-style:italic;
	margin-top:20px;
}

#sample-poem {
	padding:40px;
}

#sample-poem .drop {
	text-indent:40px;
}

#sample-poem h4 {
	margin-bottom:20px;
}

#sample-poem h5 {
	font-size:1em;
	font-weight:bold;
}

/* Faces and first lines styles ---------------------------------------------------------------- */


div.thumb{
    position:relative;
	width:150px;
	height:150px;
	margin:0 44px 35px 0;
	overflow:hidden;
	border:1px solid #313131;
	float:left;
}

/* eliminate the margin on the right-most pick in each row */
div.thumb-end-row {
	margin-right:0;
	margin-left:1px;
}

div.divLeft, div.divRight{
	width:80px;
	height:150px;
	overflow:hidden;
	position:relative;
    top:-160px;
	overflow:hidden;
	float:left;
}
div.divLeft{
	margin-right:-10px;
}
div.divLeftImage{
	width:80px;
	height:100%;
	float:left;
}
div.divLeftShadow{
	width:10px;
	height:100%;
	float:left;
	background:transparent url('js/shadow.png') repeat-y 0 0;
}
div.divRight{
	width:80px;
	background-position:-70px 0;
}
.thumbnail-shadow {
	float:left;
	height:33px;
	position:relative;
	top: -320px;
	width:100%;
}

div.someContent{
	position:relative;
    width:150px;
	height:150px;
	padding:10px 0px 0px;
	font-size:12px;
	/* font-family:Arial; */
	text-align:left;
	line-height:1.5em;
	background:transparent url(js/thumbnail-overlay.png) no-repeat scroll 0px -167px;

}
div.someContent div.content{
	color:#FFF;
	height:126px;
	font-size:14px;
	padding:0 10px 0 20px;
}
div.someContent div.more{
	bottom:10px;
	float:right;
	height:16px;
	padding:0px 15px 0px 20px;
	position:relative;
	right:0;
	bottom:10px;
}

div.someContent div.more a {
	color:#FFF;
}



/*hide that stupid goddamn WordPress stats smiley ---------------------------------------------- */
img#wpstats {
	display:none;
}
	
/*success/error messages from MailChimp -------------------------------*/

#mce-success-response, #mce-error-response {
	font-style:italic;
	color:#990000;
}

#mc-embed-signup form {
	margin-bottom:5px;
}


/* 404 styles */
.yeates {
	font-size:1.4em;
	line-height:1.6em;
}




/* Blog styles */

.blog-index .entry {
	margin-bottom:20px;
	padding-bottom:30px;
	border-bottom:double 4px #999;
}

.entry-body h4 {
	font-weight:200;
	font-size:1.3em;
	margin-bottom:10px;
	margin-top:20px;
	
}

.entry blockquote {
	padding-left:40px;
	margin-left:20px;
	border-left:4px solid #EEE;
	margin-bottom:24px;
}

.entry blockquote.pullquote {
	padding:0;
	margin:0;
	border:0;
	display:block;
	float:right;
	width:340px;
	font-size:1.2em;
	font-style:italic;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	padding: 20px 0 0 0;
	margin:40px;
	margin-right:-160px;
}

.entry-title {
	margin-bottom:20px;
	font-size:2.4em;
}

.ednote {
	font-style:italic;
}

.ednote em {
	font-weight:bold;
}

.entry-author {
	text-transform:uppercase;
	color:#666;
	font-weight:normal;
	margin:-20px 0 20px 0;
}

.prose-audio-block {
	font-size:0.8em;
	background:#e5e5e5;
	padding:10px 10px;
	margin-bottom:20px;
}

.prose-audio-block h5 {
	margin-bottom:10px;
}

.prose-bio {
	padding:20px 0;
	line-height:170%;
}

.prose-bio img {
	float:left;
	position:relative;
	top:8px;
	margin:0 10px 5px 4px;
	padding:4px;
	background:#CCC;
}

span.indent-1 {
	padding-left:35px;
}
