/* *************************
  Making History: The Discipline in Perspective
  Institute of Historical Research (IHR)
  http://www.history.ac.uk
  
	This is the main style sheet for screen
	
  Last Modified: 13 August 2008
*/


/* *** RESET STYLES *** */
html {
	font-size: 100.01%;
}

img {
	border-style: none;
}


/* *************************
	Page Layout styles
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #241203;
	background-color: #735948;
	background-image: url("/makinghistory/images/bg-gradient.jpg");
  background-repeat: repeat-x;
	margin: 20px;
	padding: 0;
}

/* Master header styles */
#masthead {
	padding: 2px;
	margin: 0;
}
#masthead .content {
	font-size: .8em;
	height: 92px;
	padding: 0px;
	background-image: url("../images/header_title.jpg");
	background-repeat: no-repeat;
	border-bottom: 2px solid #B69B83;
}
#title_print { /* To hide the printable header graphic on screen */
	display: none;
}

/* Body/wrapper styles */
#wrapper {
	width: 800px;
	margin: 3px auto;
	background-color: #FFFFFF;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#right {
	width: 590px;
	float: left;
}
#left {
	width: 210px;
	float: left;
}
#left .content {
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 34px 0pt 0pt 15px;
}
#right .content {
	padding: 10px 15px 10px 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 12px 0 0 0;
	width: auto;
}


/* *************************
	Nav Menu styles
	
	This uses a neat CSS override technique for Current Page Highlighting,
	described here: http://www.hicksdesign.co.uk/else/cssnav/products.html
*/
ul.menulist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menulist li {
	margin: 0;
	padding: 0 0 2px 0;
	margin: 3px;
}

ul.menulist li li {
	margin: 0;
	padding: 0 0 2px 22px;
	margin: 3px;
}


/* link styles */
ul.menulist a {
	border-left: 6px solid #B69B83;
	color: #301905;
	padding: 2px 12px 2px 8px;
	text-decoration: none;
}


ul.menulist a:hover {
	color: #736253;
	text-decoration: underline;
}


body#home li#homenav a,
body#historians li#historiansnav a,
body#organisations li#orgnav a,
body#projects li#projectsnav a,
body#journals li#journalsnav a,
body#themes li#themesnav a,
body#resources li#resourcesnav a
 {
	border-left: 6px solid #BC5904;
	font-weight: bold;
}


/** These counteract the CSS overvride styles on all the submenus, so by default
  * all submenus look un-highlighted. */
body#resources li#resourcesnav li a,
body#historians li#historiansnav li a,
body#organisations li#orgnav li a,
body#themes li#themesnav li a
{
	border-left: 6px solid #B69B83;
	font-weight: normal;
}

/** Then these enable the CSS overrides on submenus. An ID is placed in the content div around the menu.
  * so the override path is body#id + menucontent#id = highlighted submenu item. */
body#resources div#articles li#articlesnav a,
body#resources div#bibliography li#bibliographynav a,
body#resources div#statistics li#statisticsnav a,
body#resources div#gallery li#gallerynav a,
body#resources div#interviews li#interviewsnav a,
body#resources div#lectures li#lecturesnav a,
body#resources div#links li#linksnav a,

body#historians div#browsenav li#hist_browse a,
body#historians div#search li#hist_search a,

body#organisations div#browsenav li#org_browse a,
body#organisations div#search li#org_search a,

body#themes div#browsenav li#themes_browse a,
body#themes div#search li#themes_search a
{
	border-left: 6px solid #BC5904;
	font-weight: bold;
}



/* *************************
	Thumbnail gallery styles
	IE was underlining the images on hover so I had to override the #right a:hover 
	style by putting these styles above. This fixes the decoration:underline, but IE6
	still have problems, and so... well... it's just with IE6.
*/
.thumbs {
	margin-top: 20px;
}
.thumbs a img {
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
}
#right .thumbs a:link,
#right .thumbs a:visited,
#right .thumbs a:hover {
	text-decoration: none;
}
#right .thumbs a img:hover {
	border-color: #736253;
}
#right #mp3player img {
	border-style: none;
}

/* *************************
	Main (right hand) Content area link styles
*/
#right a:link {
	color: #5454B2; /* #6E4368; /* #45382C; */
	text-decoration: none;
}
#right a:visited {
	color:  #A74B9A; /* #6E4368;  /* #736253; */
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}

#right .external {
  display: inline-block;
	padding-right: 13px;
	background: transparent url("/makinghistory/images/external_link.png") center right no-repeat;
}

#right .external:visited {
	background: transparent url("/makinghistory/images/external_link_visited.png") center right no-repeat;
}



/* *************************
	Breadcrumb styles
*/
#breadcrumbs {
	color: #301905;
	font-size: 0.7em;
	padding: 2px 0 0 8px;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #301905;
	text-decoration: none;
	
	word-spacing: normal;
}
#breadcrumbs a:hover {
	color: #736253;
	text-decoration: underline;
}



/* *************************
	Footer styles
*/
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	
	height: 74px;
	font-size: 0.7em;
}
#footer .content {
	margin: 2px;
	border-top: 2px solid #B69B83;
}
#footer #logos {
	float: left;
	margin: 6px 0 0 20px;
}
#footer .content #menu {
	float: right;
	margin: 6px 10px;
	text-align: right;
}
#footer #menu p {
	padding: 0px;
	margin: 10px 0 0 0;
}
#footer img {
	border-style: none;
	vertical-align: middle;
	margin-right: 50px;
}
#footer a:link,
#footer a:visited {
	color: #746C65;
	text-decoration: none;
}
#footer a:hover {
	color: #736253;
	text-decoration: underline;
}
#footer address {
	text-align: right;
	margin: 5px 0 0 0;
}
#footer p#affil {
	text-align: right;
	margin: 0pt;
	padding: 0pt 0px 0pt 0pt;
}

/* *************************
	Text styles
*/
h1 {
	font-size: 1.6em;
	margin: 0 0 15px 0;
	line-height: 1.3em;
}
h2 {
	font-size: 1.3em;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
h3 {
	font-size: 1.2em;
	margin: 20px 0 5px 0;
	line-height: 1.1em;
}
h4 {
	font-size: 1.0em;
	margin: 5px 0 5px 0;
	line-height: 1.1em;
}
.nomargintop {
	margin-top: 0;
}

ul.nobp {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt 0pt 1.5em;
	padding: 0px;
}
ul.nobp li {
	margin-bottom: 7px;
}
dl {
	margin: 1.5em 0 2em 0;
}
dt {
	float: left;
	font-weight: bold;
	color: #241203;
	width: 10em;
}
dd {
	margin-left: 10em;
	padding-bottom: 8px;
}
.back {
	text-align: right;
}

.caption {
	color: #746C65;
	font-size: 0.8em;
	margin: 5px 0px 5px 15px;
}

.footnotes {
	padding-top: 8px;
	color: #746C65;
	font-size: 0.8em;
	margin: 20px 0px 25px 0px;
	background-image: url("../images/footnote_line.png");
	background-repeat: no-repeat;
	background-position: 0px 0px; 
}


/* Project officer transcript style */
.po {
	padding: 1.3em 0 0.5em 0;
	font-weight: bold;
}

.padleft40 {
	padding-left: 40px;
}



/* *************************
	Floating image styles
*/
.fltrp {
	float: right;
	margin: 10px 5px 10px 15px;
	width: 150px;
}
.fltrp p {
	font-size: 80%;
	margin: 4px;
	color: #746C65;
	line-height: 1.3em;
}



/* *************************
	Search box style
*/
#searchform {
	float: right;
	margin: 0px;
	font-size: 80%;
}
#searchform form div {
	margin: 0pt;
	padding: 3pt;
}
.hidden {
	height: 1px;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	top: -5000px;
	width: 1px;
}
#topnav {
	font-size:80%;
	font-weight:normal;
}
input#box {
	border: 1px solid #140A03;
	color: #271E17;
	height: 1.1em;
	width: 7.5em;
	margin: 0pt;
}
#searchform input.button {
	margin-bottom: 1px;
	padding-bottom: 1.1em;
	background: #DED1C6 none repeat scroll 0%;
	border-color: #271E17;
	border-style: outset;
	border-width: 1px;
	color: #140A03;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	height: 1.8em;
	width: 4.5em;
	margin: 0pt;
	padding: 0pt;
}
#searchform input.button:hover {
	background: #B4AAA1 none repeat scroll 0%;
	color: #885E41;
}



/* *************************
	Alphabetical Index page navigation styles
*/
.alphalist {
	height: 4em;
}

ul.alpha {
	list-style: none;
	clear: both;
	margin: 0;
}
ul.alpha li {
	float: left;
	padding: 0;
}
ul.alpha li a,
ul.alpha li span {
	display: block;
	width: 1.8em;
	height: 1.8em;
	text-align: center;
	margin: 0 0;
	border: 1px solid #fff;
	padding-top: 2px;
}
ul.alpha li span {
	color: #aaa;
}
ul.alpha li a:hover {
	text-decoration: underline;
	border: 1px solid #B69D87;
	background: #F5E2D5;
}



/* *************************
	Table styles
*/
.tablestyle {
	border: 1px solid #B69B83;
	margin: 4px 4px 15px 40px;
	padding: 4px;
	color: #555555;
	border-collapse: collapse;
	text-align: center;
}
.tablestyle thead {
	font-weight: bold;
	color: #35281C;
	background: #D2BBA7;
	border-bottom: 1px solid #B69B83
	
}
.tablestyle tfoot {
	border-top: 1px solid #B69B83
}
.tablestyle td, 
.tablestyle th {
	padding: 4px;
	border: 0px;
}

.tablestyle tbody tr.odd {
	background: #EFE7DC;
}

.largetable {
	margin: 0 0 25px 0;
	font-size: 0.7em;
	border: 0px;
}
.largetable td {
	border: 1px solid #B69B83
}
