@charset "UTF-8";

body {   }

div#sidebar div.edbanner {margin-bottom: 1em; }	

#content { margin-top: 2em; margin-left: 20%; margin-right: 20%; border: none; background-color: #ecf2df; }
p, dl, ol, ul, blockquote {
	font-family: Trebuchet MS, sans-serif;	
}

#navbar { display: none; }	
#endbar { display: none; }	
#footer { display: block; }
#header { 
	margin-left: 20%; margin-right: 20%;
	border: none;
	font-size: 130%;
	text-align: center;
	margin-top: 3em;
	position: relative;
	width: 60%;
	display: block;
} 

div.issn {
	display: block;
	position: absolute;
	right: 0.1em;
	top: 0.1em;
	font-size: 50%;
	color: #324b00; 
}

#header h1,#header h2 { text-align: center; }
h4 { text-align: center; margin-top: 0.5em; font-weight: normal }

div#content {
	position: relative;
	overflow: hidden;
}


div.menu {
	position: relative;
	display: block;	
	overflow: hidden;
	left: 0; right: 0;
}


div.menu h3 {
    margin-top: 0.5em; 
}
div.volume {
    margin-bottom: 0.5em;
}

#header img {
	margin-bottom: 1em;	
}

#content a:link, a:visited {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}


div.volume h3 {
    margin-bottom: 0.5em;
}

div.issue {
	display: block;
	height: 2em;
    background-image: url("ed_img/book_closed.png");
    background-repeat: no-repeat;
    background-position: 0.4em;
    padding: 0 30px 0 30px;
    background-color: #ecf2df;
    text-align: left;
}
span.issuenumber {
    display: inline-block;
    min-width: 6em;
}
a:hover span.issue {
    text-decoration: underline;	
}

hr {
    color: #324b00;
    height: 1px;
    margin: 1em 0 0 0;
    padding: 0 0 0 0;
    background-color: #324b00;
    border: 0;
}
table.azindex {
    	border-collapse: collapse;
            border: 1pt solid #324b00;
            background-color: white;

}

table.azindex th {
    background-color: #324b00;  
    color: white;
}
table.azindex th a {
    color: white;
    
}
table.azindex td, table.azindex th  {
    padding: 0 1em 0 1em;    
    font-size: 90%;
    vertical-align: top;
    border-bottom: 1pt solid #324b00;  
}

table.azindex td:first-of-type {
   
}

div#content h2 {
    text-align: center;
    margin-top: 0;
    font-style: normal;
    margin-bottom: 0.5em;
    padding-top: 0;
}

p.latest {
    text-align: center;
    font-weight: bold;
}

p.latest a {
    display: inline-block;
    padding-left: 25px;
    background-image: url("ed_img/book_closed.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    min-height: 30px;
    padding-top: 10px;
}

a.newslink {
    display: block;
    padding-left: 20px;
    background-image: url("ed_img/indexarrow.png");
    background-repeat: no-repeat;
    background-position: 0 5px;    
}

blockquote.news {
    border: thin #314B00 solid;
}