	/*
Theme Name: Mundraub
Theme URI: http://www.mundraub.org
Description: Mundraub theme
Version: 1
Author: Daniel Nielsen and Justin Buckley
Tags: fruit

*/

	* {
		margin: 0;
		padding: 0;
	}
	
	img {
		border: none;
	}

	body {
		text-align: center;
		background-color: #0e2f22;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 62.5%; /* Resets 1em to 10px */
	}

	/* main sections */

	#container {
		margin: 0 auto;
		width: 996px;
		text-align: left;
		overflow: hidden;		
	}
	
	#header {
		width: 996px;
		margin: 12px 0 12px 0;
		height: 72px;
		font-size: 1.4em;
	}
	
	#logo_menu_area {
		/* change to this when donate area is re-added 
		width: 492px;
		*/
		width: 650px;
		/* erase when shop is added */
		/* margin-right: 163px; */
		/* end */
		float: left;
	}
	
	#donate_area {
		float: left;
		width: 130px;
		padding-left: 12px;
		border-left: 1px solid #069a37;
		height: 72px;
	}
	
	#shop_area {
		float: left;
		/* width: 150px; */
		width: 200px;
		padding-left: 12px;
		border-left: 1px solid #069a37;	
	}	
	
	#shop_area div {
		width: 134px;
		float: left;
	}
	
	#shop_area img {
		float: right;
		padding-right: 6px;
	}
	
	#newsletter_area {
		float: left;
		/* width: 239px; */
		/* width: 180px; */
		width: 180px;
		padding-left: 12px;
		border-left: 1px solid #069a37;
		height: 72px;
	}

	
	#map_content {
		float: left;
		width: 744px;
		background-color: #cad6b0;
		position: relative;
	}
	
	#map_content .entry {
		width: 744px;
		margin: 0;
		padding: 0;
	}
	
	#map_page_container {
		width: 996px;
		overflow: hidden;
		background-color: #FFFFFF;
		height: 700px;
	}
	
	#map_page_container_external {
		width: 830px;
		overflow: hidden;
		background-color: #FFFFFF;
		height: 700px;
	}
	
	#big_map_content {
		float: left;
		width: 575px;
		background-color: #cad6b0;
		position: relative;
	}
	
	#smallmap_content {
		float: left;
		width: 400px;
		background-color: #cad6b0;
		position: relative;
	}
	
	#smallmap_content .entry {
		width: 400px;
		margin: 0;
		padding: 0;
	}
	
	#smallmap_page_container {
		overflow: hidden;

	}
	
	#eintragen {
		overflow: visible;
		position: fixed;
		padding-left: 300px;
		padding-top: 10px;
		z-index: 3;
	}

	#normal_page_container {
		width: 996px;
		overflow: hidden;
	}
	
	#normal_page_content {
		float: left;
		width: 744px;
		padding: 0;
		overflow: visible;
	}
	
	.bg_1 {
		background: url(images/fruit_texture_1.jpg) no-repeat;
	}
	
	.bg_2 {
		background: url(images/fruit_texture_2.jpg) no-repeat;
	}
	
	.bg_3 {
		background: url(images/fruit_texture_3.jpg) no-repeat;
	}
	
	.bg_4 {
		background: url(images/fruit_texture_4.jpg) no-repeat;
	}
	
	.bg_5 {
		background: url(images/fruit_texture_5.jpg) no-repeat;
	}				
	
	#normal_page_content .post {
		background-color: #FFFFFF;
		width: 480px;
		margin: 18px 168px 0 72px;		
		padding: 12px 12px 20px 12px;
	}
	
	#normal_page_content .tagTreePost {
		background-color: #FFFFFF;
		width: 576px;
		margin: 18px 72px 0 72px;
		padding: 12px 12px 20px 12px;	
	}
	
	
	#map_page_container #sidebar {
		float: left;
		width: 239px;
		padding-left: 12px;
		background-color: #FFFFFF;
		height: auto;
	}

	#sidebar-front {
		float: left;
		width: 100%;
		padding-top: 12px;
		padding-left: 0px;
		padding-bottom: 12px;
		height: auto;
	}
	ul.frontsponsor li{
		list-style-type: none;
		display: inline;
		padding-right: 5px;
	}

	#normal_page_container #sidebar {
		float: left;
		width: 239px;
		padding-left: 12px;
	}
	
	#sidebar label {
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#footer {
		width: 996px;
		margin-top: 24px;
	}
	
	#respond {
		background-color: #FFFFFF;
		width: 480px;
		margin: 18px 168px 0 72px;		
		padding: 12px 12px 20px 12px;
	}
	
	.entry #respond {
		margin: 0;
		padding: 0;
	}

	/* end main divs */

	#normal_page_content h2 {
		font-size: 2.6em;
		margin-bottom: 8px;
		color: #a50f2e;
	}
	
	#normal_page_content h2 a:link,
	#normal_page_content h2 a:visited,
	#normal_page_content h2 a:hover,
	#normal_page_content h2 a:active {
		color: #a50f2e;
		text-decoration: none;
	}
	
	#normal_page_content h2 a:hover {
		text-decoration: underline;
	}
	
	#normal_page_content p.posttime {
		color: #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1em;
		padding-bottom: 1em;
		text-transform: uppercase;
	}
	
	#normal_page_content .post_title {
		margin-bottom: 0;
	}

	#normal_page_content .entry p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		color: #333333;
		line-height: 1.5em;
		margin-top: 0px; 
		margin-right: 0px; 
		margin-bottom: 1em; 
		margin-left: 0px; 
		padding: 0px;
	}
	
	#logo_menu_area ul, #footermenu li {
		list-style-type: none;
	}
	
	#logo_menu_area img {
		margin-right: 300px;
	}
	
	#logo_menu_area ul li {
		float: left;
		padding-right: 15px;
		padding-left: 14px;
		border-left: 1px solid #069a37;	
	}
	
	#footermenu li {
		float: right;
		padding-right: 0px;
		padding-left: 14px;
	}		
	
	#logo_menu_area ul li.first {
		padding-left: 0;
		border: none;
	}	
	
	#logo_menu_area a:link,
	#logo_menu_area a:visited,
	#logo_menu_area a:hover,
	#logo_menu_area a:active {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#logo_menu_area a:hover {
		text-decoration: underline;
	}
	
	#header h2 {
		font-size: 1.1em;
	}
	
	#header p {
		font-size: 0.8em;
		margin-bottom: 14px;
	}
	
	#about_box {
		position: absolute;
		top: 0;
		left: 0;
		margin: 20px 0 0 20px;
		width: 290px;
		z-index: 999;
	}
	
	#about_box_top {
		background-color: #a50f2e;
		
		-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;	
		
		-webkit-box-shadow: rgba(0, 0, 0, 0.746094) 0px 2px 10px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		
		padding: 6px 10px 6px 10px;
		overflow: hidden;
		height: auto;
		width: 290px;		
	}
	
	#about_box_bottom {
		background-color: #a50f2e;
		
		-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		
		-webkit-box-shadow: rgba(0, 0, 0, 0.746094) 0px 2px 10px;
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;	
		
		padding: 10px;
		padding-top: 2px;	
		overflow: hidden;
		height: auto;
		width: 290px;				
				
	}
	
	#about_box_top h1 {
		font-size: 1.7em;
		float: left; 
		width: 220px;
	}
	
	#about_box p {
		margin-top: 6px;
		font-size: 1.4em;
		margin-bottom: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#about_box a.button {
		font-size: 1.4em !important;
	}
	
	#about_box_top #close_button {
		width: 60px;
		float: left;
		padding-top: 3px;
	}
	
	#about_box_top #close_button a#toggle_button:link,
	#about_box_top #close_button a#toggle_button:visited,
	#about_box_top #close_button a#toggle_button:hover,
	#about_box_top #close_button a#toggle_button:active  {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 1.2em;
	}
	
	#about_box_top #close_button a#toggle_button:hover {
		text-decoration: underline;
	}
	
		
		
	/* Styles for <button> tags */	
	
	button { 
		position: relative;
		border: 0; 
		padding: 0;
		cursor: pointer;
		overflow: visible; /* removes extra side padding in IE */
	}
	
	button::-moz-focus-inner {
		border: none;  /* overrides extra padding in Firefox */
	}
	
	button span { 
		position: relative;
		display: block; 
		white-space: nowrap;	
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* Safari and Google Chrome only - fix margins */
		button span {
			margin-top: -1px;
		}
	}
	
	button.submitBtn { 
		padding: 0 15px 0 0; 
		margin-right:5px;
		text-align: center; 
		background: transparent url(images/buttons_stacked.png) no-repeat right -88px;
				 
		/* typography */
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em !important;
		font-weight: bold;	
	}
		
	button.submitBtn span {
		padding: 4px 0 0 17px; 
		height:24px; 
		background: transparent url(images/buttons_stacked.png) no-repeat left top; 
		color: #478e16 !important;
	}
		
	button.submitBtn:hover, button.submitBtnHover {
		background-position: right -132px; 
	}
		
	button.submitBtn:hover span, button.submitBtnHover span {
		background-position: 0 -44px;
		color: #193606 !important;
	}


	/* Styles for normal <a> buttons links */
	a.button {
		background: transparent url(images/buttons_stacked.png) no-repeat right -88px;
		display: block;
		float: left;
		height: 24px; /* image height */
		margin-right: 6px;
		padding-right: 12px; /* right image width */
		text-decoration: none;
		color: #478e16 !important;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em !important;
		font-weight: bold;
	}
	
	a.button span {
		background: transparent url(images/buttons_stacked.png) no-repeat left top; 
		display: block;
		line-height: 24px; /* = button height */
		padding: 1px 0 2px 17px;
	} 

	a.button:hover, a.button:hover { 
		background-position: right -132px; 
	}
		
	a.button:hover span, a.button:hover span {
		background-position: 0 -44px;
		color: #193606;
		text-decoration: none !important;			
	}				



	/* form styles */
		
	#newsletter_area input, #searchform input {
		height: 17px;
		background-color: #fbfdf4;
		border: 2px inset;
		font-size: 0.8em;
		padding-top: 5px;
		padding-left: 4px;
		float: left;
		margin-right: 12px;
		width: 120px;
	}
	
	#searchform input {
		border: 1px inset;
	}
	
	
	/* map legend */
	
	#bob-legend {
		width: 200px;
		margin-top: 12px;
	}
	
	#bob-legend dl {
		width: 200px;
	}	
	
	#bob-legend dl dt {
		float: right;
		width: 12px;
		padding-right: 8px;
		height: 20px;
		padding-bottom: 4px;
	}
	
	#bob-legend dl dd {
		float: left;
		width: 180px;
		height: 20px;
		padding-bottom: 4px;
	}
	
	#bob-legend dl dd input {
		margin-right: 6px;
	}
	
	#searchthing {
		margin-top: 20px;
		padding-bottom: 12px;
		margin-bottom: 20px;
	}
		
	#searchthing input {
		width: 100px;
		margin-right: 12px;
	}
	
	#map_page_container #searchthing {
		border-bottom: 1px solid #CCCCCC;
		width: 210px;	
	}
	
	#normal_page_container #searchthing {
		margin: 24px 0 24px 0;
		padding: 12px 0 0 0;
		border-top: 1px solid #069a37;
	}	
	
	#tagthing {
		margin-top: 20px;
		padding-bottom: 12px;
		margin-bottom: 20px;
		overflow: hidden;
		width: 229px;
		margin-right: 10px;
		border-bottom: 1px solid #ccc;
	}	
	
	#tagthing p {
		font-size: 1.4em;
		color: #333333;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom: 8px;
	}
	
	#tagthing a.button {
		font-size: 1.4em !important;
	}
	
	.tdomf_buttons .submitBtn {
		font-size: 1.4em !important;
	}
	
	#searchform .submitBtn {
		font-size: 1.4em !important;
	}
	
	
	
	
	#footer a:link,
	#footer a:visited,
	#footer a:hover,
	#footer a:active {
		color: #FFFFFF;
	}
	
	
	
	#normal_page_container #sidebar	ul {
		list-style-type: none;
	}
	
	#normal_page_container #sidebar	ul li {
		padding-left: 16px;
	}
	
	#normal_page_container #sidebar a:link,
	#normal_page_container #sidebar a:visited,
	#normal_page_container #sidebar a:hover,
	#normal_page_container #sidebar a:active {
		color: #cad6b0;
		text-decoration: none;
	}
	
	#normal_page_container #sidebar a:hover {
		text-decoration: underline;
	}
	
	
	
	#normal_page_content #respond {
		color: #333333;
		font-size: 1.3em;
	}
	
	
	
	/* sidebar */
	
	#sidebar .side_entry ul{
		margin: 24px 0 24px 0;
		padding: 12px 0 0 0;
		border-top: 1px solid #069a37;
	
	}
	
	#sidebar .side_entry ul {
		margin-top: 8px;
	}
	
	#sidebar .side_entry ul  li {
		font-size: 1.4em;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	fieldset {
		color: #333333;
		font-size: 1.2em;
	}
	
	#geo_mashup_status_icon {
		display: none;
	}
	
	#geo_mashup_inline_help {
		display: none;
	}
	
	.gmap a {
		display: none;
	}
	
	#geo_mashup_map {
		margin-top: 12px;
	}
	
	.locationinfo {
		font-size: 1.2em;
		color: #333333;
	}
	
	.locationinfo a:link,
	.locationinfo a:visited,
	.locationinfo a:hover,
	.locationinfo a:active {
		color: #333333;
	}
	
	.locationinfo .meta {
		font-size: 1.6em;
	}
	
	.locationinfo .storycontent {
		font-size: 1.6em;
	}
	
	.tag_tree_row {
		width: 576px;
		overflow: hidden;
		border-top: 1px solid #ccc;
		padding-top: 12px;	
		margin-top: 12px;	
	}
	
	.tag_tree_lblock {
		width: 408px;
		margin-right: 12px;
		float: left;
	}
	
	.tag_tree_lblock fieldset, .tag_tree_lblock legend, .tag_tree_lblock h4, .tag_tree_lblock label {
		color: #333333;
	}
	
	.tag_tree_lblock label, .tag_tree_lblock .kindOfFruit {
		color: #333333;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
	}
	
	.tag_tree_lblock fieldset legend, .tag_tree_lblock h3 {
		font-size: 1.6em;
		font-weight: normal;
		color: #b30f2e;
		margin-bottom: 0.8em;
		width: 408px;
		display: block;
	}
	
	.tag_tree_lblock h3 {
		font-size: 2em;
	}
	
	#normal_page_content .tag_tree_lblock fieldset p {
		font-size: 1em;
		
	}
	
	.tag_tree_lblock fieldset a:link {
		color: #006633;
	}
	
	.entry .tag_tree_lblock .upload_files legend {
		font-size: 1.2em;
		font-weight: bold;
		color: #333333;
		margin-top: 0.8em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.entry .tag_tree_lblock .upload_files {
		padding-top: 12px;
	}
	
	.entry .tdomf_form_message {
		color: #333;
		font-size: 1.2em;	
	}
	
	.tag_tree_rblock {
		width: 156px;
		float: left;
		padding-top: 24px;
	}
	
	.tag_tree_rblock h4, #normal_page_content .entry .tag_tree_rblock p, .tag_tree_rblock ul, .tag_tree_rblock p {
		color: #CC0000;
		font-size: 1em;
		line-height: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.tag_tree_rblock ul {
		margin-bottom: 1em;
	}
	
	.tag_tree_rblock h4 {
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#normal_page_container .entry .tag_tree_lblock fieldset a:link,
	#normal_page_container .entry .tag_tree_lblock fieldset a:visited,
	#normal_page_container .entry .tag_tree_lblock fieldset a:hover,
	#normal_page_container .entry .tag_tree_lblock fieldset a:active {
		color: #009900;
		text-decoration: none;
	
	}
	
	#normal_page_container .entry .tag_tree_lblock fieldset a:hover {
		text-decoration: underline;
	}
	
	
	
	
	.post img {
		max-width: 480px;
		height: auto;
	}
	
	
	.entry ol {
		list-style-type: none;
	}
	
	.entry {
		color: #333333;
	}
	
	
	

	
/* TABS FOR MAP BY DANIEL */	

/*UI tabs*/
.gm-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-indent:0 !important; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial;
	width: 220px;
	font-size: 1.0em;
	position: relative;
	float:left;
	z-index: 1;
	bottom: -1px;
}
.gm-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.gm-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.gm-tabs-nav li:before {
	content:"" !important;
}
.gm-tabs-nav li {
	/*resets*/margin: 0 !important; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.gm-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .3em 0.5em;
	color: #555555;
	background: #e6e6e6;
}
.gm-tabs-nav li a img {
	display:none;
}
.gm-tabs-nav li a:hover {
	background: #dadada;
	color: #212121;
}
.gm-tabs-nav li.gm-tab-active {
	border-bottom-color: #ffffff;
}
.gm-tabs-nav li.gm-tab-active a, .gm-tabs-nav li.gm-tab-active a:hover {
	background: #ffffff;
	color: #212121;
}
.gm-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Georgia, sans-serif;
	font-size: 1.5em;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
	padding: 20px 20px;	
	width: 180px;
}
.gm-tabs-panel li {

}

.gm-tabs-panel li img {
	margin-right: 10px;
}

.gm-tabs-panel li .gm-sub-cat-title {
	line-height: 39px;
}

.gm-sub-cat-index{
	list-style-type: none;
}

.gm-tabs-panel .gm-sub-cat-index li div{
	display: none;
}

.gm-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

gmnoprint a {
	display: none;
}

#lmc3d {
	top: 370px !important;
}
	
.gels-form {
	opacity: 0.7;
}	
	
	
.agb_index {
	background: url(images/agb_bg.jpg) no-repeat;
	width: 996px !important;
	height: 700px;
}