
//
//  style.css
//  Tekuris
//
//  Created by Wain on 24/12/2006.
//  Copyright 2006 Tekuris. All rights reserved.
//

body
{
	height: 100%;
}

body
{
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 14px;
	margin: 1em;
	padding: 0px;
	background-color: black;
	color: white;
}

/* Main page style */
/* Header */
#header
{
	width: 100%;
	background: black;
}
#header-left
{
	position: absolute;
	left: 0px;
	width: 300px;
}
#header-right
{
	position: absolute;
	right: 0px;
	width: 150px;
}
#header-left, #header-right
{
	top: 0px;
	height: 150px;
	margin: 10px;
	clear:both;
}
/* Navigation */
#navigation
{
	height: 30px;
	font-size: 16px;
	text-align: center;
	border-bottom: 10px solid black;
	background-color: #4D4D4D;
}

#navigation ul
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-left: 0;
}

#navigation ul li
{
	display: inline;
	padding-left: 0;
}

/* Content */
/* contains all page content */
#mainpage
{
	margin-top: 170px;
	min-height: 1%;
	background: #4d4d4d;
}

/* contains the main content and the left panel (making room for the right panel in the margin, plus a bit for the border) */
#middleandleft
{
	margin-right: 210px;
	background: #4d4d4d;
}

/* contains the main content (making room for the left panel in the margin) */
#middle
{
	margin-left: 200px;
	background: #4d4d4d;
}

#allcontent, #content
{
	position: relative;
	float: left;
	width: 100%;
}
#allcontent
{
	border-left: 10px solid black;
	border-right: 10px solid black;
}

#content p, h1, h2, h3, dl
{
	padding-left: 10px;
}
#content h1
{
	text-align: center;
}

#panel-left
{
	width: 190px;
	margin-left: -210px;
	position: relative;
	float: left;
}
#panel-left p, h1, h2, h3
{
	padding-left: 5px;
}
#panel-left h2
{
	font-size: 16px;
}
#panel-left p.nolist
{
	padding-left: 25px;
}
#panel-left table.donate
{
	width: 190px;
	bottom: 0px;
}
#panel-left table td
{
	text-align: center;
}

#panel-right
{
	width: 190px;
	margin-right: -200px;
	position: relative;
	float: right;
}
#panel-right p, h1, h2, h3
{
	padding-left: 10px;
}
#panel-right h2
{
	font-size: 16px;
}
#panel-right p.nolist
{
	padding-left: 25px;
}
/* Footer */
#footer
{
	width: 100%;
	border: 4px solid black;
	margin-top: -4px;
	background: black;
	clear: both;
}

#footer p
{
	text-align: center;
}
#footer p.visits
{
	text-align: right;
}
#footer p.privacy
{
	font-size: 11px;
}

/* Hacks */
/* mac hide - force layout in ie \*/
* html #middleandleft, * html #middle, * html #content
{
	height: 1%;
}
* html #panel-right
{
	border-left: 10px solid black;
	width: 200px;
	
	bo\rder-left: 9px solid black;
	w\idth: 190px;
	
}
/* End mac hide */

/* General */
a:link
{
	color: white;
}
a:visited
{
	color: #B0ADB3;
}
a:active
{
	color: #FCFF56;
}
a:hover
{
	color: #9A9A9A;
}
a.currentpage
{
	color: #660000;
}

img
{
	border: 0;
}

ul
{
	list-style-type: none;
}
ol
{
	list-style-type: none;
}
ol li
{
	list-style-image: url(images/bullet.gif);
}

dl
{
	margin-left: 5px;
	margin-right: 5px;
}

p
{
	margin-left: 5px;
	margin-right: 5px;
}
p.separator
{
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
}

#page-nav
{
	text-align: center;
}

#page-nav.title
{
	
}

#page-nav ul
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-left: 0;
}

#page-nav ul li
{
	display: inline;
	padding-left: 0;
}

/* Error */
h2.error, p.error
{
	text-align: center;
}
