/*  
Theme Name: fabaceae
Theme URI: http://www.law-blog.de/themes/law-blog
Description: law-blog.de Wordpress Theme.
Version: 0.66 experimental German
Author: Kzenon
Author URI: http://www.layers-of-stability.com/

ATTENTION!
The CSS instructions for the Header graphix are
in header.php. This is necessary to handle the different URLs
of your installation/the template folder.

This Style is based on:

- alistapart.com in the general design philosophy, the open space (they do rule, read them!)
- Kubrick's default template Kubrick v1.3.0-rc1  for  WordPress 1.3 binarybonsai.com/kubrick/ (he is king)
- Dieter Muellers Orange Template orangeguru.net (book him!)

Made with EmEditor. Mostly.
*/

/* ------------------------------ Body-Definition */

body 		{
		font-family: verdana, sans-serif; 
		line-height: 1; 
  		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
		color: white; 
		font-size: 11px;
		background:#49982E url(/wp-content/themes/fabaceae/gfx/bg.jpg) repeat-x;
		}

/* ----------------------------------- Layout */

#main 				{
		float: none; 
  		width: 1000px;
		position:relative;
		top:-40px;
		left:10px;
  		}
		
#wrapper 				{
		float: left; 
		width:680px;
  		margin:0;
		padding:0;
  		}

#content 			{
		width: 484px; 
		float: right;
		padding-left: 10px;
		padding-right: 10px;
        padding-top: 0;
        overflow: hidden;
		border-top:1px dotted #113E0F;
		border-right:1px dotted #113E0F;
		border-left:1px dotted #113E0F;
		}
#content img, #photos img {
	padding: 1px;
	max-width: 100%;
	border: 1px solid #356B22;
}

#leftbar 				{
		float: left; 
		width:160px;
		margin:0;
/*		padding-top: 20px;*/
		padding-right: 0;
		border-top:1px dotted #113E0F;
		border-bottom:1px dotted #113E0F;
  		}

#secondary 			{
		width: 190px;
		padding-left: 10px;
		padding-right: 10px;
                padding-top: 0;
                overflow: hidden;
		float: left;
					}

#sidebar 			{
		width: 160px; 
		float: left;
		padding-left: 10px;
		padding-right: 10px;
                padding-top: 40px;
                overflow: hidden;
		}
			

#footer 		{
		height: 120px;
 		float: left;
 		margin-top: 30px;
		padding-top: 20px;
		padding-bottom: 0px;
		width: 100%;
		background:url(/wp-content/themes/fabaceae/gfx/bg-footer.jpg) repeat-x;
		}

/* ---------------------------- Headings */

.title			{
  		font-size: 17px;
		color: #ADCC31;
		font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
		margin:0;
		padding:5px 20px 5px 10px;
		position:relative;
		top:95px;
		left:0;
		text-transform:uppercase;
		letter-spacing:2px;
		background-color:#1E4B15;
		display:inline;
		}
		
.title a,			{
		text-decoration: none;
		color: #ADCC31;
		}

.title a:link		{
		text-decoration: none;
		color: #ADCC31;
		}
				
.title a:active		{
		text-decoration: none;
		color: #ADCC31;
		}
				
.title a:visited	{
		text-decoration: none;
		color: #ADCC31;
		}
.title a:hover	{
		text-decoration: none;
		color: #F6080B;
		}
h1				{
       	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
       	color: #ADCC31;
		font-size: 12pt;
       	font-weight: bold;
		line-height:120%;
       	letter-spacing: 1px;
       	text-align: left;
		padding-top:3px;
        padding-bottom:20px;
		margin:0;
				}
			
h1 a,			{
        color: #ADCC31;
		text-decoration: none;
		padding:0;
		}

h1 a:link		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h1 a:active		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h1 a:visited	{
        color: #ADCC31;
		text-decoration: none;
		}

h1 a:hover 		{
        color: #fff; 
		background: #ADCC31; 
		text-decoration: none;
		}

h2	{
  	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
		color: #DBEAD5; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding-top: 5px;	
	}

h2 a,			{
        color: #ADCC31;
		text-decoration: none;
				}

h2 a:link		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h2 a:active		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h2 a:visited	{
        color: #ADCC31;
		text-decoration: none;
		}


h3	{
  	font-family: verdana, arial, sans-serif;
		color: white; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 11px;
		font-weight:normal;
        text-align:left;
		line-height:110%;
		padding:23px 0 10px 0;
		margin:0;	
	}

h3 a,			{
        color: #ADCC31;
		text-decoration: none;
				}

h3 a:link		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h3 a:active		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h3 a:visited	{
        color: #ADCC31;
		text-decoration: none;
		}

h4	{
  	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
		color: #DBEAD5; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding:0;	
	}

h5 				{
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		padding-top:4px;
		padding-bottom:4px;
                color: #ADCC31;
                text-align:left;
		text-transform: uppercase;
                letter-spacing: 2px;
				}


h5 a,			{
        color: #ADCC31;


		text-decoration: none;
		}

h5 a:link		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h5 a:active		{
        color: #ADCC31;
		text-decoration: none;
		}
				
h5 a:visited	{
        color: #ADCC31;
		text-decoration: none;
		}

h5 a:hover 	{
        color: #fff; 
		background: #ADCC31; 
		text-decoration: none;
	}


/* ---------------------------- Mainly Main */


blockquote		{
		padding-top:0px;
		margin-left:10px;
		padding-left: 35px;
		font-family: verdana, arial, sans-serif;
		font-style: italic;
		background-image:url(./gfx/quote.gif);
		background-position: 0px 0px;
		background-repeat:no-repeat;
		}

.beispiel	{
		padding-top:10px;
		margin-left:10px;
		padding-left: 15px;
		margin-bottom:10px;
		font-family: verdana, arial, sans-serif;
		font-style: italic;
		background-position: 0px 15px;
		}

li				{
		list-style-type: square; 
		margin-left: 7px;
        padding-left: 10;
		font-weight: normal;
        margin-top: 0; 
        margin-bottom:2px;
				}
ul              {
		margin-left: 7px;
        padding-left: 0;
        list-style-position:outside;
        margin-top: 0; 
        margin-bottom:0;
                }

.post h1				{
       	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
       	color: #ADCC31;
		font-size: 12pt;
       	font-weight: bold;
		line-height:120%;
       	letter-spacing: 1px;
       	text-align: left;
		padding-top:15px;
        padding-bottom:20px;
		margin:0;
		}


.postmeta	{
		font-family: verdana, arial, sans-serif;
		color: #DBEAD5; 
		font-size: 11px;
        text-align:left;
		line-height:180%;
		padding-bottom:5px;
		padding-top:2px;
		border-bottom:1px dotted #113E0F;
		border-top:1px dotted #113E0F;
		text-transform: lowercase;
		}

.postmeta a,	{
        color: #ADCC31;
		text-decoration: none;
		}
				
.postmeta a:link {
        color: #ADCC31;
		text-decoration: none;
		}
				
.postmeta a:visited {
        color: #ADCC31;
		text-decoration: none;
		}
				
.postmeta a:active {
        color: #ADCC31;
		text-decoration: none;
		}

.postmeta a:hover
		{
        color: #fff; 
		background: #ADCC31; 
		text-decoration: none;
		}
		
.paging	{
		font-family: verdana, arial, sans-serif;
		color: #DBEAD5; 
		font-size: 11px;
        text-align:right;
		line-height:180%;
		padding-bottom:5px;
		padding-top:2px;
		text-transform: lowercase;
		}

.paging a,	{
        color: #ADCC31;
		text-decoration: none;
		}
				
.paging a:link {
        color: #ADCC31;
		text-decoration: none;
		}
				
.paging a:visited {
        color: #ADCC31;
		text-decoration: none;
		}
				
.paging a:active {
        color: #ADCC31;
		text-decoration: none;
		}

.paging a:hover
		{
        color: #fff; 
		background: #ADCC31; 
		text-decoration: none;
		}
		

.text 			{
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
		color: #DBEAD5; 
		font-size: 13px;
    	text-align:left;
		line-height:150%;
		font-weight:normal;
		padding-top:0;
		padding-bottom:0;
		}
.text p			{
		padding-top:0;
		padding-bottom:10px;
		margin:0;
		}
.text span			{
		padding:0;
		margin:0;
		}
.form			{
		padding-top:-50px;
		}

.text a, 		{
    	color: #ADCC31;
		text-decoration: underline;
		}

.text a:link 	{
    	color: #ADCC31;
		text-decoration: underline;
		}
				
.text a:visited	{
    	color: #ADCC31;
		text-decoration: underline;
		}

.text a:hover 	{
        color: #fff; 
		background: #ADCC31; 
		text-decoration: none;
		}
.uebersicht 	{
        padding-top:20px;
		}
.text li 	{
        margin-bottom:8px;
		}

/* --------------------- liste pflanzen�bersicht */
.liste 	{
        padding-bottom:20px;
		}
.liste ul li	{
        display:inline;
		list-style-type:none;
		margin:0;
		padding:0;
		white-space: nowrap;
		}

.liste a		{
    	color: #ADCC31;
		text-decoration: none;
		padding:0 10px 0 5px;
		text-transform:uppercase;
		font-weight:bold;
		border-right:1px solid #ADCC31;
		}

.liste a:link 	{
    	color: #ADCC31;
		text-decoration: none;
		}
				
.liste a:visited	{
    	color: #ADCC31;
		text-decoration: none;
		}

.liste a:hover 	{
        color: #fff; 
		background: #ADCC31; 
		text-decoration: none;
		}

/* --------------------- Mostly Sidebar */


.sidehead		{
		font-family: verdana, arial, sans-serif;
		color: #113E0F; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding-top: 20px;
		border-top:1px dotted #113E0F;
		}
.leftbarleft
{
		padding-top: 10px;
		}

.sidetext 		{
		font-family: verdana, arial, sans-serif;
		text-transform:lowercase;
		color: white; 
		font-size: 11px;
        text-align:left;
		line-height:160%;
		font-weight:normal;
		padding-top:10px;
		padding-bottom:5px;
				}

.sidetext a, 	{
        color: #ADCC31;
		text-decoration: none;
		}
				
.sidetext a:link 	{
        color: #ADCC31;
		text-decoration: none;
		}
				
.sidetext a:active 	{
        color: #ADCC31;
		text-decoration: none;
		}
				
.sidetext a:visited 	{
        color: #ADCC31;
		text-decoration: none;
		}


.sidetext a:hover 
		{
        color: #fff; 
		background: #ADCC31; 
		text-decoration: none;
		}
.sidetext a img 
		{
        border:none;
		}

/* --------------------- Footercontent */

.footertext 		{
		font-family: verdana, arial, sans-serif;
		color: white; 
		font-size: 11px;
        text-align: left;
		line-height:150%;
		font-weight: normal;
		padding-top: 15px;
		padding-bottom:20px;
		padding-left:30px;
		text-transform:lowercase;
		}
.footertext li				{
		list-style-type: square; 
		margin-left: 7px;
        padding-left: 10;
		font-weight: normal;
        margin-top: 0; 
        margin-bottom:2px;
		display:inline;
				}
.footertext ul              {
		margin-left: 7px;
        padding-left: 0;
        list-style-position:outside;
        margin-top: 0; 
        margin-bottom:0;
                }

.footertext a, 	{
        color: yellow;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:link 	{
        color: yellow;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:active 	{
        color: yellow;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:visited 	{
        color: yellow;
		text-decoration: none;

		line-height:180%;
		}

.footertext a:hover 
	{
        color: white; 
		background: black; 
		text-decoration: none;
		}




/* Begin Comments*/


#comment  { 
color: gray;
background-color: none; 
text-align: left; 
}

.commentshead { 
color: black; 
font-size: x-large;
font-family: Georgia, Times, Times New Roman, serif; 
font-weight: bold; 
line-height: 140%; 
text-align: left 

margin-top: 50px;
}




.commentstext   { 
color: black; 

font-size: small; 

font-family: Georgia, Times, Times New Roman, serif; 
font-weight: normal; 
line-height: 160%; 
text-align: left 
margin-top: 5px;
margin-bottom: 50px;
}


.commentsmetadata { 
color: grey; 
font-size: x-small; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 

line-height: 140%; 
}



#commentform input {
	width: 300px;
	color: #366B23;
	font-size: small; 
font-family: verdana, arial, sans-serif; 
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
	text-align: left; 
	border:0px solid black;
	background:#D6E3CA;
	}

#commentform textarea {
	width: 300px;
	color: #366B23;
	padding: 2px 2px 2px 2px; 
        font-size: small; 
        font-family: verdana, arial, sans-serif;
		border:0px solid black;
		background:#D6E3CA;
	}

#commentform #submit {
	margin: 0px;
	text-align: left; 
	color: #ADCC31;
	float: center;
	background:#366B23;
	font-weight:bold;
	}




.nocomments {
	text-align: right;
	margin: 0;
	padding: 0;
	}


/* End Comments */

/* header */
#headimg		{
		background:url(/wp-content/themes/fabaceae/gfx/header.jpg) no-repeat;
		padding:0;
		margin:0;
		}
#header		{
		height: 250px;
		width: 70%;
		position:relative;
		top:30px;
		left:0px;
		border:0px solid white;
		margin:0;
		padding:0;
		}

#navbar 		{
		text-align: right;
		overflow: hidden; 
		position:relative;
		top:50px;
		left:0;
		width:725px;
		}


#navbar a:hover		{
		color: #FBFAF4;
  		background: #5a6930;
		}
		
#navbar input		{
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
		letter-spacing:1px;
		font-weight:bold;
		color: #113E0F;
  		background: #ADB3C0;
		border-left:2px solid #ADB3C0;
		border-top:2px solid #ADB3C0;
		border-right:2px solid #ADB3C0;
		border-bottom:2px solid #ADB3C0;
		font-size:11px;
		padding:2px;
		}
#navbar input submit		{
		height:20px;
		}
#navbar input text		{
		height:20px;
		}

/* hauptnavi oben */
#menue {
	position:relative;
	left:188px;
	top:-92px;
	width:750px;
	float:left;
	}
#menue ul li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	}
	
#menue a {
	margin:0;
	padding-right:15px;
	color:#9F0002;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 2px;
	}
	
#menue a:hover{
	color:#1E4B15;
	}
#suche {
	float:left;
	}
.level1 {
	margin:0;
	padding:0;
	}
.linkcat h2		{
		font-family: verdana, arial, sans-serif;
		color: #113E0F; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-weight:normal;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding-top: 1px;
		}
		
/* pagenavi */

.wp-pagenavi {
	padding-top:20px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #D6E3CA;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #D6E3CA;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #366B23;
	color: #000000;
	background-color: #D6E3CA;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #D6E3CA;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #366B23;
	border: 1px solid #366B23;
	background-color: #D6E3CA;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #366B23;
	color: #366B23;
	background-color: #D6E3CA;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #366B23;
	color: #366B23;
	background-color: #D6E3CA;
}
/* ----------- ngg -------------*/



.ngg-albumoverview {

	margin-top: 10px;

	width: 100%;

	clear:both; 

	display:block !important;

}



.ngg-album {

    height: 100%;

    padding: 5px;

    margin-bottom: 5px;

    border: 1px solid #fff;

}



/* IE6 will ignore this , again I hate IE6 */

/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */

html>body .ngg-album {

    overflow:hidden;

    padding: 5px;

    margin-bottom: 5px;

    border: 1px solid #cccccc;

} 



.ngg-album {

	overflow: hidden;

	padding: 5px;

	margin-bottom: 5px;

	border: 1px solid #cccccc;

}



.ngg-albumtitle {

	text-align: left;

 	font-weight: bold;

	margin:0px;

	padding:0px;

	font-size: 1.4em;

	margin-bottom: 10px;

}



.ngg-thumbnail {

	float: left;

	margin-right: 12px;

}



.ngg-thumbnail img {

	background-color:#FFFFFF;

	border:1px solid #A9A9A9;

	margin:4px 0px 4px 5px;

	padding:4px;

	position:relative;

}



.ngg-thumbnail img:hover {

	background-color: #A9A9A9;

}



.ngg-description {

	text-align: left;

}



/* ----------- Album Styles Compact -------------*/



.ngg-album-compact {

	float:left;

	height:180px;

	padding-right:6px !important;

	margin:0px !important; 

	text-align:left;

	width:120px;	

}



.ngg-album-compactbox {

	background:transparent url(albumset.gif) no-repeat scroll 0%;

	height:86px;

	margin:0pt 0pt 6px !important;

	padding:12px 0pt 0pt 7px !important;

	width:120px;

}





.ngg-album-compactbox .Thumb {

	border:1px solid #000000;

	margin:0px !important;

	padding:0px !important;

	width:91px; 

	height:68px;

}



.ngg-album-compact h4 {

	font-size:15px;

	font-weight:bold;

	margin-bottom:0px;

	margin-top:0px;

	width:110px;

}



.ngg-album-compact p {

	font-size:11px;

	margin-top:2px;

}



/* ----------- Gallery style -------------*/




.ngg-galleryoverview {

	overflow: hidden;

	margin-top: 1px;

	width: 100%;

	clear:both; 

	display:block !important;

}



.ngg-galleryoverview .desc {

/* required for description */

   margin:0px 10px 10px 0px;

   padding:0;

}



.ngg-gallery-thumbnail-box {

	float: left;

}



.ngg-gallery-thumbnail {

	float: left;

	margin-right: 5px;

	text-align: center;

}



.ngg-gallery-thumbnail img {

	background-color:#FFFFFF;

	border:1px solid #A9A9A9;

	display:block;  

	margin:4px 0px 4px 0;

	padding:0;

	position:relative;

}



.ngg-gallery-thumbnail img:hover {

	background-color: #A9A9A9;

} 



.ngg-gallery-thumbnail span {

	/* Images description */

	font-size:90%;

	padding-left:5px;

	display:block;

}



.ngg-clear {

	clear: both;

}



/* ----------- Gallery navigation -------------*/



.ngg-navigation {

	font-size:0.9em !important;

	clear:both !important;

	display:block !important;

	padding-top:15px;

	text-align:center;

	

}



.ngg-navigation span {

	font-weight:bold;

	margin:0pt 6px;

}



.ngg-navigation a.page-numbers,

.ngg-navigation a.next,

.ngg-navigation a.prev, 

.ngg-navigation span.page-numbers,

.ngg-navigation span.next,

.ngg-navigation span.prev {

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-navigation a.page-numbers:hover,

.ngg-navigation a.next:hover,

.ngg-navigation a.prev:hover, 

.ngg-navigation span.page-numbers:hover,

.ngg-navigation span.next:hover,

.ngg-navigation span.prev:hover {

	background-color: #0066CC;

	color: #FFFFFF !important;

	text-decoration: none !important;

}



/* ----------- Image browser style -------------*/



.ngg-imagebrowser {

	

}



.ngg-imagebrowser h3 {

	text-align:center;

}



.ngg-imagebrowser img {

	border:1px solid #A9A9A9;

	margin-top: 10px; 

	margin-bottom: 10px; 

	width: 100%;

	display:block !important;

	padding:5px;

}



.ngg-imagebrowser-nav {

	padding:5px;

	margin-left:10px;	

}



.ngg-imagebrowser-nav .back {

	float:left;

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-imagebrowser-nav .next {

	float:right;

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-imagebrowser-nav .counter {

	text-align:center;

	font-size:0.9em !important;

}



.exif-data {

  	margin-left: auto !important;

    margin-right: auto !important;	

}



/* ----------- Slideshow -------------*/

.slideshow {

	margin-left: auto; 

	margin-right: auto;

	text-align:center;

	outline: none;	

}



.slideshowlink {

	

}



/* ----------- Single picture -------------*/

.ngg-singlepic {

	background-color:#FFFFFF;

	display:block;  

	padding:4px;

}



.ngg-left {

	float: left;

	margin-right:10px;

}



.ngg-right {

	float: right;

	margin-left:10px;

}



.ngg-center {

  	margin-left: auto !important;

    margin-right: auto !important;

}



/* ----------- Sidebar widget -------------*/

.ngg-widget,

.ngg-widget-slideshow {

	overflow: hidden;

	margin:0pt;

	padding:5px 0px 0px 0pt;

}



.ngg-widget img {

	border:2px solid #A9A9A9;

	margin:0pt 2px 2px 0px; 

	padding:1px; 

}



/* ----------- Related images -------------*/

.ngg-related-gallery {

	background:#F9F9F9;

	border:1px solid #E0E0E0;

	overflow:hidden;

	margin-bottom:1em;

	margin-top:1em;

	padding:5px;

}

.ngg-related-gallery img {

	border: 1px solid #DDDDDD;

	float: left;

	margin: 0pt 3px;

	padding: 2px;

	height: 50px;

	width:  50px;

}



.ngg-related-gallery img:hover {

	border: 1px solid #000000;

} 

/* bildunterschrifen */

#TB_secondLine {

	padding-top:7px;

	font-weight:bold;

}

#TB_caption {

	text-transform:lowercase;

}/* ----------- ngg -------------*/



.ngg-albumoverview {

	margin-top: 10px;

	width: 100%;

	clear:both; 

	display:block !important;

}



.ngg-album {

    height: 100%;

    padding: 5px;

    margin-bottom: 5px;

    border: 1px solid #fff;

}



/* IE6 will ignore this , again I hate IE6 */

/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */

html>body .ngg-album {

    overflow:hidden;

    padding: 5px;

    margin-bottom: 5px;

    border: 1px solid #cccccc;

} 



.ngg-album {

	overflow: hidden;

	padding: 5px;

	margin-bottom: 5px;

	border: 1px solid #cccccc;

}



.ngg-albumtitle {

	text-align: left;

 	font-weight: bold;

	margin:0px;

	padding:0px;

	font-size: 1.4em;

	margin-bottom: 10px;

}



.ngg-thumbnail {

	float: left;

	margin-right: 12px;

}



.ngg-thumbnail img {

	background-color:#FFFFFF;

	border:1px solid #A9A9A9;

	margin:4px 0px 4px 5px;

	padding:4px;

	position:relative;

}



.ngg-thumbnail img:hover {

	background-color: #A9A9A9;

}



.ngg-description {

	text-align: left;

}



/* ----------- Album Styles Compact -------------*/



.ngg-album-compact {

	float:left;

	height:180px;

	padding-right:6px !important;

	margin:0px !important; 

	text-align:left;

	width:120px;	

}



.ngg-album-compactbox {

	background:transparent url(albumset.gif) no-repeat scroll 0%;

	height:86px;

	margin:0pt 0pt 6px !important;

	padding:12px 0pt 0pt 7px !important;

	width:120px;

}





.ngg-album-compactbox .Thumb {

	border:1px solid #000000;

	margin:0px !important;

	padding:0px !important;

	width:91px; 

	height:68px;

}



.ngg-album-compact h4 {

	font-size:15px;

	font-weight:bold;

	margin-bottom:0px;

	margin-top:0px;

	width:110px;

}



.ngg-album-compact p {

	font-size:11px;

	margin-top:2px;

}



/* ----------- Gallery style -------------*/




.ngg-galleryoverview {

	overflow: hidden;

	margin-top: 1px;

	width: 100%;

	clear:both; 

	display:block !important;

}



.ngg-galleryoverview .desc {

/* required for description */

   margin:0px 10px 10px 0px;

   padding:0;

}



.ngg-gallery-thumbnail-box {

	float: left;

}



.ngg-gallery-thumbnail {

	float: left;

	margin-right: 5px;

	text-align: center;

}



.ngg-gallery-thumbnail img {

	background-color:#FFFFFF;

	border:1px solid #A9A9A9;

	display:block;  

	margin:4px 0px 4px 0;

	padding:0;

	position:relative;

}



.ngg-gallery-thumbnail img:hover {

	background-color: #A9A9A9;

} 



.ngg-gallery-thumbnail span {

	/* Images description */

	font-size:90%;

	padding-left:5px;

	display:block;

}



.ngg-clear {

	clear: both;

}



/* ----------- Gallery navigation -------------*/



.ngg-navigation {

	font-size:0.9em !important;

	clear:both !important;

	display:block !important;

	padding-top:15px;

	text-align:center;

	

}



.ngg-navigation span {

	font-weight:bold;

	margin:0pt 6px;

}



.ngg-navigation a.page-numbers,

.ngg-navigation a.next,

.ngg-navigation a.prev, 

.ngg-navigation span.page-numbers,

.ngg-navigation span.next,

.ngg-navigation span.prev {

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-navigation a.page-numbers:hover,

.ngg-navigation a.next:hover,

.ngg-navigation a.prev:hover, 

.ngg-navigation span.page-numbers:hover,

.ngg-navigation span.next:hover,

.ngg-navigation span.prev:hover {

	background-color: #0066CC;

	color: #FFFFFF !important;

	text-decoration: none !important;

}



/* ----------- Image browser style -------------*/



.ngg-imagebrowser {

	

}



.ngg-imagebrowser h3 {

	text-align:center;

}



.ngg-imagebrowser img {

	border:1px solid #A9A9A9;

	margin-top: 10px; 

	margin-bottom: 10px; 

	width: 100%;

	display:block !important;

	padding:5px;

}



.ngg-imagebrowser-nav {

	padding:5px;

	margin-left:10px;	

}



.ngg-imagebrowser-nav .back {

	float:left;

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-imagebrowser-nav .next {

	float:right;

	border:1px solid #DDDDDD;

	margin-right:3px;

	padding:3px 7px;

}



.ngg-imagebrowser-nav .counter {

	text-align:center;

	font-size:0.9em !important;

}



.exif-data {

  	margin-left: auto !important;

    margin-right: auto !important;	

}



/* ----------- Slideshow -------------*/

.slideshow {

	margin-left: auto; 

	margin-right: auto;

	text-align:center;

	outline: none;	

}



.slideshowlink {

	

}



/* ----------- Single picture -------------*/

.ngg-singlepic {

	background-color:#FFFFFF;

	display:block;  

	padding:4px;

}



.ngg-left {

	float: left;

	margin-right:10px;

}



.ngg-right {

	float: right;

	margin-left:10px;

}



.ngg-center {

  	margin-left: auto !important;

    margin-right: auto !important;

}



/* ----------- Sidebar widget -------------*/

.ngg-widget,

.ngg-widget-slideshow {

	overflow: hidden;

	margin:0pt;

	padding:5px 0px 0px 0pt;

}



.ngg-widget img {

	border:2px solid #A9A9A9;

	margin:0pt 2px 2px 0px; 

	padding:1px; 

}



/* ----------- Related images -------------*/

.ngg-related-gallery {

	background:#F9F9F9;

	border:1px solid #E0E0E0;

	overflow:hidden;

	margin-bottom:1em;

	margin-top:1em;

	padding:5px;

}

.ngg-related-gallery img {

	border: 1px solid #DDDDDD;

	float: left;

	margin: 0pt 3px;

	padding: 2px;

	height: 50px;

	width:  50px;

}



.ngg-related-gallery img:hover {

	border: 1px solid #000000;

} 

/* bildunterschrifen */

#TB_secondLine {

	padding-top:7px;

	font-weight:bold;

}

#TB_caption {

	text-transform:lowercase;

}
/* The End */