@charset "utf-8";

/*****************************************************************************************/
/*	BLACK BASED STYLE 				    		                                         */
/*   																					 */
/*	This style sheet adds style to the main website layout.                              */						
/*	It contains styles comman to the skins based on a black background			         */
/*	and original site layout. So that changes only have to be made once.   		         */
/*	Styles that change depending on the layout should be added to style1 to style7.      */
/*	Eventually there will be more diverse layouts with an alternative style.             */
/*												                                         */
/* 	LAST MODIFIED: 01 JUNE 2012 by Hannah 	                                             */
/*****************************************************************************************/


/************************** MAIN LAYOUT STRUCTURE *****************************************************************************************************************/

html {
	/* overflow:auto; */
	text-align: center;  /* Allows centering in old versions of IE */
	background: #000000 fixed;
	margin: 1px;
}

body {
	position: relative;  /* Makes the body tag contain the other layout divs */
	margin: 0 auto; /* propper CSS way to center */
	padding: 0px;
	text-align: left;
	width: 870px;
	height: 100%;
	background: #000000;
	font-size: 62.5%;   /* 62.5% makes the body equal to 10px if the default browser size is 16px. But 76% is most reliable to resize across browsers, apparently. */
	color: #999999; 
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	line-height: 1.3em;
}

#linksbarcontainer1 {              /* This div holds navigation links on the left hand side */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	border: #505050 1px solid;
	text-align: left;
	margin: 0px;
	padding: 1px;
}

#pagecontent {                /* This div holds: the title image, the content div, and footer links */
	position: absolute;
	text-align: center;
	top: 0px;
	left: 204px;
	width: 460px;
	border-top: #505050 1px solid;
	border-bottom: #505050 1px solid;
	margin: 0px; 
	padding: 0px 1px 2px 1px; /* Clockwise: Top, right, bottom, left. */
} 

#linksbarcontainer2 {  				/* This div holds navigation links on the right hand side */
	position: absolute;
	top: 0px;
	left: 666px;
	width: 200px;
	border: #505050 1px solid;
	text-align: left;
	margin: 0px;
	padding: 1px;
}

div.divider3 {
	width: 200px;
	height: 24px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.divider2 {
	width: 200px;
	height: 24px;
	text-align: center;
	margin-bottom: 10px;
}

div.divider {
	width: 200px;
	height: 24px;
	text-align: center;
	margin-top: 10px;
}

ul.navl1 {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.navl1 li {
	/* background-image: url(images/div_aut.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	padding-bottom: 35px;
	*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

ul.navl1 li  h2 {
	margin-left: 7px;
}

ul.navl2 {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

ul.navl2 li {
	margin: 0px;
	list-style-position: inside;
	list-style-image: url(/skins/dblslash.gif);  /* Replaced the // with an image of it so the style is more flexible for different skins.  */
	list-style-type: none; /* When images are disabled the double slash goes away */
	padding: 0px;
	background-image: none;
	background-color: transparent;
}

#mycustomscroll {            /* This is the scrolling div that holds the page content - Named by the scroll script :[ */
	border: 0px;
	width: 437px;
	height: 694px;         /* This height determines the height of the site, as a result. */  	/* Firefox and Chrome need shorter height than I.E. to display properly */
	padding: 0px 10px 10px 10px;
	text-align: left; 
	overflow: auto;
}

#insidecustomscroll {
	border: 0px;
	text-align: left; 
}

/************************************************************************************************************************************************************************************/


/*************************** OTHER CONTAINMENT DIVS *********************************************************************************************************************************/

/* Example way of how to avoid having too many classes:
   Because the div is given an id you dont need a class to make all the h2 in that div different to other h2s.
div#linksbarcontainer1 h2 {
}
*/

div {                     /* Used a plain div to quickly center elements because <center> is deprecated. Or try the way centered the layout? */
	text-align: center;  
}

div.links {
	text-align: left;
	padding-left: 7px;
}

div.divtagpoll {
	text-align: left; 
	height: 193px;
	overflow: hidden;
	margin-top: 10px;
}

div#musicplayer, div#musicbuy, div#linksaffiliates, div#affiliatespgs, div.backtopforward {
	margin-top: 10px;
}

div#divmusicplayer {
	height: 75px;
	margin-top: 10px;
}

div#affiliates {
	text-align: center;
	height: 75px; /* Change to 78px if using strict DTD */
	margin-top: 10px;
}

.formdiv, .divtag {
	text-align: left;
}

div.breadcrumbs {
	font-size: 1em; 
	color: #999999; 
	margin-top: 0px;
	text-align: center;
}

div.borderimg {
	text-align: center;
}

/************************************************************************************************************************************************************************************/


/************ HEADINGS, PARAGRAPHS, LINKS, LISTS ETC ********************************************************************************************************************************/

h1,.headings {		
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase; 
	letter-spacing: 0.3em;
}

h1#sitetitle {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
}

h2,.subheadings {		
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0.3em;

}

h3, em, strong, dfn, dt,.subsubheadings{		
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	display: inline;
	text-transform: uppercase;
	font-style:normal;
}

h4 {                    /* Using for poll question */
	font-size: 1em; 
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p.list, p.nobreak {
	display: inline;
}

a:link {
	color: #ffffff;         /* Good practise recomends leaving links blue, but on this occasion we have gone with asphetics! :o */
	text-decoration: none;
}

a:visited {    /* Good practise recomends a change in visited link colour for usability, but again we have gone with asphetics! :o */
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:focus, a:active {  /* a:focus and a:active are used to distinguish a selected link when using the keyboard */
	color: #ffffff;
	/* background-color: #7A5B3D; */ 
	text-decoration: underline overline;
}

ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

dl {
	display: inline;
}

dd{
	display: inline;
	margin: 0px;
}

blockquote {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


/******************** IMAGES, OBJECTS ETC ********************************************************************************************************************************************/

img {
	border: #2d2d2d 1px solid;
}

.titleimg, .borderdrawn, .icon{
	border: 0px;
}

.imgleft, .img { /*Change names like imgleft to discribe where used not that they display to the left*/
	border: #2d2d2d 1px solid;
	float: left;
	margin-right: 3px;
}

.profileimage {
	border: #2d2d2d 1px solid;
	float: right;
	margin-left: 3px;
}

/************************************************************************************************************************************************************************************/


/************************** FORM ELEMENTS *******************************************************************************************************************************************/

textarea {
	border-right: #1b1d1e 1px solid;
	border-top: #1b1d1e 1px solid;
	font-size: 1em;
	border-left: #1b1d1e 1px solid;
	color: #999999;
	border-bottom: #1b1d1e 1px solid;
	font-family: Verdana, Geneva, Helvetica, sans-serif; 	/* Alternative - font-family: Tahoma, Arial, Helvetica, sans-serif; */
	background-color: #000000;
	overflow: hidden;  /* To stop the ugly grey scroll bar */
	/* Adding a width and height would make things look tidy across browers */
}

input {
	border-right: #1b1d1e 1px solid;
	border-top: #1b1d1e 1px solid;
	font-size: 1em;
	border-left: #1b1d1e 1px solid;
	color: #999999;
	border-bottom: #1b1d1e 1px solid;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	background-color: #000000;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1.3em;
	/* Adding a width and height should make things look tidy across browers */
}

input.radio {
	border: 0px;
}

form.poll{
	padding-left: 7px;
	padding-right: 7px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

legend {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #999999;
	font-size: 1em;
	line-height: 1.3em;
	white-space: normal;
}

/************************************************************************************************************************************************************************************/


/******************************  UPDATES AND MEMBER INFO PAGES **************************************************************************************************************/

/*******  new divs ************/
.update {
	position: relative;
	margin: 0 auto;
	width: 380px;
	padding: 2px;
	border: #505050 1px solid;
}

.avatar {
	background: #000;
	padding: 1px;
	border: #505050 1px solid;
	float: left;
	margin-right: 3px;
	margin-bottom: 2px;
}

.updatehead {
	padding: 5px 3px 0px 3px;
	border: #505050 1px solid;
	height: 45px;
	text-align: left;
	margin-left: 54px;
	vertical-align: middle;
}

.updatebody {
	clear: both;
	padding: 0px 3px 0px 3px;
	border: #505050 1px solid;
	text-align: left;
}
/***********************/

.updatestable, .memberstable {
	width: 350px;
	padding: 3px;
	text-align: left;
}

.updatestableavatartd {
	width: 50px;
}

.updatestablepostertd {
	width: 300px;
	vertical-align: top;
}

.updatestableblanktd {
	height: 75px;
}

.updatestable, .memberstable, .updatestable td, .updatestableavatartd, .updatestablepostertd, .updatestableblanktd, .updatestablecontenttd {
	background: #000000;
	border: #505050 1px solid;
	font-size: 1em;
	line-height: 1.3em;
	color: #999999;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

/************************************************************************************************************************************************************************************/


/******************************  TABLES **************************************************************************************************************/

table {
	margin: 0 auto;
	border-top: 1px solid #505050;
	border-left: 1px solid #505050;
	border-collapse: collapse;  /* removes annoying gap between borders */
	width: 100%;
}

th, td {
	border-right: 1px solid #505050;    /* Displays better on macs and IE */
	border-bottom: 1px solid #505050;
	text-align: center;
}

th {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-style:normal;
	padding: 1px 3px;
	/* background: #color; Could have a different bg colour for headers */
}

td {
	padding: 1px;
}

caption {
	font-size: 1em;
	font-weight: normal;
	font-style:normal;
	padding-bottom: 10px;
	text-align: right;
}

#smilies th, #smilies td {
	height: 20px;
}

/*
table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid #505050;
}
*/

.avatars, .old {
	border: 0px;  /* Remove borders from old tables untill get round to diving layouts */
}

.avatars td , .old td {
	border: 0px;
}

.avatars td {
	text-align: left;
	vertical-align: top;
}

.avatars td  img{
	border: 0px;
}

/************************************************************************************************************************************************************************************/
