/*
jak.css
'jak' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/ 
Customised by Janusz Kruszewski
*/
/*
Tarski-jak screen stylesheet
*/

/* Main structure
----------------------------------------------- */
body.jak {min-width: 800px; }
#wrapper { width: 800px; }

/* Positioning sidebar . jak
----------------------------------------------- */
body.jak .primary { width: auto; float: left; }
	body.janus.jak .primary { float: left; }

body.jak .secondary { width: 500px; float: none; }
	body.janus.jak .secondary { float: none; }

body { text-align: left; }
body.rtl { text-align: right; }
body.centre { text-align: center; }
body #wrapper { margin: 0 auto 0 0; }
body.rtl #wrapper { margin: 0 0 0 auto; }
body.centre #wrapper { margin: 0 auto; }

body.jak {
	font-family: 'Arial', Verdana, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #000000;
	background: #FFFFFF; 
	}
#wrapper {
	text-align: left; 
	}

body.jak #content {
	margin-bottom: 2em;
	margin-right: 245px;
	margin-top: 60px;
	border-right: 1px dotted #AAC849;
	border-bottom: 1px dotted #AAC849;
}
#header, #content { 
	margin-bottom: 2em; 
	padding-left: 20px; 
	padding-right: 20px; }


/* Header
----------------------------------------------- */
#header-image {
	margin: 0 0 34px -25px;
	text-align: left;
	border: none;
	background-repeat:no-repeat
	}
#title {
	text-align: left;
	color: #000000;
	margin: -75px 0 -22px 0;
	padding: 0;	
	border: none;
}
#navigation {
	font-family: 'Arial Black', Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 20px 0 1px 120px;
	text-align: right;
	border: none;
}

/* Sidebar
----------------------------------------------- */
#sidebar {
	font-family: 'Arial', Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1em;
	text-align: left;
	margin: 10px 0 0 533px;
	padding: 0 10px; 
	}
/* flexipages Style - jak 
div.flexipages_widget li.current_page_item { 
	text-align: left;   list-style: none; color: #AAC849;
}*/

div.flexipages_widget ul li.current_page_item a:link,
div.flexipages_widget ul li.current_page_item a:visited,
div.flexipages_widget ul li.current_page_item a:hover,
div.flexipages_widget ul li.current_page_parent_item a:active,
div.flexipages_widget ul li.current_page_parent_item a:hover,
div.flexipages_widget ul li.current_page_item ul li a:link,
div.flexipages_widget ul li.current_page_item ul li a:visited,
div.flexipages_widget ul li.current_page_item ul li a:active,
div.flexipages_widget ul li.current_page_item ul li a:hover {color: #AAC849;
}
#sidebar ul li,
#sidebar ul li ul li,
#sidebar ul li ul li ul li { padding-left: 18px; 
}

/* Navigation
----------------------------------------------- */
#navigation ul.primary {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
body.rtl.jak #navigation ul.primary {
	direction: ltr; 
}
	#navigation ul.primary li { 
	display: inline; 
	border: none; 
	border-right: #AAC849; 
	border-right-style:solid; 
	border-right-width:2px;
	margin: 0 0.2em 0 0.2em; 
	padding:0 0.6em 0 0; 
	}

#wrapper .nav-current:link, #wrapper .nav-current:active, #wrapper .nav-current:hover { color: #AAC849; }
#wrapper .nav-current:visited  { color: #AAC849; }


/* Headers
		--------------------------------------- */
	#blog-title {
	font-family: 'Arial Black', Verdana, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	color: #000000;
	margin: 0;
	border: none;
	line-height: 180%;
}
	/* Untertitel */
#tagline { 
	font-family: 'Arial', Verdana, Helvetica, sans-serif; 
	font-size: 1.6em; 
	font-style: normal; 
	color: #000000; 
	margin: -37px 0 0.3em 180px; 
	border: none; 
	padding: 0 0 0 0; 
	line-height: 205%; }
	
h1, body.jak .entry .title {
	display:none
	/*font-family: 'Arial', Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	border: none;
	padding: 0 0 0.1em 0;*/
}
h2 {
	font-family: 'Arial', Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 0.5em 0;
	border: none;
}
h3 { 
	font-family: 'Arial Black', Verdana, Helvetica, sans-serif;
	font-size: 1em; 
	font-weight: normal; 
	color: #AAC849;
	font-style: normal;
	text-transform:	uppercase; 
	letter-spacing: 0.20em; 
	margin: 0 0 2em 0;
	border: none;
	/*border-bottom: 1px dotted #AAC849;*/
	padding: 0 0 0.2em 0; }

h4 { font-family: 'Arial Black', Verdana, Helvetica, sans-serif; font-size: 1.1em; }
h5 { font-family: 'Arial', Verdana, Helvetica, sans-serif; font-size: 0.9em; font-style: italic;}
h6 { font-size: 0.8em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }


/* Seitentittel ausblenden - jak 
---------------------------------------------------*/
/*#page-home .entry .meta {
	display: none;
}
#page-neues .entry .meta {
	display: none;
}
#page-buroportrait .entry .meta {
	display: none;
}
#page-projekte .entry .meta {
	display: none;
}
#page-wettbewerbe .entry .meta {
	display: none;
}
#page-kontakt .entry .meta {
	display: none;
}
#page-impressum .entry .meta {
	display: none;
}*/

/* Footer
	--------------------------------------- */
	#footer { margin: -48px 0; border: none; padding: 25px 0;}

/* Links
----------------------------------------------- */ 
a {text-decoration: none; color: #AAC849; }
a:link {color: #000000;  }
a:visited  { color: #000000; }  
a:active { color: #AAC849; }
a:hover { color: #AAC849; }
a:current  { color: #AAC849; } 
body.jak a:link  {  color: #000000; }
body.jak a:hover { color: #AAC849; }
body.jak a:active { color: #AAC849; }



body.jak .content a:link, body.jak .content a:active, body.jak .content a:visited, body.jak .link-pages a:link, body.jak .link-pages a:active, body.jak .link-pages a:visited, body.jak .tagdata a:link, body.jak .tagdata a:active, body.jak .tagdata a:visited, body.jak .widget_tag_cloud a:link, body.jak .widget_tag_cloud a:active, body.jak .widget_tag_cloud a:visited {color: #AAC849; font-style: italic;  border-bottom: none; }
body.jak .content a:hover, body.jak .link-pages a:hover, body.jak .tagdata a:hover, body.jak .widget_tag_cloud a:hover { border-bottom: none; }

	/* Widgets
----------------------------------------------- */
	body.jak .widget { margin: 0 0 2em 0; }
	
	/* List widgets
	------------------------------------------- */
	body.jak .widget ul { margin: 0; list-style: none; color: #AAC849;  }
		/* Liste horizontal*/
		/*body.jak .widget ul li { margin: 0.5em 3px; display:inline; border-right-style:solid; border-right-color: #AAC849; border-right-width: 2px; padding: 0 1em 0 0; }*/
		body.jak .widget ul li { margin: 0.5em 3px;   }
		body.jak .widget ul ul, body.jak .widget ol ol, body.jak .widget ol ul, body.jak .widget ul ol { margin-left: 15px;  }
		body.rtl.jak .widget ul ul, body.rtl.jak .widget ol ol, body.rtl.jak .widget ol ul, body.rtl.jak .widget ul ol { margin-right: 15px;  } */
	

	/* Downloads
	--------------------------------------- */
	body.jak a.download { display: block; margin: 1em 0; padding: 5px 5px 5px 28px; min-height: 15px; }
	body.jak .content a.download:link, body.jak .content a.download:visited, body.jak .content a.download:active { background:#fcffff url('images/icons.png') no-repeat 5px -295px;  		border: 1px solid #AAC849; }
	body.jak .content a.download:hover { text-decoration: underline; }


