/**************************************
  Defaults
**************************************/
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	background: #8cae00;
	background-image: url(../img/body_background-trans.png);
	background-attachment: fixed;
	
	color: #f7efd4;
	font-size: 12px;
	font-weight: bold;
	font-family: Vendana, Helvetica, Arial, sans-serif;
	
	text-align: justify;
}

br.clear {
	clear: both;
}

hr {
	border: 0px;
	border-bottom: 2px solid #F7BC00;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin-bottom: 15px;
}

a, a:link, a:visited {
	color: #C80015;
	text-decoration: none;
}

a:hover {
	color: #3661A6;
}

/**************************************
  Layout
**************************************/
#logo {
	position: absolute;
	top: 0px;
	left: 850px;
	width: 37px;
	height: 430px;
	padding: 30px;
	background: #794A21;
}

#container {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 790px;
	min-height: 100%;
	height: auto;
	background: #e66c00;
}

#header {
	margin: 30px;
}


/**************************************
  Forms
**************************************/
form {
	margin-bottom: 15px;
}

form p {
	margin: 0px 0px 15px 0px;
}

form label {
	display: block;
	width: 125px;
	float: left;
	font-weight: bold;
}

form ul.errorlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

form ul.errorlist li {
	margin: 0px 0px 0px 125px;
	padding: 0px;
	color: #794A21;
}

form input[type=text], #content form textarea {
	background: #E66C00;
	border: 2px solid #C80015;
	color: #f7efd4;
	font-weight: bold;
}

/**************************************
  Content
**************************************/
#content {
	float: left;
	margin: 0px 0px 30px 30px;
	width: 480px;
}

/* lists */
#content ul {
	list-style-type: square;
}

/* headings */
#content h1 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#content h1 span {
	padding: 5px;
	color: #794A21;
	background: #8CAE00;
	font-size: 24px;
	font-family: Vendana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#content h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content h2 a {
	padding: 5px;
	color: #f7bc00;
	background: #c80015;
	font-size: 24px;
	font-family: Vendana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#content h2 a:link {
	color: #f7bc00;
}

#content h2 a:hover {
	background: #3661A6;
}

/* Author & date */
#content p.meta {
	display: inline;
	position: relative;
	top: -10px;
	padding: 5px;
	background: #f7bc00;
	font-size: 14px;
	font-weight: bold;
}

#content p.meta span.author {
	color: #c80015;
}

#content p.meta span.date {
	color: #e66c00;
}

/* Headlines */
#content div.entry-headline {
	margin-bottom: 30px;
}

#content p.links {
	text-align: right;
}

#content p.links span.comments {
	margin-left: 15px;
}

/* related trips */
#content p.trips span {
	font-size: 14px;
}



/* comments */
#comments {
	background: #F7BC00;
	padding: 15px;
}

#comments form {
	margin-bottom: -15px;
}

#comments div.comment {
	margin-bottom: 30px;
}

#comments div.comment h3 {
	margin: 0px;
	padding: 0px;
	color: #C80015;
}

#comments div.comment h3 span {
	color: #E66C00;
}

#comments div.comment p {
	color: #794A21;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#comments h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Vendana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #c80015;
}

/* archives */
body.detail #content h1 {
	margin-bottom: 15px;
}

body.detail #content h1 span {
	padding: 5px;
	color: #f7bc00;
	background: #c80015;
	font-size: 24px;
	font-family: Vendana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}


/**************************************
  Sidebar
**************************************/
#sidebar {
	float: left;
	width: 220px;
	margin-left: 30px;
}

#sidebar h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar h2 span {
	padding: 5px;
	/*
	color: #f7bc00;
	background: #c80015;
	*/
	color: #794A21;
	background: #8CAE00;
	font-size: 18px;
	font-family: Vendana, Helvetica, Arial, sans-serif;
	font-weight: bold;	
}

/* categories */
#sidebar ul.categories-list {
	background: #F7BC00;
	margin: 0px 0px 30px 0px;
	padding: 15px 15px 1px 30px;
}

#sidebar ul.categories-list, #sidebar ul.categories-list ul {
	color: #3661A6;
	list-style-type: square;
}

#sidebar ul.categories-list li ul {
	padding-bottom: 15px;
	padding-left: 30px;
	margin-left: 0px;
}

#sidebar ul.categories-list ul li:last-child ul {
	padding-bottom: 0px;
}

/* months */
#sidebar ul.months-list {
	color: #3661A6;
	background: #F7BC00;
	margin: 0px 0px 30px 0px;
	padding: 15px 15px 15px 30px;
	list-style: square;
}

/* albums */
#sidebar ul.albums-list {
	background: #F7BC00;
	margin: 0px 0px 30px 0px;
	padding: 15px 15px 1px 30px;
}

#sidebar ul.albums-list, #sidebar ul.albums-list ul {
	color: #3661A6;
	list-style-type: square;
}

#sidebar ul.albums-list li ul {
	padding-bottom: 15px;
	padding-left: 30px;
	margin-left: 0px;
}

#sidebar ul.albums-list ul li:last-child ul {
	padding-bottom: 0px;
}

/* mailinglist */
#sidebar div.mailinglist {
	color: #C80015;
	background: #F7BC00;
	padding: 15px 15px 1px 15px;
	margin-bottom: 15px;
}

/**************************************
  GPS album
**************************************/
#geoalbums #map, #geotrips #map {
	color: #000000;
	font-weight: normal;
}
