/*  
Theme Name: Linerunners (harp seal edition)
Theme URI: http://cobaltkitty.com
Description: Meow! Bark!
Version: 1.0
Author: Will Keightley
*/

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

Obviously feel free to change the info above once you've added your own styling

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

/* 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, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* 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 img { border:none } /* Gets rid of IE's blue borders */

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

And now it's over to you...

************************************************************************************************************************************************************ */
body {
	background: url(images/bg.png) fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	height: 100%;
	}
a:link {
	color: #c8411a;
	}
a:hover {
	color: #036;
	text-decoration: underline;
	}
	
	
/*  CONTAINERS  */

#wrapper {
	position: relative;
	width: 525px;
	min-height: 600px;
	margin: 10px auto;
	background: url(images/bg_panel.jpg) center bottom no-repeat fixed;
	background-color: #f5e1af;
	border: 1px solid #d5b23e;
	z-index: 99;
	}
#menu {
	width: 525px;
	height: 30px;
	padding-top: 5px;
	background: #f9f2be;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #8f4706;
	border-bottom: 3px solid #ebd58e;
	}
#content {
	position: relative;
	padding: 0px 25px 25px;
	font-size: 1.6em;
	z-index: 100;
	color: #704d22;
	}
#pages {
	background: url(images/bg_pages.gif) center center no-repeat;
	width: 100%;
	height: 400px;
	position: fixed;
	bottom: 0px;
	z-index: 1;
	}

/*  CONTENT  */
h2 {
	text-align: center;
	font-size: 1.9em;
	color: #c8411a;
	font-weight: normal;
	}
h3 {
	color: #7c2810;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0px 4px 0px;
	letter-spacing: 2px;
	}
#content p {
	padding: 5px 0px;
	line-height: 22px;
	}
.aligncenter {
	display: block;
	margin: 0px auto;
	}
img {
	display: block;
	margin: 0px auto;
	}
.alignleft {
	float: left;
	padding-right: 10px;
	}
.alignright {
	float: right;
	padding-left: 10px;
	}



/*  MENU  */
#menu ul#mainmenu {	
	list-style-type: none;
	margin: 0px auto;
	text-align: center;
	}
#menu ul li {
	display: inline;
	padding: 15px 10px;
	}
#menu ul li a {
	color: #8f4706;
	}
#menu ul li a:hover {
	color: #036;
	}



/*  CONTENT LISTS  */
#content ul {
	font-size: 1em;
	padding: 0px 0px 10px 15px;
	list-style: square;
	}
#content ul li {
	padding: 0px 10px;
	margin: 10px 0px;
	border-left: 6px solid #dbc691;
	}
.what #content ul {
	font-size: .8em;
	}


/*  HEADERS  */
h2 {
	position: absolute;
	left: -1000px;
	}

/*  FOOTER  */
#contact {
	display: block;
	height: 60px;
	width: 80px;
	margin: 0px auto;
	padding: 5px 0px 0px;
	text-align: center;
	font-size: 12px;
	font-family: "Courier New", Arial, Helvetica, sans-serif;
	}
#footer img {
	display: block;
	margin: 0px auto;
	}
#contact a:visited {
	color: #c8411a;
	}
