body,html{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #d9e8f7;
	background-repeat: repeat;
	background-image: url(img/bgcolor.png);
}

h3{
	margin-left: 10px;
	color: #494337;
}

h4 a{
	color: #f2f2f2;
	text-decoration: none;
}

h4 a:hover{
	text-decoration: underline;
}

img{ border: none; }

#header{
	width: 100%;
	height: 220px;
	background: transparent url(img/header2.png) repeat-x scroll 0 0;
	margin: 0;
	padding: 0;
}

#header_logo{
	width: 90%;
	margin: 0px auto;
	height: 95px;
	padding-top: 35px;
	background: transparent;
	text-align: left;
}
#header_logo img{
	border: none;
}

#floating-island{
	position: absolute;
	top: -170px;
	right: 0px;
	width: 190px;
	height: 320px;
	background: url("img/fullisland_narrow.png") no-repeat scroll bottom right;
	z-index: 0;
}

#floating-island img{
	position: relative;
	top: 5px;
	right: -42px;
}

.input-label{
	color: #f8f8f8 !important;
	font-size: 14px;
}

#message-send{
	margin-top: 10px;
}

#message-send input{
	width: 100px;
	height: 30px;
	background-color: #f8f8f8;
	border: 1px #666666 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
}

#message-send input:hover{
	border: 1px #478dbe solid;
	background-color: #fdfdfd;
	color: #478dbe;
	cursor:pointer;
}

#login-wrap{
	width: 420px;
	margin: 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#login-wrap h3{
	color: #444444;
	font-family: Georgia, Arial, sans-serif;
	font-size: 18px;
	padding: 10px 0 10px 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	width: 420px;
	margin: 0 !important;
}

#login-form{
	position: relative;
	z-index: 2;
}

#login-form input,#osimo_registerform input{
	margin: 0 0 10px 0;
	font-size: 20px;
	border: none;
	color: #494337;
	padding-top: 6px;
}

#osimo_username{
	width: 300px;
	height: 34px;
	background-color: #f2f2f2;
	border: 1px #a49f95 solid !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 15px 0 15px;
	margin: 0;
}
#osimo_password,#osimo_password2{
	width: 300px;
	height: 34px;
	background-color: #f2f2f2;
	border: 1px #a49f95 solid !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 15px 0 15px;
	margin: 0;
}
.osimo_email{
	width: 300px;
	height: 34px;
	background-color: #f2f2f2;
	border: 1px #a49f95 solid !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 15px 0 15px;
	margin: 0;
}

.login-label{
	text-align: left;
	margin: 10px 0 3px 50px;
	font-size: 14px;
	font-family: Georgia, Arial, sans-serif;
	color: #494337;
}

.forgot-password{
	padding: 2px 0 10px 0;
	margin: 0;
	font-size: 14px;

}

.forgot-password a{
	color: #617b54;
	text-decoration: none;
}

.forgot-password a:hover{
	text-decoration: underline;
}

#osimo_rememberme{
	font-size: 14px;
	margin-right: 90px;
	color: #494337; 
}

#login-submit{
	font-size: 18px !important;
	margin: 5px 50px 10px 0 !important;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #494337 !important;
	border: 1px #a49f95 solid;
	color: #e9eef2 !important;
	background-image: none !important;
	text-align: center;
}

#login-submit:hover{
	background-color: #655b49 !important;
	cursor:pointer;
}

.category-container{
	background-color: #e8e7e1;
	border: 1px #a49f95 solid;
	overflow: hidden;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 10px;
}

.category-container h4{
	margin: 5px 0 0 6px;
	font-size: 18px;
	color: #494337 !important;
	font-family: Georgia,Verdana,sans-serif !important;
}

.category-header{
	height: 18px;
	width: 99%;
	margin: 0 auto;
	padding: 0;
}
.category-desc{
	float:left;
	width: 50%;
	height: 17px;
}

.category-desc h4{ font-size: 16px; }

.category-num{
	float:left;
	width: 10%;
	height: 17px;
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
	color: #494337;
	font-family: Georgia, Verdana, sans-serif;
}
.category-lastpost{
	float:left;
	width: 18%;
	height: 17px;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 4px;
	color: #494337;
	font-family: Georgia, Verdana, sans-serif;
}

.list-item{
	width: 99%;
	height: 40px;
	margin: 0 auto;
	background-color: #e9eef2;
	padding: 0px;
	text-align: left;
	border-bottom: 1px #a49f95 solid;
	border-left: 1px #a49f95 solid;
	border-right: 1px #a49f95 solid;
	overflow: hidden;
}
.list-item:hover{
	background-color: #d9e8f7 !important;
}
.list-item:first-child{
	border-top: 1px #a49f95 solid;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	margin-top: 8px !important;
}
.list-item:last-child{
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.forum-desc{
	float:left;
	width: 50%;
	height: 39px;
	border-right: 1px #a49f95 solid;
}
.forum-threads,.forum-posts,.forum-views{
	float: left;
	width:10%;
	height: 39px;
	border-right: 1px #a49f95 solid;
	text-align: center;
	font-size: 14px;
}
.forum-threads p,.forum-posts p,.forum-views p{
	margin-top: 14px !important;
	font-family: Georgia, Verdana, sans-serif;
}
.forum-lastpost{
	float: left;
	width: 29%;
	height: 39px;
	font-size: 12px;
	font-family: Georgia, Verdana, sans-serif;
}
.forum-lastpost p{
	margin-top: 6px !important;
	margin-left: 10px !important;
}

.forum-title{
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	float: left;
	width: 98%;
	margin: 4px 0 0 8px !important;
}

.forum-description{ font-size: 12px; }

.forum-data{
	width: 320px;
	height: 100%;
	float: right;
	font-size: 12px;
	border-left: 1px #d1d1d1 solid;
	margin-top: 0px !important;
	display:block;
	padding-left: 5px;
	padding-top: 4px;
}

#post-actions{
	text-align: right;
	margin: 0 10px 10px 10px;
	padding: 2px 2px 6px 2px;
	font-size: 12px;
	color: #f2f2f2;
	background-color: #494337;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

#post-actions a{
	color: #f2f2f2;
	text-decoration: none;
}

#post-actions a:hover{ text-decoration: underline; }
#post-actions img{ vertical-align: text-bottom; }

.recent-threads{
	background-color: #617b54 !important;
}

.recent-threads h4{ color: #e9eef2 !important; }

.recent-threads .category-num, .recent-threads .category-lastpost{ color: #e9eef2; }

#online_users{
	background-color: #617b54;
	border: 1px #494337 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px 10px 10px;
}

#online_users h4{
	font-size: 18px;
	color: #e8e7e1 !important;
	font-family: Georgia,Verdana,sans-serif !important;
}

#online_users p{
	background-color: #e8e7e1;
	border: 1px #a49f95 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px 5px 5px;
	margin: 4px 5px 0 0;
	color: #494337;
	font-size: 14px;
}

#online_users a{
	color: #494337;
	text-decoration: none;
}

#online_users a:hover{
	text-decoration: underline;
}

#osimo_editpostcontent{
	margin: 10px 0 0 12px;
}

#osimo_editpostbox{
	width: 400px;
	padding: 0;
}

#osimo_editpostbox input{
	margin: 5px 0 0 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #478dbe !important;
	border: 1px #666666 solid;
	color: #f8f8f8;
	font-size: 14px;
	height: 28px;
	cursor:pointer;
}

#osimo_editpostbox input:hover{
	background-color: #4c9cd4;
	border: 1px #e45573 solid;
}

.forum-post{
	width: 100%;
	min-height: 100px;
	background-color: #e9eef2;
	border: 1px #a49f95 solid;
	overflow:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 5px 0;
}

.forum-post td{
	width: 100%;
	vertical-align: top !important;
}

.post-user-info{
	width: 250px;
	min-height: 100px;
	min-width: 230px;
	border-right: 1px #a49f95 solid;
	margin-bottom: 10px;
	font-size: 12px;
}

.user-online{
	width: 70px;
	height: 70px;
	float: right;
	margin: 0;
	padding: 0;
	background: url(img/user-online.png) no-repeat;
}

.post-action-bar{
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.post-action-bar p{ padding: 0; margin: 0; }

.post-content{
	padding: 10px;
	color: #333333;
	width: 99%;
	min-height: 100px;
}

.post-sig{
	width: 99%;
	text-align: left;
	padding: 5px 5px 0 5px;
	font-size: 13px;
}

.post-sig p{ color: #444444; }
.post-sig a{ color: #072e56; }

.user-avatar{
	margin: 10px 0 5px 10px;
	width: 120px;
}

.user-info{
	margin-left: 10px;
}
.user-info p{
	color: #444444;
}
.user-info a{
	color: #072e56;
	text-decoration: none;
}
.user-info a:hover{
	text-decoration: underline;
}

.user-info h4{
	color: #072e56 !important;
}

.user-info img{ vertical-align: text-bottom; }

blockquote{
	margin: 5px 25px 0px 10px;
	padding: 8px;
	border-left: 2px #f2f2f2 solid;
	background-color: #1e4a77;
	color: #f2f2f2;
}

.blockquote-title{
	display: block;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	margin: -4px auto -10px auto;
	width: 98%;
	background-color: #789ec5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-content a{
	color: #072e56;
	font-weight: bold;
}

.post-content a:hover{
	color: #1c4977;
}

.post-content p,.post{
	margin: 2px 5px 2px 10px;
	font-family: Verdana, Arial, sans-serif;
}

.post-content pre{
	margin-left: 10px;
}

.post-content ul{
	list-style: disc;
	margin-left: 20px;
}

.post-content li{
	margin-left: 10px;
}

.edit-post-link{
	font-size: 11px;
	text-align: left;
	margin: 10px 5px 0 5px !important;
float: left;
	width: 100px;
}

.edit-post-link a{
	color: #c4c4c4;
	text-decoration: none;
}

.edit-post-link a:hover{
	text-decoration: underline;
}

.list-item a{
	color: #444444;
	text-decoration: none;
}

.list-item a:hover{ text-decoration: underline; }

.list-item p{
	margin: 2px;
	color: #555555;
}

.profile-content{
	background-color: #494337;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 99%;
	margin: 5px auto 5px auto;
	padding: 5px 0 5px 0;
}

.profile-content a{ color: #e8e7e1; text-decoration: none; }
.profile-content a:hover{ text-decoration: underline; }

.profile-content h4,.profile-content ul{
	margin: 5px 5px 5px 10px !important;
}
.profile-content h4{ color: #e9eef2 !important; }
.profile-content li{
	font-size: 14px;
	color: #e9eef2;
	padding-left: 10px;
}

.left-content{
	float: left;
	width: 400px;
	margin: 5px 0 5px 5px;
	background-color: #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.right-content{
	float: right;
	width: 350px;
	margin: 5px 5px 5px 0;
	background-color: #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.left-content ul,.right-content ul{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
}

.left-content li,.right-content li{
color: #444444;
padding: 2px 5px 2px 10px;
}

.left-content li:hover,.right-content li:hover{
	color: #555555;
	background-color: #d6d6d6;
}

.left-content a,.right-content a{
	color: #444444;
	text-decoration: none;
}

.left-content a:hover,.right-content a:hover{ text-decoration: underline; }

.left-content li:hover>a,.right-content li:hover>a{
	color: #555555;
}

.left-content input{
	width: 300px;
	background-color: #3f3f3f;
	border: 1px #555555 solid;
	color: #c4c4c4;
	margin: 3px; 
}

.left-content li:hover>input{
	background-color: #2a2a2a;
}

#profile-bottom-info{
	width: 99%;
	overflow:hidden;
	margin: 5px auto 5px auto;
}

.profile-other-info{
	margin: 0;
	padding: 0;
	background-color: #494337;
	width: 49%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.profile-other-info h4{ color: #e9eef2 !important; }

#main-content{
	margin: auto;
	min-width: 900px;
	margin-top: 0px;
	width: 90%;
	padding: 10px 5px 5px 5px;
	position: relative;
	z-index: 2;
}
#main-content h4 {
	font-family: Georgia, Arial;
	color: #626262;
}

#osimo_newthreadform,#osimo_newPM{
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #494337;
	border: 1px #a49f95 solid;
}

#osimo_newthreadform input,#osimo_newPM input{
	margin: 0 0 5px 0;
}

#osimo_newthreadform p,#osimo_newPM p{
	color: #f8f8f8;
	width: 98%;
	margin: auto;
	padding: 0;
}

#osimo_newthreadtitle{
	width: 400px;
}

#osimo_newthreaddescription{
	width: 600px;
}

#osimo_newPM{
	margin: 0 0 0 20px;
}

#osimo_postform,#osimo_newmessageform{
	background-color: #494337;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#osimo_postform h4,#osimo_newmessageform h4{
	margin: 0 0 5px 10px;
	padding: 5px 0 0 0;
	color: #e9eef2 !important;
}

#post-buttons{ margin: 10px 0 10px 10px; padding-bottom: 10px; }

#post-buttons input{
	margin-left: 10px;
	background-color: #f8f8f8;
	border: 1px #666666 solid;
	color: #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	font-size: 16px;
}

#post-buttons input:hover{
	border: 1px #478dbe solid;
	background-color: #fdfdfd;
	color: #478dbe;
	cursor: pointer;
}

.cbguide{
	width: 96%;
	margin-left: 20px;
}

.cbguide p{
	color: #f2f2f2;
}

.cbguide a{ color: #f2f2f2; }

#navbar-wrap{
	width: 90%;
	margin: -10px auto;
	position: relative;
	padding-bottom: 5px;
}

#navbar-user-info-wrap{
	width: 85%;
	padding: 0;
	margin: 0;
	text-align: right;
	font-family: Verdana;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#navbar-user-info{
	color: #494337;
	background-color: #e8e7e1;
	padding: 5px;
	float: right;
	margin-right: 20px;
	border-left: 1px #a49f95 solid;
	border-top: 1px #a49f95 solid;
	border-right: 1px #a49f95 solid;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

#navbar-user-info a{
	color: #494337;
	text-decoration: none;
}

#navbar-user-info a:hover{
	text-decoration: underline;
}

#navbar{
	background-image: url('img/navbar-grad.jpg');
	background-repeat: repeat-x;
	background-color: #e8e7e1;
	color: #494337;
	width: 85%;
	min-width: 700px;
	height: 60px;
	margin: 0 0 20px 0;
	font-size: 12px;
	border: 1px #a49f95 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	z-index: 2;
}

#navbar-upper{
	width: 99%;
	height: 29px;
	margin: 0 auto;
	border-bottom: 1px #a49f95 solid;
}

#navbar-lower{
	width: 99%;
	height: 30px;
	margin: 0 auto;
}

#navbar-welcome{
	float: right;
	text-align: right;
	margin-top: -29px !important;
}

#navbar p { 
	margin: 0; 
	padding: 8px 0 8px 5px; 
	color: #494337; 
}

#navbar a{
	color: #494337;
	text-decoration: none;
}

#navbar a:hover{
	text-decoration: underline !important;
}
#navbar a:visited {
	color: #494337;
	text-decoration: none;
}
#navbar img{
	vertical-align:text-bottom;
}

#breadcrumb_trail{
	width: 100%;
	background-color: #617b54;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#breadcrumb_trail h4{
	padding: 10px 0 10px 8px;
	margin: 0;
	color: #e9eef2;
}

#breadcrumb_trail a{
	color: #e9eef2;
	text-decoration: none;
}

#breadcrumb_trail a:hover{
	text-decoration: underline;
}

#new-thread-link{ font-size: 12px; }
#new-thread-link a{ color: #494337; }

#page_nav{
	text-align: right;
	margin: -10px 10px 4px 0;
}

#page_nav p{
	color: #494337;
}

#page_nav a{
	color: #494337;
	text-decoration: none;
	padding: 2px;
}

.osimo-active-forum-page{
	background-color: #dce9f7;
	color: #444444 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.osimo-active-search-page{
	background-color: #f2f2f2;
	color: #444444 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.osimo-active-thread-page{
	background-color: #dce9f7;
	color: #444444 !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
}

.search_posts{
    width: 97%;
    background-color: #C2D9EF;
    margin: 0 auto 5px auto;
    padding: 5px;
    border-left: 1px #a49f95 solid;
    border-right: 1px #a49f95 solid;
    border-bottom: 1px #a49f95 solid;
}

.search_post{
    border-bottom: 1px #7F7A6F solid;
    padding: 0 2px 10px 2px;
}

.search_post:last-child{ border: none !important; }

.search_post_info{
    font-size: 12px;
    font-family: Verdana,sans-serif;
    margin-bottom: 4px;
    color: #e8e8e8;
    background-color: #789ec5;
    padding: 3px;
}

.search_post_info a{
    text-decoration: none;
    color: #f2f2f2;
}

.search_post_info a:hover{
    text-decoration: underline;
}

#no-messages{
	margin: 5px 0 10px 0;
	color: #555555;
	text-align: center;
}

#messages-wrap{
	width: 100%;
	background-color: #e8e7e1;
	border: 1px #494337 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 0 10px 0;
}

#messages-wrap h4{
	margin-left: 8px;
	color: #494337;
}

.profile-header-container{
	width: 100%;
	margin-bottom: 5px;
	overflow:hidden;
}

.profile-header{
	width: 500px;
}

.profile-header-left{
	float: left;
	width: 205px;
	margin: 5px 0 0 5px;
}

.profile-header-right{
	float: left;
	width: 250px;
	margin-top: 15px;
}

.profile-header-right h4{
	margin: 0 0 2px 10px;
}

.profile-header-right a{ color: #494337; }

#profile_bio,#profile_sig{
	float: left;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#profile_bio p,#profile_sig p{
	font-size: 12px;
	color: #f2f2f2;
	margin: 5px;
}

#profile_bio textarea{
	background-color: #3f3f3f;
	border: 1px #555555 solid;
	color: #c4c4c4;
	margin: 3px;
	width: 468px;
	height: 200px;
}

#profile_bio a,#profile_sig a{
	color: #e9eef2;
	font-weight: bold;
}

#alertbox{
	width:90%;
	margin: 20px auto;
	text-align: center;
	font-size: 26px;
	background-color: #aed851;
	border-top: 10px #bbe55e solid;
	border-bottom: 10px #bbe55e solid;
}

#alert-contents{
	margin:10px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #444444;
}

.post-preview-msg{
	background-color: #1e4a77;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #f2f2f2;
	float: left;
	padding: 4px 6px 4px 6px !important;
	font-size: 14px;
}

.post-preview-msg img{ vertical-align: text-bottom; }

#post-nav{
	width: 770px;
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}

.prev-post{
	width: 100px;
	height: 30px;
	float: left;
}

.next-post{
	width: 100px;
	height: 30px;
	float: right;
	text-align: right;
}

.top-post{
	float: left;
	width: 150px;
	height: 30px;
	margin-left: 210px;	
}

.prev-post input,.next-post input,.top-post input{
	width: 100px;
	height: 30px;
	background-color: #617b54;
	border: 1px #494337 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #e9eef2;
	font-size: 16px;
	cursor: pointer;
}

.top-post input{ width: 150px !important; }

.prev-post input:hover,.next-post input:hover,.top-post input:hover{
	background-color: #6d9159;
}

#search-box{
	width: 500px;
	background-color: #e8e7e1;
	border: 1px #a49f95 solid;
	margin: 0 auto;
	padding: 0 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search-box input{
	width: 475px;
	margin-top: 8px;
	margin-left: 10px;
	height: 28px;
	font-size: 22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #c2c2c2 solid;
	color: #1e4a77;
	padding-left: 5px;
}

#search-box p{
	color: #494337;
	font-size: 14px;
}

.submit-button{
	width: 100px !important;
	margin: 4px 0px 2px 166px !important;
	height: 26px !important;
	font-size: 16px !important;
	cursor:pointer;
	background-color: #e9eef2;
}

.submit-button:hover{
	background-color: #d9e8f7;
}

#search-start{
	text-align: center;
	margin-top: 100px;
}

#search-start h4{
	font-size: 28px;
	color: #494337;
	text-shadow: #1e4a77 2px 2px 3px;
}

#search-start p{
	color: #494337;
	text-shadow: #1e4a77 1px 1px 2px;
}

.user-post-search{
	margin: 1px 0 10px 0;
	padding: 2px 5px 2px 5px;
	background-color: #789ec5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post-search{
	background-color: #e6e6e6;
	margin: 5px 0 5px 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333333;
	border: 1px #e6e6e6 solid;
}

.post-search a{
	color: #555555;
}

.search-thread a{
	color: #f2f2f2 !important;
	text-shadow: #1e4a77 2px 2px 3px;
}

.search-thread{
	margin-top: 10px !important;
}

.post-search-info{
	padding: 5px 0 5px 5px;
	margin: -5px -5px 5px -5px;
	background-color: #1e4a77;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.post-search-info p{
	color: #e6e6e6;
	font-size: 12px;
}

#user-search-info{
	width: 100%;
	background-color: #ffc045;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 0 6px 0;
}

#user-search-info h4{
	color: #444444;
	padding: 8px 0 4px 8px;
}
#user-search-info p{ 
	color: #444444;
	margin-top: -20px;
}

#footer{
	width: 100%;
	height: 152px;
	text-align: center;
	font-size: smaller;
	padding: 5px 0 0 0;
	margin: 0;
	background: url("img/forumlayout1_footer.png") repeat-x scroll 100px 5px;
}

#footer p{ color: #494337; margin: 0; }
#footer a{
	color: #494337;
	text-decoration: none;
}
#footer a:hover{ text-decoration: underline; }

#loading{
	width: 140px;
	position: fixed;
	bottom:0px;
	left:30px;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #617b54;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#loading p{ color: #f8f8f8; padding-right: 10px; }

#loading img{ vertical-align: middle; }

.textbox-container{
	background-color: #1e4a77;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* Trade CSS */
#trade-stage1{
	width: 400px;
	background-color: #e8e7e1;
	border: 1px #617b54 solid;
	margin: 0 auto;
	padding: 0 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

#trade-stage2{
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 1000px !important;
	overflow:hidden;
}

#trade-stage2 h2{
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #494337;
	text-shadow: #333333 1px 1px 2px;
}

#trade-items{
	width: 740px;
	float: left;
	background-color: #e8e7e1;
	border: 1px #617b54 solid;
	margin: 0 auto;
	padding: 0 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#trade-cart{
	width: 250px;
	float:right;
	background-color: #e8e7e1;
	border: 1px #617b54 solid;
	margin: 0 auto;
	padding: 0 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#trade-auro{
	padding: 0 0 10px 0;
	margin: 10px;
	border-bottom: 1px #617b54 solid;
}

#trade-auro p{
	color: #494337;
}

#trade-cart>h3{
	margin: 5px;
	border-bottom: 1px #617b54 solid;
	font-family: Georgia, Verdana, Arial, sans-serif;
}

#trade-cart-auro p{
	margin: 5px;
	color: #494337;
	font-size: 18px;
}

#trade-cart-auro img{
	vertical-align: baseline;
}

.trade-header{
	color: #494337;
	text-align:center;
	font-family:Georgia,Verdana,Arial,sans-serif;
	margin-top: 10px;
}

#trade-with{
	display:block;
	width: 350px;
	margin: 5px auto 10px auto;
	height: 30px;
	font-size: 22px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #617b54 solid;
	text-align: center;
	color: #494337;
}

.trade-nav-buttons{
	overflow:hidden;
	margin: 0 20px 5px 20px;
}

.trade-next-button{
	float:right;
	background-color: #dce9f7;
	font-size: 18px;
	color: #444444;
	border: 1px #f8f8f8 solid;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.trade-next-button:hover{
	background-color: #f2f2f2;
}

#trade-item-browser{
	width: 98%;
	margin: 5px auto 5px auto;
}

#trade-item-browser>.ui-tabs-nav a{
	padding: 0.1em 0.5em;
	font-size: 12px;
}

#trade-cart-contents{
	width: 96%;
	margin: 5px auto;
	border-collapse: inherit
}

.trade-cart-item{
	text-align: center;
	color: #494337;
	padding: 5px 0 5px 0;
	background-color: #e9eef2;
	border-bottom: 1px #617b54 solid;
	cursor: pointer;
}

#trade-cart-auro img{ cursor: pointer; }

#submit-trade{
	float:right;
	margin-top: -20px;
}

.user-item-table{
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 5px;
}

.user-item-table td{
	padding: 4px;
	background-color: #d8d8d8;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px transparent solid;
	cursor: pointer;
}

.user-item-table td:hover{
	background-color: #d0d0d0;
	border: 1px #789ec5 solid;
}

#trade-activity-container{
	background-color: #e8e7e1;
	color: #494337;
	min-width: 1000px;
	width: 90%;
	margin: 22px auto 20px auto;
	font-size: 12px;
	border: 1px #617b54 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#trade-activity-control-wrap{
	padding: 5px 0 10px 0;
	margin: 0 5px 0 5px;
	border-bottom: 1px #617b54 solid;
}

#trade-activity-control-wrap h2{
	font-size: 18px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	margin-left: 5px;
}

#trade-activity-controls{
	margin: 10px 0 0 10px;
	text-align: center;
}

#trade-activity-content{
	padding: 5px;
}

#trade-activity-results{
	width: 100%;
}

#trade-activity-results td{
	padding: 5px;
	margin: 0;
	border-bottom: 1px #617b54 solid !important;
	vertical-align: middle;
	text-align: center;
}

#trade-activity-results tr:last-child>td{
	border:none !important;
}

#trade-activity-results tr:hover>td{
	background-color: #e9eef2;
}

.trade-activity-header{
	font-size: 14px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-weight: bold;
	cursor:default !important;
	background-color: transparent !important;
}

.trade-activity-cell{
	font-size: 15px;
}

#trade-activity-page-controls{
	margin-top: 5px;
}

#trade-activity-page-controls a{
	color: #494337;
	text-decoration: none;
}

#trade-activity-page-controls img{
	vertical-align: middle;
}

#trade-activity-page-display{
	text-align: right;
	margin-right: 10px;
	margin-top: -10px;
	font-size: 14px;
}

.item-cannot-equip:hover{
	border: 1px #af1212 solid !important;
	cursor: default !important;
}


#item-browser>.ui-tabs-nav a{
	padding: 0.1em 0.5em;
	font-size: 13px;
}

#item-browser{
	width: 90%;
	margin: 0 auto;
}

#start-trade-link{
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#start-trade-link:hover{
	background-color: #617b54;
}

#start-trade-link h2{
	text-shadow: #333333 1px 1px 2px;
	font-size: 24px;
}

#start-trade-link a{
	color: #494337;
	text-decoration: none;
}

.shop-items-table{
	background-color: #e8e7e1;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	overflow: auto;
}

.shop-items-table td{
	border: 1px #a49f95 solid;
	padding: 10px;
	vertical-align: bottom;
	text-align: center;
}

.shop-items-table a{ text-decoration: none; }

.shop_color_swatch_wrap{
	width: 120px;
	margin: 5px auto;
	overflow:hidden;
	text-align: center;
}

.shop_color_swatch{
	float: left;
	width: 20px;
	height: 20px;
	border: 1px #494337 solid;
	margin: 0 1px 2px 1px;
}

#shop-char-preview-img{
	text-align: center;
}

#shop-char-preview-items li{
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 0 2px 5px;
}

#shop-char-preview-items li:hover{
	background-color: #d2d2d2;
}

#shop-preview-link{
	text-align: center;
	color: #494337 !important;
	cursor:pointer;
	width: 430px;
	margin: -5px auto 10px auto;
	padding: 10px 5px 10px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px transparent solid;
}

#shop-preview-link:hover{
	background-color: #e8e7e1;
	border: 1px #494337 solid;
}


/* Packages */
.cur-package-wrap{
	width: 650px;
	margin: 5px auto 5px auto;
	background-color: #1e4a77;
	text-align: center;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #789ec5 solid;
}

.cur-package-content{
	width: 650px;
	height: 200px;
	background-image:url('img/package_bk.png');
	background-repeat: no-repeat;
	background-color: #789ec5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
	display: table-cell;
}

.cur-package-title{
	color: #f2f2f2 !important;
	font-size: 18px;
	margin-bottom: 4px;
	text-align: left !important;
}

.cur-package-info{
	margin-bottom: 5px;
}

.cur-package-info p{
	color: #f2f2f2 !important;
	padding: 2px;
}

.packages-wrap{
	width: 90%;
	margin: 5px auto;
}

.packages-description{
	float: left;
	width: 49%;
	background-color: #1e4a77;
	border: 1px #789ec5 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 8px;
}

.packages-description p{
	color: #f2f2f2;
	margin: 5px 8px 5px 12px;
}

.my-packages-wrap{
	float: right;
	width: 49%;
	background-color: #1e4a77;
	border: 1px #789ec5 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.my-packages-wrap>h5,.packages-description>h5{
	color: #f2f2f2;
	margin: 8px 0 0 8px;
}

.my-packages-content{
	text-align: left;
	padding: 5px;
	margin: 5px;
	background-color: #789ec5;
}

.my-packages-content h4{
	color: #f2f2f2 !important;
	font-size: 18px;

}

.my-packages-content p{
	font-size: 14px;
	margin-left: 5px;
	color: #f2f2f2;
}

.my-packages-content:last-child{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.my-package-items{
	width: 95%;
	margin: 5px auto;
	text-align: left !important;
	border-collapse: separate;
}

.my-package-items td{
	padding: 5px;
	text-align: center;
}

.my-package-items td:hover{
	background-color: #f8f8f8;
}

.my-package-items td:hover p{
	color: #444444 !important;
}

.my-package-items a{
	color: #f2f2f2;
	display: block;
	text-decoration: none;
}

.my-package-title{
	background-color: #98b7d7 !important;
	color: #444444 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.my-package-image{
	text-align: center;
	background-color: #98b7d7 !important;
	width: 70%;
	padding: 10px 0 10px 0;
	margin: 5px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.my-package-image:hover{
	background-color: #dbdbdb !important;
}

.my-packages-count{
	font-weight: normal;
	font-size: 14px;
}
/* End Packages */

.pm-delete-link{
	font-size: 14px;
	cursor: pointer;	
}

.pm-delete-link:hover{
	text-decoration: underline;
}

/* Unifaction Admin Panel */
#uni_staff{
	background-color: #1e4a77;
	color: #f2f2f2;
	width: 500px;
	margin: 15px auto;
	border: 1px #789ec5 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#uni_staff h4{
	font-family: Georgia, Helvetica, sans-serif;
	color: #f8f8f8;
	text-align: center;
	font-size: 22px;
	margin: 5px 0 0 0;
}

.uni-admin-choices{
	margin: 0 auto 4px auto;
	width: 98%;
}

.uni-admin-choices li{
	background-color: #2f649b;
	color: #f2f2f2;
	margin: 2px 0 2px 0;
	padding: 3px 0 3px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.uni-admin-choices li:hover{
	background-color: #dce9f7;
}

.uni-admin-choices li:hover > a{
	color: #333333 !important;
}

.uni-admin-choices a{
	color: #f2f2f2;
	text-decoration: none;
}

#uni-admin-page-content{
	width: 1200px;
	margin: 10px auto;
	background-color: #1e4a77;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	border: 1px #789ec5 solid;
}

#uni-admin-shops{
	overflow: hidden;
	width: 98%;
	margin: 2px auto;
	border-bottom: 1px #f2f2f2 solid;
	padding-bottom: 4px;
}

#uni-admin-shops h4{ color: #f2f2f2; font-family: Georgia Helvetica sans-serif; font-size: 24px; }

#uni-admin-shops ul{
	margin: 2px auto;
	width: 780px;
}

#uni-admin-shops li{
	margin: 3px;
	padding: 2px;
	float: left;
	width: 250px;
	height: 24px;
	text-align: center;
	background-color: #dce9f7;
	padding-top: 8px;
	color: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

#uni-admin-shops li:hover{
	background-color: #f2f2f2;
}

#uni-admin-items>.ui-tabs-nav a{
	padding: 0.1em 0.5em;
	font-size: 12px;
}

#uni-admin-items{
	width: 98%;
	margin: 0 auto;
	overflow:hidden;
}

.uniadmin-loading-msg{
	position: absolute;
	z-index: 2;
	text-align: center;
	color: #f8f8f8;
	font-size: 34px;
	width: 100%;
	font-family: Georgia, Helvetica, sans-serif;
}

.uniadmin-item-page li{
	margin: 3px;
	padding: 2px;
	float: left;
	width: 120px;
	height: 160px;
	text-align: center;
	padding-top: 8px;
	color: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.uniadmin-item-page img{
	max-width:110px;
	max-height:120px;
}

#uni-admin-shop-filters{
	width: 98%;
	margin: 10px auto 10px auto;
	color: #f2f2f2;
}

#uni-admin-shop-filters span{
	cursor: pointer;
}
#uni-admin-shop-filters span:hover{
	text-decoration: underline;
}

/* Combat */
.combat-wrap{
	width: 1000px;
	margin: 0 auto;
}
.combat-container{
	float: left;
	width: 320px;
	margin: 10px 5px 0 5px;
	padding: 3px 0 5px 0;
	text-align: center;
	background-color: #1e4a77;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #98b7d7 solid;
	font-family:Sylfaen;
	font-size:1.0em;
	line-height:1.2em;
}

.combat-container h4{
	color: #f8f8f8 !important;
	font-family: Georgia, Helvetica, sans-serif;
}

.combat-container a{
	color: #f8f8f8;
}

.combat-challenge-link{
	padding: 5px;
	background-color: #98b7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 80%;
	margin: 0 auto;
}

.combat-challenge-link a{
	color: #222222 !important;
	text-decoration: none;
}

.combat-challenge-link a:hover{
	text-decoration: underline;
}

#uni-shops{
	width: 700px;
	margin: 5px auto;
	background-color: #e9eef2;
	padding: 10px;
	border: 1px #a49f95 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#uni-shops table{
	margin: 5px 0 0 0;
	width: 100%;
	border-collapse: separate;
}

#uni-shops h4{
	font-size: 24px;
}

.uni-shop{
	padding: 5px;
	margin: 5px !important;
	text-align: center;
	height: 80px;
	vertical-align: middle;
	border: 1px transparent solid;
	vertical-align: middle !important;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.uni-shop:hover{
	background-color: #e8e7e1;
	border: 1px #494337 solid;
}

.uni-shop img{
	vertical-align: middle;
}

#splash-wrap{
	width: 1120px;
	height: 546px;
	margin: 5px auto;
	background: url(img/splash_avatarbackground.png) no-repeat;
}

#splash-welcome{
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#splash-welcome h4{
	font-family: Georgia, Verdana, sans-serif;
	font-size: 18px;
	color: #333333;
}

#splash-welcome p{
	font-size: 14px;
	color: #494337;
}

#splash-buttons{
	width: 140px;
	margin: 15px auto;
}

#splash-buttons p{
	font-size: 11px;
	text-align: center;
	margin-bottom: 4px;
}

.splash-button{
	width: 132px;
	height: 38px;
	margin: 0 auto 8px auto;
	cursor: pointer;
}

#splash-button-login{
	background: url(img/splash_button_login.png) no-repeat;
}

#splash-button-login:hover{
	background: url(img/splash_button_login_down.png) no-repeat;
}

#splash-button-register{
	background: url(img/splash_button_register.png) no-repeat;
}

#splash-button-register:hover{
	background: url(img/splash_button_register_down.png) no-repeat;
}

#splash-button-unic{
	height: 45px !important;
	background: url(img/splash_button_unic.png) no-repeat;
}

#splash-button-unic:hover{
	background: url(img/splash_button_unic_down.png) no-repeat;
}

#splash-button-forums{
	background: url(img/splash_button_forums.png) no-repeat;
}

#splash-button-forums:hover{
	background: url(img/splash_button_forums_down.png) no-repeat;
}

#thread-alt-nav{
	width: 400px;
	margin: 10px auto 10px auto;
	text-align: center;
    background-color: #617B54;
    padding: 10px 0 5px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #494337 solid;
    color: #f2f2f2;
}

#thread-alt-nav a{
    color: #f2f2f2;
    text-decoration: none;
}