@charset "utf-8";
/* CSS Document */
/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#00000; font-family: Georgia, serif; }
h1            { font-size:32px; font-weight:normal;  }
h2            { font-size:22px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/*Header Image*/
#logo-container img {
   width: 100%;
   height: auto;
}

/* Container */
.container { width:1074px; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.container h1,
.container h2 {font-size:2.6rem; color:#000000; font-family: Georgia, serif; line-height:40px; padding-top:10px; text-align: none; }
.container .separator { margin:0 3px; }
.container .link-rss { float:right; margin:7px 0 0; }

a {
	background:none;
}



.main {
	max-width: 1074px;
	margin: 0 auto;
	min-height:400px;
	padding:5px 0 0 0;

}

.nav { text-align: center;
}

.nav ul {
  display: inline-block;
  list-style: none;
}

.nav ul li {
    float: left;
    }

.nav a:link, a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ff9900;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav a:hover, a:active {
    background-color: #FFFFCC;
    color: #000000;
}

.nav li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */			
		}				

.nav li:hover ul 	{
                        display: block; /* Displays the drop-down box when the menu item is hovered over */
                        }

.nav li ul {
	background: #ff9900; border-radius: 0px; padding: 0;
	position: absolute;
}
	.nav li ul li {
		float: none; 
		position: relative;
	}
		.nav li ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			.nav li ul li a:hover {
				background-color: #FFFFCC;
    				color: #000000;
			}
			
			.nav a#pull {
	display: none;
	}

.story {
	max-width: 674px;
	margin: 0 auto;
	min-height:200px;
	padding:5px 0 0 0;

}

.story a {
color:#ff9900;
background:none;
}


.story a:hover {
color:black	
	
}


.story {
	text-indent: none;
	line-height: normal;
        font-size: 16px;
        font-family: Georgia, serif;
}

.mlinks {
	max-width: 500px;
	margin: 0 auto;
	padding:5px 0 0 0;

}

.mlinks a {
color:#ff9900;
background:none;
}


.mlinks a:hover {
color:black	
	
}


.mlinks {
	text-indent: none;
	line-height: normal;
    font-size: 18px;
    font-family: Georgia, serif;
}

.featured {
	max-width: 400px;
	margin: 0 auto;
	padding:5px 0 0 0;

}

.featured a {
color:#ff9900;
background: none;
}


.featured a:hover {
color:black	
	
}


.featured {
	text-indent: none;
	line-height: normal;
    font-size: 16px;
    font-family: Georgia, serif;
}



.logo {
	max-width: 800px;
	margin: 0 auto;
	min-height:200px;
	padding:5px 0 0 0;
	}

.bio {
	max-width: 674px;
	margin: 0 auto;
	min-height:120px;
	padding:5px 0 0 0;

}

.bio a {
color:#ff9900;
background:none;
}

.bio {
	text-indent: none;
	line-height: normal;
        font-size: 16px;
        font-family: Georgia, serif;
}



.logo	{
	text-align: center;
	}

.title {
	text-align:center;

	}

.title a {
color:#ff9900;
background:none;
}

.title a:hover {
color:black	
	
}

.links { 
	max-width: 450px;
	margin: 0 auto;
	min-height:80px;
	padding:5px 0 0 0;
	text-align:center;

}

.links a {
color:#ff9900;
background:none;
}

.links a:hover {
color:black	
	
}

.columns { 
border-left: 1px solid #E4E4E4; 
float: left;  
margin: 15px 0; 
padding: 0 20px; 
position: relative; 
width: 180px;}

.columns h2 { 
font-size:22px; 
font-weight:bold; 
text-align:center;
}

.columns a {
color:#ff9900;
background:none;
}

.columns a:hover {
color:black	
}


p {
	text-indent: none;
	line-height: normal;

}

.staff {
	min-height: 120px;
}

.staffhead {
	font-size:1.5em;
	text-align:center;
	text-weight:bold;
}

.staff img {float:left; padding:10px;max-width:125px;	
}

	
/*Footer*/

.footer {
	max-width: 674px;
	margin: 0 auto;
	min-height:100px;
	padding:5px 0 0 0;

}

.footer ul { margin:0; padding:0;
 color:#000; 
}
.footer ul li { display:inline; list-style:none;
}

.footer ul li:after {
 content:"|"; 
 color:#666; 
}
.footer ul li:last-child:after { content:"";  }
.footer ul li a {
 margin:0 8px; /* Set margins around the links */
 color:#ff9900; /* Text colors for the links */
 background:none;
}

/*Sign Up form*/
#mc-embedded-subscribe-form input.button {
	background-color: #ff9900;
}

#mc_embed_signup label {
	font-family: Georgia, serif;
}

#mc_embed_signup .button {
	font-family: Georgia, serif;
}

/*New Navigation*/

   /* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	height: 40px;
	width: 100%;
	background: #ff9900;
	font-size: 11pt;
	font-family: Georgia, serif;
	font-weight: bold;
	text-transform:uppercase;
	position: relative;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 1074px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	padding-bottom: 8px;
	
}
nav li a {
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #FFFFCC;
	color: #000000;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #FFFFCC;
		border-right: 1px solid #FFFFCC;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #ff9900;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #FFFFCC;
	}
	
}

.at_flat_counter {
	height:0px !important;
}

