/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */


/* basic elements */
/* This should cover most common elements */
html, body, td, th
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

html, body
{
	text-align: center;
	background: #ffffff;
}

p
{
	margin-top: 0px;
	text-align: left;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 5px;
}

h2, h3
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 5px;
}

h3
{
	font-size: 12px;
}

h4
{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 15px;
}

a, a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #80a0d3;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #3e4d66;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #ffb80c;
}

img
{
	border: none;
}



/* Classes */
div.box
{
	background: #ffffff;
	border: 1px solid #443275;
	margin-bottom: 20px;
}

div.boxheader
{
	padding: 4px;
	padding-bottom: 0px;
	background-color: #d2cddd;
	border-bottom: 1px solid #443275;
	/*workaround for IE's weird "no background on no height" bug*/
	height: 20px;
}

/*Fix height back to normal for standards-compliant browsers */
html>body div.boxheader
{
	height: auto;
}

div.boxfooter
{
	font-size: 10px;
}

div.boxfooter span.credit
{
	float: left;
}

div.boxcontent
{
	background: url(http://www.static-subs.com/images/bottomgradient.jpg) repeat-x bottom;
	padding-top: 4px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

div.boxfooter span.comments
{
	float: right;
}

div.postcontent {
	clear: both;
}

/*Generic class for error messages*/
.error {
	color: #AA0000;
}


/* specific divs */
#website
{
	padding: 0px 0px 10px;
	margin: 0px auto 0px;
	width: 910px;
	text-align: left;
}

#main
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

/* Fixes #main so it is as big as the longest element it contains /*
/* This will allow us to tile the background as we need */
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Fixes div.boxcontent so it is as big as the longest element it contains /*
/* This will allow us to tile the background as we need */
/*div.boxcontent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/

#donationsbar
{
	height: 15px;
	width: 200px;
	background-color: #c6c8ca;
	text-align: left;
}

#donatedbar
{
	height: 15px;
	width: 30px;
	background: url(http://www.static-subs.com/images/donations/donatedbar.png) repeat-x bottom;
}

#donatecollected
{
	float: left;
	text-align: left;
}

#donategoal
{
	float: right;
	text-align: right;
}

#headerdiv1
{
}

#headerdiv2
{
}

#menu
{
	position: absolute;
	background: transparent url(http://www.static-subs.com/images/menu.png) no-repeat top right;
	width: 910px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	top: 210px;
}

#menu li
{
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li, #menu a
{
	height: 30px;
	display: block;
}


#menu span
{
	display: none;
}

/* Menu Item Entries */

#menuhome
{
	left: 215px;
	width: 55px;
}

#menuhome a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -215px -30px no-repeat;
}

#menuprojects
{
	left: 270px;
	width: 70px;
}

#menuprojects a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -270px -30px no-repeat;
}

#menuteam
{
	left: 340px;
	width: 51px;
}

#menuteam a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -340px -30px no-repeat;
}

#menureleases
{
	left: 391px;
	width: 75px;
}

#menureleases a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -391px -30px no-repeat;
}

#menuforum
{
	left: 466px;
	width: 58px;
}

#menuforum a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -466px -30px no-repeat;
}

#menuirc
{
	left: 524px;
	width: 40px;
}

#menuirc a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -524px -30px no-repeat;
}

#menucontact
{
	left: 564px;
	width: 67px;
}

#menucontact a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -564px -30px no-repeat;
}

#menudonate
{
	left: 631px;
	width: 64px;
}

#menudonate a:hover
{
	background: transparent url(http://www.static-subs.com/images/menu.png) -631px -30px no-repeat;
}

/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#logo
{
	background: transparent url(http://www.static-subs.com/images/headers/rotate.php) no-repeat top right;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 10px;
	height: 190px;
	width: 910px;
}

#logo span
{
	display:none
}

#header
{
	height: 250px;
	text-align: left;
	width: 910px;
}

#extracontent
{
	width: 220px;
	top: 330px;
	float: right;
	padding-left: 0px;
	font-size: 9px;
	text-align: center;
}


#adminmenu
{
	text-align: left;
}

div.extracontentbox
{
	border: 1px solid #443275;
	background: url(http://www.static-subs.com/images/topgradient.jpg) repeat-x top;
	margin-bottom: 10px;
}

div.extracontentbody
{
	background: url(http://www.static-subs.com/images/bottomgradient.jpg) repeat-x bottom;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.extracontentbody h1
{
	color: #564683;
	padding-bottom: 15px;
}

div.extracontentbody p
{
	margin-bottom: 20px;
}

#content
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 670px;
	text-align: left;
}

.newsfeed
{
	text-align: right;
}


/* Classes for large table row marking */
.membereditlist
{
	width: 645px;
	padding: 0;
	margin: 0;
}

.membereditlist td, .membereditlist th
{
	padding: 3px 5px;
}

.membereditlist th
{
	border-bottom: 1px solid #000000;
}

.evenrow
{
	background-color: #eeddfe;
}

.oddrow
{
	background-color: #ffffff;
}

.formindent
{
	padding-left: 15px;
	padding-bottom: 15px;
}

.newscomment
{
	padding-left: 25px;
}

.pagerbar
{
	padding-top: 10px;
	text-align: center;
}


/* Special classes for forms
   From http://www.alistapart.com/articles/prettyaccessibleforms
*/

form.cmxform fieldset
{
	margin-bottom: 10px;
}

form.cmxform legend
{
	padding: 0 2px;
	font-weight: bold;
}
form.cmxform label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.cmxform fieldset ol
{
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend
{
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label
{
	display: block;
	width: auto;
}

form.cmxform em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.cmxform label
{
	width: 150px; /* Width of labels */
}

form.cmxform fieldset fieldset label {
	margin-left: 153px; /* Width plus 3 (html space) */
}
