/*
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: #b0976b;
	text-decoration: none;
}

a:visited {
	color: #b0976b;
}

/* ================= */
/* = 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: 9999;
}

#tagline {
	position: absolute;
	z-index: 10001;
	background: url(images/tagline-trans.png) no-repeat;
	display: block;
	width: 456px;
	height: 67px;
	top: 130px;
	right: 38px;
}

.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: 20px;
	position: relative;
}

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

#nav li ul {
	display: none;
	font-size: 12px;
	width: 600px;
/*	width: auto;*/
}

#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: #6a3d24;
}

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

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

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

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

#main h2 {
	font-size: 23px;
	height: 50px;
	color: #e6c190;
	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 #ec6614;
	position: relative;
}

#main h2 span {
	position: absolute;
	bottom: 15px;
}

#main h2 a {
	text-decoration: none;
}

#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 table.contactTable td {
	padding: 5px 0;
}

#main li {
	margin: 0;
}

#main p.intro {
	margin: 0;
}

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

#main p span[id] {
	height: 10px;
}

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

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

#main img.size-medium,
#main img.alignnone {
	border: 6px solid #fff;
}

/* Columns */

.twoCols {
	width: 600px;
	float: left;
	padding-bottom: 30px;
	clear: both;
}

.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%;
}

.verksted li {
	width: 25% !important;
}

#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 #ec6614;
}

#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;
	
}

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

#loggedIn {
	float: right;
	font-size: 11px;
	color: #fff;
}

#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: 10000;
	margin: 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
	border: 6px solid #fff;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
	border: 6px solid #fff;
}

.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;
	margin: 5px 0 !important;
	color: #000 !important;
	text-shadow: none !important;
}
