/* CSS Document */
/* -------  Layout CSS(Centered Fixed Width) ------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	font-size: 12px;
	text-align: center;
	background-color:  #CCCCCC;
	
}

#container {
	background-color: #FFFFFF;
	width: 760px;
	margin: 10px auto 10px auto;
	border: 1px solid;
	border-color: #000000;
	text-align: left;
}

#masthead { 
	width: 760px;
	height: 164px;  
	/* background-image: url(/images/header.jpg); */
	text-align: center;
}

#menu {
	background-color: #000000;
	height: 50px;
	width:100%;
	
	
}
#issue{
	float:left;
	width: 300px;
	color: #FFFFFF;
	text-align:left;
	font-size: 16px;
	font-style: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #000000;
}

#issue a {text-decoration: none; color:#FFFFFF; font-weight: normal;}

#issue a:hover {text-decoration: line-through;  font-weight: normal;}

#links { float: right;

padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
width: 400px;
color:#FFFFFF;
font-size:14px;
font-style:normal;
display: inline;
}

#links a {text-decoration: none; color:#FFFFFF; font-weight: normal;}

#links a:hover {text-decoration: line-through;  font-weight: normal;}
		

/*----------main: content & font styles------------*/

#main { 
	width: 720px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 20px;
	text-align:left; 
	
}

.category { font-size: 16px; color: #999999; font-style: normal; line-height: 150% }

.separator {float: left;
	width: 95%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 5em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}
.title {font-size: 16px; color:#660000;}
.title a, a:visited {color:#660000; text-decoration: none}
.title a:hover {color: #666600; text-decoration: none}

.subtitle {font-size: 13px; color:#CC9900; margin-left: 1em;
		margin-right: 1.5em;}
.subtitle a, a:visited {color:#CC9900; text-decoration: none}
.subtitle a:hover {color: #666600; text-decoration: line-through}

.review {font-size: 14px; color:  #660000;}
.review a {color:#660000; text-decoration: none}
.review a:visited {color:#660000; text-decoration:  none}
.review a:hover {color: #666600; text-decoration: line-through}

.author {font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color:#000000;
		margin-left: 1em;
		margin-right: 1.5em;}
.author a, a:visited {color: #660000; text-decoration: none; }
.author a:hover {color:#666666; text-decoration:none;}

.notes { font-size: 12px; color: #999999; font-style: normal;}
.notes a, a:visited {color: #999999; text-decoration: none; }
.notes a:hover {color: #333333; text-decoration:none;}

.link {float: right;
		font-size: 12px; 
		color: #660000;
		margin-right: 6em;}
.link a {color: #660000; text-decoration: none;}
.link a:visited {color: #6600900; text-decoration: none;}
.link a:hover {color: #660000; text-decoration: line-through; }

.heading1 {font-size: 18px; color:#000000;}

.heading2 {font-size: 15px; color: #000000; font-style: normal;}
.heading2 a, a:visited {color: #666666; text-decoration: none; font-style: normal;}
.heading2 a:hover {color: #660000; text-decoration: line-through;}


.blockquote {font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #333333; 
		margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	
}
.fine-print {font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:9px; 
		color:#000000;
		margin-left: 1em;
		margin-right: 1.5em;
}
.fine-print a,  a:visited {color: #660000; text-decoration: none; }
.fine-print a:hover {color:#666666; text-decoration:none;}

/*-------------footer--------------*/
/*---width set back 40 to add right padding for ISSN # ----*/
/*-- 
#footer {background-color: #000000;
height: 30px;
width:720px;
text-align: right;
padding-top: 12px; 
padding-right: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
color:#FFFFFF;
}
--*/
#footer {
	background-color: #000000;
	height: 50px;
	width:100%;
	
	
}
#copyright {
	float: left;
	width: 400px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 8px;
	padding-left: 10px;
	background-color: #000000;
	}

#copyright a {text-decoration: none; color: #CCCCCC; font-weight: normal;}
#copyright a:visited {text-decoration:none;  font-weight: normal;}
#copyright a:hover {text-decoration: line-through;  font-weight: normal;}

#issn { float: right;
width: 200px;
text-align: right;
padding-top: 15px;  
padding-right: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
color:#FFFFFF;
}
