/*  
Theme Name: Analysis of Bison Kills
Theme URI: http://analysisofbisonkills.co.uk
Description: The Analysis of Bison KIlls site theme
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com/
*/

/*
***********************************************************

Title:			style.css
Browser(s): 	All (except IE)

Author: 		Elliot Jay Stocks (elliotjaystocks.com)
Created: 		14.10.2007
Last modified: 	25.01.2008

***********************************************************
*/





/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote { margin:0; padding:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
q:before, q:after { content:''}



/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */






/* Typography */

h2 { font:bold italic 24px/24px Georgia, 'Times New Roman', Times, serif }
h3 {
	margin:0 0 10px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
}
h3.respond { margin:-100px 0 2px 0 }

p { margin:2px 0 16px 0 }
body, h4, p, li, dt, dd, label, input, textarea { font-family:Verdana, Arial, Helvetica, sans-serif, "Century Gothic"}
h4 { font:bold italic 14px/18px Georgia, 'Times New Roman', Times, serif; margin:0 0 2px 0 }
h5 { font-size:14px; line-height:18px }
p, li, dt, dd, label, cite,a,div,td { font-size:13px; line-height:18px }

dl { width:400px; padding:0 0 0 75px; margin:0 0 16px 0 }
dl dt { float:left; width:140px; font-weight:bold }

blockquote { font:bold italic 14px/18px Georgia, 'Times New Roman', Times, serif; margin:0 0 2px 0; color:#666 }
cite { font-weight:bold }

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover { color:#666666;}

/* Layout (basic) */

body { text-align:left; color:#000 }

div.wrapper { width:100%; padding:0 0 100px 0 }

div.wrapper ol li.section {
	margin:0 0 100px 0;
	width:100%;
	position:relative;
	height: 800px;
	font-size: 13px;
	color: #C1C1C1;
}
div.wrapper ol li.section h1 { width:366px; height:284px; position:absolute; top:0; left:494px }

div.wrapper ol li.section h2 { color:#FFFFFF; width:40px; height:40px; padding:10px 0 0 10px; position:absolute; top:190px; left:0 }
div.wrapper ol li.section h2 span { display:none }
div.wrapper ol li.section div.ad { width:394px; height:168px; border-top:none; position:absolute; top:0; left:76px }
div.wrapper ol li.section div.ad p { width:200px; padding:0 }

div.wrapper ol li.section div.video{ text-align:center; width:400px; padding:0; margin-left:75px; }
/*########*/
div.wrapper ol li.section ul{
	list-style:disc;
	width:400px;
	margin-left:80px;
}
div.wrapper ol li.section ul li{
	list-style:disc;
	list-style-position:inside;
	margin-left:10px;
}

div.wrapper ol li ul.nav { border:0; margin-left:0px; width:250px; height:50px; position:fixed; top:190px; left:550px } /* The background is for IE, which didn't seem to like the flat colour */
/*div.wrapper ol li ul.nav li { list-style:none; border:none; position:static }*/
div.wrapper ol li ul.nav li a {
	color:#999999;
	height:25px;
	padding:0 10px;
	display:block;
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	
}
#belinda_menu_item{
	list-style:none;
	white-space:nowrap;
	border:0;
}
#belinda_menu_item a{
	list-style:none;
	white-space:nowrap;
	border:0;
	color:#999999;
}

#belinda_menu_item a:visited{
	color:#999999;
}
div.wrapper ol li ul.nav li a.buttonMenu {

	top:0;
	left:0;
	color: #59595a;
	white-space:nowrap;
}
div.wrapper ol li ul.nav li a.current {
	color:#c6c18a;
}

div.wrapper ol li ul.nav li a.back { width:230px; top:12px; left:0 }

div.wrapper ol li h3 {
	width:400px;
	padding:190px 0 0 75px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-style: normal;
}
div.wrapper ol li h4 { width:400px; padding:40px 0 0 75px }
div.wrapper ol li p {
	width:400px;
	padding:0 0 0 75px;
	color: #C1C1C1;
}


div.wrapper ol li.section li{
	padding:5px;
}
div.wrapper ol li.section table tr td{
	color:#FFFFFF;
}

div.wrapper ol li.section a{
	color:#c99666;
	text-decoration:none;
}
div.wrapper ol li.section a:hover{
	text-decoration:underline;
}
#belinda_menu_item a.current{
	color:#c6c18a;
}

input,textarea{
    border-width:1px;
    background-color:#333333;
    color:#FFFFFF;
}
