/* Comment element properties */

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

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

a.side {
	color: #fff;
	text-decoration: none;
}

a:hover.side {
	color: #99FF00;
	text-decoration: underline;
}

a.white, li.white a {
	text-decoration: none;
	background: url(images/menu_divider.jpg) top right repeat-y;
	color: #a57024;
	padding: 11px 20px;
}

a:hover.white, li.white a:hover {
	text-decoration: none;
	color: #4a1c06;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
	display: block;
	margin: 0px auto;
	clear: both;
	width: 1000px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.admin-message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background-color: #522009;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF66;
	height: 28px;
	background-color: #8e5c13;
	border: 2px double #ac7421;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.button:hover
{
	color: #fff;
	cursor: pointer;
}

.bbcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.bbcode-popup {
	font-size: 11px;
	color: #000;
	background-color: #fff;
	padding: 4px;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #E1E1E1;
	border: 1px solid #ccc;
}

.textbox:focus {
	color: #000;
	background-color: #fff;
}

div.emulated-fieldset {
	position: relative;
	margin: 20px 0px 10px 0px;
	border: 1px solid #000;
	width: auto;
	background: inherit;
}
div.emulated-fieldset span.emulated-legend {
	display: inline;
	position: absolute;
	top: -12px;
	margin: 0 5px;
	padding: 4px;
	background: inherit;
}
div.emulated-fieldset div.attachments-list {
	padding: 10px 3px 3px 3px;
	width: auto;
}

/* Header and footer properties */

.sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #000;
	background: transparent;
	padding: 12px 24px 10px 0px;
}

/* Subheader links */

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.sub-header ul li.first-link {
	font-weight: bold;
}

.sub-header ul li.current-link a span {
	text-decoration: none;
	color: #4a1c06;
	font-weight: bold;
}

#sub-date
{
	float: left;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4a1c06;
	padding: 12px 0px 0px 30px;
}

#main-top-header {
	width: 1000px;
	height: 275px;
	background: url(images/header_bg.jpg) no-repeat;
}

#menu-bg {
	width: 1000px;
	height: 60px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#content-bg {
	clear: both;
	width: 920px;
	margin: 0 25px;
	padding: 0 15px 10px 15px;
	background: url(images/content_bg_repeat.png) repeat-y;
}

.site-title {
	position: absolute;
	margin: 100px 0px 0px 65px;
	width: 220px;
	text-align: center;
	transform:rotate(-30deg);
	-ms-transform:rotate(-30deg); /* IE 9 */
	-moz-transform:rotate(-30deg); /* Firefox */
	-webkit-transform:rotate(-30deg); /* Safari and Chrome */
	-o-transform:rotate(-30deg); /* Opera */
}

.site-title h1 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 25px;
}

.site-logo {
	float: right;
	padding: 100px 270px 0px 0px;
}

.main-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: transparent;
	padding: 5px;
}

.bottom-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

#content-bottom
{
	margin: 0 25px;
	width: 950px;
	height: 10px;
	background: url(images/content_bottom.png) no-repeat;
}

#footer-info
{
	height: 20px;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 3px 5px 3px;
	background: #b89329;
}

.main-body {
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border: 0px solid #ddd;
	padding: 4px;
}

.center-spacer
{
	border-bottom: 10px solid #b89329;
}

/* Side-Panel properties */

.ui-sortable { margin: 0; padding: 0; }

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #fff;
	background: #B89329;
	padding: 0px 0px 10px 0;
	width: 260px;
}

.content-left-section {
	clear: both;
	position: relative;
	background: url(images/left_col_box_repeat.jpg) repeat-y;
}

.scapmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0px 4px 0px 30px;
	width: 230px;
	height: 37px;
	background: url(images/left_col_header_bg.jpg) no-repeat;
}

.side-body {
	font-size: 11px;
	color: #fff;
	background: url(images/left_col_box_repeat.jpg) repeat-y;
	padding: 0px 20px 0px 20px;
}

.content-left-bottom {
	width: 260px;
	height: 5px;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
	background: url(images/left_col_box_bottom.jpg) no-repeat;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 11px;
	color: #000;
	background-color: #e9ddaf;
	padding: 3px 4px 4px 4px;
	border-top: 1px solid #b89329;
	border-bottom: 10px solid #b89329;
}

.capmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #522009;
	padding: 6px 0px 8px 10px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
}

#center-content
{
	padding: 10px 10px 0px 10px;
	background: #b89329;
	width: 630px;
}

#custom-welcome-msg
{
	padding: 20px;
	background: #647a2f;
	margin-bottom: 20px;
	color: #fff;
}

#welcome-msg-header {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	color: #fff;
}

.main-bg {
	background: transparent;
	padding: 0px 0 5px 10px;
	color: #000;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #eee;
}

.tbl {
	font-size: 12px;
	color: #000;
	background-color: #f4eed7;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #000;
	background-color: #f4eed7;
	padding: 4px;
}

.tbl2  {
	font-size: 11px;
	color: #000;
	background-color: #e9ddaf;
	padding: 4px;
}

.tbl-error  {
	color: #AC260F;
	font-weight: bold;
	background-color: #FCCAC2;
	border:2px solid #EB5339;
}

/* Profile spesific classes */
.profile, .profile_category {
	width: 500px;
}

.edit-profile {
	width: 500px;
}

/*.user_password .textbox:focus, .user_admin_password .textbox:focus {
	background-color: #ff6666;
}*/

.profile_user_reason {
	color: #ff6666;
	font-weight: bold;
}

/*.user_name td, .user_name .textbox {
	font-size: 13px;
	padding: 4px;
}*/


.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #4f1f09;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #000;
	background: #e9ddaf;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border-left: 10px solid #522009;
	border-top: 1px dotted #522009;
	border-bottom: 1px dotted #522009;
	border-right: 1px dotted #522009;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #522009;
}

.small {
	font-size: 11px;
	font-weight: normal;
}

.small2 {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.side-small {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.side-label {
	color: #4f1f09;
	background: #b89329;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #b89329;
}

#navigation li.first-link a {
	font-weight:bold;
}

#navigation li.current-link a {
	color: #fff;
	background-color: #4f1f09;
	border: 0px solid #fff;
	padding: 1px !important;
}

/* Page Navigation */
.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #522009;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #522009;
	margin: 2px;
	text-decoration: none;
}
