/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #fff ;
	font: .85em/150% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;

	color: #666;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 900px;
        
	margin: 0 auto;
	background: #fff;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	width: 900px;
	position: relative;
	height: 90px;
	margin: 0 30px 0 30px;
}
#searchbar {
	width: 900px;
	position: relative;
	height: 30px;
	margin: 30px 30px 0 30px;
}
#hgroup {
	float:left;
	margin-bottom:40px;
}
#formh {
	margin: 0;
	clear: both;
}
#nav {
	width: 380px;
	float:right;
}
#menuh	{
	margin-top:40px;
	 border: 0;
    	list-style: none;
    	text-align: right;
}
#menuh li {
	    display: inline-block;
    text-transform: uppercase;
	margin-right:30px;
}	

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
	font: bold 36px/100% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
	
}
#site-logo a {
	font: bold 36px/100% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
	color: #000;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 20%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 900px;
	float: left;
	
}

/* post */
.post {
	margin-bottom: 40px;
	margin-left:12px;
	width:600px;
}
.post-title {
	margin: 0 0 4px;
	padding: 0;
	font:normal 16px/140% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-title-page {
	margin: 0 0 20px;
	padding: 0;
	font: bold 18px/180% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
}

.post-authors {
	margin: 0 0 0px;
	font-size: 100%;
}
.post-meta {
	margin: 0 0 15px;
	font-size: 100%;
}
.post-abs {
	margin: 0px 0 20px 12px;
	font: normal 14px/170% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
}
.post-index-header {
	margin: 0px 0 40px;
	font: bold 20px/100% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
	color:black;
}
.post-index-header_date {
	margin: 0px 0 19px;
	font: bold 16px/100% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
	color:black;
}
.post-abs-header {
	margin: 35px 0 15px;
	font: bold 16px/100% GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
	color:black;
}
/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 340px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	border-left: solid 1px #dedede; 
	
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0 0 40px 0;
	padding: 0;
	
}
.widget li {
	margin: 0 0 0 12px;
	padding: 6px 0;
	list-style: none;
	clear: both;
	/* border-top: solid 1px #eee; */
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
	margin: 0 30px 0 30px;
}
#footer a {
	color: #666;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

html {
       overflow-y: scroll;
}
body .page, #page-title, .not-front .highwire-article-citation .highwire-cite-title {
font-family: GillSansRegular, "Gill Sans MT", "Gill Sans",  Helvetica, Arial, sans-serif;
}

		body {
		/* background: #106470; */
		font: .85em/150% Helvetica, Arial, sans-serif;

		color: #666;
		}
		
#hgroup {
    float: left;
    margin-bottom: 0px;
	margin-top: 20px;
}
#logo_sub {
	clear:both;
	margin-left:8px;
	margin-top:18px;
}
#formh {
    margin: 0;
    clear: both;
	margin-top: 20px;
}
#site-description {
    font: normal 170%/130% Helvetica, Arial, sans-serif;
    color: #000;
   position: relative;
    top: 0px;
}
#header {
    width: 1000px;
    position: relative;
    height: 150px;
    margin: 0 30px 0 30px;
}
td.ddown { 
	font-family: "Source Sans Pro",Arial, Helvetica, sans-serif;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #fcf2f3;
}
div.ddbox  {
   
   background-color : #fef8f8;
   color : black;
   font-family: "Source Sans Pro",Arial, Helvetica, sans-serif;
}
div.ddbox  a{
  font-family: "Source Sans Pro",Arial, Helvetica, sans-serif;
   color : black;
   /* font-weight : bold; */
   text-decoration : none;
  /*  float : left; */
}
div.ddbox  a:hover{
  
   padding-left : 0em;
   padding-right : 0em;
   background-color : #eeeded;
   color : black;
   /* font-weight : bold; */
   text-decoration : none;
  /*  float : left; */
}
div.absbox {

	font-family:Arial, Helvetica, sans-serif; 
	line-height:18px; 
	 background-color : #ffffff;
	font-size:14px; 
	width:680px; 
	height:260px; 
	border:#999999 
	solid 1px; 
	padding:12px;   
	visibility:hidden;
	position:absolute; 
	left: 200px; 
	z-index:1000;   
	overflow: auto; 
}
span.required {
	color: #f00;
}


div.form-action {
	margin-top:12px;
}
label {
  display: inline-block:
  width: 140px;
  text-align: right;
}