/* Reset browser defaults */
@import url('http://www.editha.net/wp-content/themes/hemingwayEx/wpsc_kelontong_style.css');

/*  
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 Bierschenk
CoAuthor URI: http://editha.net
*/

/*-------------------------------------------------------------*/
/*  Global Styles 											   */
/*-------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}

{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

h2, h3, h4, h5, h6, pre, blockquote, label, ol, dl, fieldset, address {  } /*Edited by mARTin (removed h1, p,)*/
dd { margin-left:5%; }
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; 
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
}
div {  }
/*-------------------------------------------------------------*/
/*  Layout / Base Page Styling						 		   */
/*-------------------------------------------------------------*/
body{
	background:#EEEEEE;						/*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%;
}

em{
	color:#B80F0F;
	line-height:1.75em;
 	text-align: left;
}

.shadow-box {
	-moz-box-shadow:3px 3px 10px #808080; 		/*Mozilla-basierte Browser (z.B. Firefox)*/
	-webkit-box-shadow:3px 3px 10px #808080; 	/*WebKit-basierte Browser (z.B. Safari/Chrome)*/
	box-shadow:3px 3px 10px #808080;  		/*CSS3 Standard*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=0, Strength=3)	/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=45, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=90, Strength=3)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=135, Strength=8)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=180, Strength=3)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=225, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=260, Strength=2)		/*MIE*/		
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=305, Strength=2);		/*MIE*/
}

.page-box {
	min-width:600px;						/*Edited by mARTin*/
	max-width:1010px;						/*Edited by mARTin*/
	padding-top:25px;
	padding-bottom:75px;
	padding-left:55px;
	padding-right:55px;
	min-height:270px;
	background:#FFFFFF;						/*Edited by mARTin*/
}

.page-gap {
	margin-top:30px;
}

.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:95%; /*breite der Seite*/			/*Edited by mARTin*/
	min-width:600px;						/*Edited by mARTin*/
	max-width:1010px;						/*Edited by mARTin*/
	margin:0 auto;							/*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*/
}
h1{
	color:#000000;							/*Changed by mARTin*/
	font-weight:normal;
}
h1 a{
   color:#000000;							/*Changed by mARTin*/
}
h1 a:hover{
	color:#B80F0F;							/*Changed by mARTin*/
	text-decoration:underline overline;		/*Changed by mARTin*/
}

h2 {
	color:#FFF;								/*Changed by mARTin*/
	font-weight:normal;	
}

h3	{										/*Added by mARTin*/
	color:#000000;							/*Added by mARTin*/
	font-weight:normal;						/*Added by mARTin*/
	}										/*Added by mARTin*/

h3 a{										/*Added by mARTin*/
	}


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 {
	}	
		
#post_column{
	float:left;
	padding-right: 13px;
	border:none;
	}
	
table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ }

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													   */
/*-------------------------------------------------------------*/
#header2{
	height: 40px;
}

#header{
/*  background:#FFFFFF;						 Edited by mARTin*/
	height: 75px;							/*Added by mARTin*/
}
#header .inside{
	padding:2em 0 4em;
}

#header h1{									/*Changed by mARTin*/
	border-right:0px solid #808080;			/*Changed by mARTin*/
	float:left;
}

#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:visible;                       /*Edited by mARTin was hidden*/
	border:0px solid #0F0; 					/*Added by mARTin for Bugfixing Purposes*/
	width:100%;								/*Added by mARTin*/
	position:absolute;						/*Added by mARTin*/
	top:165px;								/*Added by mARTin*/
	z-index: 100;
}

.menu{
	padding-left:54px;						/*Added by mARTin*/
}

#slidebar
{ 
	zoom:1;
}

/*-------------------------------------------------------------*/
/*  Login Logout Sign all below is added by mARTin			   */
/*-------------------------------------------------------------*/
.sign{
	display: block;
	float: right;
	height: 30px;
	margin: 0px;
	line-height: 30px;
	font-size: 0.625em;
	position:relative;
	top:30px;
}

.sign ul{
	list-style: none;
	margin: 0 8px 0 10px;
}
.sign li{
	border-right: 1px solid #CCCCCC;
	display: inline;
	padding: 0 12px 0 10px;
}
.sign .no{
	border: 0px;
}
.sign a{
	color: #fff;
}
.sign .black{
	color: #212121;
}

/*-----------------------------------------------------------------------------------------------*/
/*  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.editha.net/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											   */
/*-------------------------------------------------------------*/
#content{
	padding-top:51px;			/*Edited by mARTin*/
	color:#444444;
}

#primary{
/*	background:#FFFFFF;			/*Edited by mARTin*/
	padding-top:51px;			/*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%;
}

.first{
	margin-top: 53px;
}
.story h2{
 	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{
 	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 #FFFFFF;
	background: #FFFFFF;					/*Edited by mARTin*/
}
#primary.twocol-stories .story a img:hover, .single-post a img:hover {
	padding: 4px;
	border: 1px solid #FFFFFF;
	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 #1C1C1C;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head .num-comments{
	font-size:1.5em;
	margin:0;
	color:#FFF;
}
.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 #868686;
	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: #272727;
	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:1.15em;
	margin:0;
	color:#FFF;
}
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:#272727;
	color:#CCC
}
.formactions input.submit:hover{ 
	background:#CCC;
	color:#272727
}
*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;
/*	background:url(images/footer.gif) 50% 0 repeat-x; 	*/	/*Removed by mARTin*/

}
#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:#FFF;
}
/*-------------------------------------------------------------*/
/*  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: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.editha.net/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.editha.net/images/stripe.png) top repeat;
	}
	
.making_of{
	background:url(http://www.editha.net/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:30px; 
	}
	
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;
	display:block;
	float:left;
	text-indent:20px;
	margin-left:-20px;
	margin-top:8px;
	}

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.editha.net/images/icons/home13.png) no-repeat -16px 13px;
	}

.description { /* Description in header */
	text-decoration: none;
	border-left:1px solid #CCCCCC;
	margin-left: 10px; 
	padding-left: 10px; 
	color:#777777; 
	font-size: 1.1em; 
	line-height: 3em; 
	width: 25%;
	float: left;
	}
	
.phone_and_mail { /* Phone and Mail in header */
	margin-top:8px;
	text-decoration: none;
	color:#777777; 
	line-height: 1.65em; 
	width: 130px;
	float:left;
	}
	
/*-------------------------------------------------------------*/
/*  Buttons Classes added by mARTin					           */
/*-------------------------------------------------------------*/

.pdf{
	background:url(http://www.editha.net/images/icons/silk/page_white_acrobat.png) no-repeat 20px 2px;
	text-indent:30px;
	display:block;
	}
.acrobat{
	background:url(http://www.editha.net/images/icons/mini/file_acrobat.gif) no-repeat 0px 0px;
	text-indent:20px;
	display:block;
	}	

.download{
	background:url(http://www.editha.net/images/icons/silk/disk.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
	}
	
.link_new_window{
	background:url(http://www.editha.net/images/icons/silk/page_link.png) no-repeat 0px 2px;
	text-indent:25px;
	display:block;
	}

.phone{
	background:url(http://www.editha.net/images/icons/grey/mobile.gif) no-repeat 0px 5px;
	text-indent:20px;
	display:block;
	}
	
.clock{
	background:url(http://www.editha.net/images/icons/grey/clock.gif) no-repeat 0px 5px;
	text-indent:20px;
	display:block;
	}
	
.ipod{
	background:url(	http://www.editha.net/wp-content/plugins/quicktime-embed/ipod.png) no-repeat 0px 2px;
	text-indent:20px;
	display:block;
	}
	
.de {
	background:url(http://www.editha.net/images/icons/flag/de.png) no-repeat 0px 4px;
	text-indent:20px;
	display:block;
	}
	
.en {
	background:url(http://www.editha.net/images/icons/flag/gb.png) no-repeat 0px 4px;
	text-indent:20px;
	display:block;
	}	
		
.email{
	background:url(http://www.editha.net/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.editha.net/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.editha.net/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.editha.net/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.editha.net/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.editha.net/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;
    }
    
/*-------------------------------------------------------------*/
/*  HR and Corners added by mARTin						       */
/*-------------------------------------------------------------*/


.tl{
	background:url(http://www.editha.net/images/icons/corners/tl.gif) no-repeat 0px 0px;
	height:10px;
	width:60px;
	margin-left:-20px;	
	padding-left:20px;
	display:block; 
	float:left;
	}
	
.bl{
	background:url(http://www.editha.net/images/icons/corners/bl.gif) no-repeat 0px 0px;
	height:10px;
	width:60px;
	margin-left:-20px;	
	padding-left:20px;
	display:block; 
	float:left;
	}
	
.tr{
	background:url(http://www.editha.net/images/icons/corners/tr.gif) no-repeat 10px 0px;
	height:10px;
	width:20px;
	margin-right:-20px;
	display:block; 
	float:right;
	}
	
.br{
	background:url(http://www.editha.net/images/icons/corners/br.gif) no-repeat 10px 0px;
	height:10px;
	width:20px;
	margin-right:-20px;
	float:right;
	display:block; 
	}

/*-------------------------------------------------------------*/
/* Ausrichtung Vertikal added by mARTin						   */
/*-------------------------------------------------------------*/
.oben    { vertical-align:top; }
.mittig  { vertical-align:middle;}
.unten   { vertical-align:bottom;}


.clear {
	clear: both;
}

.livesearchpopup {
	float:right;
   	display:block;
	margin-top:9px;
	}




/*----------------------------------------------------------*/
/* Gallerie */
/*----------------------------------------------------------*/
.album_list {
	border:0px solid #AAAAAA  !important;
	float:left  !important;
	margin:0 !important;
	height:200px  !important;
	min-height:200px  !important;
	padding:0px !important;
	padding-right:10px !important;
	width:200px  !important;
	}

.entry-content img {
	border-style:none;
	border-width:0px;  /*-grauer Rand um Fotos 

entfernen -*/
	margin: 0px; /*-Abstand um bilder -*/
	}

.album_list .meta_wrapper {   
	text-align:left !important;
}

.album_list .meta_wrapper h4 a {   /*-Titel unter dem Bild 

-*/
	color:#333333;
	font-size:11px !important;
	font-weight:normal;
	text-transform:uppercase;
}

.album_list .image_wrapper {
	float:left !important;
	height:auto !important;
	overflow:hidden !important;
	text-align:left !important;
	width:auto !important;
	}

.album_list .image_wrapper img {
	border:0px solid #AAAAAA  !important;
	max-height:200px  !important;
	max-width:200px  !important;
	float:left;
}

/*-------------------------------------------------------------*/
/* Next Gen Gallerie */
/*-------------------------------------------------------------*/
.ngg-gallery-thumbnail {
	margin:0px !important;
	width:200px;
	height:200px;
	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:200px !important;	
	width:200px !important;
}



.ngg-album-compact h4 {
	color:#333333 !important;
	font-size:11px !important;
	font-weight:normal !important;
	text-transform:uppercase;
}

.ngg-album-compact p {
	font-size:9px !important;
}

/*-------------------------------------------------------------*/
/* 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*/
}

/*-------------------------------------------------------------*/
/* Typography Schriftarten etc.
	Quellen:http://www.threestyles.com/tutorials/css-tips-for-better-typography/
			http://media.24ways.org/2007/17/fontmatrix.html
			http://sixrevisions.com/css/css-typography-02/
			http://tkb.design.fh-aachen.de/02_basics.php
			http://pxtoem.com/
			http://westciv.com/tools/shadows/
			http://www.fonttester.com/
			http://www.google.com/webfonts
			http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html
			http://www.html-world.de/program/css_9.php
*/
/*-------------------------------------------------------------*/	

/* Eingebettete Schriftarten - Generated by Font Squirrel (http://www.fontsquirrel.com/fontface/generator) on March 17, 2011 */
/* -eot  This will work for Internet Explorer. EOT 	You need this format if you want to target Internet Explorer 5-8. Our EOT's are no longer "lite" but are now compressed. File sizes are often smaller than WOFF.  */
/* -woff This will work for Firefox 3.6 Cross-browser, web-only font format that uses gzip compression. IE9+, FF3.6+, Chrome 5+*/
/* -ttf  This will work for Chrome, Firefox 3.5 and most of the other browsers. TTF	Raw TrueType file, designed to look good on-screen.*/
/* -svg  This is an XML format required by iOS devices before version 4.2.*/

/* Schriftarten -------------------------------------------------------------- */
	#header h1{ font-family:"Century Gothic","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;}
	body {font-family: 'Droid Serif', "Hoefler Text","Georgia",Georgia,serif,sans-serif; } 
	h1.blog-title  {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif ;}
	.description { font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif ; }
	.phone_and_mail{ }
	.serifenlos { font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif ;}
	#suckerfishnav { font-family: "LiberationSansBold", "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;    letter-spacing:1px; text-transform: uppercase; }
	h1, h2, h3, h4, h5, h6 {font-family: Lucida Sans, Helvetica, Arial, sans-serif; font-weight:700;} /*Schriftart Überschriften*/
	p {font-family: 'Droid Serif', Lucida Sans, Helvetica, Arial, sans-serif ; } /*Schriftart Paragraph*/
	em {font-family: 'Droid Serif', Lucida Sans, Helvetica, Arial, sans-serif ; font-style: italic;}   /*Schriftart Kursiv gedruckt*/
	strong {font-family: 'Droid Serif', Lucida Sans, Helvetica, Arial, sans-serif ; font-weight: 700;} /*Schriftart Fett gedruckt*/


/* Schriftfarben -------------------------------------------------------------- */
	#header h1{color:#000000; }
	body {color:#424242 !important;} /*Standard Schriftfarbe*/
	h1.blog-title a { color:#424242; text-decoration:none; }
	h1.blog-title a:hover { color:#900000; }
	.description { }
	.phone_and_mail{ }
	.language_and_search{ }
	h1, h2, h3, h4, h5, h6 {color:#000000;} /*Schriftfarbe Überschriften*/
	strong {} /*Schriftfarbe Fett gedruckt*/
	em {color:#808080;}   /*Schriftfarbe Kursiv gedruckt*/
	.email a{color:#990000};
	a {color:#990000 text-decoration:none;} /*Link*/
	a:link, a:visited {color:#800000; text-decoration:none;} /*Link besucht*/
	a:hover {color:#FF0000; text-decoration:underline;} /*Link Mouse over*/
	.cv_left { color:#808080;}
	.cv_right {color:#424242;}
	.cv_headline{color:#990000;	}
	.copyright {color:#999999; }

/* Schriftgrößen -------------------------------------------------------------- */
	#header h1{font-size:2.25em;}
	/* p {font-size: 1.25em; text-align:left; } /*Paragraph*/
	.description { font-size: 1em; }
	.phone_and_mail{ font-size:0.9em; }
	.language_and_search{ font-size:0.75em; }
	#suckerfishnav { font-size:0.75em; }
	.small { font-size: 0.75em;}
	.normal { font-size: 1.1em;}
	.medium {font-size: 1.5em;}
	.big {font-size: 2.75em;}
	#content .entry-content div, 
	#content .entry-content p,
	#content .entry-content pre,
	#content .entry-content ul ,
	#content .entry-content address {font-size:0.85em;}
	.copyright { font-size:0.75em; }
	.cv { font-size:0.75em; }
	.cv_left {font-size: 1em;}
	.cv_right {font-size: 1.25em;}
	.cv a {font-size:0.85em;}
	.cv_headline{ font-size: 1.375em;}
	#primary li{ font-size: 1.1em;}

	
/* Überschriften  -------------------------------------------------------------- */
    h1 {font-size:2.25em;padding:0 8px;margin:22px 0;font-weight:400}
    h2 {font-size:2em;letter-spacing:-1px;font-weight:400}
    h3 {font-size:1.75em;font-weight:400}
    h4 {}
    h5 {}
    h6 {font-size:1em;line-height:22px;padding:0 8px;margin:22px 0;font-weight:400}
	blockquote { }
	pre, code { }
	small { }
	address {padding:0 8px;margin:0 0 10px; font-size:1.1em;}
	sup{ }  /*hochgestellt*/
	sub { } /*tiefgestellt*/

/* Schriftattribute  -------------------------------------------------------------- */
	ul {list-style:circle; }
	li { } /*Listen / Aufzählungen*/
	ol { }

/* Zeilenabstände  -------------------------------------------------------------- */
	#content .entry-content div,
	#content .entry-content p,
	#content .entry-content pre,
	#content .entry-content ul ,
	#content .entry-content address {padding:0 8px 0;margin:0 0 10px;}	
	#content .entry-content {line-height:18px;}


p{
	margin-bottom: 1em;
	color:#444444;
 	line-height: 1.5em;
 	font-size:1.25em;
 	text-align: justify;
} 

/* Listen -------------------------------------------------------------- */
#primary ul{
	list-style-type:circle;						
	margin-left:15px;
}

#primary li{					
	line-height:1.5em;
}

/*-------------------------------------------------------------*/
/* Nivo Slider */
/*-------------------------------------------------------------*/

.nivo_slider_container{
    margin:0 auto !important;							/*Edited by mARTin*/
    width:800px;
}

.nivo-slice {background-position: center center !important} 

.nivo-controlNav {
    bottom:-50px!important;
text-align:center;
width:100%;
}

.nivo-controlNav a {
    display: block;
    display:inline-block !important; /* Manually position in centre. */
    width:22px;
    height:22px;
    background:url(http://editha.net/wp-content/plugins/jj-nextgen-jquery-slider/images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:none !important;
}

.nivo-controlNav a.active {
    background-position:0 -22px; /* Selected bullet */
}

.startseite-slider_container {
    background-position:0 -22px; /* Selected bullet */
}


.nivo_slider{

}

.nivo-caption{
    width:800px;						/*Edited by mARTin*/
}

.nivo_slider_controlNavText {
  margin-bottom:50px !important;
  padding-bottom:25px !important;
}

/*-------------------------------------------------------------*/
/* WP e-commerce Shopping Cart				       */
/*-------------------------------------------------------------*/
#.fancy_collapser_link{
	z-index:5;
	}


#shoppingcart{
	z-index:1;
	float:right;
	margin:auto;
 	position:fixed;
 	top:190px;
	right:10px;
 	width:380px !important;
 	padding:10px;
	background-color:#FFFFFF;		/*Edited by mARTin*/
	-moz-box-shadow:3px 3px 10px #808080; 		/*Mozilla-basierte Browser (z.B. Firefox)*/
	-webkit-box-shadow:3px 3px 10px #808080; 	/*WebKit-basierte Browser (z.B. Safari/Chrome)*/
	box-shadow:3px 3px 10px #808080;  		/*CSS3 Standard*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=0, Strength=3)	/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=45, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=90, Strength=3)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=135, Strength=8)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=180, Strength=3)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=225, Strength=2)		/*MIE*/
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=260, Strength=2)		/*MIE*/		
	progid:DXImageTransform.Microsoft.Shadow(color='#808080', Direction=305, Strength=2);		/*MIE*/
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	}

	#shoppingcartcontents {
	margin-top:0px;
	width:380px !important;
	padding:0px;
}

/*----------------------------------------------------------*/
/* Tabelle Shopping Cart
/*----------------------------------------------------------*/
.total_itemcount{
	display: block;
	float: right;
	background-color: #FFFF99;
	height: 40px;
	padding: 10px;
	line-height: 25px;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#shoppingcart table th, table td{padding:2px;}

th #product, th #quantity, th #price, th #remove, th {font-size:1em; font-weight:normal; text-align: center!important; text-transform:uppercase;}
#price {width:50px;}
.total{ font-size:3em; color:#B80F0F; font-weight:100; float: right;}
.itemcount { font-size:1em; color:#B80F0F; font-weight:normal; 	float: right;}
#shoppingcart table {border-collapse:collapse; margin-top: 0px; margin-bottom: 0px;}
#cart-widget-links {text-align:right; background:#FFFFFF;}
.cart-widget-count {text-align:right;}
.spalte_links {border-right: 1px solid #B80F0F;}
.spalte_mitte {border-right: 1px solid #B80F0F; border-left: 1px solid #B80F0F; text-align:center; }
.spalte_rechts {border-left: 1px solid #B80F0F;}
.rand_unten {border-bottom: 1px solid #B80F0F; background:none; }
.rand_oben {border-top: 1px #B80F0F; border-top:double; color:#B80F0F; }
.kein_hintergrund {background: #FFFFFF; }
#shoppingcart tr:nth-child(even) {background: #F4F4F4}
#shoppingcart tr:nth-child(odd) {background: none}
thead {background: #none}
table th {background: none}


.shopping-cart-wrapper .remove_button {
	background:url(wpsc-images/delete.png) no-repeat scroll 0 1px transparent;
	width:14px;
	text-indent:-9999px;
	border:none;
	outline:none;
	cursor:pointer;
	margin-left:10px;
}

.checkout-total{font-size: 1em; font-weight:700;}

/*----------------------------------------------------------*/
/* WP e-commerce Produkt liste
/*----------------------------------------------------------*/
/*-----DEFAULT PRODUCT DISPLAY-----*/
#default_products_page_container {
	position:relative;
	line-height:1.2em;
	width: 100%;
}

.default_product_display h2.prodtitle, #content .default_product_display h2.prodtitle,
.single_product_display h2.prodtitle, #content .single_product_display h2.prodtitle {
	float: right;
	width: 72%;
}

.default_product_display .productcol {
	float: right;
	width: 72%;
	display:inline-block;
}

#default_products_page_container .wpsc_page_numbers_top {
	margin-bottom:20px;	
}

#default_products_page_container .wpsc_page_numbers_bottom {
	margin-top:20px;	
}



.default_product_display,
.single_product_display {
	position:relative;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 20px !important;
	min-height:250px;
}


.default_product_display .imagecol img.product_image,
.single_product_display .imagecol img.product_image {
	text-align: center;
	background: #fff;
	text-decoration: none;
	padding-top:20px;
	padding-bottom:20px;
}

.default_product_display .imagecol,
.single_product_display .imagecol {
	float:left;
	position:absolute;
	left:-18px;
	top:0px;
	width:240px;
	display:inline-block;
}

.default_product_display .wpsc_product_price p, .default_product_display .wpsc_product_price div,
.single_product_display .wpsc_product_price p, .single_product_display .wpsc_product_price div {
	margin-bottom: 0px;
	font-size: 10px;
}

.default_product_display form.product_form,
.single_product_display form.product_form {
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom:5px;
	right:195px;
	bottom:0px;
}

.default_product_display .wpsc_description, #content .default_product_display .wpsc_description {
    font-size: 1em;
	line-height:1.25em;
	margin-top:10px;
	display:inline-block;
}

.default_product_display form.product_form fieldset, #content .default_product_display form.product_form fieldset,
.single_product_display form.product_form fieldset {
	float: left;
	min-height:25px;
	margin-right:5px;
	border: 1px solid #cccccc;
}

.default_product_display .wpsc_product_price,
.single_product_display .wpsc_product_price {
	margin-bottom:10px;
	padding:5px;
	display:block;
	position:absolute;
	bottom:42px;
	right:-195px;
	width:125px;
}

.default_product_display .additional_description_container {
	margin-bottom:20px;	
}

.default_product_display .product_form .wpsc_buy_button_container {
	position: absolute;
	bottom: 14px;
	right: -195px;
}

.wpsc_variation_forms {
float: left;
clear: both;
}

.default_product_display .wpsc_variation_forms,
.single_product_display .wpsc_variations_forms {
	padding:2px;	
}

.default_product_display form.product_form fieldset legend, #content .default_product_display form.product_form fieldset legend,
.single_product_display form.product_form fieldset legend {
	float: left;
	margin-top: -14px;
	font-size: 11px !important;
	font-weight: bold !important;
	background:#FFFFFF;
}

.default_product_display .wpsc_quantity_update input, #content .default_product_display .wpsc_quantity_update input,
.single_product_display .wpsc_quantity_update input {
	margin:0;
	line-height:1.2em;
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 4px;
	float: left;
}

.default_product_display .additional_description, #content .default_product_display .additional_description {
	font-size:13px;	
	line-height:1.4em;
	margin-bottom:75px;
}

.default_product_display a.additional_description_link:link, .default_product_display a.additional_description_link:visited {
	margin-left:-10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.default_product_display a.additional_description_link:hover,{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.default_product_display a.additional_description_link:active, {
	position:relative;
	top:1px;
}

.default_product_display .additional_description {
	display:none;	
}

.additional_description_button {
}

.default_product_display .wpsc_product_price p, #content .default_product_display .wpsc_product_price p,
.single_product_display .wpsc_product_price p {
	padding: 0px;
}
.currentprice {
    color: #00000;
    font-size: 2.5em;
    font-weight: 100;
	width:130px;
	display:block;
}
.pricedisplay{
	text-align: right;
}

.total {
    color: #B80F0F;
    font-size: 3em;
    font-weight: 100;
 	}
	
.default_product_display .wpsc_product_price span.oldprice,
.single_product_display .wpsc_product_price span.oldprice {
	text-decoration:line-through;
	color:#666;
    font-size: 1em;
    font-weight: 100;
}


.wpsc_product_image td {
	width:32px;
	position:relative;
	text-align:center;
	padding:5px 5px 5px 7px !important;
	margin:0 !important;
	}
	
#checkout_page_container textarea, #checkout_page_container input, #content #checkout_page_container textarea, #content #checkout_page_container input {
	line-height:1.2em;
	font-size:11px;	
	margin:0;
}	

/*---------- Kelontong Checkout -------------*/
#checkout_page_container table.checkout_cart tr.header th, 
#content #checkout_page_container table.checkout_cart tr.header th{
	border-right:1px solid #B80F0F;
}

#checkout_page_container table.checkout_cart tr.header th + th + th + th + th, 
#content #checkout_page_container table.checkout_cart tr.header th + th + th + th + th  {
	border-right:none;
}

#checkout_page_container table.checkout_cart tr, #content #checkout_page_container table.checkout_cart tr {
	margin:0;
	padding:0;
}

#checkout_page_container table.checkout_cart tr.wpsc_coupon_row td form input#coupon_num {
	width: 180px;
	padding: 0px;
	margin-right: 5px;
}

	.checkout_cart, .productcart, .wpsc_checkout_table{
		font-family:Arial, sans-serif;
		border-collapse: collapse;
		width: 600px;
		margin: 15px 0;
	}

	.checkout_cart th, .productcart th,.wpsc_checkout_table th{
	
		height: 25px;
		font-size: 12px;
		text-align: left;
		border-bottom: 1px solid #B80F0F;
		line-height: 25px;
		padding-left: 15px;
	}

	.checkout_cart td, .productcart td, .wpsc_checkout_table td{
		line-height: 30px;
		padding:3px 3px 3px 15px;
		vertical-align:top !important;
	}

	.checkout_cart td:hover,.productcart td:hover,.wpsc_checkout_table td:hover {
		background:#eee;
	}

 
 	tr.wpsc_total_before_shipping {
		border-top: 1px double #B80F0F;
	}

 	td.wpsc_total_before_shipping {
		border-right: 0px solid #B80F0F;
		border-left: 0px solid #B80F0F;
	}	
	
 	td.wpsc_product_image {
		border-right: 0px solid #B80F0F;
		border-left: 0px solid #B80F0F;
	}
 
	td.wpsc_product_name{
		font-weight:normal;text-align:left !important;
		border-right: 1px solid #B80F0F;
		border-left: 0px solid #B80F0F;
	}

#checkout_page_container table.checkout_cart tr.product_row  td, 
#content #checkout_page_container table.checkout_cart tr.product_row td {
	border-right: 1px solid #B80F0F;
}	

#checkout_page_container table.checkout_cart tr.product_row  td + td + td + td + td + td, 
#content #checkout_page_container table.checkout_cart tr.product_row td + td + td + td + td + td {
	border-right: none;
}	
	td.wpsc_product_image {
	border-right:none!important;
	}
	
	
	.pricedisplay td {
		font-weight:normal;text-align:right !important;
	}	
	
	td.wpsc_product_quantity, td.wpsc_product_price {
		font-weight:bold;text-align:right !important;
	}
	
	
	td.wpsc_product_remove {
		font-weight:bold;text-align:left !important;
	}	


	img.product_image  {
		margin:0;
		display:block;
	}

	.wpsc_product_name a {
		text-align:left !important;
		display:block;
		width:175px !important;
		line-height:1.125em !important;
		padding-top:7px !important;
	}

	.wpsc_total_amount_before_shipping {
		font-weight:bold;
	}

	.checkout_cart input[type=text], .wpsc_checkout_table input[type=text], .wpsc_checkout_table textarea{
		border:1px solid #ccc;
		background:#efefef;
		padding:2px;
	
	}

	.wpsc_checkout_table input[type=text],.wpsc_checkout_table textarea {
		width:350px;	
		padding:2px;
font-family: sans-serif;
	}


	.checkout_cart input[type=text]:hover, 
	.checkout_cart input[type=text]:focus ,
	.wpsc_checkout_table input[type=text]:hover, 
	.wpsc_checkout_table textarea:hover,
	.wpsc_checkout_table input[type=text]:focus, 
	.wpsc_checkout_table textarea:focus {
		border:1px solid #ccc;
		background:#fff;
	}

	.form-layout {
		position:relative;
		padding:5px 0;
		z-index:10;
	}

	.wpsc_email_address {
		padding:10px 10px 0 10px;
		width:580px;
		position:relative;
		overflow: auto;
background: #f0f0f0;
	}

.wpsc_email_address p {
	border-width: 0 !important;
margin-bottom: 10px;
}
.wpsc_email_address label {
	border-width: 0 !important;
	font-weight: bold;
margin-left: -10px;
}
	.wpsc_email_address input[type=text]{
		border:1px solid #ccc;
		background:#fff;
		padding:2px;
position: absolute;
top: 40px;
left: 80px;	}

#checkout_page_container img.product_image {
	background-color:#efefef;
	border:none;	
}
	
	.asterix {
		color:#f00;
	}
	
/*----------------------------------------------------------*/
/* Buttons http://www.cssbuttongenerator.com/*/
/*----------------------------------------------------------*/

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.button:active {
	position:relative;
	top:1px;
}

.big_button,
.wpsc_buy_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;;
	font-size:1.25em;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.big_button:hover,
.wpsc_buy_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.big_button:active,
.wpsc_buy_button:active {
	position:relative;
	top:1px;
}

.small_button,
.wpsc_product_quantity input[type=submit],
.coupon_code input[type=submit],
.wpsc_product_remove input[type=submit] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:0.8em;
	font-weight:bold;
	padding:0px 2px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.small_button:hover,
.wpsc_product_quantity input[type=submit]:hover,
.wpsc_product_quantity input[type=submit]:focus,
.wpsc_product_remove input[type=submit]:hover,
.wpsc_product_remove input[type=submit]:focus,
.coupon_code input[type=submit]:hover,
.coupon-code input[type=submit]:focus {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.small_button:active {
	position:relative;
	top:1px;
}

