/*

	File: screen.css
	Created: July 15, 2009
	Updated: July 15, 2009
	Description: Controls the on-screen display. For printing styles see the file print.css
	
*/


/********** Generic Styles/Global Reset **********/

* {
	font: 1em arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
html
	{
	background: url("graphics/background.jpg") bottom left #1F1C17 fixed;
	}
	
body {
	margin: 0 auto;
	/*opacity: .93;
	filter:alpha(opacity=93);*/
	background: #fff;
	width: 930px;
	-moz-box-shadow: 0px -10px 10px #333;
	box-shadow: 0px -10px 10px #333;
	}

a	
	{
	color: #A67E39;
	}
	
	a:hover
		{
		color: #333;
		}

b
	{
	font-weight: bold;
	}

hr
	{
	color: #ccc;
	background: #ccc;
	position: relative;
	top: 5px;
	margin: 0 0 20px 0;
	}
	
address
	{
	color: #ddd;
	font: 1.1em normal;
	}	
	
	address b
		{
		font-weight: bold;
		display: block;
		margin: 0 0 5px 0;
		}

img
	{
	border: none;
	}	
	
p
	{
	text-align: justify;
	font: .84em/1.5em arial;
	margin: 0 0 15px 0;
	color: #111;
	}

	
	
/********** Other Generic Styles **********/	

span.line
	{
	display: block;
	}
	
#name_special
	{
	text-align: center;
	padding: 40px 0 20px 0;
	clear: both;
	font-size: 5em;
	text-transform: capitalize;
	font-family: mistral, serif;
	color: #777;
	}
	
	#name_special span
		{
		font: inherit;
		color: #444;
		}

p.emph, p.emph2
	{
	font-weight: bold;
	color: #7F622F;
	font-size: .8em;
	}
	
	p.emph2
		{
		color: #333;
		}
		
.news_date
	{
	font-weight: bold;
	color: #333;
	font-size: .89em;
	text-transform: uppercase;
	}		
				
				
/********** Structure and Related Styles **********/	

#header
	{
	background: #000;
	margin: 0 0 30px 0;
	border-bottom: 8px solid #A67E39;
	}
		
	#header p 
		{
		color: #A67E39;
		float: right;
		font: italic .9em/1.5em arial;
		text-align: right;
		position: relative;
		top: 55px;
		margin: 0 40px;
		}
		
	#header img
		{
		margin: 10px 10px 10px 0px;
		height: 125px;
		}

#content, #wide_content
	{
	float: left;
	min-height:500px;
	width: 480px;
	padding: 0px 40px 35px 40px;
	}
	
	#wide_content
		{
		width: 850px;
		}
		
		#wide_content ul
			{
			margin: 0 0 15px 15px;
			font-size: .84em;
			}
			
			#wide_content ul li
				{
				line-height: 1.5em;
				}
				

	#content ul
		{
		margin-left: 20px;
		}
		
	#content ul li
		{
		line-height: 1.6em;
		font-size: .8em;
		}
		
		
	#content img {
	margin: 5px 0px 15px 20px;
	border: 1px solid #111;
	max-width: 180px;
	}
		
.sidebox
	{
	-moz-border-radius: 7px ;
	background: #E6E6DA;
	padding: 30px 40px 30px 35px;
	width: 255px;
	margin: 0 0 30px 560px;
	}
	
	.sidebox ul
		{
		margin-bottom: 15px;
		}
		
		.sidebox ul li
			{
			margin-left: 30px;
			}
			
			.sidebox ul li a
				{
				font-size: .8em;
				display: block;
				padding: 2px;
				}
		
	.sidebox h3
		{
		font-size: 1em;
		margin: 0 0 5px 0;
		}
		
#footer 
	{
	border-top: 8px solid #A67E39;
	border-bottom: 8px solid #A67E39;
	font: .7em/1.9em arial, sans-serif;
	clear: both;
	padding: 35px 40px 35px 40px;
	color: #818181;
	overflow: auto;
	background-color: #2F2C1D;
	}
	
	#footer ul 
		{
		list-style-type: none;
		}
		
	#footer ul li
		{
		display: inline;
		}
	
	#footer ul li a
		{
		padding: 2px 0;
		float: left;
		margin: 0 20px 0 0;
		width: 160px;
		font-size: 1.1em;
		color: #A67E39;
		}
		
	#footer h2
		{
		margin: 0 0 20px 0;
		color: #ddd;
		font: 1.6em normal arial, sans-serif;
		}
	
	#footer div
		{
		margin: 0 40px 0 0;
		float:left;
		width: 400px;
		}
		
	#footer div:first-child
		{
		width: 240px;
		}
			
	#footer address a 
		{
		color: #629105;
		}
		
	#footer p
		{
		margin: 0;
		}

#copyright
		{
		padding: 80px 20px 25px 20px;
		text-align: center;
		font-size: .7em;
		color: #444;
		background: url("graphics/fancy.jpg") center 20px no-repeat #13120D;
		}
		
#pics
	{
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	overflow: auto;
	}
	
	#pics img
		{
		float: left;
		width: 220px;
		border: 1px solid #333;
		margin: 0 20px 0 0;
		}
		
#quick_facts
	{
	background: #E6E6DA;
	-moz-border-radius: 6px;
	padding: 15px;
	font-size: .8em;
	width: 370px;
	}	

	#quick_facts b
		{
		font-weight: bold;
		}
		
#image
	{
	float: right;
	max-width: 400px;
	border: 1px solid #333;
	margin: 0 0 15px 40px;
	}
	
	
/********** Headers (General) **********/
	
h1
	{
	color: #333;
	font: 1.6em normal arial, sans-serif;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #E6E6DA;
	}
	
	h1 span
		{
		color: #555;
		}

h2
	{
	color: #333;
	font: 1.2em normal arial, sans-serif;
	margin: 0 0 15px 0;
	}


/********** Navigation **********/

#navigation 
	{
	background: url("graphics/navigation.png") top left repeat-x #292929;
	overflow: auto;
	}
	
	#navigation li
		{
		display: inline;
		list-style-type: none;
		}
		
		#navigation li a
			{
			border-right: 1px solid #000;
			min-width: 100px;
			text-align: center;
			padding: 8px 15px;
			float: left;
			color: #aaa;
			text-decoration: none;
			font-size: .8em;
			}
	
			#navigation li a:hover
				{
				background-color: #444;
				color: #eee;
				}
		
			#navigation li a#current
				{
				background: url("graphics/navigation_active.png") top left repeat-x #A67E39;
				font-weight: bold;
				color: #fff;
				}

				
/********** Tables **********/
		
table
	{
	border-style: solid;
	border-color: #cfcfc2;
	border-width: 0 5px 5px 5px;
	margin-bottom: 0px;
	width: 100%;
	}
	
td
	{
	border-bottom: 1px solid #CFCFC2;
	background-color: #E0E0D1;
	vertical-align: top;

	}
	
	/*td:first-child
		{
		padding: 0;
		width: 100px;
		}*/
		
	 #content td img
		{
		margin: 0px;
		width: 140px;
		border-style: solid;
		border-color: #cfcfc2;
		border-width: 0 5px 0 0;
		}
		
			
		
	td h3
		{
		margin: 10px 15px 10px 0;
		}
			
		td h3 a
			{
			font: .9em normal arial, sans-serif;
			color: #000;
			}

caption
	{
	margin-top: 10px;
	font-size: 1.1em;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	text-align: left;
	}

table#pedigree
	{
	max-width: 700px;
	border-color: #333;
	border-width: 0 1px 0px 0px;
	}
	
table#pedigree td
	{
	vertical-align: middle;
	background: #fff;
	font-size: .8em;
	padding: 5px 10px;
	width: 33%;
	border-color: #333;
	border-left: 1px solid #333;
	}
	
table#pedigree td b
	{
	display: block;
	font-weight: bold;
	margin: 0 0 3px 0;
	}
	
	
#content #accordion h2
	{
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	
	background: #CFCFC2;
	margin: 5px 0 0px 0;
	font-weight: bold;
	font-size: .9em;
	color: #333;
	padding: 5px 15px 5px 15px;
	}	
	
	#accordion h2:hover
		{
		text-decoration: underline;
		}
		