/*
Theme Name: Tarin
Description: Tarin Sail and Bicycle
Version: 1.0
Author: Aleksandar Zivanov, Denis Tomljanovic
*/
/* @General CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 12px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
textarea {
	resize: none;
}

/* @Helpers */

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background: #fff url('images/background.jpg') repeat-y;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}
body, html {
	min-height: 100%;
}
strong {
	color: #000;
}
#header {
	background: url('images/header_background.jpg') no-repeat;
	padding-left: 468px;
	height: 218px;
}
#header-image {
	position: absolute;
	top: 0;
	left: 770px;
	z-index: 20;
}
#container {
	background: url('images/background_layer_2.jpg') no-repeat 0px 218px;
	min-height: 1000px;
	_height: 1000px;
	overflow: hidden;
}
#left {
	width: 190px;
	padding-right: 5px;
}
#menu {
	background: #fff;
}
#menu li {
	/*display: block;*/
	display: block;
	padding: 0;
	float: left;
	width: 190px;
}
#menu li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 10px;
	display: block;
	border-top: 1px dotted #777;
	margin: 0;
	width: 170px;
}
#menu li.home a {
	border: none;
}
#menu li ul {
	display: block;
}
#menu li.current a {
	background: #F94802;
	color: #fff;
}
#menu li ul {
	display: block;
	list-style: disc;
}
#menu li li, #menu li.current li {
	list-style: disc;
}
#menu li li a, #menu li.current li a {
	background: #eee url('images/submenu_dot.gif') no-repeat 10px center;
	color: #444;
	padding-left: 20px;
	width: 160px;
}
#menu li a:hover {
	background: #F94802;
	color: #fff;
}
#menu li li.current a, #menu li.current li.current a {
	color: #222;
	background: #ECE3BB url('images/submenu_dot2.gif') no-repeat 10px center;
}
#menu li li a:hover, #menu li.current li a:hover {
	background: #ddd url('images/submenu_dot2.gif') no-repeat 10px center;
	color: #000;
}

#comment-box-wrapper {
	background: url('images/comment_box_top.png') top no-repeat;
	padding-top: 90px;
	padding-bottom: 50px;
	margin-top: 100px;
}
#comment-box {
	background: #EEE5BB url('images/comment_box_bottom.png') bottom no-repeat;
	padding-bottom: 31px;
}
#comment-box ul {
	background: #EEE5BB url('images/comment_box_bg.jpg') repeat-y;
	padding: 0 5px;
}
#comment-box li {
	padding: 5px;
	border-bottom: 1px dotted #777;
}
#comment-box li p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#comment-box .comment-author {
	font-size: 12px;
	font-weight: bold;
	color: #b01b07;
}
#comment-box a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #b01b07;
	font-weight: bold;
	margin-top: 10px;
}
#comment-box a:hover {
	text-decoration: underline;
}
#main {
	position: absolute;
	left: 230px;
	top: 218px;
	width: 700px;
	z-index: 10;
}
#main #content-header {
	background: #f94c07;
	padding: 10px 20px;
	text-align: right;
}
#content {
	padding: 20px;
	background: #fff;
	color: #333;
	position: relative;
	z-index: 10;
	border-bottom: 5px #fff solid;
}
#content a {
	color: #F94C07;
}
#content a:hover {
	color: #b01b07;
}
#content h1 {
	font-size: 24px;
	padding-bottom: 15px;
	color: #000;
	text-transform: uppercase;
}
#content h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 5px;
	background: #eee;
	margin: 10px 0 5px 0;
}
#content h3 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding: 10px 0 5px 0;
}
#content hr {
	height: 1px;
	border: none;
	background: #999;
	color: #000;
}
#content dl {
	display: inline-table;
}
#content dt {
	font-weight: bold;
	clear: left;
	float: left;
}
#content dd {
	float: left;
	margin-left: 10px;
}
#content ul {
	padding: 10px 0 10px 50px;
	list-style: disc;
}
#content dd ul {
	padding: 0 0 0 20px;
}
#content ol {
	padding: 10px 0 10px 50px;
	list-style: decimal;
}
#content .red {
	color: #933;
}
#content img {
	position: relative;
	z-index: 11;
}
#content blockquote {
	font-size: 14px;
	color: #933;
	padding: 10px 0;
}
#content ol li {
	list-style: decimal;
}
#content ul li {
	list-style: disc;
}
#content p {
	padding: 5px 0;
}
#content-footer {
	background: url('images/content_footer.png') no-repeat bottom;
	position: relative;
	z-index: 10;
	/*padding-bottom: 9px;*/
	height: 9px;
}
#content-footer div {
	background: #eee;
	padding: 0 20px;
	line-height: 25px;
	height: 25px;
	text-align: right;
	border-bottom: 5px solid #fff;
}
#footer {
	background: url('images/footer.png') no-repeat;
	height: 135px;
	width: 702px;
	overflow: hidden;
	position: relative;
	top: -10px;
	z-index: 1;
}
#footer span {
	position: absolute;
	top: 100%;
}
#footer_baners {
	text-align: right;
}

/**
 * PAGE SPECIFIC CSS
 */
.page-id-27 #content ul {
	border-bottom: 1px dotted #999;
	list-style: none;
}
.page-id-59 #content .trip {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.page-id-59 .trip-link {
	padding-right: 150px;
}
.page-id-59 .map-button {
	position: absolute;
	right: 0px;
	top: 5px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	background: #F94802;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}
.page-id-59 .map {
	margin-top: 15px;
}
.page-id-59 .temperatures {
	margin-top: 20px;
}
.page-id-59 .temperatures td {
	padding-right: 20px;
	color: #933;
}
.page-id-115 #content #faq dt {
	cursor: pointer;
	margin-top: 8px;
	display: block;
	float: none;
}
.page-id-115 #content #faq dd {
	display: block;
	float: none;
}
.page-id-136 #content table, .page-id-124 #content table {
	margin: 10px auto 0 auto;
}
.page-id-136 #content table td, .page-id-124 #content table td {
	padding: 3px 10px;
	border: 1px dotted #999;
	color: #933;
}
.page-id-124 #content table thead td {
	color: #333;
}
.page-id-150 .gallery {
	height: 430px;
	overflow: auto;
}
.page-id-150 .gallery img.attachment-thumbnail {
	width: 155px;
	height: 105px;
	background: url('images/gallery_item_bg.jpg') no-repeat;
	padding: 9px 17px 26px 18px;
	border: none;
	margin-right: 8px;
}

table.list {
	margin-top: 20px;
}
table.list th {
	font-weight: bold;
	padding-right: 20px;
}
table.list td {
	padding-right: 20px;
}


.success {
	font-size: 14px;
	color: #0a0;
	background: #ffc;
	padding: 10px;
	border: #0a0 1px solid;
}
table.form {
	background: #f7f7f7;
	width: 100%;
}
table.form th {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	padding: 8px;
}
table.form td {
	padding: 8px;
	vertical-align: middle;
}
table.form .error {
	color: #c00;
}
table.form .text, table.form .select, table.form .textarea {
	border: 1px solid #999;
	padding: 2px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#sitemap {
	padding: 10px 100px;
}
#sitemap ul {
	margin: 0 auto;
	list-style-type: disc;
	padding: 0 auto;
}
#sitemap ul li ul {
	margin: 0 auto;
	list-style-type: circle;
	padding: 0 auto;
}
#sitemap ul li li {
	list-style-type: circle;
}
#sitemap ul li {
	margin: 0px auto 10px auto;
	padding: 0 auto;
}