/* CSS Document */

a{
color:#693;
text-decoration:underline;
}
a:hover{
color:#000;
text-decoration:none;
}

/*
============================================
============================================
*/

body {
	margin: 0;
	font: small Arial, Verdana, sans-serif;
	color: #333333;
	text-align: center;
	background: url("../img/body-pattern.gif") repeat 0 0;
}
/* END */


/*
============================================
============================================
*/
#header {
	width: 100%;
	padding: 10px 0 0 0;
	background: url("../img/header-bg.gif") repeat-x 0 0;
}


#header {
	width: 100%;
	padding: 10px 0 0 0;
	background: url("../img/header-bg.gif") repeat-x 0 0;
}

#header-inner {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url("../img/header-inner-bg.png") no-repeat 0 0 !important;
	background: url("../img/header-inner-bg.gif") no-repeat 0 0;
}
/* END */


/*
============================================
============================================
*/
#logo {
	position: relative;
	float: left;
	display: inline;
	width: 301px;
	height: 65px;
	margin: 40px 0 24px 23px;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/logo_toolbox.gif") no-repeat 0 0 !important;
	background: url("../img/logo_toolbox.gif") no-repeat 0 0;
}

#logo a {
	text-decoration: none;
}
/* END */


/*
============================================
============================================
*/
#usernav {
	position: absolute;
	width: 161px;
	height: 24px;
	top: 0;
	left: 708px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#usernav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#usernav a {
	float: left;
	height: 0;
	margin: 0;
	padding: 24px 0 0 0;
	overflow: hidden;
}

#usernav-reportabug a {
	width: 161px;
	background: url("../img/usernav_report.gif") no-repeat 0 0;
}

#usernav-reportabug a:hover {
	background: url("../img/usernav_report.gif") no-repeat 0 -24px;
}
/* END */



/*
============================================
============================================
*/
#nav {
	position: relative;
	clear: both;
	width: 963px;
	height: 31px;
	margin: 0;
	padding: 0 0 0 7px;
	list-style-type: none;
	background: url("../img/nav-bg.gif") no-repeat 0 0 !important;
}

#nav li {
	position: relative;
	float: left;
	display: inline;
	margin: 2px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: .95em;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	display: block;
	padding: 6px 18px;
	color: #3e3e3e;
	text-decoration: none;
	background: url("../img/nav-divider.gif") no-repeat 100% 50%;
}

#nav li a:hover, #nav li:hover a {
	padding: 5px 17px;
	color: #fff;
	text-decoration: none;
	background: #8cc200 url("../img/nav-li-bg.gif") no-repeat 50% 50%;
	border: 1px solid #a9d61e;
}

#nav .subnav {
	display: none;
	position: absolute;
	margin: 0;
	padding: 10px 0 10px 0;
	top: 26px;
	left: 0;
	list-style-type: none;
	background: #8cc200;
	border-right: 1px solid #a9d61e;
	border-bottom: 1px solid #a9d61e;
	border-left: 1px solid #a9d61e;
	min-width: 125px;
	z-index: 9999;
}

#donate li a:link, #donate li a:active, #donate li a:visited {
	font-weight: bold;	
}

#nav li:hover ul {
	display: block;
	z-index: 9999;
}

#nav .subnav li {
	float: none;
	margin: 0;
	padding: 0;
	min-width: 125px;
	width: auto !important;
	width: 125px;
	list-style-type: none;
	font-size: 1em;
}

#nav .subnav li a {
	float: none;
	display: block;
	min-width: 125px;
	width: auto !important;
	width: 160px;
	height: auto;
	margin: 0 10px;
	padding: 5px 36px 5px 8px;
	color: #fff;
	text-decoration: none;
	background: none;
	border: none;
	border-bottom: 1px dotted #a9d61e;
}

#nav .subnav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #80b800;
}

#nav li em {
	text-decoration: underline;
	font-style: normal;
}
/* END */



/*
============================================
============================================
*/
#mid {
	float: left;
	width: 100%;
        margin-bottom: -1px;
}

#mid-inner {
	width: 970px;
	height: 850px;                         
	margin: 0 auto;
	text-align: left;
	background: url("../img/mid-inner-bg.gif") repeat-y 50% 0 !important;
}
/* END */


/*
============================================
============================================
*/
#content {
	float: left;
	width: 600px;
	padding-left: 10px;
}
/* END */


/*
============================================
============================================
*/
#footer {
	clear: both;
	position: relative;
	width: 100%;
	background: #393631;
}

#footer-inner {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: url("../img/footer-bg2.png") no-repeat 0 0;
}

#footer p {
	margin: 0 20px;
	padding: 0 0 20px 0;
	font-size: .95em;
	font-weight: normal;
	color: #608740;
	text-align: center;
}

#footer p a:link, #footer p a:visited, #footer p a:active, #footer li a:link, #footer li a:visited, #footer li a:active {
	color: #84b060;
	text-decoration: underline;
}

#footer p a:hover, #footer li a:hover {
	color: #d3ecbe;
	text-decoration: none;
}

#footer ul {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 32px 0 0 0;
	list-style-type: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
	list-style-type: none;
	font-size: .95em;
}

#footer #sidebar-rsssign {
	position: absolute;
	width: 350px;
	height: 35px;
	margin: 0;
	padding: 0;
	right: 5px;
	top: -35px;
	font-size: 1.5em;
	font-weight: normal;
	overflow: hidden;
	background: none;
	border: none;
}

#footer #sidebar-rsssign span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/sidebar-rsssign2.gif") no-repeat 0 0;
}
/* END */


/*
============================================
============================================
*/
.feed-icon {
	position: absolute;
	margin: 9px 0 0 270px;	
}

.hidden {
	display: none;
}

img {
	border: none;
}
/* END */
