/*  
Theme Name: i3Theme 1.8.1 Lok Mitte
Theme URI: http://www.i3theme.com
Description: Wordpress theme designed by <a target="_blank" href="http://www.ndesign-studio.com">N.Design Studio</a>, customized by <a target="_blank" href="http://www.mangoorange.com">MangoOrange</a>
Authors: N.Design Studio & MangoOrange
	
Changelog

	Version 1.8.1
		* Search Page Errors corrected
		* Wordpress 2.8.4 compatible

  Version 1.8
  	* more robust design. No more IE problem with right column overflow at the bottom
		* Fluid edition available.
		* compatible with Wordpress 2.7
  	
	Version 1.7
		* added support for Wordpress 2.5 CSS elements - alignright and alignleft
		* separate Pings and Comments
		* new comment design with support for paged Comments plugin
		* Gravatar Plugin support
	
	Version 1.6
		* Site Admin link available in Meta [with icon modified from famfamfam's silk icons (http://famfamfam.com/)]
		* 4 New Colours available: Grassy Green, Midnight Blue, Ruby Red, Snazzy Pink
		* Original i3Theme has been renamed to i3Theme Classic
		* Quote icon available for blockquoted text
		* enable coloured bullet points for List
		* BUG-FIXED: Layout error when display non-exist post
		* BUG-FIXED: Wrong CSS element [ol li] name
	
	Version 1.5	
		* SEO-friendly header title
		* enable hierarchical structure for category's sidebar (for Widgets, use the 'Categories' widget)
		* BUG-FIXED: (Only in IE6) Information overflow in the sidebar destroy the layout
		* BUG-FIXED: Category icons missing when using Widgets' categories

  Version 1.4
		* Availability of author credential of each post
		* Improved blog header title with better navigation information
		* Paged Comments (http://www.keyvan.net/code/paged-comments/)
		* BUG FIXED: Unable to display more than one row of sub-navigation bar
		* BUG FIXED: Wrong function name used, bloginfo() instead of get_bloginfo() [original iTheme code]
		* BUG TEMP-FIXED: Temporary increase the length of the list to 2 times (over 2000px in height).
  	
  Version 1.3.1
		* BUG FIXED: Sub-navigation bar will be display regardless whether there are sub-categories
  	
	Version 1.3
	  * Inline Adsense (http://philhord.com/phord/adsense-inline-with-wordpress-blog-posts/)
	  * Secure Contact Form (http://blue-anvil.com/archives/secure-accessible-contact-form-for-wordpress-multi-user-version)

  Version 1.2
		* Bug Fixed: Unable to display sub-navigation bar when using Widgets Plugin by Automattic
		* Left and Right Edition made available.

	Version 1.1
		* Support Widgets Plugin by Automattic.
		* Support Recent Posts and Recent Comments widgets.
		* Links sorted according to alphabetical order by default.
*/

body {
	background: #42afdc url(images/html-bg.gif) repeat-x;
  background-attachment: fixed;
	padding: 0px 20px;
	margin: 0px;
	color: #333333;
	font: 75%/170% Arial, Helvetica, sans-serif;
}

a:link		{color: blue; text-decoration: none;}         /* #44a1d0 */
a:visited	{color: darkblue; text-decoration: none;}     /* #5eafd7 */
a:active	{color: darkred; text-decoration: underline;}
a:hover		{color: red; text-decoration: underline;}

p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 10px;
}
ul li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ol li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
blockquote {
	background: url(images/blockquote.gif) no-repeat left top;
	color: #777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}
#page {
	background: url(images/main-bg.jpg) no-repeat center top;
  background-attachment: fixed;
}
#wrapper {
	position: relative;
	width: 1005px; /* classic: 985px; fluid: 100%; */
	margin: 0px auto;
}


/* ------------------------------------- header area */
#header {
	height: 120px;
}

/* --- site title: große Blog-Überschrift als h1-Überschrift */
h1 {
	color: white;
	position: absolute;
	top: 40px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	color: black;
	text-decoration: none;
}
/* Blog-Untertitel */
.description {
	color: black;
	position: absolute;
	top: 77px;
	left: 25px;
	font: 12px Arial, Helvetica, sans-serif;
}

/* --- Suchfenster (search form) */
#searchform {
	background: url(images/searchform-bg.png) no-repeat right bottom;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 37px;
	width: 210px;
}
#searchform #s {
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}


/* ------------------------------------- Hauptinhaltsbereich (main content area) */
/* mittlerer Inhaltsbereich */
#left-col {
	float: left;
	width: 100%;
	margin-top: 11px;
}

/* --- Hauptnavigationszeile (main menu) */
#nav-left {
	background: url(images/content-top-bg-left.png) no-repeat left top;
	height: 26px;
}
#nav-right {
	background: url(images/content-top-bg-right.png) no-repeat right top;
	height: 26px;
	margin-left: 25px;
}
#nav {
	background: url(images/content-top-bg-center.png) repeat-x left top;
	height: 26px;
	clear: both;
	margin-right: 11px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li {
	float: left;
	background: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}
#nav ul li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 5px 7px 6px 7px;
}
#nav li a:visited {
	color: black;
	text-decoration: none;
}
#nav li a:hover, #nav .current_page_item a, #nav .current_page_item a:visited{
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: white;
	text-decoration: none;
}

/* Zweite Navigationszeile, Untermenü (sub menu) */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	font: 11px/100% Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 3px 5px 5px 5px;
}
#subnav li {
	background: none;
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0 0 5px;
	display: inline;
	line-height: 18px;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	color: black; /* #333333 */
	text-decoration: none;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: black; /* #3b9acc */
}
#subnav li a:hover {
	color: red; /* #3b9acc */
	text-decoration: none;
}

/* --- layout */
#layout {
	width: 100%;
/* border-collapse: collapse; */
}
#layout tr td {
	vertical-align: top;
}
#layout tr td.sidebars {
	width: 210px;
}

/* --- Inhalt: Inhaltsbereich unterhalb der Navigationszeile (content) */
#content-padding {
	background-color: #fff;
	padding: 0 25px 25px 25px;
}
#content {
	background: white;
	width: 100%;
	padding: 0; /* 25px 25px 15px 25px; */
	clear: both;
	overflow: hidden;
}

/* Kopfbereich jedes einzelnen Artikelbeitrags */
#post-head {
	width: 100%; 
/* border-collapse: collapse; */
}

/* Kalenderblattgrafik mit Datumsangabe */
#head-date {
	width: 50px;
}
.post {
	margin-top: 20px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	background: url(images/calendar.gif) no-repeat;
	color: #666666;
	float: left;
	height: 50px;
	width: 45px;
	font: normal 22px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
}
.post .date span {
	color: white;
	display: block;
	height: 16px;
	padding-top: 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Beitragsüberschrift */
.post .title {
	float: left;
	width: 100%;
	margin-left: 10px;
/*	text-align: left; */
}
.post .title a {
	color: black;
}
.post .title a:hover {
	color: #44a1d0;
}

/* Kategorien- und Tagzeile */
.post .title .postdata {
	color: #999999;
	float: left;
	font-size: 90%;
}
.post .title .postdata .category {
	background: url(images/mini-category.gif) no-repeat;
/*	float: left; */
	padding-left: 18px;
}
.post .title .postdata .tags {
}
.post .title .postdata a, .post .title .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.post .title .postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}

/* eigentlicher Beitrag */
.entry {
	padding: 10px 0px 5px;
	clear: both;
}
.entry table {
	text-align: center;
	vertical-align: middle;
/* nowrap; */
}

/* Verfasser- und Kommentarzeile */
.entry-footer {
	color: #333333;
	float: right;
	margin-right: 12px;
	font-size: 11px; /* font-size: 90%; */
}
.comments {
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
}
.comments a {
	color: #44a1d0;
}
.comments a:hover {
	color: red;
	text-decoration: underline;
}
.mini-add-comment { /* Kommentar-Hinzufügen-Ankerverweis auf Single-Page */
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	margin-right: 12px;
}


/* --- post title: Eintragsüberschrift als h2-Überschrift */
h2 {
	color: black; /* #333333 */
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a {
	color: blue; /* #333333 */
	text-decoration: none;
}
h2 a:visited {
	color: blue; /* #333333 */
	text-decoration: none;
}
h2 a:hover {
	color: red; /* #44a1d0 */
	text-decoration: none;
}

h3 {
	color: black; /* #666666 */
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
	margin: 5px 0px 5px;
}

/* eingefügt */
h4 {
	color: black;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
h5 {
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
h6 {
}

/* --- Vor-Zurück-Seitennavigation (next & previous page navigation) */
.page-nav-left {
	background: url(images/navigation-bg-left.gif) no-repeat left top;
	height: 21px;
}
.page-nav-right {
	background: url(images/navigation-bg-right.gif) no-repeat right top;
	height: 21px;
	margin-left: 10px;
}
.page-nav {
	background: url(images/navigation-bg-center.gif) repeat-x left top;
	height: 21px;
	margin-right: 10px;
	font-weight: bold;
	clear: both;
	text-align: center;
}
.page-nav a, .page-nav a:visited {
	color: white;
	text-decoration: none;
}
.page-nav a:hover {
	color: black;
	text-decoration: none;
}

/* Fußzeilennavigation */
.altere-meldungen a { /* .previous-entries */
	background: url(images/navigation-right.gif) no-repeat right center;
	float: right;
	padding-right: 10px;
	margin-right: 10px;
}
.neuere-meldungen a { /* .next-entries */
	background: url(images/navigation-left.gif) no-repeat left center;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
}
.hoch a { /* .page-nav a .hoch */
	text-align: center;
}

/* --- Vor-Zurück-Eintragsnavigation (next & previous post navigation) */
.post-nav {
	font-size: 95%;
	padding-bottom: 35px;
	margin-top: 15px;
	clear: both;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.post-nav .next a { /* die nächstneuere Meldung */
	background: url(images/post-nav-previous.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
}
.post-nav .previous a { /* die nächstältere Meldung */
	background: url(images/post-nav-next.gif) no-repeat right center;
	float: right;
	padding-right: 20px;
	text-align: right;
}


/* ------------------------------------- Kommentarbereich (comment area)  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}

/* Kommentarformular (commentform) */
#commentform {
	margin-top: 10px;
}
#commentform label {
	color: #666;
	padding-left: 5px;
	font-size: 100%;
/*	font-weight: bold; */
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	background: url(images/form-field-bg.gif) no-repeat;
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	background: url(images/form-field-bg.gif) no-repeat;
	width: 480px;
	height: 140px;
	padding: 5px 3px 3px 7px;
	border: solid 1px #e6e6e6;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform #submit {
	background: url(images/submit-btn.gif) no-repeat top left;
	color: #000000;
	width: 135px;
	height: 25px;
	margin-left: 355px;
	padding-bottom: 6px;
	border: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
}
#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* Kommentarliste (comment list) */
.commentlist {
	padding: 0;
	margin: 10px 0px;
	line-height: 130%;
	list-style-type: none;
}
.commentlist li {
	padding: 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	color: #669900;
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited {
	color: #999999;
}


/* ------------------------------------- Fußzeilenbereich (footer area) */
#footer-left{
	background: url(images/content-bottom-bg-left.png) no-repeat left top;
}
#footer-right{
	background: url(images/content-bottom-bg-right.png) no-repeat right top;
	margin-left: 10px;
}
#footer {
	background: url(images/content-bottom-bg-center.png) repeat-x left top;
	color: #282828;
	padding: 15px 0px 0px 10px;
	margin-right: 10px;
	font-size: 87%;
	line-height: 15px;
	clear: both;
}
#footer a, #footer a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: red;
	text-decoration: underline;
}

/* Fußzeile - real footer */
#footer .fusszeile {
	color: #fff;
}

#footer .fusszeile a,
#footer .fusszeile a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer .fusszeile a:hover {
/*	color: red; */
	text-decoration: underline;
}


/* ------------------------------------- Seitenleisten (sidebar area) */
/* sidebar */
#sidebar-left {
	float: left;
	margin-right: 10px;
}
#sidebar-right {
	float: right;
	margin-left: 10px;
}
#sidebar-right,
#sidebar-left {
	color: #666666; /* black */
	width: 210px;
	line-height: 160%;
}
#sidebar-right p, 
#sidebar-left p {
	margin: 0px 0px 15px;
}
#sidebar-right h3, 
#sidebar-left h3 {
	color: black; /* #666666 */
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#sidebar-right h3 a, #sidebar-right h3 a:visited, 
#sidebar-left h3 a, #sidebar-left h3 a:visited {
	color: black; /* #666666 */
}
#sidebar-right h3 img, 
#sidebar-left h3 img {
	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited, 
#sidebar-left a, #sidebar-left a:visited {
	color: black;
	text-decoration: none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active, 
#sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active {
	color: red;
	text-decoration: underline;
}
#sidebar-right ul, 
#sidebar-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar-right ul li, 
#sidebar-left ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px;
}
#sidebar-right ul li ul li, 
#sidebar-left ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px;
}


/* ------------------------------------- widget styles */
/* archives widget */
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
/* category widget */
#categories ul li,
#categories-1 ul li,
#categories-2 ul li,
#categories-3 ul li,
#categories-4 ul li,
#categories-5 ul li,
#categories-6 ul li,
#categories-7 ul li,
#categories-8 ul li,
#categories-9 ul li {
	background: url(images/mini-category.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* meta */
#meta .site_admin {
	background: url(images/cog.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}

/* --- Kalender (calendar) */
#wp-calendar {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
}
#wp-calendar td {
	background-color: #ffffff;
	padding: 0px 4px;
	text-align: right;
}
#wp-calendar td a {
/*	background-color: #44a1d0; /* #44a1d0; #5eafd7; */
	color: #44a1d0;
}
#today {
/*	background-color: #44a1d0; /* #44a1d0; #5eafd7; */
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: black;
}
#prev a { /* Zeilenausrichtung voriger Monat links */
	text-align: left;
}



/* alignments */
.links {text-align: left;}
.rechts {text-align: right;}

.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float: right;
	margin: 2px 0px 5px 10px;
}
.alignleft {
	float: left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear: both;
}
hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* Gravatars CSS */
.gravatars {
	float: right;
	margin: 3px 0 15px 10px;
	border: 1px solid #333;
}