/*
Theme Name: blog by ic81
Description: An ultra-minimal HTML5 starter theme.
Author: rainer schmitzberger
Author URI: http://ic81.de
Version: 0.1
Tags: translation-ready, microformats, rtl-language-support

This theme, like WordPress, is licensed under the GPL.

grey #8a8a8a
cyan #3db7f2
magenta #f23da8
white: #ffffff
background-cgrey: #5c5c5c
______________________________________________________________*/
html, body, h1, h2, h2 a, h3, h4, h5,  h6, p, a, ul {
	margin: 0;
	padding: 0;
}

strong, em, b, i {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}

body {  
        font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#5c5c5c;
	font-size: 0.8em ;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.3;
	background-color: #fff;

       
}

a:visited {
    color: #3db7f2; /* cyan*/
    text-decoration:none;
}
 
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	color:#3db7f2 /* cyan*/
        text-decoration: none;
}

 a {
	text-decoration: none;
        color: #5c5c5c;


}
 p {
	text-decoration: none;
        color: #5c5c5c;
margin: 0.5em 0 0 0;

}

a:hover {
	text-decoration: none;
color: #333;

}

h1 {
    color: #8a8a8a;
    font-size: 1.2em;
    line-height: 1.6em;
    text-transform:uppercase;
    margin: 1em 0 0 0;
}

/* =Structure *//* =logo dns */
.entry-meta{
    color: #8a8a8a;
    font-size: 0.8em;
    line-height: 1.1em;
    text-transform:uppercase;
    margin: 0em 0em 1em 0em;
    padding: 2px 0 2px 2px;
}

#page {
	display: block;
	margin: 0;
width: 80%;
}
#primary {
	float: left;
	margin: 0px -240px 0 0;
	width: 100%;
margin: 0em 0em 0em 1em;


}
#content {
	margin: 0 300px 0 20px;

}

/* =seitentemplates  */
#primary-1 {
	float: left;	
margin: 60px -20px -20px -30px;

}
#content-1 {float: left;
margin: 60px 20px 20px 20px;
	 
margin: 0 300px 0 20px;
}


#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0 280px 0 20px;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}


/* =Header */
#headerheader a, #nav a:link  {
color: #fff;
}
#headerheader {
	width: 100%;
	height: 0.4em;
	line-height: 0.4em;
	background-color:#5c5c5c;
        position: fixed;
        top: 0em;
}

#headerheader h1 {
	font-size: 1em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #5c5c5c;
        margin: 0px auto 0;
	padding: 0.25em 0.6em 0.4em;
	display: inline;
        position: fixed;
        top: 0.2em;
	right: 15em;
}

#header {
   line-height:1.2em;
   height:240px;
   background:url(images/header_backgr.gif) center bottom repeat-x;
   margin:0px auto 0;
   position: relative;
}

#site-title {
        text-decoration:none;
	font-size: 0em;
	font-weight: normal;
	margin: 0 0;
}

#site-description {
	font-size: 0em;
	font-weight: normal;
	margin: 0 0 0 0;
}


/* =Menubalken  */
.current_page_item a { background: url(images/current.gif) repeat scroll 0 0 white;
text-decoration:none;-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
 } 
.current_page_ancestor a { background: url(images/current.gif) repeat scroll 0 0 white;
text-decoration:none;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
 } 

.access {-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
 }
/*important*/
#access {position: relative;
	background: transparent; 
        text-transform:uppercase;
        font-size: 1.2em;
	font-weight: bold;
	display: block;
	float: left;
	margin: -2em 1em 1em 1.2em;
        padding: 0.4em 0.4em 0.4em 0.4em;
	width: 100%;


}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;

}
#access li {
	float: left;
	position: relative;

}

#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
  color: #8a8a8a; /* grey*/

}

#access ul ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
        opacity:0.9;
        border: 1px solid #ccc;
        -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        box-shadow: 2px 2px 2px #B9B6B6;
	-moz-box-shadow:   4px 4px 4px #B9B6B6;
	-khtml-box-shadow:  4px 4px 4px #B9B6B6;
	-webkit-box-shadow:  4px 4px 4px #B9B6B6;
	z-index: 9999;
}
#access ul ul a {
	background: #fff;
	color: #333;
	height: auto;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 14em;
}

#access ul ul ul {
	left: 100%;
	top: 0;
        float: left;
        opacity:0.9;
        border: 1px solid #ccc;
        -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        box-shadow: 2px 2px 2px #B9B6B6;
	-moz-box-shadow:   4px 4px 4px #B9B6B6;
	-khtml-box-shadow:  4px 4px 4px #B9B6B6;
	-webkit-box-shadow:  4px 4px 4px #B9B6B6;
	z-index: 9999;
}


#access ul ul ul a {
	background: #fff;
	color: #333;
	height: auto;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 14em;
}
#access ul ul ul ul  {display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
        opacity:0.9;
        border: 1px solid #eee;
        -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        box-shadow: 2px 2px 2px #B9B6B6;
	-moz-box-shadow:   4px 4px 4px #B9B6B6;
	-khtml-box-shadow:  4px 4px 4px #B9B6B6;
	-webkit-box-shadow:  4px 4px 4px #B9B6B6;
	z-index: 9999;
}
#access ul ul ul ul a {
	background: #eee;
	color: #333;
	height: auto;
	line-height: 1em;
	width: 14em;
}
#access ul ul ul ul ul  {display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
        opacity:0.9;
        border: 1px solid #eee;
        -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        box-shadow: 2px 2px 2px #B9B6B6;
	-moz-box-shadow:   4px 4px 4px #B9B6B6;
	-khtml-box-shadow:  4px 4px 4px #B9B6B6;
	-webkit-box-shadow:  4px 4px 4px #B9B6B6;
	z-index: 9999;
}
#access ul ul ul ul ul a {
	background: #eee;
	color: #333;
	height: auto;
	line-height: 1.2 em;
	width: 14em;
}

/* navigation+farben*/
#access li:hover > a,
#access ul ul :hover > a {
	background: #fff;
	color: #333;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}
#access ul ul a:hover {
	background: #fff;
        color: #3db7f2;

}

#access ul li:hover > ul {
	display: block;
   
}

/* =Widgets
-------------------------------------------------------------- */

#main .tabbed-widget ul.tw-tabbed-nav {
margin:0; padding:0; font-family: helvetica neue, arial, helvetica, sans-serif;text-decoration:none;
background:transparent;}

#main .tabbed-widget ul.tw-tabbed-nav a {
font-weight:bold; color:#8a8a8a; float:left; padding: 0em 0.3em; background: transparent; text-decoration:none; 
}
#main .tabbed-widget ul.tw-tabbed-nav li {
 margin:0 0em 0 0; padding:0; 
 }
#main .tabbed-widget ul.tw-tabbed-nav li.ui-tabs-selected  a {
 color:#333; background: transparent; text-decoration:none; 
}
#main .tabbed-widget .ui-accordion .tw-title {
color:#333; font-weight:bold; font-size:normal; font-family: helvetica neue, arial, helvetica, sans-serif;
}
#main .tabbed-widget .ui-accordion {
font-weight:bold; font-size:normal; border-bottom:1px solid #ddd; 
} 
/* ++++++++++++++++++++++++++++++++++++++++++end debug*/
/* =debug
-------------------------------------------------------------- */
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 340px;
        text-transform:uppercase;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 0.8em;
        line-height: 1.0em;
padding: 0 2em;
   
}

#main .tw-tabbed-nav li:hover > a,
#main .tw-tabbed-nav li :hover > a {
background-color:transparent;
}

.widget-area ul {
	list-style: none;
	padding: 0 2em;
}
.widget-area ul ul {
	list-style: none;
	padding: 0 0 0 0em;

}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Content  */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0 0;
}
.page-link {
	margin: 0 0 1em 0;
}

/* 404 page */

.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */

.post .notice,
.error404 #searchform {
	background: #EEE;
	display: block;
	padding: 1em;
}

/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #EEE;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}


/* =Forms
++background: url('images/lens.png') bottom right no-repeat;
-------------------------------------------------------------- */
#searchform {
	display: block;
position: top;
	
	height: 180px;

	}

#searchform label {
	display: none;

}

#searchform input#s {
	width: 60%;

}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */

.required {
	color: #CC0033;
}


/* =Comments
-------------------------------------------------------------- */

#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}




/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0 0;
}

/* =WordPress basics
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background-color: silver;
	border: 1px solid #3db7f2;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

/* =debug
-------------------------------------------------------------- */
.wp-caption img {
	margin: .5em;
 
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
