/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {
    font-family: 'HothouseRegular';
    src: url('webfont/hothouse-regular-webfont.eot');
    src: url('webfont/hothouse-regular-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('webfont/Hothouse-Regular.otf') format('opentype'), */
         url('webfont/hothouse-regular-webfont.woff') format('woff'),
         url('webfont/hothouse-regular-webfont.svg#HothouseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 5px 0; padding: 0; }

input, select { vertical-align: middle; -webkit-appearance: none;}

em {font-style:italic;}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #cc0099; color:#fff; text-shadow: none; }
::selection { background:#cc0099; color:#fff; text-shadow: none; }

input:focus {
      background: #cc0099; outline:none;
}

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #cc0099; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h3, h4, h5, h6 { font-weight: bold; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



.rte a, .rte a:active, .rte a:visited{ color: #333; text-decoration:none; border-bottom:1px dotted #cc0099;}

.rte a:hover{ color: #cc0099; border-bottom: 1px dotted #cc0099}

a, a:active, a:visited {text-decoration:none !important}

p {
line-height:18px; margin-bottom:20px;
}

h2 {
/*font-family: 'HothouseRegular', Arial Black, Arial, Sans-serif; font-size: 2.25em; color:#575757; text-transform:uppercase;*/
font-family: 'HothouseRegular', Arial Black, Arial, Sans-serif; font-size: 1em; color:#575757; text-transform:uppercase;
font-smooth:always; 
}

h2.top {
    color: #575757;
    font-size: 2.25em;
    line-height: 30px;
}

#fancybox-title-inside {
text-align:left;
margin:15px 0;
line-height:32px;
}

#fancybox-title-above {
padding:20px 0 0;
}

#fancybox-title-above h2 {
padding-bottom:10px;
}

#fancybox-title-above p {
margin:0!important;
}

#fancybox-title-above p a {
color:#333;
border-bottom:1px dotted #cc0099;
}

#fancybox-title-above p a:hover {
color:#cc0099;

}


select {font-family: "Bliss 2 Regular",Georgia, "Times New Roman", Times, serif;}

#banner {
background: url('images/fullpage_horizontal_line.png') no-repeat -2px bottom;
padding-bottom:25px;
margin-bottom:10px;
margin-left:0!important;
}

.section_title_single {
float: left;
width: 154px;
margin: 0 10px 0 0;
}

.letter_section .left{
float: left;
width: 154px;
margin: 0 10px 0 0;
}

.letter_section {
background: url('images/fullpage_horizontal_line.png') no-repeat -2px bottom;
margin-bottom:10px;
}

.projects {
float:left;
width: 646px;
}

.project_snippet {
background: url('images/fullpage_horizontal_line.png') no-repeat -2px bottom;
margin-bottom:10px;
}

.project_snippet img{
padding-bottom:10px;
margin-right:10px;
float:left;
}

.project_snippet p {
float: left;
width: 564px;
}

.project_snippet_last{
background:none!important;
}

.section_title h2, .section_title_single h2{
color:#383838;
}

.section_title_single h2, .letter_section h2 {
font-size: 1em;
}

.single_col {
float: left;
width: 154px;
margin-right:10px;
}

.right_full .last {
margin-right:0!important;
}

/**** polaroid ****/
.polaroid_single h3{
display: inline; font-size: .917em; line-height:13px; color:#333; font-family:Georgia, "Times New Roman", Times, serif; font-style: italic;
}

.polaroid_single p {
display:inline;
font-size:.917em;
line-height:13px!important;
}

.polaroid_single p span{
	color: #666;
}

.polaroid_single {
	background:#fff; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	width:146px; 
	padding:4px 4px 20px 4px; margin-bottom:10px; font-style:italic;
}

a .polaroid_single {
border:0!important;
}

.polaroid_single img 
{
    width:146px;
    height:auto;
	margin-bottom:4px;
}

.polaroid_single:hover, .polaroid_single:hover h3, .polaroid_single:hover p {
	background:#ff99cc;
	color:#000;
}

.double_col {
float: left;
width: 316px;
}

.browse {
	float:left;
	width:328px;
}

ul.standard {
list-style:none;
margin:0;
line-height:20px;
}

.latest {
	float:right;
	width:316px;
}

.latest ul {
list-style:none;
margin:0;
padding:0;
}

.latest li {
margin-bottom:20px;
background: url('images/fullpage_horizontal_line.png') no-repeat -2px bottom;
}

.latest li:last-child {
background:none;
}

.latest .latest_images {
float:left;
width:72px;
margin-right:10px;
}

.latest li span {
float:left;
width:154px;
}

.right_fourcol {
float:left;
width:398px;
}

.right_full {
float:left;
width:646px;
}

.welcome {
padding-bottom:25px;
margin-bottom:10px;
background: url('images/fullpage_horizontal_line.png') no-repeat -2px bottom;
}

input, select {
vertical-align: middle;
-webkit-appearance: none!important;
}

textarea, input{ 
outline:none;
}

/************** GSA STUFF **************/

#header_wrapper{
	width:984px; height:auto; float:left; 
}

/**** logo ****/
#header_wrapper .ep_tm_logo {
	width:984px; height:30px; float:left; padding-top:60px; margin:0 auto; text-align:center;
}

/**** search bar ****/
#header_wrapper .search_bar {
	width:154px; height:17px; margin-top:-38px; position: relative; float:right; padding:20px 0 0 0;
}

.search_bar .search_inputbox{
	width:154px; height:17px; float:left; line-height:16px; background-color:#FFFFFF;
}

input.ep_tm_searchbarbox {
    background-color: #FFFFFF;
    border: 0 none;
    float: left;
    font-size: 0.83em;
    height: 17px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-indent: 2px;
    width: 134px
}

input.ep_tm_searchbarbutton {
width:20px;
background:url('images/search_icon.gif') 5px 0px no-repeat;
border:0;
font-size:0px;
height:17px;
margin:0px;
border:none;
}

.search_inputbox input:focus{
background:#ff99cc; border:none;
}

.search_bar .search_btn a{
	background:url(images/search_icon.gif) no-repeat left top; width:15px; height:16px; float:right; cursor:pointer; 
}

/**** mega-menu ****/
.navigation_condensed{
width:984px; height:auto; float:left; padding:28px 0 15px 0; margin:0 0 10px 10px;
}

.navigation_condensed ul{
width:auto; height:auto; float:left; margin:0px; padding:0; list-style:none;  
}

.navigation_condensed ul li{
margin:0px; padding:0px; list-style:none; font-family: "Bliss 2 Regular",Georgia, "Times New Roman", Times, serif; font-size:1.25em; float:left;
}

.navigation_condensed ul li a{
font-family: "Bliss 2 Regular",Georgia, "Times New Roman", Times, serif; font-size:1em; /*text-indent:-5000px;*/

}

.navigation_condensed ul li a{
font-family: arial, serif; font-size:.8em; margin:0 12px 0 0; text-decoration:none; color:#333333; font-weight:bold; width:152px; height:16px; float:left; border-bottom:1px solid #999999; padding-top:1px;
}

.navigation_condensed ul li a:hover, header .navigation_condensed ul li a.current{
color:#CC0099; border-bottom:1px solid #CC0099;
}

.navigation_condensed ul li#last a{
width:154px; height:15px; float:left; margin-right:0px; 
}

#mainmenu{
width:994px;
}

#mainmenu .mainmnu-holder{
margin-bottom:0px!important;
}

div.subnav {
list-style: none;
margin: -1px 0px 0px 10px;
 padding: 0;
 float: left; 
 padding:0px 0 0px 0; 
 z-index:999999;
 overflow:hidden;
 position:absolute;
 visibility:hidden;
 display:block;
 width:974px;
}

div.subnav .leftsubnav {
float:left; width:155px; height:auto; margin:12px 9px 0 0;
}


div.subnav  .lastsubnav{
margin-right:0px!important;
width:154px !important;
}

div.subnav a{
margin: 0; padding: 0;height:auto; float:left; margin:0px; padding:0px; list-style:none; float:left; width:152px; position:relative; clear:both;
}


div.subnav a {
	width:149px;
	height:auto;
	min-height:15px; 
	float:left; 
	margin:0 0 13px 1px; 
	list-style:none; 
	float:left;  
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	color:#333333; 
	border-bottom:1px solid #999999; 
	padding:0 0 1px 2px; 
	text-decoration:none; 
	display:block;
}

div.subnav a:hover { 
	border-bottom:1px solid #CC0099;
	color:#CC0099;
}

/**** left nav ****/
.ep_tm_left_nav {
float: left; width:152px; margin:-15px 2px 50px 10px; 
}

.ep_tm_left_nav h2 a, .ep_tm_left_nav h3 a, .ep_tm_left_nav a {
font-family:arial !important; 
text-transform:none; 
font-style:none;
}

.ep_tm_left_nav ul li ul li a:hover {
border-bottom:1px solid #cc0099 !important; color:#cc0099;
}

.ep_tm_left_nav ul li a:hover {
border-bottom:1px solid #cc0099 !important; color:#cc0099;
}

.ep_tm_left_nav h2 a {
font-size:.636em;
display:block;
color:#333;
font-weight:bold;
border-bottom:1px solid #666;
padding-bottom:5px;
margin-bottom:10px;
}

.ep_tm_left_nav h2 a.last, .ep_tm_left_nav h3 a.last {
border:none;
}

.ep_tm_left_nav li a {
font-size:12px;
display:block;
color:#575757;
font-weight:normal;
border-bottom:1px solid #999;
padding-bottom:1px;
margin:13px 0 0 0;
min-height:15px;
}

.ep_tm_left_nav li a:hover{border-bottom:1px solid #cc0099!important; color:#cc0099;}

.ep_tm_left_nav li ul li a {
 border-bottom: 1px solid #999;
    color: #575757;
    display: block;
    font-size: 1em;
    font-weight: normal;
padding: 0 0 1px 10px;
}

/*.ep_tm_left_nav li ul li ul li a, li ul li a{*/
.ep_tm_left_nav li ul li ul li a {
font-size: 12px;
display:block;
color:#575757;
font-weight:normal;
border-bottom:1px solid #999;
padding:5px 0;
}

.ep_tm_left_nav li ul li ul li a {
padding:5px 0 5px 10px;
}

.ep_tm_left_nav li ul li ul li ul li a {
padding-left:20px;
}

.ep_tm_left_nav li ul li ul li ul li ul li a {
padding-left:30px;
}

.ep_tm_left_nav a.current{
border-bottom:1px solid #cc0099; font-weight:bold; color:#cc0099;
}
.ep_tm_left_nav ul li ul li a.current{
border-bottom:1px solid #cc0099; font-weight:bold; color:#cc0099;
}

.ep_tm_left_nav ul{
list-style:none; margin:0 0 0; padding:0;
}

.ep_tm_left_nav ul li{

}

.ep_tm_left_nav ul li ul{
list-style:none; margin:0 0 15px 0px; padding:0;
}

.ep_tm_left_nav ul li ul li ul{
margin-left:10px;
}

/**** footer ****/
.ep_tm_footer {
background:#fff; padding: 14px 0 22px 10px; margin:0; float:left; width:984px;
}

body.iPhone footer {
background:#fff; padding: 14px 0 12px 10px; margin:0; float:left; width:100%; min-width:984px;
}

.ep_tm_footer .footer_logo{
width:164px; height:110px; float:left; padding:4px 0 0 0;
}

.ep_tm_footer .footer_address{
width:163px; height:110px; float:left; 
}

.ep_tm_footer .footer_links{
width:164px; height:110px; float:left; 
}

.ep_tm_footer .footer_logo {
width: 164px;
height: 110px;
float: left;
padding: 4px 0 0 0;
}

.ep_tm_footer p {
color:#575757; font-size:0.833em; line-height:16px; margin:0;
}

.ep_tm_footer h4{
color:#333;
font-size:0.833em;
margin:0px;
}

.footer_links2 {
margin-top:17px;
}

.footer_links a, .footer_links2 a{
color:#575757 !important; 
border-bottom:1px dotted #cc0099; 
text-decoration:none;
}

.footer_links a:hover, .footer_links2 a:hover{
color:#cc0099!important;
border-bottom:1px dotted #cc0099;
}

#scrolling_info {
background:#fff;
display:block;
width:994px;
padding: 0;
margin-left:0;
}

#scrolling_container {
width:986px;
}

#scrolling_container {
width:auto;
}

#scrolling_info a{
font-size: .833em !important;
}

#scrolling_container ul {
display:inline;
list-style:none;
margin:0 !important;
}

#scrolling_container li.first{
padding:9px 0 0 10px;
}

#scrolling_container li a{
font-style:italic;
}

#scrolling_container h3{
display:inline;
}

#scrolling_container li.arrow{
padding:5px 0 0 14px;
margin:0;
}

#scrolling_container li img {
float:left;
}

#scrolling_container li{
display: inline;
float:left;
padding:0;
margin:0;
}

#scrolling_container li a {
border:none !important;
}

#scrolling_container li ul li.first {
padding:0 0 0 4px;
}

#scrolling_container li ul a{
display: inline;
padding-left:5px;
}

#scrolling_container li ul a:hover {
color:#CC0099;
}

#scrolling_links {
padding:0;
margin:0;
float:right;
}

#scrolling_links li {
padding-right:8px;
height:24px;
overflow:hidden;
}

#scrolling_links li img:hover 
{
    margin-top:-24px
}

/* Not using the normal EPrints stylesheets - anything below is borrowed from them */

.ep_tm_main h2
{
  padding-bottom: 12px;
}

.ep_columns td
{
  padding: 4px;
}

.ep_summary_content_main td,
.ep_summary_content_main th
{
  padding: 4px;
}

/*
.ep_name_citation
{
 font-family: arial !important;
}
*/

.ep_tm_main input[type="radio"]
{
  -webkit-appearance: radio !important;
}
.ep_form_checkbox,
.ep_tm_main input[type="checkbox"]
{
  -webkit-appearance: checkbox !important;
}


