@charset "utf-8";
/* CSS Document */

* {	padding: 0;
	margin: 0;	}
	
	
a img, :link img, :visited img {
	border: 0;}
a:link {
	color: #2F5EBC;
}
a:visited {
	color: #2F5EBC;
}
a:hover {
	color: #2F8DBC;
}
a:active {
	color: #2F5EBC;
}	

h1{
	font-size: 1.3em;
	color: #000000;
	border-bottom: thin solid #000;
	text-align: left;
	margin-bottom:50px;
	display: inline;
	padding-right: 30px;
	font-weight: bold;
}
h4{
	font-size: 1.2em;
	font-weight: bold;
}
body {
/*	background-color: #CE4195; */
	color: #333333;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.top_bar {
	background: #2F5EBC;
	height: 20px;
	float: right;
	width: 100%;
}

.site_nav ul {
/*	margin-right: 10%; */
	margin-bottom: 10px;
}
.site_nav  li {
	display: inline;
	padding-left: 8px;
	border-left: thin solid #7EC251;
	padding-right: 5px;
}
.site_nav {
/*	float: right;
	width: 450px;
*/
}

.site_nav a {
	color: #2F5EBC;
}

.site_nav a:hover {
	color: #CE4195;
}

.bottom_bar {
	background: #7EC251;
	width: 100%;
	height: 20px;
}

.column_nav {
	font-size: .8em;
	margin-bottom: 40px;
}
.breadcrumb li{
	display: inline;
	list-style: none;
	margin-right:10px;
	margin-left: 10px;
	margin-bottom: 25px;
	font-size: .8em;
}
.bread_nav {
	margin-bottom: 25px;
}


.column_nav li {
	margin-bottom: 20px;
	list-style: none;
}

p {
	margin-bottom: 20px;
}


h2{
	font-size: 1.5em;
	color: #2F5EBC;
	width: 90%;
	border-bottom: thin solid #2F5EBC;
	text-align: left;
	margin-bottom:30px;
}

.top {
/*	position: fixed; */
	left: 0px;
	top: 0px;
	width: 100%;
	/*float: left; */
	background: #FFFFFF;
	padding-top: 15px;
	text-align: center;
}
.logo {
/*	margin-left: 10%; */
	margin-bottom: 15px;
}

.pic_caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	padding-top: 1em;
}

.floatLeft .pic_caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin-right: 15px;
}

.floatRight .pic_caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin-right: 15px;
}


/* ML 21 Mar 2011: tweaking space between ads */

.ad_content {

	margin-bottom: 15px;	
}

.content_container {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: #FFFFFF;
	width: 75%;
/*	border: thin solid #000000; */
	padding-top: 20px;
	padding-bottom: 50px;
}

.content_container ul {

	margin-left: 25px;
	margin-right: 10px;
	text-align: left;
}

.content_container li {

	margin-bottom: 10px;
}

.home_container {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: #FFFFFF;
	width: 75%;
	border: thin solid #000000;
	padding-top: 175px;
	padding-bottom: 50px;
}

.map_container {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: #FFFFFF;
	width: 90%;
	border: thin solid #000000;
	padding-top: 175px;
	padding-bottom: 50px;
}



#rightCol {
	float:right;
	border-left: 1px dashed #999999;
	padding-right: 10px;
	padding-left: 10px;
}

#main_content {
	width: 72%;
	padding-right: 10px;
	float: left;
	text-align: justify;
	margin-bottom: 100px;
	padding-left: 15px;
}

#numbers_content {
	width: 75%;
	padding-right: 0px;
	float: left;
	text-align: justify;
	margin-bottom: 100px;
	padding-left: 15px;
}


#footer {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	color: #000;
	margin-top: 5px;
	font-size: 0.8em;
	text-align: center;
	float: left;
	padding-bottom: 25px;
}

#footer a {

	color: #000;
}

#index_page {

	text-align: center;
}

#index_page a {

	color: black;
}

#index_page a:hover {

	color: #CCCCCC;
}

#index_page h1 {

	border: none;
}

#index_page td {

	text-align: left;
	padding-left: 10px;
}


hr {
	text-align: center;
	
	margin-top: 10px;
	margin-bottom: 20px;
}

.issue_cover   h1 {
	margin-bottom: 50px;
}

.toc {
	color: #2F5EBC;
	font-size: 1.2em;
}
.issue_cover {
	width: 250px;
	float: left;

}
.toc li {
	margin-bottom: 20px;
}

.floatRight {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	width: 215px;
}

.floatLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	width: 215px;
}

.floatRight2 {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	width: 315px;
}

.floatLeft2 {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	width: 315px;
}

.floatLeftBigr {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 415px;
}


.infoboxRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 250px;
	background-color: #CCC;
	font-size: 0.8em;
}

.infoboxLeft {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 250px;
	background-color: #CCC;
	font-size: 0.8em;
}


.author_info {
	font-size: .8em;
	margin-top: 30px;
}
.toc ul {
	margin-top: 30px;
}

#vp1_cover {
	width: 175px;
	height: 293px;
	position: absolute;
	left: 150px;
	top: 194px;
}

#vp2_cover {
	width: 175px;
	position: absolute;
	left: 400px;
	top: 194px;
}

#vp3_cover {
	width: 175px;
	position: absolute;
	left: 650px;
	top: 194px;
}

#vp4_cover {
	width: 175px;
	position: absolute;
	left: 900px;
	top: 194px;
}


/* ML Mar 2011 */

#enlarge_cover {

	text-align: center;
	font-size: 10pt;
}

#enlarge_cover a {

	color: black;
}

#past {

	text-align: left;
	font-size: 10pt;
}

#past a {

	color: black;
}


#featcover_info {

	text-align: left;
	font-size: 10pt;
	margin-top:87px;
}

#links_table {
	
	margin-left: 100px;
}

/* ML 23 Mar 2011: special div for music pg Issue 3, issue bkgd PDF img */

#music3 {

	background:url(../vp3/images/music3.jpg) center 0px no-repeat; 
	width: 100%;
	height: 1098px;
}

#music3_text {

	padding-top: 505px;
/*	padding-left: 35%; */
	color: white;
	font-size:.6em;
}

#music3_text a {

	color: #739ff9;
}

#music3 td {

	padding: 5px;
}

#numbers {

	font-size: 10pt;
}

.greybox {

	background: #ccc;
	padding:15px;
	margin-bottom: 20px;
}

.tipbox {

	background: #bfd9ae;
	padding:15px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.prev, .next {

	font-size: .8em;
	font-style: italic;
	width: 48%;
}

.prev a, .next a {

	color: #CE4195;
	text-decoration: none;
}

.prev a:hover, .next a:hover {

	color: #2F8DBC;
	text-decoration: underline;
}

.prev {

	float: left;
	text-align: left;
}

.next {

	float: right;
	text-align: right;
}

.foto2015 {

	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.gallery2016 {

	width: 100%;
}

.gallery2016 img {

/*
	padding: 4%;
	border: thin solid #000000;
*/
	padding: 4%;
}

.gallery2016  a:hover img {

	opacity: 0.5;
/*	border: thin solid #CE4195; */
}

/* new Table of Contents */

.toc16 {
	color: #2F5EBC;
	font-size: 1.2em;
}

.toc16 li {
	margin-bottom: 20px;
}

.toc16 ul {
	margin-top: 30px;
	list-style:none;
	margin-left:0px;
	min-width: 45%;
	max-width: 45%;
	float: left;
}