/* Comment element properties */

a {
	color: #1F7F7E;
	text-decoration: none;
}

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

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

a:hover.side {
	color: #4C4945;
	text-decoration: underline;
}

a.polar, li.polar a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #2B6C91;
	text-decoration: underline;
	margin-right: 10px;
}

a:hover.polar, li.polar a:hover {
	color: #E4F5FF;
	font-weight: bold;
	text-shadow: 0 1px 1px #2B6C91;
	text-decoration: underline;
	margin-right: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5B56;
	background: #E4DBCA;
	padding: 0;
	margin: 0;
}

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

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

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

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

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #5F5B56;
	background-color: #EDE6D9;
	border: 1px solid #E4DBCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #CCBFA6;
	background-image: url(images/spacer.png);
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-size: auto;
	border: 1px solid #B1A185;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 4px;
}

.button:hover {
	background-color: #B1A185;
	border: 1px solid #897C63;
}

.button:active {
	color: #B6A88F;
	background-color: #897C63;
	border: 1px solid #615641;
}

a.button, a.button:hover  {
	color: #fff;
	text-decoration: none;
}

a.button:active {
	color: #B6A88F;
	text-decoration: none;
}

.bbcode {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5ECDB;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #DDCCAC;
	background-image: url(images/spacer.png);
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-size: auto;
	border: 1px solid #CCB07C;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 2px 0 2px 0;
}

.bbcode:hover {
	color: #FCF5E9;
	background-color: #E6D8BD;
	border: 1px solid #D5BB8B;
}

.bbcode:active {
	color: #CCB488;
	background-color: #BFA16A;
	border: 1px solid #A28959;
}

.bbcode-popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDF4E4;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #E0D0B1;
	background-image: url(images/spacer.png);
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-size: auto;
	border: 1px solid #CBB790;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 2px;
	padding: 4px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: #f8f8f8;
	box-shadow: 1px 1px 2px #fff, inset 2px 2px 2px #e1e1e1;
	-moz-box-shadow: 1px 1px 2px #fff, inset 2px 2px 2px #e1e1e1;
	-webkit-box-shadow: 1px 1px 2px #fff, inset 2px 2px 2px #e1e1e1;
	border: 1px solid #DFD4C0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 2px 5px 5px;
}

div.emulated-fieldset {
	position: relative;
	margin: 20px 0px 10px 0px;
	border: 1px solid #ccc;
	width: 320px;
	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: 320px;
}

/* Header properties */
.sky-sand {
	background-color: transparent;
	background-image: url(images/sky-sand.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.beach {
	background-color: transparent;
	background-image: url(images/beach.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 335px;
}

.logotype {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	background-color: transparent;
	background-image: url(images/anapa-center.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 360px;
	height: 75px;
}

.anapa-tio-1 {
	position: absolute;
	top: 3px;
	left: 360px;
	display: block;
	background-color: transparent;
	background-image: url(images/anapa-tio-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 137px;
	height: 85px;
}

.anapa-tio-2 {
	position: absolute;
	top: 3px;
	left: 60px;
	display: block;
	background-color: transparent;
	background-image: url(images/anapa-tio-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 137px;
	height: 85px;
}

.anapa-tio-3 {
	position: absolute;
	top: 5px;
	left: 400px;
	display: block;
	background-color: transparent;
	background-image: url(images/anapa-tio-3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 137px;
	height: 85px;
}

/* Subheader links */
.sub-menu {
	position: absolute;
	top: 40px;
	right: 30px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	float: right;
}

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

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

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

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

.sub-menu ul li.current-link a span {
	font-style: italic;
	text-decoration: underline;
}

.sand-slice {
	position: relative;
	padding: 0 10px;
	margin-bottom: -100px;
	z-index: 2;
}

.sand {
	position: relative;
	background-color: transparent;
	background-image: url(images/sand.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 270px;
	z-index: 1;
}

.info-bar {
	position: relative;
	top: 150px;
	left: 0;
}

.right-corner {
	text-align: left;
	width: 300px;
	padding-right: 30px;
}

.left-corner {
	text-align: left;
	width: 300px;
	padding-left: 30px;
}

.starfish {
	background-color: transparent;
	background-image: url(images/starfish-sand.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 81px;
	padding-left: 120px;
}

.copyright {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #8C7D63;
	margin-top: 10px;
}

.copyright .fdtd {
	background-color: transparent;
	background-image: url(images/fdtd-designer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 45px;
}

.sand-desert {
	text-align: center;
}

.fix-float { float: right !important; }

/* 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: #5F5B56;
	background-color: transparent;
	padding: 0 10px 0 0;
	width: 194px;
}

.side-border-right {
	color: #5F5B56;
	background-color: transparent;
	padding: 0 0 0 10px;
	width: 194px;
}

.panel-body {
	background-color: transparent;
	background-image: url(images/cap-mid.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 194px;
}

.panel-header {
	position: relative;
	top: -3px;
	background-color: transparent;
	background-image: url(images/cap-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 10px;
	width: 194px;
	padding: 0 15px 0 2px;
}

.panel-footer {
	background-color: transparent;
	background-image: url(images/cap-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 194px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.panel-title {
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
	color: #BFAF9A;
	text-shadow: 1px 1px 3px #DDD7CF;
	background-color: transparent;
	background-image: url(images/sand-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 3px 10px 14px 10px;
	margin-right: 8px;
}

.panel-content {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #5F5B56;
	margin-right: 8px;
	padding: 5px 5px 2px 5px;
}

.panel-coll {
	float: right;
	margin: 7px 3px;
}

.fix-layout {
	table-layout: fixed;
	margin: -3px 0 10px 0;
}

.table-top-left {
	background-color: transparent;
	background-image: url(images/table-top-left.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 10px;
	height: 10px;
}

.table-top-mid {
	background-color: transparent;
	background-image: url(images/table-top-mid.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 10px;
}

.table-top-right {
	background-color: transparent;
	background-image: url(images/table-top-right.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 10px;
	height: 10px;
}

.table-body-left {
	background-color: transparent;
	background-image: url(images/table-body-left.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}

.table-body-mid {
	background-color: transparent;
	background-image: url(images/table-body-mid.png);
	background-repeat: repeat;
	background-position: left top;
}

.table-body-right {
	background-color: transparent;
	background-image: url(images/table-body-right.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}

.table-bottom-left {
	background-color: transparent;
	background-image: url(images/table-bottom-left.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
	height: 10px;
}

.table-bottom-mid {
	background-color: transparent;
	background-image: url(images/table-bottom-mid.png);
	background-repeat: repeat-x;
	background-position: right top;
	height: 10px;
}

.table-bottom-right {
	background-color: transparent;
	background-image: url(images/table-bottom-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 10px;
}

.table-title, .table-title h1 {
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
	color: #BFAF9A;
	text-shadow: 1px 1px 3px #DDD7CF;
	padding: 0;
	margin: 0;
}

.table-info {
	position: relative;
	left: -8px;
	background-color: #EDE6D9;
	border-top: 1px solid #E8E0D1;
	border-bottom: 1px solid #E4DBCC;
	margin: 3px -12px 3px 0;
	padding: 4px 5px;
}

.table-content {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #5F5B56;
}

/* Center-Panel properties */
.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #555;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}

.main-bg {
	color: #555;
	background-color: transparent;
	padding: 0;
}

/* General table properties */
.center {
	margin: 0 auto;
}

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

.tbl {
	font-size: 12px;
	color: #5F5B56;
	background-color: #F8F2E7;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #5F5B56;
	background-color: #F1E8D7;
	padding: 4px;
}

.tbl2  {
	font-size: 11px;
	color: #6E614C;
	background-color: #DFD4C0;
	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;
}

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

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

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5B56;
	background-color: #EDE6D9;
	border: 1px solid #E4DBCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 4px 5px 4px;
	margin: 0 20px 0 20px;
}

.nolink, .nolink:hover, .nolink:active {
	color: #fff;
	text-decoration: none;
	padding: 2px 3px;
}

.poll {
	height: 12px;
	border: none;
}

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

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

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

.offer-title {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 14px;
	color: #807662;
	text-decoration: underline;
}

.offer-title:hover {
	color: #A89879;
	text-decoration: underline;
}

.offer-location {
	background-color: #E1D0B0;
	border: 1px solid #D6C7A9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 5px;
	margin: 4px 0 3px 0;
}

.offer-thumb {
	background-color: #dbcfb9;
	box-shadow: inset 0 2px 8px #BFB196;
	-moz-box-shadow: inset 0 2px 8px #BFB196;
	-webkit-box-shadow: inset 0 2px 8px #BFB196;
	border: 1px solid #BFB196;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 82px;
	height: 82px;
	padding: 3px;
}

.offer-thumb img {
	border: 1px solid #B0A081;
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 1024px) {
	.offer-thumb {
		width: 42px;
		height: 42px;
	}
	
	.offer-thumb img {
		width: 40px;
		height: 40px;
	}
}

/* Vertical Navigation */
#navigation h2 {
	font-size: 12px;
	font-weight: bold;
	color: #eee5d5;
	padding: 4px 3px;
	background-color: #D6C9B3;
	text-decoration: none;
	margin: 0 -4px 1px -4px;
}

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

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

#navigation a {
	display: block;
	color: #5F5B56;
	padding: 4px 3px;
	background-color: #DBCFB9;
	text-decoration: none;
	margin: 0 -4px 1px -4px;
}

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

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

#navigation li.current-link a {
	color: #AE9973;
	background-color: #EEE5D6;
	padding: 4px 3px;
}

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

.pagenav span {
	color: #F1EADB;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #8E7A54;
	background-image: url(images/spacer.png);
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-size: auto;
	border: 1px solid #6C5A36;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 6px 4px 6px;
	margin: 2px;
}

.pagenav a {
	color: #AA9875;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #D6C8AD;
	background-image: url(images/spacer.png);
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-size: auto;
	border: 1px solid #B8A787;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #BCAC8C;
	background-color: #E0D2B7;
	border: 1px solid #C4B392;
	margin: 2px;
	text-decoration: none;
}
