/*WKWR Style Sheet*/

/* Defaults */

ul, ol {
	margin-left: 2.5em;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

h3, h4 {}

b, strong {
	font-weight: bold;
}

i, em, cite {
	font-style: italic;
}

sub, sup {}

acronym, abbr {
	border-bottom: 1px dotted;
}

/* Robinson styles */

* 
{
	padding:0;
	margin:0;
}


body {
	font-size: 100%;
	background:url(../images/bodybg.gif) repeat;
	padding-bottom:20px;	
}


#banner_container 
{
	height:125px;
	width:100%;	
}

#container 
{
	width:708px;
	background:url(../images/container_bg.gif) repeat;
	background-color:#4c4117;	
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	clear:both;
}
#banner 
{
	width:708px;
	/*height:100px;*/
	background: url(../images/wkwr_banner_en_bg.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
	display:block;	
}

#navcontainer
{
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	height: 25px;
	width:708px;
	background: url(../images/top_nav_bg.gif) no-repeat;
}

#navcontainer ul
{
	border:0;
	margin: 0;
	padding: 0 0 0 6px;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	
	height: 18px;	
	padding: 4px 8px 0 8px;
	margin: 0 0 0 0;
	color: #e7e0c9;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Georgia", "Lucida Sans Unicode", lucida, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:85%;
	float: left;
}

#navcontainer ul li a:hover
{
	color: #fff;
	
}

#navcontainer a:active
{
	
	color: #fff;
}

#navcontainer li#active a
{
	
	color: #fff;
}



#left_nav 
{
	width:192px;
	background-color:transparent;
	float:left;
	margin-top:10px;
}
#left_nav li
{
	line-height:14px;	
	margin:5px 5px 0 0;
}

#left_nav a 
{
	font-size:14px;
	font-family:"Georgia", "Lucida Sans Unicode", lucida, sans-serif;
	text-decoration:none;
	/*font-variant:small-caps;*/
	color:#e7e0c9;	
}
#left_nav a:hover
{
	color:#fff;	
}

#left_nav li#subactive a
{
	color:#fff;	
}


#above_flourish 
{
	list-style: none;
	margin: 20px 0 10px 12px;
}
#below_flourish 
{
	margin: 10px 0 0 12px;
	list-style: none;
	
}
#below_flourish a a:hover a:visited 
{
	font-weight:bold;	
}
#left_nav img
{
	margin-left:12px;	
}
#text_area 
{
	width:470px;
	background-color:#fff;
	float:left;	
}

#text_area_top 
{
	background:url(../images/text_area_top.gif) no-repeat;
	height:76px;
	width:470px;
}

#text_area_bottom
{
	background:url(../images/text_area_bottom.gif) no-repeat;
	height:71px;
	width:470px;
}

#content 
{
	background-color:transparent;
	background:url(../images/text_area_bg.gif) repeat-y;
	margin:0 0 0 0;
	padding:0 41px 0 34px;
	min-height:200px;
	height:auto;
	font-family:"Georgia", "Time New Roman", serif;
	font-size:90%;
	line-height: 18px;
}
#about_this_source
{
	min-height:45px;
	width:280px;
	font-family:"Georgia", "Time New Roman", serif;
	background:url(../images/glass.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 0 24px;
}

/*makes the first letter under the glass bigger*/
span.first_letter_big
{
	
	font-size:28px;
		
}
#about_this_source div
{
	padding:4px 0 0 0;
	letter-spacing: 0.2em;
	margin-bottom:25px;	
}


#container_bottom
{
	width:708px;		
	height:208px;
	background:url(../images/container_bottom1_bg.gif);	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;	
}

#content_padding
{
	padding-bottom:1em;	
}
#content ul
{
	border:0;
	margin: 10px 0 10px 2em;
	padding: 0;

}
#content ul li
{
	margin: 5px 0 5px 0;
}
#aboutsource
{
	background:url(../images/aboutsource.gif) no-repeat;
	background-color:transparent;
	height:41px;
	padding:5px 0 20px 0;
	
}
#aboutsource div
{
	font-family:"Times New Roman", serif;
	font-size:14px;
	margin:0;
	position:relative;
	left:0;
	top:0;
	letter-spacing:5px;
}
#aboutsource :first-letter
{
	font-size:20px;
}
#aboutsource  a:link, a:visited 
{
	text-decoration: none;
}

#aboutsource  a:hover, a:active  {
	text-decoration: underline;
}
.citation
{
	background-color:#a49c71;
	border:1px solid #5a5a42;
	line-height:14px;
	padding:10px;
	font-size:10px;
	clear:both;
	margin-top:10px;
}

.archives_box
{
	overflow:auto;
	background-color:#a49c71;
	border:1px solid #5a5a42;
	line-height:14px;
	padding:10px;
	font-size:10px;	
	margin-top:1em;
	margin-bottom:1em;
}
.archives_box img
{
	border:1px solid #a49d87;
}	
.archives_leftcol
{
	float:left;
	margin-right:10px;
		
}
.archives_rightcol
{
	float:left;	
}

.back
{
	text-align:right;	
}

#footer 
{
	margin:0;
	padding:170px 0px 15px 0;
	color:#e7e0c9;
	font-family: "Georgia", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	letter-spacing: 1.5px;	
	font-weight: 700;
	font-size: 70%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

#footer a  
{
	color:#e7e0c9;
	font-family: "Georgia", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: 700;
	text-decoration: none;
	

}

#footer a:hover 
{
	color:#fff;
	text-decoration:none;
	
}

img 
{
	margin:0;
	padding:0;
	border:0;
	display:block;	
}
#content img
{
	margin:2px;	
}



h1 
{
	font-family:"Georgia", serif;
	font-size: 1.6em;
	background-color:transparent;
	background:url(../images/h1_bg.gif) repeat-x;
	background-position:bottom;
	margin-bottom:.7em;
	line-height:22px;
}

h2 {
	font-family:"Georgia", serif;
	font-size: 1.5em;
	font-weight:600;
	margin-bottom:.7em;
	margin-top:1.1em;
	margin-left: 5px;
	line-height:22px;
}

p 
{
	margin-top:1em;	
	margin-bottom:1em;
}

.align_center, .align_centre
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.align_left 
{
	text-align:left;	
}
.align_right 
{
	text-align:right;
}
.underlined, span.underline
{
	text-decoration:underline;	
}

.float_left 
{
	float:left;		
}
.float_right 
{
	float:right;		
}
br {
	clear:both;	
}
.bold 
{
	font-weight:bold;	
}
.indent 
{
	margin-left:2em;
}
.noclear 
{
	clear:none;
}
.clearboth
{
	clear:both;
}	
.strike 
{
	text-decoration: line-through;	
}

.pagenumber, .page, .page_number
{
	text-align:center;
	font-weight:bold;
	clear:both;	
}
.block 
{
	display:block;
}

.nospace 
{
	padding:0px;
	margin:0px;	
}

.large 
{
	font-size:130%;	
}
.notation 
{
	border-bottom:1px dotted;	
}

a:link, a:visited {
	color: #ad7138;
	text-decoration: none;
}

a:hover, a:active {
	color: #94711d;
	text-decoration: underline;
}
table
{
	border-collapse:collapse;	
}

th
{
	padding:0 .5em;
	border-top:1px solid #a49d87;
	border-left:1px solid #a49d87;
	border-right:1px solid #a49d87;
	border-bottom:double  #a49d87; 	
}

td
{
	border:1px solid #a49d87;
	padding:0 .5em;	
}

#clearFloat 
{
	clear:both;	
	
}

table tr td {
	border: 0px;
}

.imageListing {
	border: 1px solid #9C9E6D ;
}

#doctopright {
	height: 35px;
}

#doctopright img {
	float: right;
}

.animationlink
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#doctopright {
	height: 35px;
}

#doctopright img {
	float: right;
}

#docImage {
	border: 1px solid #8C8C8C;
	background: #E6E6E6;
	float: left;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
}

#docImageCentre {
	border: 1px solid #8C8C8C;
	background: #E6E6E6;
	float: none;
	clear: both;
	padding: 0 0 0 0;
	margin: auto;
	margin-bottom: 10px;
}

.marginalia {
	padding: 10px 20px;
	border: 1px solid #9C9E6D ;
	color: #000;
	margin: 10px 0;
	background-color: #DBD2A4;
	background-repeat: no-repeat;
	background-position: right;
}

.indentmenu {
	margin-left: 20px;

}
