/*
 * 24bps
 * Coldfire 2.0
 *
 * Design by Andy Graulund / electricnet
 * <andygraulund.com>
 * <electricnet.deviantart.com>
 * <electricnet@gmail.com>
 */

/* Basic ------------------------------------- */

body {
	margin: 0;
	background: #333 url(/img/coldfire2/topgrad-back.gif) repeat-x;
	text-align: center;
	color: #666;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
} html>body { font-size: small; }

.fl { float: left; margin-right: 20px; }
.fr { float: right; margin-left: 20px; }
.nt { margin-top: 0; }
.nb { margin-bottom: 0; }

#container {
	width: 85%;
	margin: 0 auto;
	text-align: left; /* Resetting body property */
}

#con {
	background: transparent url(/img/coldfire2/border.png);
	padding: 0 2px 2px;
}

/* Header ------------------------------------ */

#header {
	position: relative;
	background: #000 url(/img/coldfire2/headergrad.gif) repeat-x left bottom;
	font-size: 85%;
	overflow: hidden;
	padding: 20px 30px 0;
	clear: left;
}

#logo {
	margin: 0;
}

#header ul {
	margin: 12px 0 0;
	padding: 0;
	list-style-type: none;
}

#header li {
	float: left;
}

#header li a, #header li strong {
	display: block;
	background-color: #333;
	color: #ccc;
	padding: 0 9px;
	margin: 0 3px 0 0;
	text-decoration: none;
}

#header li a:hover {
	background-color: #555;
	color: #fff;
}

#header li strong {
	background-color: #ccc;
	color: #000;
}

#header .login, #header .loggedin {
	display: block;
	position: absolute;
	top: 25px;
	right: 30px;
	color: #222;
}

#header .login a, #header .loggedin a {
	text-decoration: none;
	color: #333;
}

#header .login a:hover, #header .loggedin a:hover {
	text-decoration: underline;
}

#header .login strong a, #header .loggedin strong a {
	color: #444;
}

#login {
	background: #333 url(/img/coldfire2/logingrad.gif) repeat-x left bottom;
	color: #999;
	font-size: 85%;
	padding: 15px 30px 35px;
	overflow: hidden;
	display: none; /* To be initialized by JavaScript */
}

#login h2 {
	font: 182% Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ccc;
	margin: 0;
}

#login a {
	color: #ccc;
}

#login a:hover {
	color: #eee;
}

#login p {
	margin: 0.3em 0;
}

#login form {
	float: left;
	width: 40%;
	border-right: 1px solid #222;
	padding: 0 2.5% 0 0;
	margin: 0;
}

#login form h2 {
	float: left;
	margin: 0 10px 0 0;
}

#login form div input {
	margin: 0.1em 0;
	font: 100% Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #666;
	background: #222 url(/img/coldfire2/loginfieldgrad.gif) repeat-x;
	border: 1px solid #111;
	padding: 4px 5px;
	width: 12em;
}

#login form .username {
	clear: left;
	margin-top: 0.3em;
}

#login form .password {
	float: left;
	margin-right: 0.5em;
}

#login form .loginbtn {
	display: block;
	float: left;
	width: 73px;
	height: 25px;
	margin-left: 1em;
	background: transparent url(/img/coldfire2/loginbtn.png) no-repeat 0 0;
}

#login form .loginbtn:hover {
	background-position: 0 -25px;
}

#login form .loginbtn:active {
	background-position: 0 -50px;
}

#login form .loginbtn strong {
	position: absolute;
	left: -9999px;
	width: 9900px;
}

#login .get {
	margin: 0 0 0 45%;
}

#login .get h2 {
	background: transparent url(/img/coldfire2/loginid.gif) no-repeat right center;
}

#login .get p {
	width: 50%;
}

/* Content ----------------------------------- */

#content {
	background: #fff url(/img/coldfire2/contentgrad.gif) repeat-x;
	color: #333;
	padding: 30px;
	clear: left;
}

/*#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: /*Constantia, * /Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
}*/ /* This has odd results .. */

#content h1 {
	font: 400% Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	color: #111;
	font-weight: normal;
	margin: 0;
}

#content h2 {
	font: 225% Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 20px 0 0;
}

#content h2.excerpt {
	font-size: 175%;
	color: #666;
	margin-top: 0;
}

#content h2.excerpt strong {
	color: #333;
}

a, a:link, a:visited {
	color: #009;
	text-decoration: underline;
}

a:hover {
	color: #00c;
}

#footer {
	font-size: 85%;
	color: #666;
	padding: 20px 32px 32px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: #666; /* Because IE doesn't like inherit :( */
}

/* Individual headers ------------------------ */

#hdr-files {
	position: relative;
	left: -60px;
	background: transparent url(/img/coldfire2/hdr-files.png) no-repeat;
	padding: 72px 0 0 158px;
	height: 57px; /* 129px - 72px */
}

#hdr-files h1 {
	position: absolute;
	left: -9999px;
	width: 9900px; /* Off left */
}

/* Files ------------------------------------- */

table.files {
	width: 100%;
	border-spacing: 0;
	color: #666;
}

.filetable {
	margin: 0 -30px;
}

table.files tr {
	padding: 5px 30px;
}

table.files thead tr {
	background: #ccc url(/img/coldfire2/tabletop.gif) repeat-x;
}

table.files th {
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	color: #222;
}

table.files td.name {
	color: #222;
}

table.files tr.alt {
	background-color: #eee;
}


/* Front ------------------------------------- */

#front {
	background: #222 url(/img/coldfire2/topgrad-front.gif) repeat-x;
}

#front #container {
	width: 800px;
	text-align: justify;
	background-image: none;
	padding: 0;
}

#front #logo {
	margin: 63px 0 0;
}

#front #content {
	margin-top: 60px;
	color: #666;
	background: transparent none;
	padding: 0;
}

#front #content h2 {
	margin: 0;
}

#front a, #front a:link, #front a:visited {
	color: #999;
}

#front a:hover {
	color: #ccc;
}

#front #stat {
	margin: 20px 0;
}

#front #stat .n {
	margin: 0 .5em;
}

#front #footer {
	color: #333; 
	padding: 0;
}

#front #footer a, #front #footer a:link, #front #footer a:visited, #front #footer a:hover {
	color: #333;
}
