/* Core Classes - Painted Meadows */

*{
	margin:0;
	padding:0;
}

body {
        margin: 0 auto 0 auto;
        padding: 0px;
        font-family: tahoma, 'Trebuchet MS', Arial, sans-serif;
        font-size: 95.5%;
        color: #333333;
        background: #e2e2e2 url("images/bg.jpg") top left repeat-x;
}
.hidden{ /* used to hide html elements in browser but available for searchbots*/
	display: none;
}
#page {
        /*font-size: 0.9em;*/
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 762px; /* 758 + 2 = 760 */
        height: 100%;
        /*border-right: 1px solid #B3B3B7;*/
        /*border-left: 1px solid #B3B3B7;*/
        /*border-bottom: 1px solid #B3B3B7;*/
        background: url("images/body_bg.gif") top left repeat-y;
        background-color: #ffffff;
}
#header {
        height: 370px;
        margin: 0 0 0 20px;
        width: 723px;
}

#intro {
        width: 723px;
        height: 360px;
        background: url("images/header.png") top left no-repeat;
}
#navbar {
        width: 723px;
        height: 40px;
	background: url("images/header_bottom.jpg") top left no-repeat;
}

#q_tree {
        position: absolute;
        visibility: hidden;
        width: 723px;
        height: 15px;
}

#container {
        /*width: 760px;*/
        min-height: 100%;
        margin: 30px 0 0 0;
        padding: 5px 0 0 20px;
        /*background: orange;*/
}

#leftmenu {
        float: left;
        width: 180px; /* 170 + 18 + 2 = 188 */
        min-height: 100%;
        padding: 0 0 0 0;
}
#leftmenuwrapper {
        /*float: center; */
        width: 160px;
        padding: 0 0 0 0;
        margin: 0 auto 0 0;
        font-size: .89em;
        text-align: left;
}
#leftmenuwrapper a{
        color: #DCB52F;
        text-decoration: none;
}
#leftmenuwrapper a:hover{
        color: #FF7400;
        text-decoration: underline;
}
#rightmenu {
        float: left;
        width: 180px;
}
#rightmenuwrapper {
       /* float: center;*/
        width: 160px;
        padding: 0 0 0 0;
        margin: 0 10px 0 auto;
        font-size: .89em;
        text-align: left;
}
#rightmenuwrapper a{
        color: #DCB52F;
        text-decoration: none;
}
#rightmenuwrapper a:hover{
        color: #FF7400;
        text-decoration: underline;
}

#maincontent {
        float: right;
        width: 560px; /* 580 = 580 */
        margin: 0;
        padding: 0 0 0 0;
        /*background: blue;*/
}
#maincontent_forum {
        float: left;
        width: 550px; /* 580 = 580 */
        margin: 0;
        padding: 0 0 0 0;
        /*background: blue;*/
}
#maincontent_settings {
        width: 720px;
        margin: 0;
        padding: 0 0 0 0;
        /*background: blue;*/
}

#wmbox {
        /*posiion: absolute;
        top: 40;
        left: 500;*/
        width:499px;
        height: auto;
        font-size: .8em;
        color: #929292;
        padding: 10px 15px 0 15px;
        margin: 0 0 0 0;
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;

}
#wmboxtop {
        background:url("images/wmbox_top.png") top left no-repeat;
        padding: 5px 0 0 0;

}
#wmboxbottom {
        background:url("images/wmbox_bottom.png") bottom left no-repeat;
        padding: 0 0 5px 0;
        margin: 0 0 10px 0;
}
#newscolumn {
        float: left;
        width: 352px;
        text-align: justify;
        font-size: .9em;
        margin: 10px 10px 0 0;
}
#newscolumn_other {
        float: left;
        width: 365px;
        text-align: justify;
        font-size: .9em;
        margin: 0 0 0 0;
        /*background: green;*/
}

#foot {        
        clear: both;
        font-size: 0.7em;
        padding: 0 0 0 0;
        width: 762px;
        height: 25px;
        background: url("images/footer.gif") bottom left no-repeat;
}

#footer {
        /*text-align: center;*/
        clear: both;
        font-size: 0.7em;
        padding: 30px 0 0 0;
        /*width: 760px;*/
        /*background: green;*/
}
#footer_top {
        width: 723px;
        padding-top: 8px;
        background: url("images/footer_top.png") top left no-repeat;

}
#footer_bg {
        width: 723px;
        height: 20px;
        background:url("images/footer_bg.png") top left repeat-y;
        text-align: center;

}
#footer_bottom {
        width: 723px;
        padding-bottom: 8px;
        background:url("images/footer_bottom.png") bottom left no-repeat;

}
#fleft {
        float: left;
        width: 250px;
        text-align: left;
        margin: 0 0 0 10px;
        font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
#fright {
        float: right;
        width: 400px;
        text-align: right;
        margin: 0 20px 0 0;
        font: 9px tahoma, verdana, arial, helvetica, sans-serif;
        /*background: red;*/
}
#fright a {
        color: #000;
        text-decoration: none;
}
#fright a:hover {
        color: #058DE3;
        text-decoration: underline;
}


/* NEWS STYLES */
.newsbody {
        font: 11px  tahoma, verdana, arial, helvetica, sans-serif;
        line-height: 15px;
        color: #666;
        padding: 2px 5px 8px 5px;
        border-bottom: 1px #dedede solid;
	text-align: justify;
}
.smalltext {
        font: 9px 'Trebuchet MS', tahoma, verdana, arial, helvetica, sans-serif;
        color:#333;
}
#disclaimertext {
        font: 9px 'Trebuchet MS', tahoma, verdana, arial, helvetica, sans-serif;
        color:#5d6e75;
        text-align:center;
        margin: 0 auto 0 auto;
        padding: 20px 0 0 0;
}
#disclaimertext a{
        color: #54AFF6;
}
#disclaimertext a:hover{
        color: #000;
}
.newsfootertext {
        font: 10px 'Trebuchet MS', tahoma, verdana, arial, helvetica, sans-serif;
        color:#000;
	padding: 5px 5px 5px 5px;
}
.newsfootertext a{
        color: #54AFF6;
        text-decoration: underline;
}

/* NEWS STYLES END */


/*CHATBOX CLASSES - BEGIN*/

.chatuser {
        color: #DAA949;
}
.chatuser a{
        color: #DAA949;
}
.chatuser a:hover{
        color: #000;
        text-decoration: none;
}

.chatmessage {
	font: 10px 'Trebuchet MS', tahoma, verdana, arial, helvetica, sans-serif;
	color: #444;
}

/*CHATBOX CLASSES - END*/




/* POLL CLASSES */
#pollwrap  {
 	padding: 0 10px 0 10px;
}
.smalltext_poll  {
	font-family: 'Trebuchet MS', tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #333;
	}
.pollq {
	font-family: 'Trebuchet MS', tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #E0BB25;
}
.pollopt {
	font-family: Arial, 'Trebuchet MS', tahoma, sans-serif;
	font-size: 11px;
	color: #666;
}
/* POLL CLASSES - END */


.nextprev {
        font: 8pt tahoma, verdana, arial, helvetica, sans-serif;
        color:#666;
        font-variant: small-caps;
        text-align: right;
	font-weight: bold;	
}
.nextprev a{
        font-weight: bold;
        color: #FF8800;
	text-decoration: underline ;	
}

.mediumtext {
        font: 11px 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}
.commenttext {
        font: 11px 'Trebuchet MS', Verdana, Arial, Sans-Serif;
        color: #990000;
}

a{
        color: #FF7400;
        font-family: verdana, arial, sans-serif;
        text-decoration: none;
        /* font-weight: bold; */
}
a:hover{
        color: #000;
        font-family: verdana, arial, sans-serif;
        text-decoration: none;
        /* font-weight: bold; */
}

/*------------------------------------------------
   |  Headers
   ------------------------------------------------
*/
h3 {

        font-family: Arial, 'Trebuchet MS', tahoma, Verdana, Sans-Serif;
        font-size: 1.2em;
        /*font-variant: small-caps;*/
        color: #0672B7;
        margin: 0 0 10px 0;
	/*border-bottom: 2px #dedede solid;*/
}

/* MENU TABLE STYLE - BEGIN*/
#leftmenuwrapper h2, #rightmenuwrapper h2 {
        height: 22px;
        width: 162px;
        font-family:  tahoma, Verdana, Arial, 'Trebuchet MS', Sans-Serif;
        font-size: 14px;
        font-variant: small-caps;
        /*font-weight: bold;*/
        color: #fff;
        padding: 2px 0 0 10px;
        background: url("images/menu_cap.gif") top left no-repeat;
}
.menubody {
	padding: 0 5px 0 5px;	
}
/* MENU TABLE STYLE - END*/
#maincontent_settings h2, #maincontent_forum h2, #newscolumn_other h2 {
        font-family: tahoma, Verdana, Arial, Sans-Serif;
        font-size: .8em;
        font-variant: small-caps;
        font-weight: bold;
        color: #0A89DA;
        padding: 4px 0 0 7px;
}
h4 {
        font-family: tahoma, Verdana, Arial, Sans-Serif;
        font-size: .8em;
        font-variant: small-caps;
        font-weight: bold;
        color: #0A89DA;
        padding: 4px 0 0 7px;
}
.button {
        /*border: 1px solid #676363;
        background-color: #A09EB3;*/
        color: #000;
        text-align:center;
        font-size: 10px;
        font-weight: bold;
}
.button:hover {
        /*border: 1px solid #676363;
        background-color: #A09EB3;*/
        color: #000;
        text-align:center;
        font-size: 10px;
        font-weight: bold;
}

.tbox{
        background-color: #fff;
        border: #A6AEB2 1px solid;
        color: #000000;
        font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}


/* START NAVIGATION - SHAMELESSLY COPIED FROM THE WORK OF QUE~ IN KUBRICK, THANKS QUE~*/



/* UBER LINK NAVIGATION  */

#navigation{
        font-size: 12px;
        width: 550px;
        height: 40px;        
        list-style-type: none;
	clear:both;
	margin-left:10px;
	/*background: yellow;*/
	
}
#navigation li{
	height:25px;
	list-style-type:none;
	float:left;
	padding: 15px 0 0 15px;
}
#navigation a{
	display:block;
	font-weight: bold;
        text-decoration:none;		
}
#navigation a:hover{
	border-bottom: #000 2px solid;
}


.nav_onpage a{
 border-bottom: #FF7400 2px solid;
}

/* END UL NAVIGATION */

/* THIS PART IS FOR THE NAVIGATION LINKS - COURTESY QUE~ */


.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited {
        color: #fff;
        width: 90px;
        height: 46px;
        line-height: 45px;
        background: url(images/nav_bg2.gif) top left no-repeat;
        padding: 0 0 0 0;
        text-align:center;
}

.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited {
        color: #000;
        width: 90px;
        height: 46px;
        line-height: 45px;
        background: url(images/nav_bg2.gif) top left no-repeat;
        padding: 0 0 0 0;
        text-align:center;
}


/* END NAVIGATION */

/*---------- SIGNUP FORM -----------*/

/*signup form input styles*/
#signupform h3{
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#062128;
	margin:10px 0 0 10px;
}
#signup_form{
	margin-left:auto;
	width:95%;
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#062128;
}
#signup_form, #xup_form td{
	padding:3px;	
	color:#062128;
}
#loginname,#realname,#password1,#password2,#email,#email_confirm,#avatar,#code_verify,#loginnamexup,#password1xup,#password2xup,#xupfile{
	font: 1.8em Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #fefefe;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;	
}
.textfeild_wrap input{
	font: 1.8em Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #fefefe;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#reg_btn, #xup_btn, #xup_toggle, #signup_toggle{
	background:#CC3;
	padding:5px;
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #CC0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.btn_wrap input[type="button"]{
	background:#CC3;
	padding:5px;
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #CC0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
/*#signup_form input{
	font-size: 24px;
	width: 60%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}*/
/*#signup_form input[type="text"], input[type="password"]{
	font: 1.8em Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#signup_form input[type="submit"], input[type="button"]{
	background:#CC3;
	padding:5px;
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #CC0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#signup_form input[type="button"]:hover{
	background:#CC3;
	padding:5px;
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #CC0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

#xup_form input[type="text"], input[type="password"]{
	font: 1.8em Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#xup_form input[type="submit"], input[type="button"]{
	background:#CC3;
	padding:5px;
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #CC0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#xup_form input[type="button"]:hover{
	background:#CC3;
	padding:5px;
	font: 1.8em Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #CC0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
*/


/* jQuery Username Check Styles */
.messagebox{
	font: 1.5em Arial, Helvetica, sans-serif;
	position:absolute;
	width:auto;
	margin-left:5px;
	margin-bottom:-4px;
	border:1px solid #c93;
	background:#ffc;
	padding:5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.messageboxok{
	font: 1.5em Arial, Helvetica, sans-serif;
	position:absolute;
	width:auto;
	margin-left:5px;
	margin-bottom:-4px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:5px;	
	color:#008000;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	
}
.messageboxerror{
	font: 1.5em Arial, Helvetica, sans-serif;
	position:absolute;
	width:auto;
	margin-left:5px;
	margin-bottom:-4px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:5px;	
	color:#CC0000;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

/*-- Added by Me jQuery CSS --*/
#unique-name{
	display:none;
}
#unique-name-info{
	display:block;
	position:absolute;
	width:auto;
	margin-left:10px;
	margin-bottom:-3px;
	border:2px solid #c93;
	background:#ffc;
	padding:3px;
}

/* FORUM CLASSES */

td {
    background: none;
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        color:#5d6e75;
        padding: 0px;
        text-align:left;
}
.fborder {
        border: #ededed 0px solid;
        background-color: #fff;
        padding: 0;

}
.forumheader{
        background-color: #ECECEE;
        font-family: verdana, tahoma, arial, helvetica, sans-serif;
        font-size: 11px;
        color:#DD8503;
        padding: 4px;
        border: 1px solid #ededed;
}
.forumheader a{
        color: #DD8503;
        text-decoration: none;
}
.forumheader2{
        background-color: #fff;
        font-family: verdana, tahoma, arial, helvetica, sans-serif;
        font-size: 10px;
        color:#000;
        padding: 4px;
        border: #ededed 1px solid;
}

.forumheader3{
        background-color: #fff;
        font: 9px verdana, tahoma, arial, helvetica, sans-serif;
        color:#000;
        padding: 4px;
        border: #ededed 1px solid;

}

.forumborder{
        border:  #000080 1px solid;
        background-color: transparent;
}

.fcaption {
        height:25px;
        border: #ededed 1px solid;
        padding: 2px 0 2px 2px;
        background-color: #FFC600;
        font: 11px verdana, tahoma, arial, helvetica, sans-serif;
        color:#fff;
        font-weight:bold;
        font-variant: small-caps;
        background-image: url("images/fcap.png");

}
.fcaption a{
        padding-right:4px;
        color:#333333;

}

/* END FORUM CLASSES */


/* IMAGE GALLERY CLASSES */

h5  {
        font-family: Arial, tahoma, Verdana, Sans-Serif;
        font-size: 1.2em;
        font-variant: small-caps;
        font-weight: bold;
        color: #0B80CA;
        padding: 4px 0 2px 0;
        border-bottom: 1px #333 solid;
}

.themedescription  {
        font-family: tahoma, Arial, Verdana, Sans-Serif;
        font-size: 0.8em;
        color: #333;
        padding: 20px 10px 0 20px;
        vertical-align: top;
        text-align: justify;
}
.themedescription_big  {
        font-family: tahoma, Arial, Verdana, Sans-Serif;
        font-size: 10px;
        color: #333;
        padding: 5px 5px 10px 10px;
        vertical-align: top;
        text-align: justify;
}

.themedetailtable  {
        padding: 10px 0 10px 0;
 }

/*----------------------------------
|  BANNER CLASSES
------------------------------------
*/
#banner_news_bot {
	text-align: center;
}
#banner_forum_top {
	text-align: center;
}
#banner_signup_top  {
	text-align: center;
}
#banner_signup_bottom {
	text-align: center;
}
#banner_default_bottom {
	text-align: center;
}
#banner_disclaimer_top {
	text-align: center;
}


