/*
# copyrights BY AWDsolution.com.
*/

@import url("reset.css");

body {
	background: #020202;
	font-family: Georgia;
	text-align: left;
	color: #777;
	font-size: 14px;
	line-height: 20px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	font-family: Verdana;
	color: #FF7C00;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1, h2 {
	color: #FF7C00;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 14px;
}

h3 {
	color: #5C5C5C;
	font-size: 24px;
	padding-bottom: 15px;
}

h4 {
	color: #FF7C00;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
}

h5 {
	color: #777;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
}

h6 {
	color: #777;
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 5px;
}

p {
	margin-bottom: 20px;
}

.button, button.validate {
	background: #D14E02 url(../images/button_bg2.jpg) repeat-x left center;
	border: none;
	height: 20px;
	color: #fff;
	cursor: pointer;
	padding: 0 13px;
}

.poll {
	font-family: Verdana;
}

.poll a,  a.readon {
 	background: #D14E02 url(../images/button_bg2.jpg) repeat-x left center;
	padding: 3px 13px;
	margin-left: 5px;
	color: #fff;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

#topRepeated {
	background: url(../images/topRepeated.jpg) repeat-x left top;
}

#top {
	background: url(../images/top.jpg) no-repeat center top;
}

#bottom {
	background: url(../images/bottom_repeated.jpg) repeat-x left bottom;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
}

#wrapInner {
	margin-left: 13px;
}

#header {
	height: 39px;
	margin-bottom: 8px;
}

#nav {
	width: 660px;
	padding-left: 40px;
	float: left;
}

#nav ul li {
	display: inline;
	padding: 0 15px;
	height: 39px;
	line-height: 39px;
}

#nav ul li a {
	color: #D6D6D6;
	font-family: Verdana;
}

#nav ul li a:hover, #nav ul li.active a {
	color: #FF7C00;
	text-decoration: none;
}

#header .searchWrap {
	background: url(../images/search_bg.jpg) no-repeat left top;
	width: 270px;
	float: right;
	margin-top: 4px;
	margin-right: 22px;
	height: 28px;
}

#header .searchWrap form {
	margin-top: 5px;
}

#header .searchWrap .inputbox {
	padding: 2px 5px;
	border: none;
	width: 215px;
	background: none;
	margin-left: 5px;
	color: #fff;
}

#header .searchWrap .button {
	background: url(../images/button_bg.png) no-repeat left center;
	border: none;
	height: 18px;
	width: 20px;
	cursor: pointer;
	color: #000;
	margin-left: 12px;
}

#bannerWrap {
	height: 201px;
	position: relative;
}

#bannerWrap .advert2 {
	position: absolute;
	left: 8px;
	top: 15px;
}

#bannerWrap .advert3 {
	position: absolute;
	right: 1px;
	top: 0;
}

#bannerWrap .logo {
	position: absolute;
	top: 55px;
	right: 70px;
}

#user1Wrap {
	height: 66px;
}

#user1Wrap .user1 {
	float: right;
	width: 420px;
	color: #0C0C0C;
	font-size: 11px;
	font-family: Verdana;
	padding-right: 20px;
	padding-top: 20px;
}

/* TOP USERS
--------------------------------------------------------- */
div#topuserswrap{
	height: 64px;
	padding: 0px 5px 0px 15px;
	margin-bottom: 5px;
}

div#topusers{
	margin: 2px 0 0 0;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #A4A3A3;
}

div#user2div {
	padding-top: 15px;
	float: left;
}

div#user3div {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
	color: #fff;
}

div#user3div fieldset {
	margin-bottom: 3px;
}

div#user3div .inputbox {
	background: #5D3E21;
	border: 1px solid #462609;
	padding: 2px 0;
	height: 16px;
	margin-left: 5px;
	color: #fff;
}

#form-login-password {
	margin-left: 10px;
}

div#user3div #form-login ul li {
	display: inline;
	border-left: 1px dotted #8F7F6E;
	padding-left: 10px;
	margin-left: 10px;
}

div#user3div #form-login ul li#form-login-remember {
	border-left: none;
}

div#user3div #form-login ul li a {
	text-align: left;
	color: #fff;
}

#container {
	margin: 0;
	position: relative;
	padding-bottom: 9px;
	*padding-bottom: 4px;
}


#leftCol {
	width: 224px;
	float: left;
	font-size: 11px;
	padding-bottom: 45px;
}

#leftCol .module, #leftCol .module_menu {
	background: url(../images/module_repeated.jpg) repeat-y left top;
	width: 224px;
	margin-bottom: 10px;
}	

#leftCol .module div, #leftCol .module_menu div {
	background: url(../images/module_bottom.jpg) no-repeat left bottom;
}	
	
#leftCol .module div div div, #leftCol .module_menu div div div {
	background: url(../images/module_top.jpg) no-repeat left top;
	padding: 25px;
}	

#leftCol .module div div, #leftCol .module_menu div div, #leftCol .module div div div div, #leftCol .module_menu div div div div {
	background-image: none;
}

#leftCol ul li {
	background: url(../images/arrow.jpg) no-repeat left 7px;
	padding-left: 14px;
}

#leftCol ul li ul li {
	background: url(../images/hiphen.jpg) no-repeat left 7px;
	padding-left: 10px;
}

#leftCol .module_menu ul li a {
	color: #5C5C5C;
	font-weight: bold;
}

#leftCol .module_menu ul li a:hover, #leftCol .module_menu ul li.active a {
	color: #FF7C00;
	text-decoration: none;
}

#leftCol .module_menu ul li ul li a {
	color: #FDFBFB;
}

#leftCol .module ul li a {
	color: #924903;
	font-weight: bold;
}

#leftCol #form-login ul li {
	background: none;
}

#leftCol #form-login ul li a {
	font-size: 10px;
}

#rightRepeated {
	width: 776px;
	background: url(../images/contentCol_repeated.jpg) repeat-y left top;
	float: right;
}

#rightTop {
	background: url(../images/contentCol_top.jpg) no-repeat left top;
}

#rightBottom {
	background: url(../images/bottom.jpg) no-repeat left bottom;
	min-height: 573px;
	height: auto !important;
	height: 573px;
	padding: 25px;
}

.banner {
	margin-bottom: 14px;
}

#content {
	margin-bottom: 25px;
}

#content h1, .contentheading, .componentheading {
	color: #FF7C00;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 14px;
}

div.iteminfo {
	border-bottom: 1px solid #242424;
	padding-bottom: 9px;
	margin-bottom: 12px;
	color:#FAFCF8;
}

span.createdate {
	font-size: 10px;
	font-family: Verdana;
	color: #FAFCF8;
}

 p.createdby,  span.createdby {
	font-size: 10px;
	font-family: Verdana;
	margin-bottom: 0px;
}

.modifydate {
	font-size: 10px;
	font-family: Verdana;
	float: right;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#content ul li, #content ol li {
	padding-bottom: 3px;
}

#content ul.pagination {
	text-align: center;
}

#content ul.pagination li {
	display: inline;
	padding: 0 10px;
	color: #4D420A;
}


.article_row, .leading {
	background: #020202;
	padding: 25px;
	margin-bottom: 14px;
}

/* CENTER BOTTOM USERS
--------------------------------------------------------- */
#bottomUser {
	background: #F7EB87;
}

div#centerbottomuserswrap {
	background: #F7EB87;
	color: #602F00;
}

div#centerbottomusers {
	margin: 0px;
	padding: 16px 30px;
}

div#user4div, div#user5div {
	float: left;
}

div#user5 {
	border-left: 1px solid #CAC384;
	padding-left: 40px;
}

div#centerbottomusers ul li {
	background: url(../images/arrow2.jpg) no-repeat left center;
	padding: 2px 0 2px 12px;
}

div#centerbottomusers ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #602F00;
}


#footerWrap {
	height: 37px;
	line-height: 37px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat right top;
	position: absolute;
	width: 221px;
	height: 25px;
	padding-right: 10px;
	bottom: 24px;
	color: #281401;
}

.footer .bannergroup, .footer div {
	padding-bottom: 6px;
}

.contact p {
	margin-bottom: 5px;
}

.contact .marker_add {
	float: left;
}

.contact .contact_address p {
	margin-bottom: 3px;
}

.contact .marker {
	margin-right: 10px;
}

.contact #emailForm {
	padding-top: 10px;
}

.contact #emailForm .label {
	width: 125px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

.contact #emailForm div {
	margin-bottom: 3px;
}

.name label, .user label, .email label, .pass label, .verify_pass label, .user_name label {
	width: 160px;
	float: left;
}

.name .inputbox, .user .inputbox, .email .inputbox, .pass .inputbox, .verify_pass .inputbox, .user_name .inputbox  {
	width: 200px;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}



