/*
Copyright: 	2010, Anagram AS
Author: 	Hein Tore Tønnesen, heintore@anagram.no
*/

body {
	background: #eae5df;
	color: #000;
	font-family: georgia, times, "times new roman", serif;
	font-size: 62.5%;
}

a:link {
	color: #e6c190;
	outline: none;
}

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

a:visited {
	color: #E6DBC9;
}

hr {
	border: none;
	background: #000;
	height: 1px;
	color: #000;
	clear: both;
}

/* ================= */
/* = Page elements = */
/* ================= */

#wrap {
	width: 1000px;
	background: #fff;
	margin: 0 auto 20px;
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

#header {
	position: relative;
}

/* ========== */
/* = Header = */
/* ========== */

#logo {
	position: absolute;
	top: 140px;
	left: 60px;
	z-index: 100;
}

#tagline {
	position: absolute;
	z-index: 101;
	background: url(images/tagline-black2-trans.png) no-repeat;
	display: block;
	width: 459px;
	height: 67px;
	top: 170px;
	left: 220px;
	text-indent: -9999em;
}

.page-id-31 #tagline,
.page-id-35 #tagline {
	background-image: url(images/tagline-black-trans.png);
	width: 523px;
	height: 68px;
}

/*.page-id-33 #tagline,
.page-id-35 #tagline,
.page-id-37 #tagline {
	display: none;
}*/

#nav {
	width: 860px;
	height: 75px;
	background: #fff url(images/bg-nav.png) no-repeat 350px top;
	margin: 0 auto;
}

#nav ul#topmenu {
	list-style: none;
	font-size: 13px;
	padding-top: 32px;
	position: relative;
}

#nav li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

#nav li.right {
	position: absolute;
	right: 0;
	top: 32px;
	text-align: right;
	margin: 0;
}

#nav li ul {
	display: none;
	font-size: 13px;
	width: 400px;
}

#nav li.current_page_ancestor ul,
#nav li.current_page_item ul {
	display: block;
	position: absolute;
	margin-top: 6px;
}

#nav a {
	text-decoration: none;
	color: #603f2a;
}

#nav a:hover,
#nav li.current_page_item > a,
#nav li.current_page_ancestor > a {
	color: #b26e00;
}

#pics {
	border-top: 3px solid #bab1a6;
	margin-bottom: -1px;
	position: relative;
	height: 292px;
}

/* ================ */
/* = Main section = */
/* ================ */

#main {
	background: #ab742e url(images/bg-main.jpg) no-repeat right top;
	padding: 40px 70px;
	width: 860px;
	float: left;
	border-bottom: 3px solid #5a3921;
	position: relative;
}

#main .mainImage {
	position: absolute;
	top: 40px;
	right: 10px;
}

#main h2,
body.home #main h3 {
	font-size: 26px;
	height: 50px;
	color: #fff;
	font-weight: 100;
	font-family: times, "times new roman", georgia, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	margin-bottom: 15px;
	border-bottom: 1px solid #594225;
	position: relative;
}

body.home #main h3 {
	font-size: 18px;
}

#main h2 span,
body.home h3 span {
	position: absolute;
	bottom: 15px;
}

#main h2 a,
body.home h3 a {
	text-decoration: none;
	color: #fff;
}

#main h3 {
	font-size: 13px;
	font-weight: 100;
	color: #e6c190;
	margin-top: 20px;
}

#main p,
#main li,
#main ul,
#main table {
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	margin: 7px 0 14px;
}

#main table {
	width: 100%;
}

#main li {
	margin: 0;
}

#main p.intro {
	margin: 0;
}

#main p.added {
	font-style: italic;
	padding-bottom: 15px;
}

#main p span[id],
#main span+br {
	display: none;
}

#main ul {
	margin-left: 3em;
}

#main td {
	vertical-align: top;
	padding-right: 20px;
}

/* Columns */

.twoCols {
	width: 600px;
	float: left;
	padding-bottom: 30px;
	clear: both;
/*	outline: thin red solid;*/
}

.smallerCols {
	width: 570px;
}

.large {
	width: 750px;
}

.twoCols .col {
	width: 45%;
	margin-right: 5%;
	float: left;
}

.twoCols .col2 {
	margin: 0 0 0 5%;
	float: right;
}

.twoCols .colSmall {
	width: 30%;
}

.twoCols .colBig {
	width: 312px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
}

#sidebar h2 {
	color: #fff;
	border-bottom: 1px solid transparent;
}

#sidebar ul {
	list-style: none;
	font-size: 12px;
	margin: 0;
}

#sidebar li a {
	text-decoration: none;
}

#sidebar li span {
	display: inline-block;
	min-width: 4.3em;
	padding-right: .3em;
}

/* boats */

#boats-listing {
	list-style: none;
	margin: 20px -20px 0 !important;
}

#boats-listing li {
	float: left;
	text-align: center;
	width: 20%;
}

#boats-listing img {
	border: 6px solid #fff;
	width: 127px;
	height: 120px;
}

#boats-listing img:hover {
	border-color: #e6c190;
}

#boats-listing h3 {
	width: 65%;
	margin: 0 auto;
	padding: 10px 0 5px;
	font-weight: normal;
	border-bottom: 1px solid #603f2a;
}

#boats-listing h3 a {
	text-decoration: none;
}

/* ========== */
/* = Footer = */
/* ========== */

#footer {
	background: #fff;
	padding: 20px 70px;
	height: 30px;
	clear: both;
	position: relative;
}

#logos {
	list-style: none;
	float: left;
}

#logos li {
	display: inline;
	margin-right: 20px;
}

#logos img {
	vertical-align: top;
}

#copyright {
	float: right;
	text-align: right;
	font-size: 12px;
	padding-top: 0;
	line-height: 1.4;
}

#copyright a {
	color: #000;
}

#copyright span,
#copyright span a {
	font-size: 90%;
	color: #8C816D;
}

#login {
	position: absolute;
	right: 5px;
	bottom: 5px;
	
}

/* ============ */
/* = Calendar = */
/* ============ */


#eventCalendar {
/*	position: absolute;
	top: -10px;
	right: 20px;
	width: 440px;*/
}

#single #eventCalendar {
	position: static;
	right: 0;
	top: 0;
	float: left;
}

#eventCalendar #loader {
	position: absolute;
	top: 200px;
	right: 215px;
	display: none;
}

#eventCalendar table {
	border: 2px solid #855b20;
	font-family: arial, helvetica, verdana, sans-serif;
	width: 500px;
	border-collapse: separate;
	border-spacing: 0;
}

#eventCalendar thead {
	background: #121212;
}

#eventCalendar th,
#eventCalendar th a {
	text-align: center;
	color: #fff;
	text-shadow: #0A1126 0 0 2px;
}

#eventCalendar th a {
	text-decoration: none !important;
	padding: 0 10px;
	display: inline-block;
	width: 30px;
}

#eventCalendar .event-content-break {
	display: none;
}

#eventCalendar th a:hover {
	color: #1e2c5d;
	text-shadow: none;
}

#eventCalendar th a:active {
	color: #1e2c5d;
	text-shadow: #fff 0 0 3px;
}

#eventCalendar .month th {
	font-size: 16px;
	padding: 3px 0 0;
	font-weight: bold;
}

#eventCalendar .weekdays th {
	text-transform: lowercase;
	font-size: 11px;
	padding: 0 0 2px;
	color: #DCDCDC;
	width: 14%;
}

#eventCalendar td {
	border-bottom: 1px solid #cdc6bf;
	border-right: 1px solid #cdc6bf;
	background: #fff;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	height: 70px;
	width: 14%;
	padding: 0 !important;
}

#eventCalendar .current-day {
	background: #ebe5df;
	color: #2D2E30;
	font-weight: bold;
}

#eventCalendar div {
	font-size: 10px;
	line-height: 1.1;
	padding: 2px 3px;
	margin: 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background: #bf1e1e;
}

#eventCalendar div.publikum {
	background: #2e872c;
}

#eventCalendar div.internt {
	background: #3850a6;
}

#eventCalendar td.no-events div {
	display: none;
}

#eventCalendar div a {
	color: #fff;
	text-decoration: underline;
}

#eventCalendar div a:hover {
	text-decoration: none;
}

#eventCalendar b {
	font-weight: normal;
}

#eventCalendar .othermonth div {
	opacity: .6;
}

#eventCalendar td span {
	display: block;
	text-align: right;
	margin: 2px 2px 0 0;
	font-size: 11px;
}

#eventCalendar .othermonth span {
	color: #B7B7B7;
}

#eventCalendar tr td:last-child {
	border-right: none;
}

#eventCalendar tr:last-child td {
	border-bottom: none;
}

#calendarInfo {
	text-align: left;
	margin-top: 10px;
	font-size: 12px !important;
	width: 500px;
}

#calendarInfo .smallbox {
	display: inline-block;
	height: 12px;
	line-height: 13px;
	width: 12px;
	margin-left: 4px;
	background: #30b4f9;
	text-indent: -9999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#calendarInfo .publikum {
	background: #e89623;
}

#calendarInfo .internt {
	background: #e89623;	
}

/* ============== */
/* = Order form = */
/* ============== */

#main div.gform_wrapper,
#gforms_confirmation_message {
	position: absolute;
	top: 35px;
	right: 10px;
}

#gforms_confirmation_message {
	top: 100px;
	width: 320px;
	right: 70px;
}

#main div.gform_wrapper h3 {
	margin-left: 38px;
	font-family: times, "times new roman", georgia, sans-serif;
	font-size: 18px;
	margin-bottom: -5px;
	color: #fff;
	font-weight: 100;
	font-family: times, "times new roman", georgia, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

div.validation_error,
div.validation_message {
	display: none;
}

#main .gform_wrapper .gfield_error {
	background-color: #FCFFCD !important;
	padding-top: 0 !important;
	padding-bottom: 7px !important;
	border: none !important;

}


#main div.gform_wrapper input[type=text],
#main div.gform_wrapper textarea {
	width: 70%;
	padding: 4px;
	border: none;
	border-bottom: 1px solid #7F5B3E;
	border-right: 1px solid #7F5B3E;
	background: #ebe5df;
	font-family: georgia, times, 'times new roman', serif;
	font-size: 12px;
}

#main div.gform_wrapper textarea {
	height: 50px;
	width: 82%;
}


#main div.gform_wrapper input[type=text]:focus,
#main div.gform_wrapper textarea:focus {
	background-color: #fff;
}

#main div.gform_wrapper .button {
	margin-left: 38px;
	font-size: 12px;
	padding: 4px 6px;
}

#main div.gform_wrapper label {
	font-weight: normal;
}

/* ======== */
/* = Misc = */
/* ======== */

#loggedIn {
	float: right;
	font-size: 11px;
	color: #fff;
	position: relative;
	z-index: 102;
}

#loggedIn a {
	color: #fff !important;
}

#map_canvas {
	width: 300px;
	height: 170px;
	margin-top: 10px;
	border: 6px solid #fff;
	float: right;
}

.line {
	height: 8px;
	background: #000;
	border: none;
	opacity: .5;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: 103;
	margin: 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

body.home .alignright {
	margin-top: -90px;
	position: relative;
	z-index: 104;
}

body.home h3 {
/*	width: 60%;*/
/*	margin-top: 10px;*/
	
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.wp-caption {
	text-align: center;
	background: #fff;
	padding-top: 5px;
	border: 1px solid #EDE5D6;
}

p.wp-caption-text {
	font-size: 11px !important;
	text-align: center;	
	color: #000 !important;
	text-shadow: none !important;
	margin: 5px 0 !important;
}
