/*
Theme Name: Herring Run
Theme URI: http://www.wordpress-themes.perun.net/
Description: Herring Run, based on Landzilla. A Theme for WP 2.x. Made by <a href ="http://www.vlad-design.de">Vladimir Simovic</a> (aka <a href="http://www.perun.net">Perun</a>).
Version: 2.6.1
Author: Vladimir Simovic (aka Perun) - Adapted by Mike McNeive for Herring Run
Author URI: http://www.vlad-design.de
Tags: green, landscape, widget-ready, two-column, widgets

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/*Updated April 22nd, 2010*/

body {
    padding: 0 0 2em 0;
    margin: 0;
    text-align: center;
    font: 62.5% verdana, sans-serif;
    background: #8aaa93 url(images/bg-top.jpg) repeat-x;
    color: #333;
    line-height: 150%;
}

hr {
    display: none;
}

img {
    border: none;
}

ins {
    text-decoration: none;
    border-bottom: 1px dashed #F26722;
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #333;
    font-style: normal;
}

blockquote {
    border-left: 5px solid #759D00;
    margin: 1em 0;
    padding: 5px 10px;
    background: #E3EBCC;
    width: 90%;
}

code, pre {
    color: #F26722;
    font: 1.1em 'courier new', courier, monospace;
}

/* Bild links ausgerichtet: Image floats left*/
.bild-links {
    float: left;
    margin: 0 15px 3px 0;
}

/* Bild rechts ausgerichtet; Image floats right*/
.bild-rechts {
    float: right;
    margin: 0 0 3px 15px;
}

.pagination {
    text-align: center;
    margin-top: 2em;
}

.center {
    text-align: center;
}

#container {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    padding: 0 0 1px 0;
    position: relative;
    background: #fff!important;
    border-bottom: 1px solid #ddd;
}

/* Kopfbereich (Header) */
#kopf {
    height: 100px;
    padding: 20px 0 0 20px;
    margin-bottom: 15px;
}

	.logo {
		float: left;
		}
		
	#header-right{
		float: right;
		width:350px;
		}
		
	#header-right h1 {
		font-size: 22px!important;
		padding: 10px 0!important;
		margin:0 0 0 20px!important;
		color:#004a79!important;
		}
#header-right h1 span{color:#8aaa93!important;}
		#header-right li {
			list-style-type: none!important;}

#kopf h1 {
    font: 22px 'trebuchet ms', sans-serif;
    color: #759D00;
    margin: 0;
    padding: 10px 15px;
}

#kopf h1 a {
    color: #759D00;
    text-decoration: none;
}

#searchform {
	background:#f6f6f6;
	padding: 15px;
	margin: -20px 15px 0 -27px;
	
	}
	
	#searchform input {
		border:1px solid #708878;
		padding: 2px;
		height: 18px;
		margin: 0 10px 0 0;
		}
		
		#searchsubmit {
		background:#e3ebcc;
		border:1px solid #708878;
		padding: 3px 2px 18px 2px!important;
		}
	
	#searchform label {
		font-size: 12px;
		padding: 0 10px 0 0;
		}
	
	.textwidget {margin:0; padding:0;}

/*Main Navigation - Horizontal*/

#nav {
	background: #708878;
	height: 32px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	text-align: center;
	}
	
/*
	#nav li {
		float: left;
		list-style-type: none;
		margin: 0 15px 0 0;
		padding: 8px 0 0 0;
		font-size: 14px;
		}
		
		#nav li a {
			color:#fff;
    		text-decoration: none;
    		}
    		
    		#nav li a:hover {
    			color:#333;
    			}
*/
 #dropmenu, #dropmenu ul {
	margin:0 0 0 0; 
	padding:0; 
	list-style-type:none; 
	list-style-position:outside; 
	z-index:1001; 
	position: relative;
	font-size:12px;
	
	}

#dropmenu a {display:block; padding:0.75em 1em 0.65em 1em;  border-right:1px solid #749780; color:#fff; text-decoration:none; /* background:#f4ebcc; */}
/* #dropmenu li .page-item-1125 a{border-right:none!important;} */

#dropmenu a:hover {background:#749780; color:#fff;}

#dropmenu li {float:left; position:relative;}

#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}

#dropmenu ul a {}

#dropmenu li ul {margin: 3px 0 0 0; border-top:1px solid #749780; width:12em; border-right: none;}

#dropmenu li ul a {background:#8aaa93; width:10em; height:auto; float:left;  border-bottom:1px solid #749780;}

#dropmenu ul ul {top:auto;}

#dropmenu li ul ul {left:12em; margin:0; }

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; cursor: pointer;}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

.creditline {display: none!important;}

/* Navigation (Sidebar) */
#navi {
    float: right;
    width: 362px;
    text-align: center;
    background: #e9f3fb;
    font-size: 1.1em;
    padding: 0 0 5px 0;
    margin: 0 15px 15px 0;
    display: inline;
}

#navi ul, #navi ol, #navi p, #navi form, #navi dl {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#navi div {
    margin: 10px 10px 15px 10px;
    text-align: left;
}

#navi form {
    margin: .7em 0 1em 0;
}

#navi input {
    border: 1px solid #759D00;
    font-size: 1.1em;
    background: #E3EBCC;
}


#navi h2 {
    font: bold 1.2em verdana, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
    padding: 1px 5px 1px 15px;
    background: #004a79 url(images/h3.gif) no-repeat center left;
    text-align: left;
}

#navi a {
    font-weight: bold;
    color:#759D00;
    text-decoration: none;
}

#navi a:hover {
    color: #444;
}

#navi ul {
    list-style: none;
    margin: .5em 0 1em 0;
}

#navi ul ul {
    margin: 2px 0 2px 7px;
    padding: 0;
}

#navi .navi-search {
    margin-bottom: 3px;
    width: 150px;
    background: #fff;
}

/* Inhalt (Content) */
#inhalt {
    /* margin-right: 35px; */
    /* margin-left: 15px; */
    margin: 0 0 0 15px;
    padding: 1.1em 0;
    font-size: 1.1em;
    float: left;
    width: 535px;
}

#home {
    margin-right: 235px;
    margin-left: 15px;
    padding: 1.1em 0;
    font-size: 1.1em;
    float: left;
    clear:left;
}



#inhalt h2 {
    color: #666;
    border-bottom: 1px solid #E3EBCC;
    font: bold 1em verdana, sans-serif;
    text-align: center;
    margin: .5em 0 0 0;
    padding: 2px 5px;
    background:#fff;
}

/*Homepage
==================================================*/

#mainheader {
	width: 960px!important;
	height: 300px;
	float: left;
	clear:both;
	}
	
	#rotator {
		z-index: 100!important;
		position: relative!important;
		}
		
	.wide-feature {
	background: #708878 url(images/bg-widefeature.jpg) no-repeat top right;
	color:#fff;
	width: 323px;
	margin: 0 15px 0 0;
	padding: 20px 20px 20px 20px;
	position: relative;
	float: right;
	z-index: 1000;
	top:-285px;
	
	}
	
	.wide-feature p {
		font-size: 13px;
		line-height: 18px;
		}
		
	.wide-feature a {
		font-size: 13px;
		color:#fff;
		text-decoration: underline;
		}
		
	.wide-feature a:hover {
		color:#8aaa93;
		}
		
		.wide-feature .donate {
			float: right;
			width: 220px;
			margin: 0 -20px 0 0;
			overflow: hidden;
			}
			
										
#partners {width:535px;float: left; clear:left;}
#partners .post-thumb, #navi .post-thumb {
	width: 100px;
	height: 100px;
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
	}
	
	.storycontent .post-thumb {
		max-width: 100px;
		max-height: 100px;
		float: left;
		clear: left;
		margin: 10px 20px 20px 0;
		overflow: hidden;
		}
	
	#navi .post-thumb {
		margin: 5px 15px 0 15px!important;
		}
	
	.storycontent {
		float: left;
		clear: left;
		margin: 15px 0 15px 0;
		width: 535px;
		}
		

/* Ueberschrift fuer Seiten; Heading for Pages */
#inhalt h2#page, #partners h2.page{
    text-align: left;
    padding: 2px 0 2px 0;
    margin: .5em 0;
    font-size: 1.4em;
    /* background: url(images/h3-inhalt.gif) no-repeat left center; */
}

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

#inhalt h3 {
    padding: 2px 0 2px 17px;
    margin: .5em 0;
    font-size: 1.4em;
    background: url(images/h3-inhalt.gif) no-repeat left center;
}

#inhalt h3 a {
    color: #648600;
    text-decoration: none;
}

#inhalt h3 a:hover {
    color: #759D00;
    text-decoration: none;
}

#inhalt h4 {
    font-size: 1.3em;
    padding: 0;
    margin: 1em 0;
    color: #444;
}

#inhalt h5 {
    font-size: 1.1em;
    padding: 0;
    margin: 1em 0;
    color: #444;
}

#footer a {
    color: #8aaa93;
}

#inhalt a {
	color:#004a79;
	}

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

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

#inhalt .meta {
    font-size: .9em;
    background: #E3EBCC;
    margin: 0;
    padding: 1px 5px;
}

#inhalt .feedback {
    margin: 1em 1.7em 1.5em 1em;
    text-align: right;
    font-weight: bold;
    /* background: url(images/kommentar.gif) no-repeat right center; */
    padding-right: 20px;
}

/* Kommentar-Bereich; Comment area*/
#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E3EBCC;
}

#commentlist li img.avatar {
    float: right; margin: 2px 0 5px 10px;
    border: 1px solid #759d00; padding: 4px; background: #e3ebcc;
}

#commentform {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #759D00;
    background: #E3EBCC;
}

#commentform textarea {
    border: 1px solid #759D00;
    padding: 3px;
    font: 1.1em verdana, sans-serif;
    color: #444;
    width: 480px;
}

/* Fuszbereich; Footer*/
#footer {
    clear: both;
    margin-top: 3em;
    padding: 15px 20px 20px 20px;
    text-align: center;
    background: #708878;
    border-top: 1px solid #333;
}

#footernav {
	background: #708878;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	text-align: center;
	}
	
	#footernav  li {
		float: left;
		list-style-type: none;
		margin: 0 15px 0 0;
		padding: 8px 0 0 0;
		font-size: 10px;
		}
		
		#footernav  li a {
			color:#fff;
    		text-decoration: none;
    		}
    		
    		#footernav  li a:hover {
    			color:#333;
    			}
    			
    /*footer social icon widget title*/
    .socialtitle {
    	display:none!important;
    	}



/* 3. Spezielle Formatierungen z.B. nur f�r Plugins */
#ed_toolbar input {
    border: 1px solid #759D00;
    background: #E3EBCC;
    font-size: 12px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

/* *** Plugins *** */
.tags {
    margin: 1.5em 0;
    font-weight: bold;
    border-top: 1px solid #E3EBCC;
    padding: 2px 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    margin-top: 2em;
}

.pagebar .this-page {
    font-weight: bold;
}

#inhalt .pagebar a {
    border: 1px solid #759d00;
    background: #e3ebcc;
    padding: 2px 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

#inhalt .pagebar a:hover {
    background: #759D00;
    color: #fff;
}

/* WordPress 2.6 */

.aligncenter,
div.aligncenter {
   display: block; margin-left: auto; margin-right: auto; text-align: center;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   background-color: #e3ebcc; border: 1px solid #759d00;
   padding-top: 4px; margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

.wp-caption img {
   margin: 0; padding: 0; border: 0 none;
}

#inhalt div.wp-caption a, #inhalt div.wp-caption a:hover { border: none; }

#inhalt .wp-caption p.wp-caption-text {
   font-size: 11px; line-height: 17px; color: #333;
   padding: 0 5px 5px 5px; margin: 0;
   }
/*Events*/

.dbem_events_list li {
	padding: 10px 0;
	border-bottom:1px solid #708878;
	}
	
	.dbem_events_list li:last-child {
		border:none!important;
		}
		
	.linklove {display:none;}
		
/*Flickr Mini Gallery
==============================================*/
.flickr-mini-gallery {padding: 10px 10px 10px 7px!important;}
.flickr-mini-gallery-thumb {margin: 0 4px 0 0;}
.flickr-link {margin: -8px 0 10px 6px;}

/*Widgets
==============================================*/

#cat, #navi select {width: 200px; margin: 10px 0 20px 0;}

/*Mail Chimp Sign-Up Box
==============================================*/
#mc_embed_signup  {
	width: 335px;
	margin: 0;
	padding: 0 0 0 0;
	/* float: right; */
	}
	
	#mc_embed_signup fieldset {
		/* width: 350px; */
		/* border: 1px solid #708878; */ border:none!important;
		margin:0;
		padding:0;
		}
	
	#mc_embed_signup .required {
	color: #bebebe;
	font-size: 8px!important;
	margin: 0 10px 0 0;
	float: right;
	}
	
	#mc_embed_signup legend {
		color: #708878;
		font-weight: bold;
		}
	
	#mc_embed_signup label {
		float: left;}
	
	#mce-EMAIL {
		width: 300px;
		margin: 0 0 5px 0;
		border: 1px solid #708878;
		}
	
	#mce-FNAME {
		width: 300px;
		/* float: left; */
		margin: 0 10px 5px 0;
		border: 1px solid #708878;
		}
		#mce-LNAME {
		/* float: left; */
		width: 300px;
		margin: 0 10px 5px 0;
		border: 1px solid #708878;
		}