/*
Based on the theme below; please see wp-content/themes/hemingway/styles/white.css for updated companion css file- jfinks@media  
Theme Name: Hemingway
Theme URI: http://warpspire.com/hemingway
Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://discuss.warpspire.com">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.19
Author: Kyle Neath
Author URI: http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#FFF;
	/*color:#BFBFBF;*/
	font-size: 11px;
	font-family:"Helvetica", "Arial", "Verdana", sans-serif;
/*	background-image: url(white/background-remix.gif); */
	background-position: top left;
	background-repeat: repeat-x;
	}

/* This class sets the width and position for all rows */
.inside{

/* decreased following from 1000px; margine 50x to 30px */
 	width:920px;
	padding-left:30px;
}

a{
	color:#FFF;
}

h1{
	color:#CCC;
/*	font-size: 16.5%; */
	font-weight:normal;
	margin:1.5em 0;
}

h2, h3{
/*	font-size: 12.65%; */
	color:#FFF;
	font-weight:normal;
}
#primary h2{
	color:#CCC;
}

p{ 
	line-height:1.75em;
}

#primary .inside .pages h1 {
	margin: 1em 0px;
	font-weight: bold;
	font-size: 16px;
}

#primary .inside .pages p, #primary .inside .pages ul, #primary .inside .pages li{
	line-height:1.25em;
	font-size: 12px;
}

.page_item {
	font-size: 12px;
	text-transform: lowercase;
	}
.page_item a {
	text-decoration:none;
	color: #666;
	}
.page_item a:hover {
	color: #000;
	}

.current_page_item a {
	font-weight: bold;
	color: #000;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#333;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

/*.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}*/

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
.blur {
	background-image: url(blur.gif);
	height: 37px;
	width: 430px;
	position: absolute;
	top: 33px;
	left: 33px;
	z-index: 1;
	}

#header{
/*	background:#F00; */
/*	color: #FFF; */
}

#titlebar .inside{
	padding-top: 3em;
	display:inline;
	}

#header h2{
	font-size: 227%;
	font-weight: bold;	
	margin:0 0.5em 0 0;
	padding:0.25em 0.5em 0.25em 0;
	border-right: 1px solid #808080;
/*	float: left; */
/*	z-index: 2; */
/*	position: relative; */
	}
#header h2 a {
	text-decoration: none;
/*	z-index: 3;  */
	}

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
	z-index: 2;
	position: relative;
	}

#toolbar{
/*		float:right;  */
/*	width:500px ; */
	margin:0em 0 0 0;
	font-size: 11px;
	text-align:right;
}

#toolbar ul {
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	margin-right: 0px;
}

#toolbar li {
	list-style-type:none;
	margin:0px;
	font-size: 11px;
	display:inline;
}

#toolbar.attributesupper {
	font-size: 11px;
	margin: 0px 0px;
}

.logout a{
	font-weight:bold;
	color:#000000;
	}
	
#toolbar a.attributesupper {
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#toolbar a.attributesupper:hover{
	color:#000;
	
}	

#navbar {
/*      background-color:#ced7d7; */
/*      background-color:#000099; */
        background-color: #000077;
/*      background-color:#CED7D7; */
        float: left;
        width: 100%;
}

#navbar .inside {
/*      padding-top: 8px; */
/*      padding-bottom: 8px; */
        padding-top: 2px;
        padding-bottom: 1px;
	overflow:hidden;
/*        display: inline; */
}

* html #navbar .inside {
        padding-top:0px;
        padding-bottom:0px;
}

* html .navspacer {
        padding:0px;
        width: 1px;
        height: 18px;
        border: 0px;
        margin: 0px;
	vertical-align:middle;
}

img.navspacer {
	vertical-align:middle;
	width:0px;
	height:0px;
}

.mainnav a{
	color:#fff;
	text-decoration:none;
	font-size:12px;	
/*	position: relative; */
	background-color: #ff9999;
	padding: 3px 17px 3px 16px;
/*	padding: 8px 17px 7px 16px; */
/*	height: 15px; */
	}

.mainnav a:hover{
	color:#fff;
	background-color:999999;
	text-decoration:none;
	}
	
.mainnav ul{
        margin: 0px;
}

.mainnav li{
        list-style-type:none;
        margin: 0px;
        display: inline;
        float: left;
}

.mainnav #research {
/*	background-color: #7ea16a; studiomodule */
	background-color: #000077;}
.mainnav #research:hover {
	background-color: #0000ff;
	}
.mainnav #university {
/*	background-color: #815e95; studiomodule */
        background-color: #339999;
	}
.mainnav #university:hover {
	background-color: #0000ff;
	}
.mainnav #blog {
/*	background-color: #99a938; studiomodule */
        background-color: #ff0044;
	}
.mainnav #blog:hover {
	background-color: #0000ff;
	}
.mainnav #wiki {
/*	background-color: #ce3169; studiomodule */
        background-color: #997755;
	}
.mainnav #wiki:hover {
	background-color: #0000ff;
	}
.mainnav #web {
/*	background-color: #4881ca; studiomodule */
	background-color: #ff6000;
	}
.mainnav #web:hover {
	background-color: #0000ff;
	}
.mainnav #who {
/*      background-color: #815e95;; studiomodule */
	background-color: #9933ff;
	}
.mainnav #who:hover {
	background-color: #0000ff;
	}
.mainnav #what {
/*      background-color: ##a98038; studiomodule */
	background-color: #779900;
	}
.mainnav #what:hover {
	background-color: #0000ff;
	}
	
/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	/*background:#000;*/
	padding:1px 0 2em 0;
	color:#808080;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

#primary.twocol-stories .story{
	float:left;
/*	width:48%; */
	width:235px;
	margin:0px 0px 0px 35px;
	display:inline;
/*	padding-top: .25cm; */
}

#primary.twocol-stories p{
	line-height:1.25em;
	font-size:1em;
	color:#000000;	
}



* html #primary.twocol-stories {
/*	margin-left:2%; */
	position: fixed;
/*	margin-left: 30px; */
}

* html #primary.single-post {
	position: fixed;
/*	border: 2px dotted red;  */
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0px 0px 0px 0px; 
}

#marquee {
	width: 100%;
/*	background-color: #728d8e; jeannie removed to test yellow*/
	background-color: #FFCC00;
	clear:both;
}

.story h3 {
	font-size: 115%;
	margin:0 0 1em 0;
	font-weight:bold;
	color:#ccc;
	}
.story h3 a{
	color:#CCC;
	text-decoration:none;
	border-bottom:1px dotted #666;
	}
.story .highlights {
	color: #333;
/*	background-color: #78afab; */
/*	background-color: #728d8e; */
	font-size: 130%;
	font-weight: bold;
/*	padding: 3px 375px 3px 0px; */
	}
.story .highlightslist {
/*	position: relative; */
/*	top: 20px; */
	}
.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	text-decoration:none;
}
.story .details a:hover{ color:#FFF; }


/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
	padding-top:1.0em;
}
#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }

.secondary h2{
	font-size: 12px;
}

.secondary .featured p{
	border-bottom:1px solid #333333;
	border-top: 1px solid #333333;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #333333;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#FFF; }

.single-post h1, .single-post h2{ margin-top:0; }

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#CCC;
	padding:1px 2em;
	border-top:1px solid #1C1C1C;
}


.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size: 150%;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size: 125%;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	margin-top:0.5em;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary h2 {
	font-size: 12px;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 2em 0;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #3D3D3D;
}
ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#BFBFBF;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#FFF;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#939393;
	margin:2em 0 3em 0;
}
#footer .inside{
	background:url(images/footer_black.gif) 50% 0 repeat-x;
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:0.95em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#FFF;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#sform {
	top: -5px;
	position: relative;
	}
.footerBar {
/*	background-color: #ced7d7; */
	background-color: #330066;
	width: 100%;
	height: 15px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	}

* html .footerBar {
	position: absolute;
	}

.searchTitle {
	padding-right: 10px;
	color: #000;
	float: right;
	}
	
#search{
	text-align:right;
}
#search:hover{
/*	-moz-opacity:1.0; */
}

#search .searchimg{
	float:right;
	width:54px;
	height:21px;
	background:url(images/search-inner.gif) 0 0 no-repeat;
	position:relative;
	top:0px;
	
}

#search input{ 
	width:180px; 
	font-size: 0.95em; 
/*  background:#CCC; */	
	margin-top:0px;
    margin-right:0px;
} 

#search input:focus{
	background:#CCC;
}

.inputformat {
	background-color:#c3d4ce;
	}

.buttonformat {
	background-color: #FFF;
	position: relative;
	top: 8px;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

.toggle{
    background:#d8d8d8 url(white/commentsbg.gif) top repeat-x;
}

.leavecomment{
    width:85%;
    text-align: right;
    margin:0 auto;   
}

#primary .inside .pages .press_highlights li {
	line-height: 1em;
}

td.pages {
	background-color: #fff;
	vertical-align: top;
	font-size: 12px;
}

.press_highlights a{
	color: #666;
}
.press_highlights a:hover {
	color: #000;
}
