
/*

Website: The Literary Bohemian
Author: Colin Lewis
Created: 2008-10-01


Table of Contents:

1. Reset default html styles, basic styles.
2. Phark image replacement
3. Clearfix
4. Links
5. Structure
6. Typography
7. Button code 
8. Alert box & subs
9. Adjust the formatting buttons on subs page
10. Signs of Life 
*/

/* .................................................................................................................... */
/* 1. Reset default html styles, basic styles. */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,div,dl,dt,dd
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	font: inherit;
	text-indent: 0;
}

ul,ol { list-style: none; }

input
{
	margin: 0;
	padding: 0;
}

textarea { width: 100%; }

.right
{
	float: right;
	padding: 0 0 0.5em 0.5em;
}

.clear { clear: both; }
.clearnone { clear: none; }
.hide { display: none; }

html { font: 100% Georgia, "Times New Roman", Times, serif; }


body
{
	font-size: 1em;
	line-height: 1.7;
}

p
{
	margin: 0.75em 0;
	font-size: 1em;
}

.sq
{
	list-style-type: square;
	list-style-position: inside;
	margin-left: 1em;
}

#low, #skip p { display: none; }
#skip { height: 3em; }
.gray { color: #333; font-size:0.8em;}

/* .................................................................................................................... */
/* 2. Phark image replacement */
.ir
{
	text-indent: -9999em;
	overflow: hidden;
}

/* .................................................................................................................... */
/* 3. Clearfix */
/* updated for IE7: http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* close commented backslash hack */
/* .................................................................................................................... */
/* 4. Links */
a { outline: none; }

a,a:link,a:visited,a:active
{
	color: #c00;
	text-decoration: none;
}

a:hover
{
	color: #c00;
	text-decoration: underline;
}

a:active { color: #444; }

.link-button {
    border: 0;
    padding: 0;
    background: inherit;
    font: inherit;
    cursor: pointer;
	text-decoration: none;
	color: #e0a400;
    overflow: visible;
}

.link-button:hover{
	color: #e0a400;
	text-decoration: underline;
}



a img,:link img,:visited img { border: none; }

#top-bar a,#top-bar a:link,#top-bar a:visited,#top-bar a:active
{
	color: #e0a400;
	text-decoration: none;
}

#top-bar a:hover
{
	color: #e0a400;
	text-decoration: underline;
}

#top-bar a:active { color: #ddd; }

#header h1 a
{
	display: block;
	height: 432px;
	width: 280px;
	position: absolute;
	top: 3em;
	left: 30px;
	text-indent: -9999em;
	background-color: transparent;
	background-image: url('http://www.literarybohemian.com/css/bg/litbo-tag-on-white.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* IE6 */
* html #header h1 a { top: 1em; }

/* IE7 */
*+html #header h1 a { top: 1em; }

#main-nav
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
}

#main-nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-nav ul li
{
	border-left: 1px solid #999;
	float: left;
	line-height: 1.2em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#sub-nav
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
}

#sub-nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub-nav ul li
{
	border-left: 1px solid #999;
	float: left;
	line-height: 1.2em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#text-size { font-style: normal; }
#main-nav,#sub-nav, #text-widget { font-size: 1.1em; }

#sm
{
	line-height: 1.2em;
	margin: 0 .5em 0 0em;
	padding: 0 .5em 0 .5em;
}

#med,
#lg
{
	border-left: 1px solid #999;
	line-height: 1.2em;
	margin: 0 .5em 0 -.7em;
	padding: 0 .5em 0 .5em;
}

#text-widget
{
	margin-top: -0.2em;
}


/* .................................................................................................................... */
/* 5. Structure */
#top-bar-content,
#header,
#content,
#footer { margin-left: 330px; }

#top-bar
{
	position: absolute;
	top: 0;
	height: 3em;
	width: 100%;
	background: #000;
	color: #999;
	margin: 0;
}

/* IE7 */
*+html #top-bar { top: 3em; }
#header-wrapper { margin-top: 4em; }

/* IE6 */
* html #header-wrapper { margin-top: 7em; }

#content { margin-top: 3em; }

/* .................................................................................................................... */
/* 6. Typography */
.italic { font-style: italic; }

.intro
{
	font-style: italic;
	margin-bottom: 2em;
}

.pad { margin: 2em 0; }
.pad-bottom-1 { margin-bottom: 1em; }
.pad-bottom-2 { margin-bottom: 2em; }

#next-prev
{
	padding: 0.75em 0 0 0;
	margin: 2em 0 0 0;
	width: auto;
	border-top: 1px dashed #ccc;
}

blockquote
{
	font-style: normal;
	padding: 1em;
	border: 1px dashed #ccc;
	margin: 2em 0 0 0;
	background-color: #f7f7f7;
	color: #000;
}

#footer-content p
{
	color: #333;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#ednotes blockquote
{
	font-style: italic;
	padding: 1em;
	border: 1px dashed #ccc;
	margin-bottom: 1em;
	background-color: #F0F0F0;
}

h2
{
	font-size: 1.9em;
	padding-bottom: 0;
	margin-bottom: 0.3em;
	line-height: 1;
}

h3
{
	font-size: 1.5em;
	line-height: 1;
	margin: 0.5em 0;
}

h4
{
	font-size: 1.2em;
	line-height: 1;
}

h5.date
{
	font-style: italic;
	font-size: 1.1em;
	margin: 0 0 0 0;
	color: #333;
}

.border
{
	border-top: 1px dashed #ccc;
	padding: 0.75em 0 0 0;
	margin-top: 2em;
}

.section-heading
{
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding-bottom: 0;
	margin-bottom: 1em;
	border-bottom: 1px dashed #ccc;
	font-variant: small-caps;
	text-transform: lowercase;
	line-height: 1;
	font-size: 1.4em;
}

#header,
#content,
#footer { margin-right: 10%; }
#footer
{
padding:5em 0 2em 0;}

#content p
{
	font-size: 1.1em;
	text-align: left;
}

#top-bar-content,
#return-bar-content
{
	line-height: 3em;
	font-size: 1em;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #aaa;
}

#top-bar-content p,
#return-bar-content p
{
	margin: 0;
	line-height: 3em;
}

.paginate
{
	padding: 0.75em 0 0 0;
	line-height: 1.7em;
	margin: 2em 0 0 0;
	width: 325px;
	border-top: 0px dashed #ccc;
	color: #999;
}

.paginate a
{
	font-size: 1em;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	text-decoration: none;
	padding: 0.4em;
	margin: 0.1em;
}

.paginate a:hover
{
	font-size: 1em;
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}

.paginate a.single-page
{
	font-size: 1em;
	background-color: transparent;
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.paginate a.single-page:hover
{
	font-size: 1em;
	background-color: transparent;
	border: 0;
	color: #c00;
	text-decoration: underline;
}

.current-page, 
.paginate b
{
	font-size: 1em;
	background-color: #777;
	border: 1px solid #777;
	color: #fff;
	padding: 0.4em;
	margin: 0.1em;
}

.page-arrow { font-size: 1.4em; }

.extra-page-title
{
	margin-top: 1em;
	line-height: 1.2;
	padding-top: 0;
	color: #666;
}

.paginate,
.extra-page-title { font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; }
.no-border { border: 0; }



/* .................................................................................................................... */
/* 7. Button code*/

a.guidelines-links:hover { text-decoration: underline; }

a.button,
a.button:link,
a.button:visited,
a.button:active,
a.button:hover
{
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 0.75em;
	margin: .5em 0 0 0;
	display: block;
	color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
}

a.button,
a.button:link,
a.button:visited,
a.button:active { background-color: #666; }
a.button:hover { background-color: #b00; }

a.return-button,
a.return-button:link,
a.return-button:visited,
a.return-button:active,
a.return-button:hover
{
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 0.75em;
	margin: 2em 0 0 0;
	display: block;
	color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
}

a.return-button,
a.return-button:link,
a.return-button:visited,
a.return-button:active { background-color: #333; }
a.return-button:hover { background-color: #b00; }

#return a
{
	width: 172px;
	height: 146px;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url('http://www.literarybohemian.com/css/bg/litbo-return.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

/* .................................................................................................................... */
/* 8. Alert box & subs */

#alert
{
	text-align: center;
	margin: 0 auto;
	height: auto;
	font-size: 1em;
	background-color: transparent;
	background-image: url('http://www.literarybohemian.com/css/bg/subs-header.jpg');
	background-repeat: no-repeat;
	background-position: center 10px;
}

#alert-content-wrapper
{
	position: relative;
	width: 450px;
	height: 386px;
	padding-top:320px;
	margin: 0 auto 0 auto;
	border: 0;
	background-color: transparent;
}

#alert-content
{
	width: 450px;
	margin: 0 0 100px 0;
	text-align: left;
	overflow: visible;
	background-color: transparent;
}

#alert #content
{
	height: auto !important;
	width: auto !important;
	padding: 0 !important;
	margin-left: 0 !important;
	background-color: transparent;
}

label
{
	padding-bottom: 0.2em;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #333;
}

#alert-content p { margin-bottom: 0.5em; }

#alert-content h2
{
	font-size: 2.6em;
	font-weight: normal;
	margin-bottom: 0.2em;
}

#alert-content h3
{
	font-size: 2.1em;
	font-weight: normal;
	padding-bottom: 1.0em;
}

body#alert input
{
	margin: 0;
	padding: 0;
	clear: left;
}

#alert-content .submit
{
	text-align: center;
	width: auto;
}

.wide-field { width: 100%; }

label
{
	clear: both;
	margin: 0 0 1em 0;
}

p.alert-intro
{
	padding-bottom: 2em;
	font-style: italic;
	font-size: 1.5em;
}

#alert h3
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

/* .................................................................................................................... */
/* 9. Adjust the formatting buttons on subs page*/

.buttonInsert .smallLinks,
.buttonInsert #link,
.buttonInsert #email,
.buttonInsert #image,
.buttonInsert #close_all,
#button_2,
#button_3,
#button_4 { display: none; }

.formatting_buttons
{
	float: right;
	width: 75px;
}

#button_0 a,
#button_1 a
{
	display: block;
	width: 32px;
	height: 18px;
	background-position: 0 0;
	text-indent: -9999em;
	overflow: hidden;
}

#button_0 a { background-image: url('http://www.literarybohemian.com/css/bg/bold.png'); }
#button_1 a { background-image: url('http://www.literarybohemian.com/css/bg/italic.png'); }
#button_0 a:hover,
#button_1 a:hover { background-position: 0 18px; }

#button_0
{
	padding-right: 5px;
	border-right: 1px solid #999;
}

#button_1 { margin-left: 5px; }

/* .................................................................................................................... */



.bio
{
	border-top: 0;
	color: #000;
	margin: 2em 0 -2.1em 0;
	padding: 1em 0;
}

.bio img
{
	float: right;
	padding-left: 2em;
}

/* .................................................................................................................... */

#archive {

}

.issue-archive { padding-bottom:1em; }
.issue-archive h4
{	font-style: italic;
}
.issue-archive p { margin-top:0; }

/* .................................................................................................................... */

#top-bar-2 {clear:both;}



#fl1 { text-align:center; width:46px;}
#fl2 { text-align:center; width:auto; padding: 0 20px; }
#fl3 { text-align:center; width:115px; padding:0 10px 0 0; }
#fl4 { text-align:center; width:46px; padding:0 20px 0 0; }
#fl5 { text-align:center; width:46px; padding:0 0 0 0; }

a#cl
{
	margin:0;
	display:block;
	width: 46px;
	height: 56px;
	text-indent: -9999em;
	overflow: hidden;
	background-position: center top;
	background-image: url('http://www.literarybohemian.com/css/bg/cl-ad4.png');
}

a#clmp
{
	margin:8px 0 0 0;
	display:block;
	width: 145px;
	height: 65px;
	text-indent: -9999em;
	overflow: hidden;
	background-position: center top;
	background-image: url('http://www.literarybohemian.com/css/bg/clmp.png');
}

a#duo
{
	margin: 6px 0 0 0;
	display:block;
	width: 115px;
	height: 65px;
	text-indent: -9999em;
	overflow: hidden;
	background-position: center top;
	background-image: url('http://www.literarybohemian.com/css/bg/duotrope.png');
}

a#lonely
{
	margin: -2px 0 0 0;
	display:block;
	width: 46px;
	height: 56px;
	text-indent: -9999em;
	overflow: hidden;
	background-position: center top;
	background-image: url('http://www.literarybohemian.com/css/bg/lonely-planet.png');
}

a#lockss
{
	margin: 4px 0 0 0;
	display:block;
	width: 46px;
	height: 46px;
	text-indent: -9999em;
	overflow: hidden;
	background-position: center top;
	background-image: url('http://www.literarybohemian.com/css/bg/lockss.png');
}

a#cl:hover { background-position: center -74px; }
a#clmp:hover { background-position: center -72px; }
a#duo:hover { background-position: center -74px; }
a#lonely:hover { background-position: center -74px; }
a#lockss:hover { background-position: center bottom; }

/* IE7 */
*+html #top-bar {margin-top:-3em;}

/* IE6 */
* html #top-bar {margin-top:-3em;}


#top-bar{overflow:auto;}
#ednotes img {float:right; padding:0 0 0.5em 0.5em;}

#footer-ads { padding-top: 2em; margin: 2em auto 2em 0; border-top:1px solid #ddd;}
#f-ad-1,#f-as-2 { width:350px; }
#f-ad-1 { text-align:left; }
#f-as-2 { text-align:right; }

.extract img {display:none;}

#live-look

{
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left:-270px;
	width:500px;
}

/* .................................................................................................................... */
/* 10. Signs of Life */

#signs-wrapper { margin-top: 4em; }

.signs-of-life-thumbnails
{
	float: left;
	text-align: center;
	height: 105px;
	width: 105px;
	overflow: hidden;
}


