@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Garamond, Optima, Verdena;
	font-size: 100%;
}

a:link { color: #33CC00; text-decoration: none; }
a:visited { color: #33CC00; text-decoration: none; }
a:hover {color: #FF3300;text-decoration: none; }
a:active { color: #33CC00; text-decoration: none; }


H1 {
	font-size: 170%;
	font-weight: normal;
	color: #002d5a;
	margin: 8px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom-width: 3px;
	border-bottom-style: hidden;
	border-bottom-color: #bec5d4;	
}

.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	background-color: #333333;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
	font-family: Garamond, Optima, Verdena;
	font-size: 12pt;
	color: #000000;
	left: 5%;
	right: 5%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;

	<div id="footer">
    <p align="center">© Copyright <em>Spiral Orb</em> 2010.   ISSN 2156-0692   Copyright for individual poems is held by respective poets. </p>
     end #footer </div>
 end #container </div>
;
	

}



#footer a:link { color: #3300CC; text-decoration: none }
#footer a:visited { color: #3300CC; text-decoration: none }
#footer a:hover { color: #FF3300; text-decoration: none }



.issueNumber {
	font-size: 120%;
	color: #cccccc;
	float:right;
	padding: 15px 25px 0 0;
}
.title {
	font-family: Garamond, Optima, Verdena;
	font-size: 36px; 
	font-style: normal;
	font-weight: bold;
	color: #000033;
}
.onetext {
	font-family: Garamond, Optima, Verdena;
	font-size: 100%;
	font-weight: normal;
	color: #000033;
	margin-left: 17.5%;
	margin-right: 17.5%;
}
#headerSearch a:link  { color: #33CC00; text-decoration: none }
#headerSearch a:visited  { color: #33CC00; text-decoration: none }
#headerSearch a:hover { color: #FF3300; text-decoration: none }
#headerSearch a:active  {
	color: #33CC00;
	text-decoration: none;
	margin-right: 17.5%;
	margin-left: 17.5%;
}
.bio {
	font-family: Garamond, Optima, Arial;
	font-size: 90%;
	margin-right: 18%;
	margin-left: 17.5%;
}
.bio a:link { color: #3300CC; text-decoration: none }
.bio a:visited { color: #3300CC; text-decoration: none }
.bio a:hover { color: #FF3300; text-decoration: none }

.style6 {
	font-size: 110%;
}


div.Quotations {mso-style-name:Quotations;
	margin-top:0in;
	margin-right:28.35pt;
	margin-bottom:14.15pt;
	margin-left:28.35pt;
	mso-pagination:none;
	mso-hyphenate:none;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Lucida Sans Unicode";
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:.5pt;}
li.Quotations {mso-style-name:Quotations;
	margin-top:0in;
	margin-right:28.35pt;
	margin-bottom:14.15pt;
	margin-left:28.35pt;
	mso-pagination:none;
	mso-hyphenate:none;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Lucida Sans Unicode";
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:.5pt;}
p.Quotations {mso-style-name:Quotations;
	margin-top:0in;
	margin-right:18%;
	margin-left:17.5%;
	mso-pagination:none;
	mso-hyphenate:none;
	font-size:100%;
	font-family:Garamond, Optima, Arial;
	mso-fareast-font-family:"Lucida Sans Unicode";
	mso-bidi-font-family:"Times New Roman";
	mso-font-kerning:.5pt;}
.style7 {font-size: 150%}
.style8 {font-size: 90%}
.epigraph {
	font-family: Garamond, Optima, Arial;
	font-size: 95%;
	margin-right: 18%;
	margin-left: 18%;
}
