/*  
Theme Name: HemingwayEx 1.5 mARTin Edition
Theme URI: http://nalinmakar.com/hemingwayex
Description: HemingwayEx is a simple weblog theme by <a href="http://nalinmakar.com">Nalin Makar</a> created by modifing the very popular <a href="http://warpspire.com/hemingway">Hemingway</a>.  If you'd like to learn more about HemingwayEx, <a href="http://nalinmakar.com/hemingwayex">head on over to my site</a>.
Version: 1.5 Final
Author: Nalin Makar
Author URI: http://nalinmakar.com
CoAuthor: mARTin
CoAuthor URI: http://martin-on-tour.de
*/

/*-----------------------------------------------------------------------------------------------*/
/*  Global Styles 																				 */
/*-----------------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; } /*Edited by mARTin (removed h1, p,)*/
li, dd { margin-left:5%; }
.fergcorp_countdownTimer_event_li { margin:0px; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both;	}						/*Edited by mARTin Removed height:1px; font-size:1px; line-height:1px;*/
a img{ border:none; }
div { position:relative; }
/*-----------------------------------------------------------------------------------------------*/
/*  Layout / Base Page Styling																	 */
/*-----------------------------------------------------------------------------------------------*/
body{
	background:#FFFFFF;						/*Edited by mARTin*/
	/* MIE Scrollbar Colors */				/*Added by mARTin*/
	scrollbar-arrow-color: FFFFFF;			/*Added by mARTin*/
	scrollbar-track-color: CCCCCC;			/*Added by mARTin*/
	scrollbar-face-color: B80F0F;			/*Added by mARTin*/
	scrollbar-highlight-color: F00F0F;		/*Added by mARTin*/
	scrollbar-3dlight-color: D80F0F;		/*Added by mARTin*/
	scrollbar-darkshadow-color: 000000;		/*Added by mARTin*/
	scrollbar-shadow-color: A80F0F;			/*Added by mARTin*/
	font-size:70%;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}


.title {									/*Added by mARTin*/
	color:#B80F0F;							/*Added by mARTin*/
	font-weight:bold;						/*Added by mARTin*/
}											/*Added by mARTin*/


/* This class sets the width and position for all rows */
.inside{									/*Edited by mARTin*/
	width:80%; /*breite der Seite*/			/*Edited by mARTin*/
	min-width:832px;						/*Edited by mARTin*/
	margin:0 auto;							/*Edited by mARTin*/
/*	max-width:1010px;						Removed Edited by mARTin*/
	}										/*Edited by mARTin*/
	
a{
	color:#B80F0F; 							/*Edited by mARTin*/
	text-decoration:none;
	/* removes the dotted line in Firefox*/	/*Added by mARTin*/
	:-moz-any-link:focus {outline: none;}	/*Added by mARTin*/
}

a:hover{
/*	color:#F00;							*/	/*Removed by mARTin*/
	text-decoration:underline;
	cursor: pointer;						/*Added by mARTin*/
}

.content a{
	color:#B80F0F !important;
}

.slideshowlink a{
	color:#B80F0F !important;
}

h1{
	color:#000000;							/*Changed by mARTin*/
	font-size:1.15em;						/*Changed by mARTin*/
	font-weight:normal;
/*	margin:1.5em 0; 					*/	/*Removed by mARTin*/
}
h1 a{
   color:#000000;							/*Changed by mARTin*/
}
h1 a:hover{
	color:#B80F0F;							/*Changed by mARTin*/
	text-decoration:underline overline;		/*Changed by mARTin*/
}

h2 {
	font-size:1.15em;						/*Changed by mARTin*/
	color:#FFF;								/*Changed by mARTin*/
	font-weight:normal;	
}

h3	{										/*Added by mARTin*/
	font-size:2.25em;						/*Added by mARTin*/
	color:#000000;							/*Added by mARTin*/
	font-weight:normal;						/*Added by mARTin*/
	}										/*Added by mARTin*/

h3 a{										/*Added by mARTin*/
	}


p{
	line-height:1.75em;
}
ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}
blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}
pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

.post_left_column{
	float:left;
	width: 240px; 
	padding-right: 13px;
	border:none;
	z-index:10;
	}

.post_right_column {

	}
		
.ngg-galleryoverview {
	clear:none !important;
	}

.ngg-gallery-thumbnail img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}	

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
/*	background:#333;					*/	/*Removed by mARTin*/
/*	color:#FFF;							*/	/*Removed by mARTin*/
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}
.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}
/*-----------------------------------------------------------------------------------------------*/
/*  Header																						 */
/*-----------------------------------------------------------------------------------------------*/
#header{
	background:#FFFFFF;						/*Edited by mARTin*/
	height: 75px;							/*Added by mARTin*/
}
#header .inside{
	padding:2em 0 4em;
}
#header h1{									/*Changed by mARTin*/
	font-size:2.25em;
/*	margin:0 0.5em 0 0;					*/	/*Removed by mARTin*/
/*	padding:0 0.5em 0.25em 0;			*/	/*Removed by mARTin*/
	border-right:0px solid #808080;			/*Changed by mARTin*/
	float:left;
	color:#000000;							/*Added by mARTin*/
	font-family:"Century Gothic","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif; /*Added by mARTin*/
}

#header h1 a{ 								/*Changed by mARTin*/
	text-decoration:none; 
	color:#000000;							/*Added by mARTin*/
	}

div#header h1 a:hover{ 						/*Changed by mARTin*/					
	text-decoration:underline overline;		/*Added by mARTin*/
	color:#B80F0F;							/*Added by mARTin*/
}											/*Added by mARTin*/	
	
/*#header p{							*/	/*Removed by mARTin*/
/*	padding:1em 0;						*/	/*Removed by mARTin*/
/*	margin:0;							*/	/*Removed by mARTin*/
/*	line-height:1em;					*/	/*Removed by mARTin*/
/*}										*/	/*Removed by mARTin*/

/*-----------------------------------------------------------------------------------------------*/
/*  Navigation All below is added by mARTin														 */
/*-----------------------------------------------------------------------------------------------*/

#navigation {
	background:#B80F0F url() top repeat-x;	/*Edited by mARTin*/
	display:block;
	height:20px;							/*Edited by mARTin*/
	overflow:hidden;
	border:0px solid #0F0; 					/*Added by mARTin for Bugfixing Purposes*/
	width:100%;								/*Added by mARTin*/
}

#navigation ul{
	list-style:none;
	margin:0;	
	padding-left:0px;
	text-transform:uppercase;
	font-size:1em;							/*Edited by mARTin*/
	font-weight:normal;		
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}
#navigation ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;  
	white-space:nowrap;	
	font-weight:bold;
}	
#navigation ul li a {
	padding:3px 10px 3px;					/*Added by mARTin*/	
	display:block;
	letter-spacing:1px;
	border:0;  
	text-decoration:none; 
	color:#ffffff; 
}	
#navigation ul li a:hover,#navigation ul li a:active, #navigation li.current_page_item a
{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	height:20px;	
}

#slidebar
{ 
	
	zoom:1;

}



/*-----------------------------------------------------------------------------------------------*/
/*  Page Numbers															     */
/*-----------------------------------------------------------------------------------------------*/

/* This class sets the width and position for all rows */
.pagenumbers {									/*Edited by mARTin*/
	background:#B80F0F url() top repeat-x;	/*Edited by mARTin*/
	width:100%;								/*Added by mARTin*/
	}										/*Edited by mARTin*/



/*-----------------------------------------------------------------------------------------------*/
/*  Open / Close Navigation button															     */
/*-----------------------------------------------------------------------------------------------*/
a.silderButtonNav{
	display:block;
	margin-top:1px;							/*Edited by mARTin*/
	padding:2px 25px 3px 5px;
	font-size:.8em;
	text-decoration:none;
	background:#B80F0F;						/*Edited by mARTin*/
	color:#FFFFFF;							/*Edited by mARTin*/
/*	border-top: 1px solid #333;			*/	/*Removed by mARTin*/
/*	border-left: 1px solid #333;		*/	/*Removed by mARTin*/
/*	border-right:1px solid #333;		*/	/*Removed by mARTin*/
	text-decoration:none;
	background: url(http://www.martin-bierschenk.de/images/arrow_down.gif) no-repeat top right #B80F0F;
	display:block;
}

*html a.silderButtonNav {
	width:80px;
	text-decoration:none;
}

a.silderButtonNav:hover{
	background:#FFFFFF;						/*Edited by mARTin*/
	color:#000000;							/*Edited by mARTin*/
/*	border-top: 1px solid #333;			*/	/*Removed by mARTin*/
/*	border-left: 1px solid #333;		*/	/*Removed by mARTin*/
/*	border-right:1px solid #333;		*/	/*Removed by mARTin*/
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------*/
/*  Primary Items																				 */
/*-----------------------------------------------------------------------------------------------*/
#primary{
	background:#FFFFFF;						/*Edited by mARTin*/
	padding-top:2em;				   		/*Edited by mARTin*/
	color:#444444;
}

#primary strong{							/*Added by mARTin*/
	color:#000000;							/*Added by mARTin*/
}

.abt-this-page{
	font-size:1.15em;
	color:#CCC;
	font-weight:normal;
}
#primary.onecol-stories .primary{
	float:left;
	width:100%;								/*Edited by mARTin*/
}
#primary.onecol-stories .secondary{
	float:left;								/*Edited by mARTin*/
	width:100%;								/*Edited by mARTin*/
	margin:0 0 0 10%;
}

.story h2{
	font-size: 1.5em;
	font-family: 'Century Gothic', sans-serif;
 	color: #CCCCCC;
 	background-color: transparent;
 	text-align: left;
 	line-height: 1.25em;
 	font-weight: bold;
 	font-variant: small-caps;
 	margin:0 0 0.5em 0;
 	}
}
.story h3 a{
	font-size: 1.5em;
	font-family: 'Century Gothic', sans-serif;
 	color: #B80F0F;
 	background-color: transparent;
 	text-align: left;
 	line-height: 1.25em;
 	font-weight: bold;
 	font-variant: small-caps;
 	margin:0 0 0.5em 0;
 	}
 	
.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.9em;
	color:#666;
}

#primary.twocol-stories .story{
	float:left;
	width:100%;								/*Edited by mARTin*/
	margin-top: 4px;						/*Edited by mARTin*/
	display:inline;
	padding: 0pt;							/*Added by mARTin*/
	border: 0pt solid #B80F0F;				/*Added by mARTin*/

}
* html #primary.twocol-stories .story{
	margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}
#primary.twocol-stories .first img, * html #primary.twocol-stories .first img, #primary.twocol-stories .story img, * html #primary.twocol-stories .story img{
	max-width: 100%;
}

h2.toggler {
	background-color: #B80F0F;				/*Added by mARTin*/
 	text-align: left;						/*Added by mARTin*/
 	line-height: 1.25em;					/*Added by mARTin*/
	font-family:Verdana,Arial,sans-serif;	/*Added by mARTin*/
	color: #FFFFFF;							/*Edited by mARTin*/
	font-variant: small-caps;				/*Added by mARTin*/
	font-size: 1.15em;							/*Edited by mARTin*/
	cursor: pointer;
	margin: 0 0 4px 0;
	padding: 3px 5px 3px;
}
#h2{
	font-size:1.15em;
	color:#FFF;
	font-weight:normal;
}

.story .details{
	margin:1em 0;
	text-align:left;						/*Edited by mARTin*/
	border-top:0px solid #B80F0F; 			/*Edited by mARTin*/
	padding:0.5em 0;
	font-size:0.9em;
	color:#666;
}
.read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	text-align:right;
	display:block;
}
.read-on a {
	font-style:italic;
	color:#CCC;
	text-decoration:none;
}
.story .details a{
 	color: #B80F0F; 						/*Edited by mARTin*/
	text-decoration:none;
}
.story .details a:hover{ 
	color:#F00;  							/*Edited by mARTin*/
	}

/* Single Post Styles */
#primary .primary{
	float:left;								/*Edited by mARTin*/
	width:90%; /*breite der Seite*/			/*Edited by mARTin*/
	min-width:832px;						/*Edited by mARTin*/
/*	max-width:85em; */						/*Edited by mARTin*/
	margin:0 auto;							/*Edited by mARTin*/
}
#primary .secondary{
	float:left;
	width:30%;
	margin-right:3%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:2%; }
.secondary .featured p{
	border-bottom:1px solid #333333;
	border-top: 1px solid #333333;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
#primary.twocol-stories .story img, .single-post img {
	padding: 4px;
	border: 1px solid #ddd;
	background: #FFFFFF;					/*Edited by mARTin*/
}
#primary.twocol-stories .story a img:hover, .single-post a img:hover {
	padding: 4px;
	border: 1px solid #ddd;
	background: #B80F0F;					/*Edited by mARTin*/
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #333333;
	padding:0.5em 0 0.6em 0;
}
.secondary .featured dl h2{
	margin:0 0;
	padding:0 0;
	color:#AAA;
	font-size:1em;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#FFF; }
.secondary .related_post{
	display:inline;
	margin:0;
	padding:0;
}
.secondary .related_post a{ color:#808080; }
.secondary .related_post a:hover{ color:#FFF; }
.single-post h1, .single-post h2{ margin-top:0; }
#primary code {
	display:block;
	border:1px solid #333;
	background:#272727;
	color:#ffffff;
	padding:0.2em 0.2em 0.2em 1em;
	margin:1em 5% 0 5%;
}
#paging{
	text-align:right;
	margin-top:0.5em;
}
#paging a {
	border:1px solid #333;
	padding:0.2em;
}
#paging a:hover {
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Secondary Items 																			 */
/*-----------------------------------------------------------------------------------------------*/
#secondary{
/*	background:#000; 						*/	/*Removed by mARTin*/
	padding:1px 2em;
/*	border-top:1px solid #1C1C1C;			*/	/*Removed by mARTin*/
}
.comment-head{
	border-bottom:1px solid #B80F0F;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head .num-comments{
	font-size:1.5em;
	margin:0;
	color:#808080;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}
ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}
#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }
#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }
#comments cite.pingback {
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}
#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #B80F0F;
	min-height:72px;
	height:auto !important;
	height:72px;
	overflow:hidden;
}
#comments .mycontent{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
    background-color: #939393;
    color: #000000;
	min-height:72px;
	height:auto !important;
	height:72px;
	overflow:hidden;
}
#comments .commentbody {
	padding: 2% 0 0 2%;
}
#comments .counter {
	position: absolute;
	top:-14px;
	right:-3px;
	font: lighter 72px 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color:#EEEEEE;
	text-align: right;
	padding:0;
}
#comments .mycontent .counter {
	position: absolute;
	top:-14px;
	right:-3px;
	font: normal 72px 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align: right;
	padding:0;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}
#comments .mycontent p{
	margin:0 0 1em 0;
}
#comments .mycontent h3{
	margin:0;
	font-size:1em;
}
#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}

.formhead {
	font-size:2.15em;
	margin:0;
	color:#000;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.2em;
	font-family:"Century Gothic","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	cursor:pointer;
	float:right; 
	margin:.5em 0 0 0;
	padding:0.25em 0.5em;
	display:block;
	border:1px solid #3D3D3D;
	background:#FFFFFF;
	color:#000000
}
.formactions input.submit:hover{ 
	background:#B80F0F;
	color:#FFFFFF;
}
*html .formactions input.submit{
	padding:0;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}
/*-----------------------------------------------------------------------------------------------*/
/*  Ancillary Items																				 */
/*-----------------------------------------------------------------------------------------------*/
.ancillary{		
	background:#B80F0F url() top repeat-x; 	/*Edited by mARTin*/
	padding:2em 0 2em 0;
	margin-top:-2px;						/*Added by mARTin*/
}
.ancillary .sidebar{
	float:left;
	padding: 1%;
	width: 28%;
	margin:0 0 0 2.5%;	
	background: transparent url(images/transparent_bg.png) repeat left top;
}
* html .ancillary .sidebar{
	background:none;
}
.ancillary .twice-length{ width:65%; }
.ancillary .thrice-length{ width:100%; }
.ancillary .first {
	clear:both;
	margin:0 0 0 2.4%;
}
* html .ancillary .first {
	clear:both;
	margin:0;
}
.ancillary .block-separator{
	clear:both;
	height:2.5em;
}
.ancillary .sidebar h2, .ancillary .sidebar h2{
	margin:0 0 2em 0;
	color: #FFFFFF;							/*Edited by mARTin*/
}
.divider {
	border-bottom:1px solid #808080;		/*Edited by mARTin*/
}
ul.sidebar li {
	list-style-type:none;
	margin:0;
}
ul.dates, ul.counts, ul.blogroll ul, ul.pages, ul.sidebar li.widget ul{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #808080;			/*Edited by mARTin*/
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li, ul.sidebar li.widget ul li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #808080;		/*Edited by mARTin*/
}
ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}
ul.counts .count{
	float:right;
	color:#858585;
}
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a, ul.sidebar li.widget ul a{
	color:#BFBFBF;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover, ul.sidebar li.widget ul a:hover{ 
	color:#FFF;
}
ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}
ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*block items*/
ul.recent-comments li a{
	color: #FF9900;
}
/*-----------------------------------------------------------------------------------------------*/
/*  Foooter																						 */
/*-----------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	color:#939393;
	margin:1.5em 0 3em 0;
	background:url(images/footer.gif) 50% 0 repeat-x; 		/*Added by mARTin*/

}
#footer .inside{
	padding:1em 0;
}

#footer p{
	margin:0;
	font-size:0.9em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#B80F0F;											/*Changed by mARTin*/ 
}
/*-----------------------------------------------------------------------------------------------*/
/*  Utilities																					 */
/*-----------------------------------------------------------------------------------------------*/
#utilities{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	text-align:right;
}
/*-----------------------------------------------------------------------------------------------*/
/*  Text Size																					 */
/*-----------------------------------------------------------------------------------------------*/
#textsize{
	margin:.25em 0 0 0;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:.40;
}
#textsize:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.00;
}
#textsize a {
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------------------*/
/*  Search																						 */
/*-----------------------------------------------------------------------------------------------*/
#search{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:.40;
}
#search:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.00;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat; 	/*Edited by mARTin*/
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.9em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}
#searchform{
	margin-top:4px;										/*Edited by mARTin*/
}
#searchform #s{
/*	background:#222;								*/	/*Removed by mARTin*/
	border:none;
	border-bottom:1px solid #333;
	margin-bottom:4px;
	width:98%;
	color:#666666;
	padding:0.25em;
}
#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */
#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	opacity:.90;
	border-top:1em solid #000;
}
#search-results h2{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}
#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

.livesearch{								/*Added by mARTin*/
	text-align: right;						/*Added by mARTin*/
	vertical-align: top;					/*Added by mARTin*/
}											/*Added by mARTin*/

/*-----------------------------------------------------------------------------------------------*/
/*  Portfolio All below is added by mARTin														 */
/*-----------------------------------------------------------------------------------------------*/	

.portfolio_content{
	border:0px solid #00F;
	text-align: left;
	vertical-align: top;
	padding-top:10px;
	padding-left:20px;
	float:left;
	}

.stripes_l{
	border:0px solid #B80F0F;
	height:400px;
	width: 20px;
	text-align: center;
	vertical-align: top;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:0px;
	padding-top:20px;
	padding-left:0px;
	float:left;
	background:url(http://www.martin-bierschenk.de/images/stripe.png) top repeat;
	}
	
.stripes_r{
	border:0px solid #B80F0F;
	height:400px;
	width: 20px;
	text-align: center;
	vertical-align: top;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:20px;
	padding-left:0px;
	float:left;
	background:url(http://www.martin-bierschenk.de/images/stripe.png) top repeat;
	}
	
.making_of{
	background:url(http://www.martin-bierschenk.de/images/makingof.png) no-repeat 0px 0px; 
	border:0px solid #00FF00;
	height:400px;
	width: 20px;
	margin-top:20px;
	text-align: center;
	vertical-align: middle;
	float:left;
	}
	
.portfolio_scroll_right{
	position: absolute;
	bottom:0px;
	left:20px;
	border: solid 0px 0F0;
	text-decoration:blink;
	color:#B80F0F;
}

/*-----------------------------------------------------------------------------------------------*/
/* Curriculum Vitae  All below is added by mARTin						  						 */
/*-----------------------------------------------------------------------------------------------*/	
	
table.cv{
	table-layout: automatic;
	width:850px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:3px solid #808080;
	border-bottom:4px solid #808080;
	padding-top:20px;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:100px;
	margin-top: 20px;
	border-spacing: 0px;
	border-collapse: separate;
	}
	
table.cv tbody{
	padding:0px;
	margin:0px;
	}
	
table.cv th {
}

.cv_headline{
	border-bottom:1px solid #B80F0F;
	color:#B80F0F;
	font-weight:bold;
	width:200px;
	text-align: left;
	vertical-align: top;
	padding-top:12px;
	}
	
.cv_headline_middle {
	border-bottom:1px solid #B80F0F;
	width:20px;
	vertical-align: top;
	padding:0px;
}
	
.cv_left {
	width:200px;
	text-align: right;
	vertical-align: top;
	padding-top:6px;
}
.cv_middle {
	width:20px;
	vertical-align: top;
	padding:0px;
}

.cv_right {
	text-align: left;
	vertical-align: top;
	padding-top:6px;
}

.cv a {
	color:#B80F0F;
	font-size:10px;
	}
	
/*-----------------------------------------------------------------------------------------------*/
/*  Topbar added by mARTin																		 */
/*-----------------------------------------------------------------------------------------------*/

#topbar{ /*The first line with the Blogtitle, Tagline and description*/
	background: none;
 	height:75px; 
	}
	
h1.blog-title  { /* H1 is the title in the header */
	/* font-variant:small-caps; */
	color:#000000; 
 	text-align: left; 
	font-size:2.25em; 
	font-weight:normal; 
	letter-spacing: 0px;
	border:0px solid #FF00FF; /* Bugfixing purpouse */
	display:block;
	float:left;
	text-indent:20px;
	margin-left:-20px;
	}

h1.blog-title a{
	color:#000000; 
	text-decoration:none;
	}
	
h1.blog-title a:hover {
	color:#B80F0F; 
	margin-left:-20px;	
	padding-left:20px;
	background:url(http://www.martin-bierschenk.de/images/icons/home13.png) no-repeat -16px 13px;
	}

.description { /* Description in header */
	text-decoration: none;
	border:0px solid #00FF00; /* Bugfixing purpouse */
	border-left:1px solid #CCCCCC;
	margin-left: 10px; 
	padding-left: 10px; 
	color:#777777; 
	font-size: 1.1em; 
	line-height: 3em; 
	width: 200px;
	float: left;
	}
	
.phone_and_mail { /* Phone and Mail in header */
	text-decoration: none;
	border: 0px solid #0000FF; /* Bugfixing purpouse */
	color:#777777; 
	line-height: 1.65em; 
	width: 250px;
	float:left;
	}
	
/*-----------------------------------------------------------------------------------------------*/
/*  Buttons Classes added by mARTin																				 */
/*-----------------------------------------------------------------------------------------------*/

.pdf{
	background:url(http://www.martin-bierschenk.de/images/icons/silk/page_white_acrobat.png) no-repeat 20px 2px;
	text-indent:30px;
	display:block;
	}
.acrobat{
	background:url(http://www.martin-bierschenk.de/images/icons/mini/file_acrobat.gif) no-repeat 0px 0px;
	text-indent:20px;
	display:block;
	}	

.download{
	background:url(http://www.martin-bierschenk.de/images/icons/silk/disk.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
	}
	
.link_new_window{
	background:url(http://www.martin-bierschenk.de/images/icons/silk/page_link.png) no-repeat 0px 2px;
	text-indent:25px;
	display:block;
	}

.phone{
	background:url(http://www.martin-bierschenk.de/images/icons/grey/mobile.gif) no-repeat 0px 5px;
	text-indent:20px;
	display:block;
	}
	
.clock{
	background:url(http://www.martin-bierschenk.de/images/icons/grey/clock.gif) no-repeat 0px 5px;
	text-indent:20px;
	display:block;
	list-style:none;
	}
li.clock, dd.clock { margin-left:0%; }
.ipod{
	background:url(	http://www.martin-bierschenk.de/wp-content/plugins/quicktime-embed/ipod.png) no-repeat 0px 2px;
	text-indent:20px;
	display:block;
	}
	
.de {
	background:url(http://www.martin-bierschenk.de/images/icons/flag/de.png) no-repeat 0px 4px;
	text-indent:20px;
	display:block;
	}
	
.en {
	background:url(http://www.martin-bierschenk.de/images/icons/flag/gb.png) no-repeat 0px 4px;
	text-indent:20px;
	display:block;
	}	
		
.email{
	background:url(http://www.martin-bierschenk.de/images/icons/grey/mail.gif) no-repeat 0px 5px;
	text-indent:20px;
	display:block; 
	}

.email a{
	color:#B80F0F;
	}	
	
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}

/*-----------------------------------------------------------------------------------------------*/
/*  Titel Classes added by mARTin																 */
/*-----------------------------------------------------------------------------------------------*/


.post .word0, .post .word6, .post .word8 {
color: #333;
padding: 0 10px;
}
 
.post .word1, .post .word4, .post .word9 {
background:#bbb;
color: #fff;
padding: 0 10px;
}
 
.post .word2, .post .word5, .post .word10 {
color: #76BAFC;
padding: 0 10px;
}

/*-----------------------------------------------------------------------------------------------*/
/*  Accordions added by mARTin																 */
/*-----------------------------------------------------------------------------------------------*/
		
		.accordion_toggle {
			display: block;
			height: 20px;
			background: url(http://www.martin-bierschenk.de/images/arrow_down.gif) no-repeat top right #B80F0F;
			padding-left: 10px;
			padding-right: 10px;
			color: #ffffff;
			font-weight: normal;
			font-variant: small-caps;				/*Added by mARTin*/
			outline: none;
			font-size: 12px;
			cursor: pointer;
			margin:0;
		}
		
		.accordion_toggle_active {
			background: url(http://www.martin-bierschenk.de/images/arrow_active.png) no-repeat top right #B80F0F;
			color: #ffffff;
			border-bottom: 1px solid #FFFFFF;
		}
		
		.accordion_content {
			background-color: #ffffff;
			overflow:auto;
			width:100%; /*breite der Seite*/		/*Edited by mARTin*/
			min-width:832px;						/*Edited by mARTin*/
		/*	max-width:85em; */						/*Edited by mARTin*/
			margin:0 auto;							/*Edited by mARTin*/
			border:0px solid #F00;
			overflow:auto;
			float:left;
		}		
						
		.accordion_content a {
			color:#B80F0F;
		}
			
		.accordion_content a:hover {
			text-decoration:underline;
			color:#FF0000;
		}
			
		.accordion_content a:img {
			border:none;
		}	
					
		.vertical_accordion_toggle {
			display: block;
			height: 20px;
			background: url(http://www.martin-bierschenk.de/images/arrow_down.gif) no-repeat top right #B80F0F;
			padding-left: 10px;
			padding-right: 10px;
			line-height: 20px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #FFFFFF;
			cursor: pointer;
			margin: 0;
		}

		.vertical_accordion_toggle_active {
			background: url(http://www.martin-bierschenk.de/images/arrow_active.png) no-repeat top right #B80F0F;
			color: #ffffff;
			border-bottom: 1px solid #FFFFFF;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow:auto;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(http://www.martin-bierschenk.de/images/arrow_left.gif) no-repeat top right #B80F0F;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow:auto;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }


/*-------------------------------------------------------------*/
/* Next Gen Gallerie */
/*-------------------------------------------------------------*/
.ngg-gallery-thumbnail {
	margin:10px !important;
	width:240px;
	height:240px;
	overflow:hidden;
}

.ngg-gallery-thumbnail-box {
	margin:6px !important;
	overflow:hidden;
}


.ngg-gallery-thumbnail img {
	border:0px solid #A9A9A9 !important;
	padding:0px !important;
	margin:0px !important;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.ngg-album-compact {
	height:auto !important;
	width:auto !important;
	padding-right:12px !important;
	padding-bottom:20px !important;
}


.ngg-album-compactbox {
	background:none !important;
	margin:0px !important;
	padding: 0px !important;
	height:auto !important;
	width:auto !important;
}
.ngg-album-compactbox .Thumb {
	border:0px solid #FFFFFF !important;
	height:240px !important;	
	width:240px !important;
}



.ngg-album-compact h4 {
	color:#333333 !important;
	font-size:11px !important;
	font-weight:normal !important;
	text-transform:uppercase;
	padding-left:10px;
}

.ngg-album-compact p {
	font-size:9px !important;
	padding-left:10px;
}

/*-------------------------------------------------------------*/
/* Schatten */
/*-------------------------------------------------------------*/

.ngg-album-compactbox .Thumb{
	-moz-box-shadow:2px 2px 8px #808080; 		/*Mozilla-basierte Browser (z.B. Firefox)*/
	-webkit-box-shadow:2px 2px 8px #808080; 	/*WebKit-basierte Browser (z.B. Safari/Chrome)*/
	box-shadow:2px 2px 8px #808080;  		/*CSS3 Standard*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=0, Strength=2)	/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=45, Strength=1)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=90, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=135, Strength=6)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=180, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=225, Strength=1)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=260, Strength=1)		/*MIE*/		
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=305, Strength=1);		/*MIE*/
}

.ngg-gallery-thumbnail-box {
	-moz-box-shadow:2px 2px 8px #808080; 		/*Mozilla-basierte Browser (z.B. Firefox)*/
	-webkit-box-shadow:2px 2px 8px #808080; 	/*WebKit-basierte Browser (z.B. Safari/Chrome)*/
	box-shadow:2px 2px 8px #808080;  		/*CSS3 Standard*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=0, Strength=2)	/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=45, Strength=1)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=90, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=135, Strength=6)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=180, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=225, Strength=1)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=260, Strength=1)		/*MIE*/		
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=305, Strength=1);		/*MIE*/
}
