/*
+---------------------------------------------------------------------------------
|	LeetSigs Cascading Style Sheet
| 	=============================================
+----------------------------------------------------------------------------------
|
|   	> NO COPIES ALLOWED FOR REDISTRIBUTION
|   	> THIS IS NOT AN OPEN-SOURCE SCRIPT
|
|   > CSS written by DENiAL.
|   > CSS modified by Dan (3HitU).
|   > Date started: Monday 15th July 2006.
|	> Last Edited: Friday 16th October 2009.
|	> Copyright: DENial-Design.com, LeetSigs.com.
|         > Contact DENiAL (http://denial-design.com/blog/contact)
|	> Contact: Dan (http://www.leetscape.com/community).
|
|	> Maintained by Dan (3HitU).
+---------------------------------------------------------------------------------
*/

body {
	font-family: verdana;
	font-size: 11px;
	color: #e1e1e1;
	background: url(img/bg.png) repeat;
	text-align: center;
}

p {
	margin-bottom: 10px;
}

ul { 
	padding-top: 0px;
	padding-left: 50px;
	padding-bottom: 10px;
}

a {
	color: #f472b6;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: #ee1284;
	text-decoration: underline;
}

h1 {
	height: 80px;
}

#wrap {
	width: 700px;
	margin: 0 auto;
}

#content {
	text-align: justify;
	background-color: #45361a;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #000000;
	font-size: 11px;
	padding-top: 22px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}

#header {
	text-align: left;
	color: #ee1284;
}

#footer {
	font-size: 11px;
	height: 20px;
	background-color: #45361a;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #000000;
	text-align: right;
	padding-top: 1px;
	padding-right: 10px;
	margin-top: 0px;
}

#footer p{
	margin-top: 3px;
	text-transform: uppercase;
}

#footer img {
	border: 0px;
	vertical-align: middle;
}

/* navigation */
#navcontainer {
	text-align: center;
}

ul#navlist {
	font-size: 11px;
	list-style-type: none;
	padding-bottom: 25px;
	text-align: center;
	margin-left: 30px;
	margin-top: 2px;
	margin-bottom: 0px;
}

ul#navlist li {
	float: left;
	height: 22px;
	background-color: #45361a;
	margin: 1px 3px 0px 3px;
	border-top: 3px solid;
	border-left: 1px solid;
	border-right: 3px solid;
	border-color: #000000;
	text-transform: uppercase;
}

li.active a {
	width: 80px;
	color: #ffffff !important; 
	font-weight: bold;
	background-color: #45361a;
}

li.inactive a {
	width: 80px;
	color: #ffffff;
	background-color: #281f10;
	border-bottom: 1px solid;
	border-color: #000000;
}

#navlist a {
	float: left;
	padding: 4px;
	color: #f472b6;
	text-decoration: none;
}

#navlist a:hover { 
	color: #ffffff;
	font-weight: bold;
	background-color: #45361a;
	border-bottom: 1px solid;
	border-color: #45361a;
}

#adsense {
	text-align: center;
}

#endfooter {
	padding-top: 6px;
	text-align: center;
	letter-spacing: 10px;
}