* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #fff;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	line-height: 2em;
	background-color: black;
	background-image: url(/1-graphics/wph-page-edge.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* @group containers */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	width: 960px;
	min-height: 100%;
	position: relative;
	margin: auto;
}

#title {
	height: 50px;
	text-indent: -9000px;
	background: url(/1-graphics/wph-site-name.png) no-repeat center top;
}

div#header-image {
	height: 300px;
	text-indent: -9000px;
	margin: 10px;
	background-position: center top;
	background-repeat: no-repeat;
}

div#header-image a {
	width: 940px;
	height: 300px;
	display: block;
}

div#header-slideshow {
	height: 300px;
	margin: 10px;
	overflow: hidden;
}

body.home div#header-image a {
	height: 360px;
}

#content {
	padding-bottom: 45px;
	overflow: auto;
	clear: both;
}

#navigation {
	width: 230px;
	float: right;
	background-color: transparent;
}

.entry {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	clear: left;
	overflow: auto;
}

.entry-sidebar {
	width: 240px;
	float: left;
	background-color: transparent;
}

.entry-main {
	margin-left: 250px;
	width: 440px;
	background-color: #1e1e1e;
	padding: 10px;
	overflow: auto;
}

.trip-info {
	margin-left: 10px;
	margin-top: 20px;
	text-align: right;
}

.trip-info p {
	line-height: 1.2em;
	color: #b2b2b2;
	margin-bottom: 1em;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	text-align: center;
	padding-top: 1em;
	width: 100%;
}

#footer p {
	font-size: 1.1em;
}

/*

 @end */

/* @group basic elements */

h1, h2, h3, h4 {
	line-height: 1.2em;
	font-weight: normal;
	color: #af730b;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

p, ul, td {
	font-size: 1.3em;
}

ul {
	list-style-type: none;
}

a, ul.navigation li ul li a {
	color: #af730b;
	text-decoration: none;
}

a:hover, ul.navigation li ul li a:hover {
	text-decoration: underline;
	color: #ee9c0f;
}

h1 a, h2 a, h3 a, h4 a {
	color: #af730b;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #ee9c0f;
	text-decoration: none;
}

.trip-info strong {
	color: #af730b;
}

img, a img {
	border-style: none;
}

h1+p, h2+p, h3+p, h4+p, h2+h3, h3+h4 {
	margin-top: 0.25em;
}

p+h2, p+h3, p+h4, h2+h3, h3+h4 {
	margin-top: 1em;
}

.entry-main p+p {
	text-indent: 0.75em;
	margin-top: 0em;
}

.entry-main p.published+p {
	text-indent: 0;
}

body.links h3 {
	margin-top: 1.5em;
}

/* @end */

.published {
	font-size: 1em;
	color: #b2b2b2;
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-main p.book-now {
	text-indent: 0;
}

/* @group lists */

ul.navigation {
	font-size: 2.2em;
	line-height: 1.6em;
}

ul.navigation li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

ul.navigation li ul {
	margin-left: 0px;
	font-size: 0.8em;
}

ul.navigation li ul li {
	line-height: 1.2em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

ul.navigation li ul li ul {
	line-height: 1.2em;
	font-size: 0.7em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-right: 10px;
}

ul.navigation a {
	color: #e5e5e5;
}

ul.navigation a:hover, ul.navigation ul a:hover {
	color: #ee9c0f;
	text-decoration: none;
}

body.home ul.navigation a.home, body.holidays ul.navigation a.holidays, body.about ul.navigation a.about, body.galleries ul.navigation a.galleries, body.blog ul.navigation a.blog, body.contact ul.navigation a.contact, body.equipment ul.navigation a.equipment, body.links ul.navigation a.links  {
	color: #af730b;
}

ul.navigation li.active_class a, ul.navigation li.active_class a:hover {
	color: #d4d4d4;
	text-decoration: none;
}

.entry-main ul {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 1.5em;
	list-style-type: disc;
}

.entry-main ul li {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	line-height: 1.3em;
}

.entry-main ul li strong {
	color: #af730b;
}

/* @end */

/* @group header-images */

body.home div#header-image {
	background-image: url(/1-graphics/headers/header-home.jpg);
	height: 360px;
}

body.holidays div#header-image {
	background-image: url(/1-graphics/headers/header-snaefellsjokull.jpg);
}

body.about div#header-image {
	background-image: url(/1-graphics/headers/header-bird-cliffs.jpg);
}

body.galleries div#header-image {
	background-image: url(/1-graphics/headers/header-selfoss.jpg);
}

body.blog div#header-image {
	background-image: url(/1-graphics/headers/header-snow-geothermal.jpg);
}

body.contact div#header-image {
	background-image: url(/1-graphics/headers/header-vodlavik.jpg);
}

body.equipment div#header-image {
	background-image: url(/1-graphics/headers/header-bubbles.jpg);
}

body.links div#header-image {
	background-image: url(/1-graphics/headers/header-thorisjokull.jpg);
}

/* @end */

/* @group galleries and article images */

div.gallery {
	overflow: auto;
}

div.gallery img {
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 70px;
	height: 70px;
}

div.article-thumb img, div.article-image img {
	width: 100%;
	height: auto;
}

body.about div.article-thumb {
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 5px;
}

body.about div.article-image {
	float: left;
	width: 150px;
	height: auto;
	margin-right: 10px;
	margin-top: 5px;
}

body.holidays div.article-thumb {
	width: 440px;
	height: auto;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* @end */

/* @group contact form */

div.contactform {
	background-color: transparent;
	width: 100% !important;
	margin-bottom: 3em;
	overflow: hidden;
	margin-top: 1em;
}

form.zemContactForm, div.zemThanks {
	background-color: transparent;
	padding: 0;
}

div.contactform label, div.contactform textarea, div.contactform input, div.zemThanks {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
}

div.contactform input, div.contactform textarea {
	margin-bottom: 1.5em;
	border-width: 0;
	background-color: #ccc;
}

div.contactform textarea {
	width: 100%;
}

div.contactform input.zemSubmit {
	background-color: #4c4c4c;
	margin-bottom: 0;
	padding: 0.25em;
	color: #e5e5e5;
	font-weight: bold;
}

/* @end */