body {
	padding: 0;
	margin: 0;
	font-size: small;
	font-family: arial, verdana, georgia, sans-serif;
	background: #F4F4ED  url(./imgs/bodybg.png) top left repeat-x;
	line-height: 150%;
}

h1#hidden {
	display: none;
}

/*
Wrapper
*/

#wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/*
Navigation
*/

#navigation {
	width: 100%;
	position: relative;
	z-index: 2;
}

#navigation ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}

#navigation ul li {
	float: left;
	padding: 7px 20px;
	position: relative;
	display: inline;
}

#navigation ul li.right {
	float: right;
	width: 90px;
	text-align: center;
	background: url(./imgs/down-arrow.gif) right center no-repeat;	
	margin-right: 30px;
}

#navigation ul li a {
	color: #ccc;
	text-decoration: none;
	display: block;
	border: none;
}

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

#navigation li ul {
	position: absolute;
	width: 125px;
	left: -999em;
	padding: 15px 0 10px 0;
	margin: 0;
	background: #272727 url(./imgs/drop-down_bottom.gif) left bottom no-repeat;
}

#navigation li ul li {
	width: 115px;
	padding: 5px;
	margin: 0;
	text-align: left;
}

#navigation ul.drop li:hover {
	background: #333;
}

#navigation li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*#nav ul.drop { 
	position: relative;
	z-index: 9;
}*/

/*
Header
*/

#head {
		clear: both;
		height: 200px;
		margin: 0 0 30px 0;
		position: relative;
		z-index: 1;
}

#head h1 {
	padding: 90px 0;
	color: #fff;
	text-indent: -9999px;
	background: url(./imgs/erixx_main.gif) left center no-repeat;
}

	/* Advert */
	
	#advert {
		position: absolute;
		top: 72px;
		left: 375px;
		z-index: 0;
	}
	

/*
Sidebar
*/

#sidebar {
	width: 230px;
	float: right;
}

	/* Heading Formatting */
	
	#sidebar h2 {
		font-family: arial, helectiva, verdana, sans-serif;
		font-weight: bold;
		font-size: 110%;
		letter-spacing: 1px;
		text-align: right;
		text-transform: uppercase;
		color: #AD0000;
		border-bottom: 2px solid #ccc;
	}
	
	#sidebar p {
		padding: 0 0 0 15px;
	}

/*
Content
*/

#content {
	float: left;
	width: 640px;
}

	/* General Formatting */
	
	h2 {
		font-family: georgia, times, serif;
		font-size: 210%;
		font-weight: normal;
	}

	/* colums Zone */
	
	#colums {
		clear: both;
	}
	
	#colums .sector {
		clear: both;
		border-top: 2px solid #ccc;
	}

	#colums .sector .info {
		width: 470px;
		float: right;
	}
	
	#colums .sector .extrainfo {
		width: 150px;
		float: left;
		text-align: right;
	}
	
	#colums .sector .extrainfo blockquote {
		padding: 0;
		margin: 0;
	}
	
	#colums .sector .title {
		text-transform: uppercase;
		font-size: 110%;
		font-weight: bold;
		padding: 2px 0;
		margin: 0;
		color: #333;
	}
	
	#colums .sector .info h3 {
		color: #AD0000;
		letter-spacing: 1px;
	}
	
	#colums .sector .extrainfo p a {
		text-decoration: none;
		color: #333;
		border: none;
	}
	
	#colums .sector .quote, #colums .sector .detail {
		font-family: georgia, times, serif;
		font-style: italic;
		line-height: 150%;
		color: #444;
		font-size: 120%;
	}

/*
Footer
*/

#footer {
	clear: both;
	height: 90px;
	background: #000 url(./imgs/erixx_small.gif) left center no-repeat;
	padding: 0 0 0 270px;
	color: #fff;
}

#footer p {
	padding: 35px 0 0 0;
}

/*
Other General Formating
*/

ul {
	list-style: square;
}

small {
	font-weight:  bold;
	font-size: xx-small;
}

#content img {
	float: left;
	border: 20px solid #fff;
	margin: 3px;
}

#content h3 {
	clear: both;
}

	/* Links */
	
	a {
		color: #AD0000;
		text-decoration: none;
	}
	
	a h2 {
		color: #000;
		border: none;
	}		
	
	a img {
		border: none;
	}
	
	#content a:visited, #sidebar a:visited {
		border-bottom: 1px dotted #F494ED;
	}
	
	a:hover {
		border-bottom: 1px solid #000;
	}
	
	/* Forms */
	
	fieldset {
		border-top: none;
		border-left: 2px solid #666;
		border-right: none;
		border-bottom: none;
		margin: 0 0 15px 0;
	}
	
	legend {
		font-family: georgia, times, serif;
		color: #444;
		font-weight: bold;
	}
	
	form label {
		float: left;
		width: 450px;
	}
	
	form input {
		border: 1px solid #666;
		clear: both;
	}
	
	form div.check label {
		width: none;
		float: none;
	}
	
	form fieldset.buttons input {
		margin: 5px;
	}
	
	/* Tables */
	
	table {
		width: 100%;
	}
	
	table caption {
		display: none;
	}
	
	table th {
		font-family: georgia, times, serif;
		color: #444;
		font-weight: normal;
	}
		
	table tbody th {
		text-align: right;
	}
	
	table td {
		text-align: center;
	}

/*
Comments
*/

.comments-template{
	margin: 0 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}

.comments-template ol li{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	clear: both;
	min-height: 115px;
}

.comments-template ol li.alt {
	background:#ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
}

.gravatar img {
	border: 7px solid #fff;
	float: left;
	margin: 5px;
}