/*
  Andy Brown TWM 15/03/04
  Discovering Bewick Project
  Assumes the correct box model:
  width = width + left border + right border +left padding + right padding
  For more information on the hacks and fixes in this stylesheet please visit
  http://glish.com/css/
*/

h1, h2, h3, h4, h5, h6, p {
  /* mac \*/
  position: relative;
  /* end */
} 
body {
	background: #300;
	color: white;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#holder {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 786px;
	margin-left: -393px;
	padding: 1px;
	background: #300;
	padding: 0px 1px;
	background: url("holder.gif") repeat-y;
	border: 2px solid white;
	color: black;
	/* fix for correct box model */
        voice-family: "\"}\""; 
        voice-family: inherit;
	width: 780px;
}
html>body #holder {
	width: 780px;
}
#header {
	position: relative;
	top: 0px;
	height: 136px;
	background: #988D81 url(top.jpg) no-repeat left;
	color: white;
	border-bottom: 1px solid white;
	padding: 0px;
	margin: 0px;
}
#header img {
	position: relative;
	top: 80px;
	left: 460px;
	border: none;
}
#navigation {
	height: 24px;
	border: 1px solid #300;
	border-left: 0px;
	border-right: 0px;
	background: white;
	color: #300;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#navigation li {
	position: relative;
	background: #F3ECE4;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	/* mac \*/
	float: right;
	/* end */
	
}
#navigation a {
	position: relative;
	float: right;
	width: auto;
	display: block;
	margin: 0px;
	padding: 2px 35px 2px 35px;
	border-left: 1px solid #300;
	border-bottom: 0px;
	/* mac hack \*/
	height: auto;
	width: auto;
	/* blah */
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #300;
}

#navigation > ul a {
	/* mac \*/
	width:auto;
	/* end */
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover {
	color: #988D81;
}
#navigation #current {
	background: #300;
}
#navigation #current a {
	background: #300;
	color: #fff;
}

#wrapper {
	position: relative;
	background: #988D81 url(wraptop.gif) repeat-x;
	display: block;
	border-top: 1px solid white;
	width: 780px;
}

#main {
	position: relative;
	left: 16px;
	width: 748px;
	color: #333;
	padding-left: 4px;
	border: 1px solid #300;
	background: white url(col1back.gif) repeat-y;
	min-height: 400px;

	/* mac hack \*/
	height: 400px; 
	/* fix for correct box model */
        voice-family: "\"}\""; 
        voice-family: inherit;
	width: 742px;
}

html>body #main {
	width: 742px;
	height: auto;
	margin-bottom: 0px;
}

#main img {
	border: 1px solid black;
	margin-top: 8px;
	margin-left: 2px;
	float: left;
	clear: both;
}

#main .imgcap {
	text-align: center;
	float: left;
	clear: both;
	background: white;
	width: 243px;
	border: 1px solid black;
	margin: 8px 2px 0px 2px;
	/*margin: 8px 2px; */
        voice-family: "\"}\""; 
        voice-family: inherit;
	width: 237px;
	
}

html>body #main .imgcap {
	width: 237px;
}

#main #text {
	width: 488px;
	display: block;	
}

#main #text2 {
	float: none;
	width: 630px;
	display: block;	
}

/* for IE only */
div#text { float: right }

/* for NS and friends */
body > * div#text { float: none; margin-left: 250px; }



#main p {
	margin: 15px 5px;
}

#main h2 {
	clear: left;
}
body {
      font:x-small/1.5em Myriad, Arial, sans-serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;
}
a , a:link, a:visited, a:active {
	color: #300; 
}

h1, h2, h3, h4, h5, h6	{
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	margin-left: 6px;
}
.copystripe {
	clear: both;
	background: #988D81;
	height: 18px;
	font-size: 8pt;
	color: #555;
	padding: 2px 20px;
}
.copystripe a, .copystripe a:link, .copystripe a:active, .copystripe a:visited {
	color: #555;
	text-decoration: none;
}
.copystripe a:hover {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 20px 0px;
}

form fieldset {
	background: white;
	border: none;
	padding: 5px;
	/* font-size: 85%; */
	left: -5px;
}

#search {
	margin: 0px 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
	color:#333;
}

#letters {
	position: relative;
	margin: 5px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px; 
}
#letters a {
	padding: 1px 2px;
}
#curletter {
	border: 1px solid #7A155B;
	text-decoration: none;
	padding: 0px;
	color: black;
	font-weight:bold;
	color: white;
	background: #969
}

.search {
	margin-top: 6px;
	margin-left: 140px;
}
.summary {
	width: 100%;
	clear: left;
	/* mac hack \*/
	border-bottom: 1px solid #300;
	/* end */	
	margin-top: 6px; 
	margin-bottom: 6px;
}

.summary ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.summary li {
	position: relative;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	border:1px solid #300;
	border-bottom: none;
	/* mac \*/
	float: left;
	/* end */
}
.summary a, .summary a:link, .summary a:visited, .summary a:active {
	float:left;
	display:block;
	border: none;
	padding: 0px 40px;
	text-decoration: none;
	font-weight:bold;
	color: #300;
	background: #F3ECE4;

}

.summary a:hover {
	color: #988D81
}


#works {
	padding: 6px 0px;
	margin-left: 6px;
}

.result {
	position: relative;
	float: left;
	width: 470px;
	height: auto;
	margin: 3px 0px 3px 0px;
	padding-right: 3px;
	border: 1px solid #ccc;
}

.result a {
	position: relative;
	z-index: 10;
	border: 0px;
}

.result img {
	float: left;
	width: 100px;
	padding: 4px;
	padding-right: 20px;
	border: 0px;
}

#results h4, #results h3 {
	padding: 0px;
	margin: 0px;
}
#results {
	margin-left: 6px;
	padding-right: 6px;
	border: none;
}

#results img {
	border: none;
}
.text {
	display: block;
	position: relative;
	padding: 3px 0px 0px 3px;
	width: auto;
	/* mac \*/
	float: left;
	/* end */
	max-width: 450px;
}
.pages b {
	text-decoration: none;
	padding: 0px 2px;
	border: 1px solid  #300;
	background: #F3ECE4;
	color: #300;
}

.pages {
	position: relative;
	clear: left;
	padding-bottom: 2px;
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	color: #ccc;
}

#titles {
	margin: 0px;
}

