/* ---------------------- Reset ---------------------- */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video,button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,aside,figure,footer,header,hgroup,nav,section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@import url("base.css");
.button {
	width: auto;
}


.container{		
    width:96%;
    max-width: 1020px;
		margin: 0 auto;
    clear: both;
	}  

.col { 
		margin:10px 0;
    padding:10px 0.8%;
    display: block;
    float:left;
    position:relative;
	}

.span1of2, .span2of2, .span1of3, .span2of3, .span3of3, .span1of4, .span2of4, .span3of4, .span4of4 {
    width:98.4%;
  }  


  /* ------------ 2 col layout ------------ */
  
  .span1of2 {
    width:48.4%;
  }
  
  .span2of2 {
    width: 98.4%;
  } 

  
  
  /* ------------ 3 col layout ------------ */
  
	.span1of3 {
    width: 31.7%;
  }
  
  .span2of3 {
    width: 65%;
  }
  
  .span3of3 {
    width: 98.4%;
  }  

  
  /* ------------ 4 col layout ------------ */
  
  .span1of4 {
    width: 23.4%; 
  }
  
  .span2of4 {
    width: 48.4%; 
  }
  
  .span3of4 {
    width: 73.4%; 
  }
  
  .span4of4 {
    width: 98.4%; 
  }   




/* ---------------------- Menu ---------------------- */
ul#jPanelMenu-menu{
	display: block;
	width: 250px;
	z-index: 1;
	background-color:#706856;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}
ul#jPanelMenu-menu li{
	margin: 0;
}
ul#jPanelMenu-menu li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 12px 3px 12px 15px;
	border-bottom: 1px solid #504a3d;
	margin: 0;
	font:400 16px/20px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  text-transform:uppercase;
  -webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
ul#jPanelMenu-menu li a:hover{
	background-color: #504a3d;
	color: #fff;
}

#main-nav{
  float:left;
  width:100%;
  background-color:#706856;
  position:relative;
} 

.menu-trigger {
	float:left;
	padding:10px 12px 8px;
	text-align: center;
  font:400 16px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#fff;
  font-size:16px;
  line-height:18px;
  text-decoration:none;
}
.menu-trigger i{
  vertical-align:middle;
}

.menu-trigger:hover{
	color:#504a3d;
}

#primary-nav{
	display: none;
}


  ul#jPanelMenu-menu{
		display: none;
	}
	ul#jPanelMenu-menu li{
		display: none;
	}
	ul#jPanelMenu-menu li a{
		display: none;
	}
	.menu-trigger {
		display: none;
	}	  
  
  #primary-nav {
		float:left;
    display:inline-block;
	}
  
  #primary-nav #menu {
    list-style:none;
    margin:0;
  }
	
	#primary-nav #menu li {
    float:left; 
		margin:0;
    font:300 16px/24px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	}
	
	#primary-nav #menu li a {         
    display:inline-block;      
    padding:10px 12px 8px;
    color:#fff;
    text-decoration:none;	
    -webkit-transition:background-color 0.3s ease-in-out;
    -moz-transition:background-color 0.3s ease-in-out;
    -o-transition:background-color 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
	}
  
	#primary-nav #menu li a:hover,
	#primary-nav #menu li a:focus {
		background-color:#504a3d;
	}
	
	#primary-nav #menu li i {
    margin-top:1px;
  }
  
/* ------------ calendar styles ------------ */

#cal-header{
  width:100%;
  margin:0 auto 16px;
  overflow:hidden;
}

.prev-month, .current-month, .next-month{
  float:left;
  text-align:center;
}

.prev-month, .next-month{
  width:20%;  
}

.prev-month a, .next-month a{
  display: inline-block;
  background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
  font:300 14px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color: #2B2821;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.prev-month a:hover, .next-month a:hover{
  background-color: #706856;
  color: #f0eee9;
}

.current-month{
  width:60%;
}

.calquotes{
	color:#0d5e89;
}

.calendar ul{
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}

.calendar li{ 
  border: 1px solid #ededed;
  padding: 10px;
  margin-bottom: -1px;
}

.calendar .weekdays{
  display: none;
}

.calendar li .day, .calendar li .month{
  display: inline;
}
 
.calendar li.out_of_range {
  display: none;
}


.date{
  font:300 14px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

.calendar-day .event{
	font-size: 11px;
}

.calendar-day .event a{
	display:block;
  margin-bottom:10px;
}

.out_of_range{
	background-color:#f7f5f0;
}

.event .description p{
  margin-right:20px;
}

.event figure{
  display:inline-block;
  margin-bottom:20px;
}

.event figcaption{
  color: #777777;
  font: italic 10px/12px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
}

/* ------------ calendar media queries ------------ */

	.calendar li{
		display: block;
		float: left;
		width: 14.2857142857%;
		padding: 5px;
		box-sizing: border-box;
		border: 1px solid #e0dfd9;
		margin-right: -1px;
		margin-bottom: -1px;
	}
	
	.calendar .weekdays{
		display:block;
	}
	
	.day_of_week{
		font:300 14px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
		background-color:#f0eee9;		
		border: 1px solid #e0dfd9;
		text-align:center;
	} 
	
	.calendar li .day, .calendar li .month{
		display:none;
	}
	
	.calendar li.out_of_range {
		display:block;
	}
	.calendar li{
    height: auto!important;
	}


body {
  margin:0 auto;
  background-color:#f0eee9;
}
 
 
/* ------------ header styles ------------ */
#header{
  margin:0 0 10px;
  position:relative;
}
#header .container{
  position:relative;
}
#header h1{
  margin:20px 0 0;
}
#header h1.mobile-visible{
  display:inline-block; 
} 
#header h1.mobile-hidden{
  display:none;
}
#header h1 img {
  margin:-20px 20px 0 0;
  vertical-align:middle;
}
#header #noaa-logo{
  float:right;
  margin:10px 0 0;
}

/* ------------ social styles ------------ */
#social{
  position:absolute;
  top:0;
  right:84px; 
  padding:0 3px;
  background-color:#e2e0dc;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}

#social ul{
  list-style:none;
  margin:0;
  padding:4px 0;
  text-align:center;
  overflow:hidden;
}

#social li{
  float:left;
  margin-bottom:0;
}

#social li a{
  display:inline-block;
  width:18px;
  margin:0 1px;
  padding:4px;
  color:#fff;
  text-decoration:none;
  background-color:#2a93c5;
  border-radius:3px;
  -webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#social li a:hover{
  color:#fff;
  background-color:#2b4878;
}

/* ------------ nav styles ------------ */
#main-nav .container {
  position:relative;
}

#main-nav #search{  
  /*float:right;*/
  position:absolute;
  right:0;
  overflow:hidden;
  width:auto;
  margin-top:-4px;
  padding:10px 12px;
  background-color:#504a3d;
  border-radius:3px;
}


#main-nav #search #search-field{
  display:inline-block;
  border:0;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  margin-right: 0;
  width: 155px;
  height: 16px;
}

#main-nav #search #search-button{
  float:right;
  display:inline-block;
  width:28px;
  height:28px;
  color:#fff;
  background-color:#2a93c5;
  border:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  cursor:pointer;
  -webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#main-nav #search #search-button:hover{
  color:#fff;
  background-color:#2b4878;
}

#main-404 {
  text-align:center;
}

#main-404 #search{  
  overflow:hidden;
  width:290px;
  margin:20px auto;
  padding:10px 12px;
  background-color:#504a3d;
  border-radius:3px;
}

#main-404 #search #search-field{
  display:inline-block;
  border:0;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  margin-right: 0;
  width: 250px;
}

#main-404 #search #search-button{
  float:right;
  display:inline-block;
  width:28px;
  height:28px;
  color:#fff;
  background-color:#2a93c5;
  border:0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  cursor:pointer;
  -webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#main-404 #search #search-button:hover{
  color:#fff;
  background-color:#2b4878;
}

#main-404 #menu-404{
  list-style:none; 
  margin:0;
}

#main-404 #menu-404 li{
  display:inline;
  margin:0 4px;
}

/* ------------ featured styles ------------ */
  
#featured-slide{
  float:left;
  width:100%;
  padding:40px 0;
  background-color:#b3dbef;
  border-bottom:5px solid #e0dfd9;
  overflow:hidden;
}

#slider{
  position:relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  margin-bottom:0;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_nav {
    background:url("../images/rslides-nav.png") no-repeat;
    height: 61px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 20%;
    width: 38px;
    z-index: 3;
}

.rslides_nav.next{
  background-position:right top;
  left:auto;
  right:0;
}

.rslides_tabs{
  list-style:none;
  margin:20px 0 0;
  text-align:center;
  overflow:hidden;
}

.rslides_tabs li{
  display:inline-block;
  width:16px;
  height:17px;
  margin:0 5px;
  background:url("../images/pager-nav.png") no-repeat 0 0;
  text-indent:-9999px;
}

.rslides_tabs li a{
  display:block;
  width:16px;
  height:17px;
}

.rslides_tabs li.rslides_here{
  background-position:0 -17px;
}

#featured-slide #slider figure{
  float:left;
  max-width:686px;
  background-color:#e0dfd9;
  text-align:center;
  padding:10px;
  border-radius:4px;
}
  
#featured-slide #slider figure img{
  display:block;
  height: auto;
  width: 100%;
  max-width:686px;
}

#featured-slide #slider .content{
  float:left;  
  max-width:686px;
  margin-top:19px;
  padding:20px;
  background-color:#fff;  
  border-radius:4px;
}

#featured-slide #slider .content h2{
  margin-bottom:20px;
}

#featured-slide #slider .content p{
  margin-bottom:20px;      
  color:#7e7972;
}
    
#featured-slide #slider .content .button{
  width:60%;
  margin:0 auto;
  border-radius:3px;
}

#featured-content{
  float:left;
  width:100%;
  min-height:400px;
  padding:20px 0 0;
  background:url(../images/content-bg-1.gif) repeat #e8e7e2;
  border-bottom:0px solid #;
  overflow:hidden;
}

#featured-content h2{
  padding:0 0 14px;
  border-bottom:2px solid #d2d1c7;
  color: #2B2821;
}
#featured-content h2 .more{
  float:right;
  display:inline-block;
  vertical-align:middle;
  margin-top:4px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#featured-content h2 .more:hover{
  background-color:#fff;
}
    
#featured-content h2 .more i{
  margin-left:4px;
}

#featured-content h3{
  font-weight:300;
}

#featured-content .focusareas img, #featured-content .news img{
  width:98%;
  max-width:310px;   
  -webkit-box-shadow: 7px 7px 0px rgba(13, 94, 137, 1);
  -moz-box-shadow:    7px 7px 0px rgba(13, 94, 137, 1);
  box-shadow:         7px 7px 0px rgba(13, 94, 137, 1);
}

#featured-content h3{
  margin-top:14px;
}

#featured-content h3 a{
  color: #2b2821;
  text-decoration:none;
}

#featured-content h3 a:hover {
  color: #69624f;
  text-decoration:none;
}
  
#featured-content p {
  font-size:12px;
}

#featured-content p img{
  display:none;
}

#featured-content .post{
  float:left;
  display:inline-block;
  width:45%;
	height:220px;
  margin:14px 6px 0;
  text-align:center;
}

#featured-content .videos{
  position:relative;
}

#featured-content .videos .play{
  position:absolute;
  top:40%;
  left:40%;
  z-index:20;
  display:block;
  width:36px;
  height:37px;
  background:url(../images/play-button.png) no-repeat;
}
  
#featured-content .gallery img{
  width:98%;
  max-width:172px;   
  -webkit-box-shadow: 7px 7px 0px rgba(13, 94, 137, 1);
  -moz-box-shadow:    7px 7px 0px rgba(13, 94, 137, 1);
  box-shadow:         7px 7px 0px rgba(13, 94, 137, 1);
}
      
#featured-content .post h4 {
	margin:12px 0 10px;
  font:400 16px/20px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#504a3d;
}

#featured-content .post h4 a{
  color:#545454;
	text-decoration:none;
}

#featured-content .post h4 a:hover{
  color:#69624f;
}
    
#featured-content .post p {
  font:400 13px/17px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#504a3d;
}

#featured-sub{
  float:left;
  width:100%;
  padding:40px 0;
  background-color:#706856;
  overflow:hidden;
}

#featured-sub .article-box{
  background-color:#f0eee9;
  border:1px solid #c6c3b9;
  border-radius:6px;
  min-height:306px;
}
  
#featured-sub .article-box-content{
  margin:12px;
  padding:20px 12px;
  border:1px solid #dfdcd3;
  border-radius:6px;
  min-height:246px;
}

/* 306/246 or 366/306 */
    
#featured-sub .article-box-content h2{
  margin-bottom:16px;
  padding-bottom:10px;
  border-bottom:2px solid #ebeae7;
}
      
#featured-sub .article-box-content h2 .more{
  float:right;
  display:inline-block;
  vertical-align:middle;
  margin-top:4px;
  padding:4px 6px;          
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
	background-color:#e6e2da;
  border-radius:3px;
}
        
#featured-sub .article-box-content h2 .more:hover{
  background-color:#706856;
  color:#f0eee9;
}
        
#featured-sub .article-box-content h2 .more i{
  margin-left:4px;
}
      
#featured-sub .article-box-content p{
  font-size:12px;      
}

#featured-sub .article-box-content p a{
  text-decoration:none;
	color:#545454;
}

#featured-sub .article-box-content p a:hover{
  color:#2a93c5;
  text-decoration:none;
}

/* ------------ footer styles ------------ */

#footer{
  float:left;
  width:100%;
  padding:14px 0;
  background-color:#504a3d;
  border-top:5px solid #322f26;
}
#footer p{
  margin:6px 0;
  font:400 14px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#fff;
  text-align:center;
}

#footer a{
  color:#fff;
  text-decoration:none;
  margin:0 10px;
}
    
#footer a i{
  margin-right:4px;
}

/* ------------ page styles ------------ */
#page, #subpage{
  float:left;
  width:100%;
  padding:0 0 20px;
  background:url(../images/content-bg-1.gif) repeat #e8e7e2;  
  overflow:hidden;
}


#page #title, #subpage #title{
  float:left;
  width:100%;
  padding:14px 0;
  background-color:#b3dbef;
  border-bottom:5px solid #e0dfd9;
  overflow:hidden;
}
#page #title h2, #subpage #title h2{
  color:#0d5e89;
}

#page #content, #subpage #content{
  float:left;
  width:100%;
  margin:30px 0 0;
}


#page #content .wrapper, #subpage #content .wrapper{
  width:96%;
  max-width:1020px;
  min-height:500px;
  margin:0 auto;
  padding:0 0 80px;
  background-color:#fff;
  overflow:hidden;
}

#about-main{
	margin-top: 25px;
}

#about-main p{
  margin-right:20px;
}

#contact-main{
  height:330px;
  background:url(../images/beach-1.jpg) no-repeat;
  overflow:hidden;
  position:relative;
}

#contact-main .office{
  width:auto;
  max-width:126px;
  margin:20px;
  padding:20px;
  background-color:rgba(248, 250, 254, 0.7);
  overflow:hidden;
  position:absolute;  
  right:0;
}

#page #content h2{
  margin-bottom:20px;
  padding:0 0 14px;
  border-bottom:2px solid #d2d1c7;
  overflow:hidden;
}

.office figure{
  float:left;
  display:inline;
  margin-right:10px;
  margin-bottom:10px;
}	

.office figure img{
  width:100%;
  max-width:110px;
}

.office figcaption{
  font:italic 10px/12px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#777;
}

.office article{
  float:left;
  display:inline;
}

.office p{
  font:400 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

.office p i{
  margin-right:6px;
}

#contact-form, #new_submission{
  margin:0;
}

#contact-form textarea, #new_submission textarea{
  width:88%;
  min-height:200px;
  margin-bottom:20px;
	padding:6px 8% 6px 12px;
  font:16px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#706856;
  border:0;
  background-color:#ebeae5;
  border-radius:0;
}

#contact-form input, #new_submission input{	
  border:0;   
}
#contact-form input.text-field, #new_submission input.text{
	width:88%; 
  margin-bottom:20px;
  padding:6px 8% 6px 12px;
  font:16px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#706856;
  background-color:#ebeae5;
  border-radius:0;
}

#spamsucks {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

#contact-form .button, #new_submission .submit{
  float:right;
  margin:20px 0 0;
  padding:6px 18px;
}

/* ------------ staff list styles ------------ */
#staff-list{
  position:relative;
  float:left;
  width:100%;
}

#staff-list .container{
  position:relative;
}
#staff-list article{
  padding:0 0 10px;
  border-bottom:2px solid #d2d1c7;
  overflow:hidden;
}

#staff-list h3{
  margin-bottom:4px;
  font:700 18px/18px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b261f;
  margin: 0 5px 4px 0px;
}

#staff-list #staff-filter{ 
  float:left;
  display:inline-block;
  vertical-align:middle;
  width:auto;  
  padding:6px 8px;          
  font:300 16px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#fff;
  text-decoration:none;
  border-radius:3px;
  background-color:#2b261f;
}


#staff-list #staff-filter a{
  margin:0 0 0 4px;
  font:400 14px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#fff;
  text-decoration:none;
  cursor:pointer;
}

#staff-list #staff-filter a:hover{
  color:#f0efe8;
}

#staff-list p{
  margin-bottom:4px;
  font:400 14px/20px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b261f;
}

#staff-grid{
  float:left;
  list-style:none;
  margin:20px 0 0;
  overflow:hidden;
}

#staff-grid li{  
  opacity:0;
  display:none;
  background-color:#fff;
  margin: 0;
}


/* ------------ sub page styles ------------ */

#page-title{
  padding:20px 0.8% 0;
}

#page-title h3{
  font-style:italic;
  font-weight:400;
  font-size:16px;
  line-height:20px;
}

#page-title h5{
  margin-top:10px;
  font-style:italic;
  font-weight:400;
  font-size:12px;
  line-height:16px;
}

#main #entry #sidebar{
  float:left;
  width:100%;
  padding-top:10px;
}

#main #entry .article, #gallery-main #entry .article{
  float:left;
  width:96%;
}

#main #entry .article p img{
  display:block;
  width:100%;
  max-width:464px;
  margin-bottom:20px;
}

#entry .widget{
  padding:10px 0; 
  word-wrap:break-word;
}

#entry .widget h4, #contact.widget h4, #additional.widget h4, #entry .article h4, #secondary .widget h4{
  padding-bottom: 4px;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  text-transform:uppercase;
  border-bottom:2px solid #D2D1C7;
}

#entry .article h4{
  width:96%;
  margin-bottom:20px;
}

#entry .article h4.comments{
  margin-top:20px;
}

#entry .widget ul, #additional.widget ul, #secondary .widget ul{
  list-style:none;
  margin:10px 0 0 20px;
}

#entry .widget li, #additional.widget li{
  padding-left:4px;
}

#entry .widget li a, #additional.widget li a, #secondary .widget li a{
  color:#545454;
  text-decoration:none;
}

#entry .widget li a:hover, #additional.widget li a:hover, #secondary .widget li a:hover{
  color:#0D5E89;
}

#secondary .widget li .time{
  display:block;  
  width:100%;
  font-style:italic;
  font-size:12px;  
}

#entry .widget.social{
  border-top:2px solid #D2D1C7;
}

#entry .widget.social ul, #secondary .widget.social ul{
  margin:0;  
}

#secondary .widget.social ul{
  margin-bottom:30px;
}

#entry .widget.social li, #secondary .widget.social li{
  padding:4px 4px;
  border-bottom:1px solid #ddd;
}

#secondary .widget{
  margin-bottom:30px;
}

#entry .widget .more, #secondary .related .more{
  display:inline-block;
	vertical-align:middle;
  margin-top:10px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#entry .widget .more:hover, #secondary .related .more:hover{
  color:#f0eee9;
  background-color:#706856;
}

#main .links a{
  color:#545454;
  text-decoration:none;
}

#main .links a:hover{
  color:#0d5e89;
}



/*
3 col layout

600px/768px stops at 1020px

push/pull left and right spacing for cols

*/

#secondary #page-nav{
  margin-bottom:20px;
  padding-bottom:14px;
  background-color:#706856;
  border-radius:4px;
}

#page-nav h3{
  margin-bottom:0;
  padding:16px;
  font-weight:700;
  font-size:22px;
  line-height:26px;
  color:#fff; 
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border-bottom:1px solid #474235;
}

#page-nav ul{
  list-style:none;
  margin:0;
}

#page-nav li{
  margin-bottom:0;
  font-weight:300;
  font-size:16px;
  line-height:20px;
  color:#fff; 
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border-bottom:1px solid #474235;  
}

#page-nav li a{
  display:block;
  padding:16px;  
  color:#fff;
  text-decoration:none;
  background-color:#8d836b;
  border-right:12px solid #7f7660;
	/*
  -webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out; 
	*/
}

#page-nav li a:hover{
  background-color:#4db4e9;
  border-right:12px solid #3498db; 
}

#page-nav li a.active{
  background-color:#0d5e89;
  border-right:12px solid #0d3e61; 
}

#contact{
  margin:40px 0 20px;
  overflow:hidden;
}

#contact .people{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
}

#contact .people:last-of-type{
  border:0;
}

#contact .info{
  margin-bottom:10px;
}

#contact p{
  margin-bottom:4px;
}

#contact .name{
  font-weight:700;
  font-size:18px;
  line-height:20px;
}

#contact .pos, #contact .org{
  font-style:italic;
  font-weight:400;
  font-size:16px;
  line-height:18px;
}

#contact .contact{
  font-size:14px;
  line-height:16px;
}

#contact figure{
  float:left;
  margin-right:6px;
}

#contact .more a{  
  float:right;
  display:inline-block;
  vertical-align:middle;
  margin-top:4px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#contact .more a:hover{
  color:#f0eee9;
  background-color:#706856;
}
    
#contact .more a i{
  margin-left:4px;
}

/* ------------ news styles ------------ */  
#blog-main .post{
  margin:0 20px 40px 0;
  padding-bottom:20px;
}

#blog-main .post h3 a{
  color:#545454;
  text-decoration:none;
}

#blog-main .post h3 a:hover{
  color:#0D5E89;
}

#blog-main .post .meta{
  margin:20px 0 0;
  padding:10px 6px;
  border-top:2px solid #D2D1C7;
  border-bottom:2px solid #D2D1C7;
}

#blog-main .post .meta p{
	display:inline;
}

#blog-main .post .more{
  display:inline-block;
	vertical-align:middle;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#blog-main .post .more:hover{
  color:#f0eee9;
  background-color:#706856;
}


#blog-main .post p img{
  display:none;
}



#entry #gallery, #entry #program-gallery{
  list-style:none;
  margin:40px 0;
  overflow:hidden;
}

#entry #gallery li, #gallery-main .post .gallery li, #entry #program-gallery li{
  margin:0 2px 20px;
  position:relative;
}

#entry #program-gallery li{
  float:left;
}

#gallery-main #entry #gallery.photos li{
  float:left;
  display:inline-block;
  margin:0 2px 4px; 
}

#gallery-main #entry #gallery.videos img{
  width:100%;
  max-width:480px;
}

#entry #gallery li .play, #gallery-main .post .gallery li .play{
  position:absolute;
  top:34%;
  left:34%;
  z-index:20;
  display:block;
  width:36px;
  height:37px;
  background:url(../images/play-button.png) no-repeat;
}

#gallery-main .post .gallery li .play{
  top:40%;
  left:46%;
}

#gallery-main .gallery li img{
  width:80%;
  max-width:480px;
}
  
#gallery-main #entry #gallery li .description{
  display:block;
  width:480px;
  margin-bottom:10px;
  color: #545454;
  font-size: 14px;
  line-height: 18px;  
}

#recent-articles, #categories{
  list-style:none;
  margin:0;
}

#social-links{
  list-style:none;
  margin:0 0 0 20px;
}

#categories{
  margin-left:20px;
}

#recent-articles li{
  margin-bottom:15px;
}

#recent-articles li, #categories li, #social-links li{
  margin-bottom:6px;
}

#recent-articles li a, #categories li a, #social-links li a{
  display:block;
  padding:2px 4px;  
  text-decoration:none;
	color:#545454;
}

#categories li a{
  padding:0;
}

#recent-articles li a:hover{
  background-color:#E8E7E2;
  border-radius:4px;
	color:#0D5E89;
}

#categories li a:hover, #social-links li a:hover{
  color:#0D5E89;
}

#recent-articles li span{
  display:block;  
  width:100%;
  font-style:italic;
  font-size:12px;  
}


#recent h4{
  margin-bottom:10px;
  padding-bottom: 4px;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  text-transform:uppercase;
  border-bottom:2px solid #D2D1C7;
}

#recent h4:nth-of-type(2){
  margin-top:20px;
}

#recent h4 .more{
  background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
  color: #2B2821;
  display: inline-block;
  float: right;
  font: 300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#recent h4 .more:hover{
  background-color: #706856;
  color: #f0eee9;
}


/* ------------ publication styles ------------ */
#publications h4{
  margin-left:20px;
  font-size:14px;
  font-weight:300;
}


#publications .entry{
  margin-right:20px;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom: 2px solid #D2D1C7;
}

#publications .entry:last-of-type{
  border:none;
}


#publications .entry ul{
  margin:0 0 20px 20px;
}

#publications .entry li a{
  color:#545454;
  text-decoration:none;
}

#publications .entry li a:hover{
  color:#0D5E89;
}

#publications .entry .more a {
  display:inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  background-color: #f0efe8;
  font: 400 14px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color: #2b2821;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}

#publications .entry .more a:hover {
  color: #fff;
  background-color: #706856;
}

#publications #secondary .widget h4{
  margin-left:0;
}

/* ------------ gallery styles ------------ */ 
#gallery-main .post{
  margin:0 20px 40px 0;
  padding-bottom:20px;
	overflow:hidden;
  border-bottom:2px solid #D2D1C7;
}


#gallery-main .post h3{
  margin:0 0 6px;
}

#gallery-main .post h3 a{
  color:#545454;
  text-decoration:none;
}

#gallery-main .post ul{
  list-style:none;
  margin:0;
}

#gallery-main .post li{
  float:left;
  display:inline-block;
  margin-right:4px;
}

#secondary #recent .learn-more a{
	background-color: #F0EFE8;
	border-radius: 3px 3px 3px 3px;
	color: #2B2821;
	display: inline-block;
	font: 300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
	margin-top:10px;
	padding: 4px 6px;
	text-decoration:none;
	text-transform: uppercase;
	vertical-align: middle;
}

#secondary #recent .learn-more a:hover{
	color:#f0eee9;
  background-color:#706856;
}	

/*
#entry .widget .more{
  display:inline-block;
	vertical-align:middle;
  margin-top:10px;
  padding:4px 6px;
  background-color:#f0efe8;
  font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
  color:#2b2821;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:3px;
}
    
#entry .widget .more:hover{
  color:#f0eee9;
  background-color:#706856;
}
*/

/* ------------ staff styles ------------ */  
#staff-main .post{
  position:relative;
	width:100%;
  height:150px;
  /*margin:0 20px 40px 0;*/
  margin:0;
  padding:0 0 10px;
  border-bottom: 2px solid #D2D1C7;
  float: left;
}

#staff-main.staff .post{
	height:475px;
}

#staff-main figure{
	width: 100%;
  max-width:275px;
  margin:0 auto 10px;
	text-align: center;
}

#staff-main figure img{
  width: 75%;
	max-width: 275px;
}
#staff-main .post h3{
	width: 100%;
	text-align: center;
}

#staff-main.members .post h3{
  text-align:left;
}

#staff-main .post h3 a{
  color:#545454;
  text-decoration:none;
}

#staff-main .post h3 a:hover{
  color:#0D5E89;
}

#staff-main span{
	display: block;
	margin-bottom: 5px;
  padding:0;
}
#staff-main span.job-title{
	font-style: italic;
}
#staff-main .info i{
	font-size: 18px;
	margin-right: 2px;
}
#staff-main .info i.icon-envelope{
	font-size: 16px;
}
#staff-main .links{
  list-style:none;
  margin:0;
  padding:0;
}

#staff-main .links li{
  margin-bottom:6px;
}

#staff-main .learn-more{
	position:absolute;
  bottom:0;
  right:0;
	display: block;
}
#staff-main .learn-more a{
	float: right;
	display: block;
	vertical-align: middle;
	margin-top: 4px;
	padding: 4px 6px;
  background-color: #f0efe8;
	font: 300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	color: #2b2821;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
}
#staff-main .learn-more a:hover{
  background-color:#706856;
  color:#f0eee9;
}

#staff-main .learn-more i{
  margin-left:4px;
  font-size:12px;
}
#staff-main #staff-details figure{
	float: left;
	text-align: left;
	margin: 0 25px 25px 0;
}
#staff-main #staff-details h2{
	border: 0 none;
	padding: 0;
	margin: 0;
}
#staff-main #staff-details span.staff-details-job-title{
	margin: 0 0 20px 0;
	width: 100%;
	float: left;
	padding: 0;
}
#staff-main span.staff-details-address{
	margin-top: 20px;
}
span.staff-details-address strong{
	width: 100%;
	font-weight: bold;
}
#staff-main #staff-details h3.staff-details-project-info{
	border-bottom: 2px solid #d2d1c7;
	margin: 15px 0;
	padding-bottom: 3px;
}

ul.staff-details-social li a{
  color:#545454;
	text-decoration:none;
}

ul.staff-details-social li a:hover{
  color:#0D5E89;
}

/*
#staff-main #categories ul{
  list-style:none;
  margin:0;
}

#staff-main #categories li a{
  text-decoration:none;
}
*/

#staff-main .info{
  display:inline;  
}

#staff-main .info h4{
  margin-top:20px;
}

#staff-main .info h4:first-of-type{
  margin-top:0;
}

#staff-main .bio, #staff-main .involvement{
  float:left;
  margin-top:40px;
}

#staff-main .bio ul, #staff-main .involvement ul{
  margin:0 0 0 20px;
}

#staff-main .bio li a, #staff-main .involvement li a{
  color:#545454;
	text-decoration:none;
}

#staff-main .bio li a:hover, #staff-main .involvement li a:hover{
  color:#0D5E89;
}



/* ------------ education styles ------------ */

#edu-main img{
  width:100%;
  max-width:1020px;
}

#edu-content article, #project-list, #main #entry .article #project-list{
	margin:0 20px 40px 0;
}

#main #entry .article #project-list h2{
  margin-bottom: 20px;
  padding: 0 0 14px;
  border-bottom: 2px solid #d2d1c7;
  overflow: hidden;
}

#project-list ul, #main #entry .art	icle #project-list ul{
  list-style:none;
  margin:0;
}

#project-list li, #main #entry .article #project-list li{
  margin:0 0 30px;
	padding:10px 10px 20px;
	overflow:hidden;
}

#project-list li.odd, #main #entry .article #project-list li.odd{
  background-color:#F0EEE9;
}

#project-list li h4, #main #entry .article #project-list li h4{
  font-style:normal;
}

#main #entry .article #project-list li h4{
  margin:5px 0;
  font-size:18px;
  border:none;
  text-transform:none;
}

#project-list li a, #main #entry .article #project-list li a{
	color:#545454;
  text-decoration:none;
}

#project-list li a:hover, #main #entry .article #project-list li a:hover{
  color:#0D5E89;
}

#project-list li img, #main #entry .article #project-list li img{
	display:none;
}

#project-list li .more{
	display:block;
	width:76px;
	margin-top:20px;
	padding: 4px 0;	
	text-decoration:none;
  text-transform:uppercase;
	font:300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
  text-align:center;
	background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
}

#project-list li.odd .more{
	background-color:#fff;
}

#project-list li .more:hover{
  background-color: #706856;
  color: #f0eee9;
}

#secondary .widget.gallery{
  margin-top:17px;
}

#secondary .widget h4 .more {
  background-color: #F0EFE8;
  border-radius: 3px 3px 3px 3px;
  color: #2B2821;
  display: inline-block;
  float: right;
  font: 300 12px/16px 'Oswald',"Helvetica",Arial,Helvetica,Geneva,sans-serif;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

#secondary .widget h4 .more:hover{
  background-color: #706856;
  color: #f0eee9;
}


/* ------------ event styles ------------ */  

#upcoming ul{
  list-style:none;
  margin:0;
}

#upcoming li{
  margin:0;
  padding:8px 0 8px 8px;    
}

#upcoming .odd{
  background-color:#F0EEE9;
}


/* ------------ paginate styles ------------ */ 

#paginate{
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

#paginate ul{
  list-style:none;
  margin:0;
}

#paginate li{
  float: left;
	margin:0 4px;	
}

#paginate li a{
  vertical-align: middle;
	padding:4px 6px;
	background-color: #f0efe8;
	font:300 12px/16px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	color: #2b2821;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	/*
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	*/
}

#paginate li a:hover, #paginate li .active{
	color:#f0eee9;
	background-color:#706856;
}

/* ------------ search result styles ------------ */

#search-main .result{
  margin:0 20px 20px 0;
  padding:10px 10px 0;
  overflow:hidden;
}

#search-main .resultRowOne{
  background-color:#F0EEE9;
}

#search-main .result h3 a{
  color:#545454;
  text-decoration:none;
}

#search-main .result h3 a:hover{
  color:#0D5E89;
}

#search-main #paginate{
  padding-top:20px;
  border-top: 2px solid #d2d1c7;
}

#project-info{
	width: 94%;
	float: left;
}
#project-info h3{
	margin:20px 0;
	padding: 0 0 14px;
	border-bottom: 2px solid #d2d1c7;
}
#additional-project-info h3{
	margin: 18px 0 5px;
	font: 400 16px/20px 'Oswald', "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 2px solid #d2d1c7;
	padding: 0 0 2px;
	
}

table tr td{
	padding: 9px 6px;
	border: 1px solid #eee;
  vertical-align:top;
}

/* ------------ forms styles ------------ */ 
#forms-main #contact{
  margin:0 0 20px;
}

#forms-main #new_submission{
  width:75%;
}

.dform_element{
  overflow:hidden;
}

/* ------------ proposal styles ------------ */ 
#proposal-login{
  width:300px;
}

#proposal-login p{
  overflow:hidden;
}


/* ------------ media queries styles ------------ */  
  #social{
    right:100px;     
  } 
  
  #contact-main .office{
    max-width:256px;
    margin:40px;  
  }
  
  #header h1.mobile-visible{
    display:none;  
  } 
  #header h1.mobile-hidden{
    display:inline-block;
  }
  
  .rslides_nav {
    top:26%;    
  }

  #main #entry #sidebar{
    width:96%;  
  }

  #main #entry .article, #gallery-main #entry .article{
    width:96%;  
  } 
  
  
  
  #staff-main.staff .post{
    height:575px;
  }

  #staff-main figure img{
    width:100%;
  }
  
  #staff-main .bio{
    margin-top:0;
  }
 
	.rslides_nav.prev{
		left:16px;
	}
	
	.rslides_nav.next{
		right:18px;
	}

  #featured-slide #slider figure, #featured-slide #slider .content {
    float:none;  
    margin:0 auto;
  }
  
  #featured-slide #slider .content {
    margin-top:19px;
  }  

  #featured-content .post{
    max-width:180px;
    margin:14px 16px 14px 0;
  }
  
  #featured-content .post:last-of-type{
    margin-right:0;
  }

  #staff-list #staff-filter{
    float:right;
    margin-top:-60px;  
  }
  
  #staff-grid{
    margin:0;
  }   
  
  #staff-main .info{
    float:left;
  }
  
  
  /* line 498 */
  #page #content .span1of3, #subpage #content .span1of3{
    width: 25%;
  }

  #page #content .span2of3, #subpage #content .span2of3{
    width: 71.7%;
  }
  
  #staff-main .info{
    float:none;
  }
  .rslides_nav {
    top:52%;    
  }
	
	.rslides_nav.prev{
		left:0;
	}
	
	.rslides_nav.next{
		right:0;
	}

  #featured-slide #slider figure{
    float:left;
  }

  #featured-slide #slider .content{
    float:left;
    width:236px;
		min-height:320px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
  }
  
  #featured-content .post:nth-of-type(5){
    margin-right:0;
  }
  
  #featured-content .post:last-of-type{
    display:none;
  }  
  
  .office article{
    max-width:256px
  }
  
  #main #entry #sidebar{
    width:22%;
    float:left;
  }

  #main #entry .article{
    width:73%; 
    padding-right:3%;
    float:right;
  }

  #staff-list h3{
    float:left;
  }  
  .rslides{
    margin-left:18px;
  }
	
	.rslides_nav.prev{
		left:-20px;
	}
	
	.rslides_nav.next{
		right:-18px;
	}  
