/* New Magazine color: #B6482E */
/* Old Magazine color: #E4693E */


/* Begin Core Styles */
html, body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div, dt, dd, address, blockquote, pre, br, hr {
	display: block;
	}
b, strong, i, em, cite, var, tt, code, kbd, samp, img, span {
	display: inline;
	}
li {
	display: list-item;
	}
b, strong {
	font-weight: bolder;
	}
i, cite, em, var {
	font-style: italic;
	}
pre, tt, code, kbd, samp {
	font-family: monospace;
	}
pre {
	white-space: pre;
	}
ul, dir {
	list-style: disc;
	}
ol {
	list-style: decimal;
	}
/* End Core Styles */
/* Begin Header Styles */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 180%;
	}
h2 {
	font-size: 160%;
	}
h3 {
	font-size: 140%;
	}
h4 {
	font-size: 120%;
	}
h5 {
	font-size: 95%;
	}
h6 {
	font-size: 90%;
	}
/* End Header Styles */
/* Begin Anchor/Link Styles */
a, a:link, a:visited {
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
/* End Anchor/Link Styles */
/* Begin Containers */
#outercontainer {
	border: 1px solid #000000;
	clear: both;
	margin: 1em;
	padding: 1em;
	position: relative;
	}
#innercontainer {
	border: 1px dotted #999999;
	clear: both;
	margin: 0;
	padding: 1em;
	position: relative;
	}
/* End Containers */
/* Begin Logo Block */
#logoblock {
	}
#testimonialblock dl {
	border: 0; margin: 0; padding: 0;
	}
#testimonialblock {
	color: #666;
	font-size: 90%;
	margin: 0; padding: 0;
	margin-right: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 375px;
	}
#logoblock>#testimonialblock {
	margin-right: 0;
	}


/* Begin Navigation Block */
#tophr {
	border-top: solid 5px #B6482E;
	clear: both;
	margin: 0.5em 0;
	position: relative;
	}
#navigationblock {
	background-color: #FFFFFF;
	border-top:1px dashed #BBB;
	border-bottom:1px dashed #BBB;
	clear: both;
	color: #000000;
	margin: 0.5em 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	}
/* "navigation ul" styles turn an UL into a horizontal navigational bar */
#navigationblock ul {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0; /* removes indent IE and Opera */
	padding: 0; /* removes indent Mozilla and NN7 */
	} 
#navigationblock ul li {
	display: inline; /* sets orientation across the containing element */
	list-style: none; /* turns off display of bullet */
	}
#navigationblock a {
	color: #000000;
	padding: 2px 1em;
	}
#navigationblock .first {
	padding-left: 0;
	}
#navigationblock .last {
	padding-right: 0;
	}
#navigationblock li a:hover, #navigationblock li a.currentpage  {
	background-color: #B6482E;
	color: #ffffff;
	text-decoration: none;
	}
/* End Navigation Block */
/* Begin Footer Block */
#footer {
	clear: both;
	color: #cccccc;
	font-size: 110%;
	margin: 0 12.5%;
	padding-bottom: 1em;
	position: relative;
	}


/* End Footer Block */
/* Begin Cover Block */
#coverblock {
	float: right;
	margin-left: 1em;
	width: 250px;
}
div.slantededitorial{
	border-bottom: 2px solid #B6482E;
	margin: 0.1em 0;
	}
div.slantededitorial div.title {
	background-color: #B6482E;
	color: #ffffff;
	font-weight: bolder;
	font-size: 110%;
	padding: 0.1em 0.5em;
	background-image: url(images/rustslant.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 160px;
	margin-bottom:0;
	}
div#currentissue, div.slantedhead, div.slantedheadblue, div.slantedheadgray, div.slantedheadyellow {
	border-bottom: 2px solid #B6482E;
	margin: 0.1em 0;
	}
	div.slantedheadgray {
	border-bottom-color:#B2B3B8;
	}
	div.slantedheadblue {
	border-bottom-color:#4D5CC1;
	}
	div.slantedheadyellow {
	border-bottom-color:#C8B847;
	}
div#currentissue div, div.slantedhead div.title, div.slantedheadblue div.title, div.slantedheadgray div.title, div.slantedheadyellow div.title  {
	background-color: #B6482E;
	color: #ffffff;
	font-weight: bolder;
	font-size: 110%;
	padding: 0.2em 0.5em;
	background-image: url(images/rustslant.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 160px;
	}
	div.slantedheadgray  div.title {
	background-color:#B2B3B8;
	background-image: url(images/rustslant_gray.gif);
	}
	div.slantedheadblue  div.title {
	background-color:#4D5CC1;
	background-image: url(images/rustslant_blue.gif);
	}
	div.slantedheadyellow  div.title {
	background-color:#C8B847;
	background-image: url(images/rustslant_yellow.gif);
	}
	
	
/* Begin New Cover Blocks */

/* End New Cover Blocks */
	
/* End Cover Block */
/* Begin Content Block */
#contentblock {
	clear: both;
	position: relative;
	}
#contentblock td {
	vertical-align: top;
	}
#tableofcontents dt {
	font-weight: bolder;
	}
#tableofcontents dd {
	font-style: italic;
	margin-left: 0.5em;
	margin-bottom: 1em;
	}
.testimonials dt {
	margin-bottom: 0.2em;
	}
.testimonials dd {
	font-style: italic;
	margin-left: 1em;
	margin-bottom: 1em;
	}
.testimonials dd em {
	font-style: normal;
	}
/* End Content Block */
/* Begin Subscription Block */
#subscription h2 {
	margin: 1em;
	background: #eeeeee;
	border: 1px solid #999999;
	padding: 0.2em;
	}
#subscription table {
	margin: 1em 1em 2em 2em;
	border: 1px dotted #B6482E;
	}
#subscription table td {
	border-bottom: 1px solid #eeeeee;
	font-size: 110%;
	padding: 0.2em 0.5em;
	}
#subscription span.optional {
	font-size: smaller;
	color: #999999;
	}
div.subscribebutton {
	border: 2px solid #999999;
	background: #eeeeee;
	text-align: center;
	margin: 1em 20px;
	padding: 0.2em;
	width: 150px;
	}
.error {
	font-size: 110%;
	color: #FF0000;
	font-weight: bolder;
	}

/* End Subscription Block */

ol.subscribelist li {
	list-style: none;
	margin-bottom: 1em;
	border: 1px solid #999999;
	background: #eeeeee;
	padding: 0.5em;
	width: 30em;
}
/*Articles*/
#colone 	{
			padding: 0px 10px 10px 15px;
			margin: 10px 0px 0px 0px;
			text-align: left;
			float: left;
			width: 550px;
			}
.title {
font-size: 140%;
width: 550px;
color:#333333;
text-align:left;
}
.subtitles {
font-family:Arial, Helvetica, sans-serif;
color:
padding:8px 3px 20px 3px;
font-size:140%;
font-variant:small-caps;
}

.writer {
font-size:100%;
color:#999999;
}
.articles {
padding:0px 1px 0px 1px;
text-align:justify;
text-indent:0px;
}
.image {
float: left;
/* 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
margin: 3px 10px 3px 0px;
padding: 4px;
width: 200px;
border: 1px solid #000000;
}
#login {
font-size:small;
margin:0;
padding:30px 10%;
}

#login h1{
margin:0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:200%;
color:#C0C0C0;
}
#login h2{
font-size:130%;
}
#login h3{
font-size:120%;
}
#login h4{
font-size:110%;
}
#loginbox{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:110%;
margin:0;
border:1px dashed gray;
background-color:#D5A39B;
min-height:200px;
width:500px;
}
#breadcrum{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:80%;
margin:0;
border:2px gray;
border-bottom-style:dotted;
border-top-style:dotted;
border-left-style:none;
border-right-style:none;
background-color:#FFF;
min-height:30px;
width:800px;
}
#adpic{
	clear:both;
	margin:0;
	padding:5px 0;
	text-align:center;
}
#table {
			margin-right: auto;
			margin-left: auto;

}

#content	{
			text-align: center;
			}
			
#content_table {
border: 1px dashed #CCC;
}
#colone, #browse 	{
			padding: 2px 15px 0 15px;
			margin: 0;
			text-align: left;
			float: left;
			}
#colone{
	width:95%;
}
#browse 	{
	border-bottom:1px dashed #abc;}
#coloneleft 	{
			border-right: 1px dashed #CCC;
			padding: 0px 15px 10px 15px;
			margin: 0;
			text-align: left;
			float: left;
			width: 98%;
			}
#coloneleft2 	{
			border-right: 1px dashed #CCC;
			padding: 0px 15px 10px 15px;
			margin: 0;
			text-align: left;
			float: left;
			width: 46%;
			}

#coloneright	{
			padding: 0px 15px 10px 15px;
			margin:0px;
			text-align: left;
			float:right;
			width: 46%;
			}
#coloneleft dl.notab{
	border-bottom:1px dashed gray;
}
#browse dl{
	width:90%;
}
#browse dt, #colone dt, #coloneleft dt, #coloneright dt, #coloneleft2 dt{
font-size: 140%;
color:#333333;
text-align:left;
margin-top:0;
}
#coloneleft dt.title{
	float:right;}
#browse dt{
	font-size:140%;}
.subtitles {
font-family:Arial, Helvetica, sans-serif;
padding:8px 3px 20px 3px;
font-size:160%;
font-variant:small-caps;
}
#browse dd.date, #colone dd.date, #coloneleft dd.date, #coloneleft2 dd.date, #coloneright dd.date{
margin:0;
float:right;
font-size:100%;
color:#963445;
}
#browse dd.author, #colone dd.author, #coloneleft dd.author, #coloneleft2 dd.author, #coloneright dd.author{
margin:0;
float:left;
font-size:100%;
color:#999999;
}
#browse img, #colone img, #coloneleft img, #coloneleft2 img, #coloneright img{
/* 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
margin: 0;
margin-right:12px;
float:left;
padding: 4px;
width: 200px;
border: 1px solid #000000;
clear:both;
}
.editorialimage{
/* 'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
margin: 0;
margin-right:12px;
margin-bottom:10px;
float:left;
padding: 4px;
border: 1px solid #000000;
}
.editorname{
margin:0;
float:left;
font-size:100%;
color:#999999;
}
#icons{
	float:right;
	padding:3px;
}
#icons img{border:none; width:auto;}
#browse dd.article, #colone dd.article, #coloneleft dd.article, #coloneleft2 dd.article, #coloneright dd.article {
margin:0;
padding:0px 1px 0px 1px;
font-size:95%;
text-align:justify;
text-indent:0px;
clear:both;
}

.editorial {
font-size:160%%;
color:#333333;
text-align:left;
}

.editor {
font-size:120%;
color:#999999;
text-align:left;
}


#header {
width: 840px;
margin: 10px 0 0 20px;
}

#footer {
height:50px;
}
.poem {
padding: 5px 5px;
text-align:center;

}

.selectedtitle {
font-size: 160%;
color:#333333;
text-align:left;

}

.author_info {
color:#999999;
padding: 15px 0px;
text-align:justify;
text-indent:20px;
}


.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:100%;
	font-weight:bold;
	color:#black;
	text-align:center;
	padding-right:10px;
	border-top:1px dashed #BBB;
	text-decoration:none;
}
.menu a{
	color: #gray;
}
.menu a:hover{
	color:#FFC1C1;}
hr {
border-bottom:100px dotted gray;}
.clear{
	clear:both;
	}
