/*
Theme Name: Summerset
Theme URI: http://summersetreview.org/
Description: The Summerset theme is a simple, clean design for the Summerset Review, a literary Magazin..
Author: Bill Miller
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, one-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
	border: 0;
    margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline; 
}
body {
	background-color:#ffffff;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: 0;
}

hr {
border: 0 none;
height: 1px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#wrapper {
	margin: 0 auto;
	width: 600px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

#wrapper p {
	padding-top:0.5em;
	padding-bottom: 0.5em;
}

#main {
	width: 600px;
	clear:both;     
	float: right;
}
#header { 
	float: right;
        padding-bottom:0em;
	margin-bottom:2em;
	margin-top:2em;
}
#toc-hdr {
	margin-top: 1.0em;
	margin-bottom: 0.0em;
	float:center;
}

#contrib-hdr {
	float:center;
	margin-top:3.5em;
}
#masthead, #toc {
	float: right;
	width: 460px;
	margin-right: 4.0em;
	margin-top: 1.0em;
	text-align:right;
	line-height: 2;
}
#contrib-right {
	float: right;
	width: 510px;
	text-align:right;
}
#contrib-left {
	float: right;
	width: 510px;
	text-align:left;
}
#contrib-right p {

	border-bottom:thin solid black;
	margin-top:0em;
	margin-bottom:0em;
	padding-top:0.5em;
	padding-left:2em;
	padding-bottom: 0.5em;
}
#contrib-left p {

	border-bottom:thin solid black;
	margin-top:0em;
	margin-bottom:0em;
	padding-top:0.5em;
	padding-bottom: 0.5em;
	padding-right:1.5em;

}

#contrib-left img {
	padding-right:1.5em;
}

#contrib-right img {
	padding-left: 1.5em;
}


#masthead p {
 padding:0;
 margin-bottom: 1.0em;
 margin-top: 1.0em;
}

#masthead-left {
	float: left;
	text-align: left;
	clear:left;
	margin: none none;
	line-height: 0;
}
#masthead-right {
	text-align:right;
	float: right;
	margin: none none;
	line-height:0;
}
#toc-left{
	float: left;
	text-align: left;
	clear:left;
}
#toc-right{
	text-align:right;
	float: right;
}
#footer {
	clear: both;
	line-height:1.5;
	width: 100%;
	padding-bottom:3.0em; 
	
}
#foot {
	float: right;
	width: 490px;
	margin-right: 4.0em;
	margin-top: 1.0em;
	text-align:right;
}
#foot-story {
	float: right;
	width: 490px;
	margin-right: 0em;
	margin-top: 0em;
	text-align:right;
}

#foot-left{
	float: left;
	text-align: left;
	width:33%;
}
#foot-right{
	text-align:right;
	float: right;
	width:33%;
}
#foot-center{
	text-align:center;
	float: right;
	width:33%;
}


#container {
	float: left;
/*	margin: 0 -240px 0 0;*/
	width: 100%;
}
#content {
/*	margin: 0 75px 0 75px; */
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	width: 340px;
	margin-right: 2em;
	border-right: solid thin transparent; 
	border-left: solid thin transparent; 
	padding-right: 4.0em;
	padding-left: 4.0em;
	float:right;
	
}
#embedded_image {
	width: 800px;
	clear:both;     
	float: center;
}
#cover {
	clear:both;
	float:center;
	margin-top: 5.0em;
	display:block;
}
IMG.cover-image {
	display:block;
	margin-left: auto;
	Margin-right: auto;
}

#versus {
/*	margin: 0 75px 0 75px; */
	width: 100%;
}

#poetry_left {
    float: left;
    width: 60%;
}
#poetry_right {
    float: left;
    width: 39%;
}




