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


/*Styles the headlines for most pages*/
h1{
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:2.1em;
	color:#628eb0;
	text-align:left;
	font-weight:normal;
	margin-bottom:.55em;
	margin-top:.3em;
}


/*Styles the sub headlines for most pages*/
h2{
	font:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#000;
	font-weight:bold;
	padding-top:1em;
}

/*Styles the sub sub headlines for most pages*/
h3{
	font:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.7em;
	color:#000;
	font-weight:bold;
	line-height:140%;
}

/* Styles the subContent div */
#subcontent{
	margin-left:11.2em;
	padding-right:1.5em;
	width:100;
	border-right:thin #a5bbd4  solid;
}


/* styles the large magazine header on the Magazine - About Page */
#magheader{
	border:none;
	margin-bottom:.2em;
	border-top:#1265a1 solid thin;
	width:100%;
	margin-top:5em;
}

/*Styles the smaller images on the Magazine - About pages */
.spread{
	align:right;
	float:right;
	width:280px;
	margin:0 0 1em 1em;
	border:.1em #c7d6e8 solid;
}

.page {
	align:right;
	float:right;
	width:200px;
	margin:0 0em 0em 1.4em;
	border:.1em #c7d6e8 solid;
}

/*This styles the titles of the articles on the article pages*/
.articletitle{
	font:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.75em;
	color:#000;
	padding-top:1.3em;
	line-height:140%;
}

.articletitle a{
	font-size:1.2em;
	color:#1265a1;
	text-decoration:none;
	}

.articletitle a:hover{
	text-decoration:underline;
}



/*This styles the form elements on the subscribe, contact and advertise pages*/
form{
	font-size:.7em;
	color:#000;
	line-height:136%;
	text-align:left;
}

td{
	padding:4px;
}


/*Styles the large boxes in the right hand corner on the About page*/
.largeMagLinks{
	font-family:Century Gothic, Verdana, Geneva, sans-serif; 
	font-size:medium; 
	text-align:center; 
	text-decoration:none; 
	color:#000;
}

.largeMagLinks:hover{
	color:#628eb0;
}


/*Styles the people's names/titles  on the About page of the site*/
.meetTeam{
	font-family:Century Gothic, Verdana, Geneva, sans-serif; 
	font-size:small; 
	text-align:center; 
	text-decoration:none; 
	color:#000;
}


.meetTeam:hover{
	color:#628eb0;
}


/*Styles people's names on the bio page*/
.bioName{
	color:#1265a1;
}



/*Styles the logos on the Resource Page*/
.resourcelogo{
	width:4em;
	height:auto;
	padding:1em 0 0 0;
	border:none;
	text-align:center;
}

.resourcelogo img{
	width:11em;
	padding:0 0 .5em 0;
	border:none;
	
}

.resources{
	width:14em;
	height:12em;
	padding:1em;
	margin:0;
	float:left;
}


.resourcebutton{
	background-color:#FFF; 
	font-family:Century Gothic, Verdana, Geneva, sans-serif; 
	font-size:small; 
	text-align:center; 
	border:thin #628eb0 solid; 
	width:10.2em; 
	height:auto; 
	float:left; 
	padding:.5em;  
	margin:.5em;
}