/*
| Main Stylesheet
|
| Literary Review CSS v. 6.1
|
| Nicklas Persson 2007-08-31
|
*/


body
{
	margin: 0;
	padding: 0;
	background-color: #F9FFF7;
	font-family: "lucida grande", helvetica, "sans-serif";
}

#ubercontainer
{
	margin: 0;
	text-align: center;
	background: #F9FFF7 url(/images/bgv6.gif) repeat-y top center;
}

#top
{
	text-align: right;
	margin: 0 auto;
	width: 530px;
	background-color: #51644D;
	height: 18px;
}

#top img
{
	border: 0;
	padding: 0;
}

#diddle p img
{
	margin-left: 25px;
	border: 1px solid #A7CB96;
}

#container
{
	width: 500px;
	margin: auto;
	padding-left: 8px;
	padding-top: 20px;
}

#col1, #col2
{
	width: 213px;
	float: left;
	padding-right: 18px;
	margin-right: 18px;
}

#col1
{
	border-right: 1px solid #A7CB96;
}

h1
{
	color: #000;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

h2
{
	color: #000;
	font-family: "times new roman",georgia, serif;
	font-size: 16px;
	line-height: 18px;
	font-variant: small-caps;
	font-weight: bold;
}

h3, h3 a
{
	color: #62715F;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid #A7CB96;
	margin-bottom: 0;
}

h3 a
{
	border: 0;
}

h4
{
	color: #404040;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

#issue /* header h3 */
{
	color: #62715F;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	margin-bottom: 18px;
	border: 0;
}

h5
{
	font-size: 9px;
	line-height: 9px;
	color: #404040;
}

h6
{
	font-size: 9px;
	line-height: 9px;
	display: inline;
	font-weight: normal;
	font-family: "lucida grande", helvetica, "sans-serif";
	text-transform: uppercase;

}


hr
{
	display: none;
}

#container>hr
{
	text-align: center;
	display: block;
	background-image: url(/images/hrg.gif);
	background-repeat: no-repeat;
	height: 18px;
	background-position: 210px 0px;
	border: 0px solid #fff;
}

p,legend,label,li
{
	text-align: left;
	line-height: 18px;
	word-spacing: 0.1em;
	font-size: 12px;
	letter-spacing: 0.01em;
	font-family: "times new roman", georgia, serif;
	color: #121617;
}

li p
{
	font-size: 12px;
	margin-bottom: 18px;
	line-height: 18px;
	margin-top: 0;
}

p strong,label
{
	text-transform: uppercase;
}

p em
{
	font-weight: bold;
	font-style: normal;
}

cite
{
	padding: 0 10px 0 10px;
	display: block;
	border-left: 1px solid #eee;
	font-style: normal;
	margin: 9px 18px 0 18px;
}

#footnotes
{
	border-top: 1px solid #A7CB96;
	padding-right: 9px;
	margin-right: 9px;
	width:466px;
}

#footer
{
	text-align: center;
	margin: 0 auto;
	background: url(/images/footer2.gif) no-repeat top center;
	width: 532px;
	padding-bottom: 0;
}

#nav
{
	text-align: center;
	padding: 15px 36px 10px 60px;
}

#meanwhile
{
	padding: 0;
	margin: 0;
}

#meanwhile li
{
	list-style: none;
}

#categoryentries li
{
	margin-bottom: 9px;
	list-style: lower-roman;
	padding-left: 9px;
	margin-left: 9px;
}

#meanwhile li a
{
	text-transform: uppercase;
}

#nav li
{
	list-style: none;
	display: block;
	float: left;
	padding: 9px 9px 0 0;
}

#prevnext li
{
	list-style: none;
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	background-color: #BBCFAD;
	margin: 2px;
}

#prevnext li strong
{
	color: #fff;
	text-transform: uppercase;
}

a
{
	text-decoration: none;
	font-family: "lucida grande", helvetica, "sans-serif";
	
}

p a 
{
	font-family: "times new roman", georgia, serif;
}

a:link, a:active
{
	color: #51644D;
}

a:visited
{
	color: #8DAC7F;
}

a:hover
{
	color: #A7CB96;
}

#nav li a
{
	background-color: #DDE6DC;
	padding: 4px 4px 5px 4px;
	font-size: 9px;
	
	text-transform: uppercase;
}

li a:link, a:active
{
	color: #1B4A22;
}

li a:visited
{
	color: #404E3A;
}

li a:hover
{
	color: #090C08;
}
