/*

Theme Name: Blass
Theme URI: http://1000ff.de/
Description: Elegantes, widgetf&auml;higes Theme, das komplett ohne Bilddateien auskommt. 
Version: 1.0
Author: 1000ff
Author URI: http://1000ff.de/

*/



/* body
--------------------------------------------------*/

body {
	font: 80%/1.4em "Open Sans", sans-serif;
	color:#444444;
	margin:15;
	
}
body{
        font: 80%/1.4em "Open Sans", sans-serif;
	color:#444444;
	margin:15;
	background: url(/wordpress/wp-content/gallery/background-images/background-img03.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

* {
	margin:0;
	padding:0;
}

#divide{
	background-color: #dcdcdc;
	height: 3px;
	width: 100%;
	position: absolute;
	left:0px; top:116px; width:100%;
}


/* header
--------------------------------------------------*/

#header {
	min-height: 55px;
	border-top:10px solid #fff;
	
}

#header .description {
	float:right;
	margin:0px 0 0 0;
	color:#333;
}

#header h1 {
	margin:15px 0 0 0;
	padding:0px 15px 20px 0;
	border-bottom:3px solid #AAB0B3;
}

#wrapper {
	width:960px;
	margin:0 auto;
	
}


/* header h1 (blogtitle)
--------------------------------------------------*/

h1 {
	font-family: "Open Sans", "Arial Narrow", "Arial", "Trebuchet MS", Times, sans serif;
	font-size:3.0em;
	font-weight:normal;
	color:#BDBCBC;
	letter-spacing:1px;
	margin:20px 0 5px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}

h1 a:hover {
	text-decoration:none;
	color:#333;
      background:#f5f5f5;
}



/* logo
--------------------------------------------------*/

#logo {
	float: left; overflow: hidden; margin: 29px 0px 0 0px;
	padding:0px 0px 15px 0px;
	
	height:50px;
	
}

/* titel
--------------------------------------------------*/

#titel {
	border-bottom:5px;
	border-top: 10px;
	margin:5px 0 5px 0;
	font:17px  "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	color:#BDBCBC;
	
}

/* navigation
--------------------------------------------------*/

#nav {
	font-family: "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	color:#000000;
	font-size: 98%;
	font-weight:normal;
	text-align:center;
	border-top:0px solid #fff;
	border-bottom:3px solid #dcdcdc;
	padding:50px 0px 0px 120px;
	margin:0;
	height:33px;
}
#nav li
{	
	float: left;
	color:#000000;
	display: inline;
	list-style-type: none;
}
 
#nav li a
{
	color:#727272;
	display: block;
	width: auto !important;
	padding:4px 20px 12px 20px;
	/*min-width: 130px;*/
	/* IE6 min-width Hack */
	width: auto !important;
	width: 130px;
}

#nav li a:hover {
	background-color:#E7E7E7;
	color:#000000;
	
}

#nav li a.active {
	background-color:#eee;
	color:#777777;
	text-decoration:none;
}

.clear {
	clear:both;
}

/* Menu Widget Area */
.menu-widgetarea {
	float: right;
	width: 255px; }

.menu-widgetarea .widget_search {
	padding-top: 6px; }
	

/* content
--------------------------------------------------*/
#content3 {
  overflow:auto;
  }

#content3 ul {
  display:inline;
  float:left;
  list-style-type:none;
  }

#content {
	font-family: "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	
	margin:15 250px 0 0 !important;
	margin:15 250px 0 0;
	padding:0px 10px 15px 0px;
	
}



#content2 {
	font-family: "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	
	line-height:35px;	
	margin:15 250px 0 0 !important;
	margin:15 250px 0 0;
	padding:0px 10px 15px 5px;
}


#content p, #content2 p {
	line-height:25px;
	margin:25px 250px 30px 3px;
	font-size:120%;
	word-spacing:1px;
      	text-align:justify;
	padding:5px 20px 15px 5px;
}

#content a, #content2 a{
	text-decoration:none;
	color:#000;

}

#content a:hover, #content2 a:hover{
	background-color:#f5f5f5;
	
	color:#000;
}

#content h2, #content2 h2{
	font-family: "Open Sans", "Calibri", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	font-size:3.0em;
	font-weight:lighter;
        letter-spacing:0,5px;
        color:#989898;
	margin:15px 250px 10px 0;
	
	padding:5px 0 0 0px;
	line-height:50px;
}

#content h2 a, #content2 h2 a {
	text-decoration:none;
	border:none;
        color:#989898;
}

#content h3 {
	margin:5px 0 0 0;
	font:130%  "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	color:#555555;
}

#content2 h3 {
	margin:5px 0 0 0;
	font:130%  "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	color:#555555;
}

#content h4, #content2 h4{
	font-family: "Open Sans", "Calibri", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	font-size:2.0em;
	font-weight:lighter;
        color:#ffffff;
	margin:10px 0 10px 0;
	
	padding:5px 0 0 0px;
	line-height:35px;
}

#content h4 a, #content2 h4 a{
	align:left;
	text-decoration:none;
	border:none;
        color:#989898;
}
#content h4 a:hover, #content2 h4 a:hover{
	background-color:#f5f5f5;
	color:#000;
}

#content ul, ol {
	margin:0px 10px 5px 25px;
        font-size:110%;
        line-height:16px;
}


#content2 ul, ol {
	margin:0px 10px 5px 25px;
        font-size:110%;
	line-height:17px;
}

#content li {
	
	line-height:22px;
	padding:5px;
	
}


#content2 li {
	padding:5px;
	
}


/* border images / blockquote
--------------------------------------------------*/

img {
	
	padding:0px 0px 0px 0px;
	border:0px solid #eee;
}

blockquote {
	padding:5px 15px;
	background:#f5f5f5;
	margin:10px 0;
	border:1px solid #ccc;
}


/* lost links / more tag
--------------------------------------------------*/

a {
	font-family: "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
	background-color:#f5f5f5;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:none;
}


/* metadata under post
--------------------------------------------------*/
.post{margin:0 0 50px 0;}

.post .info{
	font-size:60%;
	color:#333;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #ccc;
	
}



 


/* metadata sidebar ('about this post')
---------------------------------------------------*/
p.news {
	padding:10px;
	background:#f5f5f5;
	margin:10px 0 28px;
	color:#333;
      font-size:105%;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}


/* sidebar
--------------------------------------------------*/

#sidebar {
	width:220px;
	float:right;
	margin:15px 0 10px 0;
	padding:22px 10px 30px 10px;
        background-color:#f5f5f5;
	-khtml-opacity:.70; 
 	-moz-opacity:.70; 
 	-ms-filter:”alpha(opacity=70)”;
  	filter:alpha(opacity=70);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  	opacity:.70;
}

#sidebar h2 {
	font-family: "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	letter-spacing:0,5px;
	font-size:2.0em;
	line-height:28px;
	font-weight:lighter;
        color:#989898;
	margin:15px 0 10px 0;	
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style:none;
	margin:0 0 23px 0;
        font-size:120%;
        font:12px "Open Sans","Lucida Sans", "Verdana", "Arial Narrow", Arial, "Lucida Sans Unicode", Trebuchet MS;
}

#sidebar li {
	padding:3px;
	
        list-style:none;
}

#sidebar li a {
	color:#999;
	text-decoration:none;
}

#sidebar li a:hover {
      color:#000;
	background-color:#FFFFFF;
	
}

#sidebar input {
	width:102px;
	padding:3px;
	background:#fff;
	color:#444;
	border:1px solid #eee;
	font:11px "Lucida Sans", "Verdana", "Arial Narrow", Arial, "Lucida Sans Unicode", Trebuchet MS; 
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}


/* some input
--------------------------------------------------*/

input {
	font-family: "Open Sans", "Lucida Sans", "Arial Narrow", "Arial", Trebuchet MS;
	border: 1px solid #CCC;
	font-size: 11px;
}

input:hover {
	border:1px solid #262626;
	
}
input:focus {
	border:1px solid #262626;
	color:#333;
}


/* comments
--------------------------------------------------*/

#comments {
	font-size:0.9em;
}


#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;

}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 350px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 480px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 350px;
}

#commentform input{
	margin-bottom: 3px;
}

/* searchbar
--------------------------------------------------*/

#searchbar            
{ 
	float: right; 
	overflow: hidden; 
	margin: -37px 0px 0 0; 
	height:27px; 
}
.searchform  
{ 
	border: none; 
	background: #333; 
	background: transparent !important;	
width: 250px; 
	padding: 6px 5px; 
	margin: 0; 
}
.searchform .s  
{ 
	font-family: 'Open Sans','Lucida Grande', Arial, Helvetica, sans-serif; 
	color: #fff; 
	background: transparent !important;
	border: none; 
	
	padding: 0; 
	margin: 0; 
	float: left; 
	width: 234px; 
}
input#s
{
	font-family: 'Open Sans','Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:182px;
	height:19px;
	
	border: solid 1pt #cccccc;
}
input#searchsubmit 
{
	font-family: 'Open Sans','Lucida Grande', Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px; 
	height:20px;
	background:#eeeeee;
}
/* footer
--------------------------------------------------*/

#footer {
	padding:10px 0px;
	margin:0;
	color:#333;
}

#footer a {
      color:#999;
      text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
	color:#333;
      background:#f5f5f5;
}