/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for CMS Wireframe
	DATE:			23/05/07
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
*
{
	margin: 0;
	padding: 0;	
}
body
{
	margin: 0;
	padding: 0;
	color: #737372;
	font-family: Arial, Sans-Serif;
	background: #FFC url(../image/body_bg.gif) no-repeat center top;
	text-align: center;
}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */
html
{
	font-size: 100%; /* for IE */
}
body 
{
	font-size: 62.5%; /* for IE/Win */
}
input, select, table
{
	font-size: 100%; /* for IE */
}
/* [ links ] ------------------------------------------ */
a:link
{
	color: #9D9D3C;
	text-decoration: underline;
}
a:visited
{
	color: #9D9D3C;
	text-decoration: underline;
}
a:hover
{
	color: #737372;
	text-decoration: underline;
}
/* [ headings ] ------------------------------------------ */
h1
{
	color: #9D9D3C;
	font-size: 1.8em;
	font-family: Georgia, 'Times New Roman', Sans-Serif;
	font-weight: bold;
	margin: 0 0 1em 0;
	text-transform: capitalize;
}
h2
{
	color: #9D9D3C;
	font-size: 1.6em;
	font-family: Georgia, 'Times New Roman', Sans-Serif;
	font-weight: normal;
	margin: 0 0 1em 0;
	text-transform: capitalize;
}
h3
{
	color: #9D9D3C;
	font-size: 1.3em;
	font-family: Georgia, 'Times New Roman', Sans-Serif;
	font-weight: normal;
	margin: 0 0 1em 0;
	text-transform: capitalize;
}
h4
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0;
	text-transform: capitalize;
}
h5, h6
{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
	text-transform: capitalize;
}
/* [ margining ] --------------------------------------------- */
p
{
	margin: 0 0 1em 0;	
}
/* [ other ] --------------------------------------------- */
hr
{
	display: none;
}
.hide
{
	/* display: none; */
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */	
}
.clear
{
	clear: both;	
}
label
{
	cursor: pointer;	
}
textarea, input
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	padding: 0.2em;
}
a img
{
	border: none;	
}
fieldset
{
	padding: 0.5em;
	border: 1px solid #9D9D3C;	
}
legend
{
	padding: 0 0.5em;	
}
ul, ol
{
	list-style-position: inside;
}

	
/* ==========================================================
	JUMP-TO
========================================================== */
#jump-to
{
	position: absolute;
	top: 0;
	left: -9999px;
}
#jump-to a:hover
{
	background-color: #EEE;	
}
#jump-to a:focus
{
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 10020px; 
	font-size: 1.5em; 
	background-color: #FFF; 
	border: solid 2px #999;
	color: #999;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}
/* ==========================================================
	PAGE
========================================================== */
#page
{
	width: 800px;
	margin: 5px auto 0 auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	overflow: hidden;	
}
/* ==========================================================
	FRONT-PAGE
========================================================== */
body.front
{
	background-image: none;	
}
body.front h1
{
	margin: 70px 0 20px 0;	
}
body.front #main-navigation
{
	position: relative;
	font-size: 2.2em;	
	top: auto;
	left: auto;
}
body.front #main-navigation ul li 
{
	float: none;	
}
/* ==========================================================
	HEADER
========================================================== */
#header
{
	position: relative;
	border-bottom: 1px solid #737372;
	height: 125px;
	overflow: hidden;
	width: 800px;
}
/* ==========================================================
	MAIN-NAVIGATION
========================================================== */
#main-navigation
{
	position: absolute;
	bottom: 17px;
	left: 216px;
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 1.5em;
	text-transform: capitalize;
}
#main-navigation ul
{
	margin: 0;	
	padding: 0;
	list-style-type: none;
}
#main-navigation ul li
{
	display: inline;
	margin: 0 13px 0 0;	
	float: left;
}
#main-navigation ul li a
{
	text-decoration: none;
}
#main-navigation ul li a:link, #main-navigation ul li a:visited
{
	color: #737372;
}
#main-navigation ul li a:hover, #main-navigation ul li a.current:link, #main-navigation ul li a.current:visited, #main-navigation ul li a.current:hover
{
	color: #9D9D3C;
}
/* ==========================================================
	SUB-NAVIGATION
========================================================== */
#sub-navigation
{
	width: 205px;
	float: left;	
	margin: 1em 0 0 -800px;
	display: inline;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: capitalize;
}
#sub-navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.5em;
}
#sub-navigation a
{
	text-decoration: none;
}
#sub-navigation a:link, #sub-navigation a:visited, #forum-menu a:link
{
	color: #737372;
}
#sub-navigation a:hover, #sub-navigation a.current:link, #sub-navigation a.current:visited, #sub-navigation a.current:hover
{
	color: #9D9D3C;
}
#sub-navigation ul li
{
	margin: 0 0 0.2em 0;	
}
#sub-navigation ul li a
{
}
/* second level sub nav */
#sub-navigation ul ul
{
	margin: 0.1em 0 0 3px;
	font-size: 0.9em;
}
#sub-navigation ul ul li
{
	border-bottom: none;
}
#sub-navigation ul ul li a
{
}
/* third level sub nav */
#sub-navigation ul ul ul li a
{
}
/* ==========================================================
	BODY
========================================================== */
#body
{
	float: left;
	width: 800px;	
	clear: both;
	margin: 0 0 1em 0;
}
/* ==========================================================
	CONTENT
========================================================== */
#content
{
	margin: 1em 0 0 0;
	display: inline;	
	float: left;
}
body.two-column #content
{
	margin-left: 215px;
	width: 585px;
}
body.one-column #content
{
	width: 100%;	
}
/* ======================================================
		SITEMAP
====================================================== */
#sitemap
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#sitemap ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#sitemap li
{
	background-image: url(../image/sitemap_bullet.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin: 0.5em 0 0 0;
}
#sitemap li a, #sitemap li span
{
	margin: 0 0 0 20px;	
}
#sitemap li ul 
{
	margin: 0 0 0 20px;	
}
#sitemap li ul li 
{
	background-image: url(../image/sitemap_sub_bullet.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-size: 1em;
}
#sitemap li ul li a, #sitemap li ul li span
{
	margin: 0 0 0 35px;	
}
/* ==========================================================
	NEWS-ITEM
========================================================== */
div.news-item 
{
	margin: 0 0 1em 0;
}
div.news-item h3
{
	font-size: 1.6em;
	margin: 0 0 0.2em 0;
}
div.news-item p.date
{
	font-weight: bold;	
}
div.news-item p
{
}
/* ==========================================================
	EVENT-ITEM
========================================================== */
div.event-item 
{
	margin: 0 0 1em 0;
}
div.event-item h3
{
	font-size: 1.6em;
	margin: 0 0 0.2em 0;
}
div.event-item p.date
{
	font-weight: bold;	
}
div.event-item p
{
	margin: 0;	
}
/* ==========================================================
	RELEASE-ITEM
========================================================== */
div.release-item
{
	float: left;	
	width: 100%;
	margin: 0 0 1.3em 0;
}
div.release-item h3
{
	float: right;
	width: 468px;
	margin: 0;
}
div.release-item a
{
	text-decoration: none;	
}
div.release-item a:link, div.release-item a:visited
{
	color: #9D9D3C;
}
div.release-item a:hover
{	
	color: #737372;
}
div.release-item img
{
	float: left;	
}
div.release-item p
{
	float: right;
	width: 467px;
	margin: 0;
	font-weight: bold;
}
div.release-item div.edit-item
{
	clear: both;
	padding: 1em 0 0 0;	
}
div.release-item div.edit-item img
{
	float: none;	
}
/* ==========================================================
	RELEASE-DETAIL
========================================================== */
#release-detail
{
	padding: 0 0 1.3em 0;
}
#release-detail h3
{
	float: right;
	width: 468px;
	margin: 0;
}
#release-detail #release-image
{
	float: left;	
}
#release-detail #record-label
{
	float: right;
	width: 467px;
	margin: 0;
	font-weight: bold;
}
#release-detail #release-content
{
	float: right;
	width: 467px;
}
/* ==========================================================
	CONTACT
========================================================== */
#contact fieldset
{
	border: none;	
}
#contact legend
{
	display: none;	
}
#contact span.required
{
	font-weight: bold;
	color: #9A9E3F;
}
#contact div.form-element
{
	margin: 0 0 0.5em 0;	
}
#contact label
{
	float: left;
	width: 100px;	
}
#contact div.textbox input, #contact div.textarea textarea
{
	padding: 0.2em;
	width: 300px;
}
/* ==========================================================
	FOOTER
========================================================== */
#footer
{
	margin: 1em 0 0 0;
	padding: 0.5em 0;
	clear: both;
	border-top: 1px solid #737372;
	color: #807A7E;
	text-align: right;
}
#footer a:link, #footer a:visited
{
	color: #9A9E3F;
	text-decoration: none;
}
#footer a:hover
{
	color: #9A9E3F;
	text-decoration: underline;	
}
#footer ul.hygene
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#footer ul.hygene li
{
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
}
/* ==========================================================
	USER
========================================================== */
#user h3
{
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 1.5em;
	margin: 0;	
}
/* ==========================================================
	FORUM
========================================================== */
#forum-menu
{
	width: 205px;
	float: left;	
	margin: 1em 0 0 -800px;
	display: inline;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: capitalize;
}
#forum-menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.5em;
}
#forum-menu a
{
	text-decoration: none;
}
#forum-menu a:link, #forum-menu a:visited
{
	color: #737372;
}
#forum-menu a:hover, #forum-menu a.current:link, #forum-menu a.current:visited, #forum-menu a.current:hover
{
	color: #9D9D3C;
}
#forum-menu ul li
{
	margin: 0 0 0.2em 0;	
}
#forum-content
{
	margin: 1em 0 0 0;
	display: inline;	
	float: left;
	margin-left: 215px;
	width: 585px;
}
/* thread list -------------------- */
#forum-thread-list h3
{
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 1.5em;
	margin: 0;
}
#forum-thread-list p
{
	font-weight: bold;
	margin: 0.2em 0 1em 0;	
}
#forum-thread-list p span.author
{
}
#register-remind
{
	margin: 1em 0;
	padding: 0;
	list-style: none;	
}
/* post list -------------------- */
#forum-post-list h3
{
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 1.5em;
	margin: 0;
}
#forum-post-list p.poster-details
{
	font-weight: bold;
	margin: 0.2em 0 0.2em 0;	
}
#forum-post-list div.content
{
}
#forum-post-list p span.author
{
}
/* forum-edit-post -------------------- */
#forum-edit-post h3
{
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 1.5em;
}
/* forum and base user form elements */
#forum fieldset, #user fieldset 
{
	margin: 0 0 1em 0;	
}
#forum div.form-element, #user div.form-element
{
	margin: 0 0.5em 0.5em 0.5em;	
}
#forum div.form-element label, #user div.form-element label
{
	float: left;
	width: 150px;
}
#forum div.input-text input, #forum div.textarea textarea
{
	width: 390px;	
}
#user div.input-text input, #user div.textarea textarea
{
	width: 200px;	
}