/*#############################################################
Name: Stoneykins Dark Theme
Date: 2010-04-26
Description: A dark and mysterious single column template.
Author: St0ney
URL: http://www.stoneykins.com


#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #663;}

a:hover {color: #993;}

body {
	background: #0D0D0D url(Images/bg.gif) repeat-y center top;
	color: #55554A;
	font: normal 80.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	list-style: url(Images/li.gif);
	margin-left: 18px;
}

code {
	background: url(Images/bgcode.gif);
	border: 1px solid #060606;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(Images/quote.gif) no-repeat;
	color: #664;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #663;
	padding-top: 6px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	color: #676;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #665;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(Images/holder2.png) no-repeat;
	height: 250px;
	width: 900px;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;

}
.navigation a {
	border-left: 1px solid #111;	
	color: #665;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #000 url(Images/navhover.gif) repeat-x;
	color: #993;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url(Images/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(Images/holder.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #665;
	font-size: 1.1em;
	text-align: center;
}


a {
text-decoration: none;
} 


*/

/* footer2*/
#footer2{
	overflow:hidden;
	padding:0;
	list-style:none;
	width:100%;
	padding-top: 10px;
	text-align:center;
	background-color:#000;
}

/* muted color footer links */
.footerlink:link, .footerlink:visited{
font-family:Tahoma,Geneva,sans-serif;
font-weight: normal; 
font-size: 11px;
line-height: 14px;
color: #cf7616;
}

.footerlink:hover, .footerlink:active{
font-family:Tahoma,Geneva,sans-serif;
font-weight: normal; 
font-size: 11px;
line-height: 14px;
color: #ffcc00;
}

