/*

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: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#333;
	margin:0;
}

* {
	margin:0;
	padding:0;
}


/* header
--------------------------------------------------*/

#header {
	border-top:5px solid #fff;
	background:#FFFFFF url(bn.png) repeat-x scroll 0 -25px;
	height: 155px;
}

#header .logo {
background-color:#333333;
border:3px solid #42CEFF;
float:right;
font-size:10px;
height:172px;
margin-bottom:10px;
margin-right:15px;
width:300px;
}

#header .logo p {
        margin-top: 10px;
        margin-right: 2px;
}

#header .logo h3 {
	font-size: 14px;	
}

#header .description a {
	color: #fff;
}

#header .description a:hover {
	color:#333;
}

#header h1 {
	margin:30px 0 0;
}

#wrapper {
	width:760px;
	margin:0 auto;
	
}


/* header h1 (blogtitle)
--------------------------------------------------*/

h1 {
color:#333333;
font-family:"Lucida Grande","Lucida Sans Unicode","Times New Roman",Times,serif;
font-size:33px;
font-weight:normal;
letter-spacing:-1px;
margin:20px 0;
text-align:center;
}

h1 a {
color:#FFFFFF;
font-size:33px;
}

h1 a:hover {
	text-decoration:none;
	color:#333;
      background:#EFF8FB;
}


/* navigation
--------------------------------------------------*/

#nav {
	padding:8px 0;
	margin-left:5px;
	height:25px;
	width:400px;
}

#nav li {
	float:left;
	list-style:none;
      padding:0px 10px 0px 0px;
}


#nav li a {
	color:#999;
	padding:5px 5px 5px 5px;
	background:#fff;
	font:16px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#EFF8FB;
	color:#000;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.clear {
	clear:both;
}


/* content
--------------------------------------------------*/

#content {
	margin:0 250px 0 0 !important;
	margin:0 250px 0 0;
	padding:0 20px 30px 0;
}

#content .yarpp ol {
	font-size:100%;
}

#content .yarpp li {
	margin-top: 0px;
	padding: 0px;
}

#content2 {
	margin:0 0px 0 0 !important;
	margin:0 0px 0 0;
	padding:10px 0px 30px 0px;
	width:520px;
}


#content p, #content2 p {
line-height:180%;
margin-bottom:15px;
position:relative;
word-spacing:1px;
}

#content a, #content2 a{
	text-decoration:none;
	color:#999;
}

#content a:hover, #content2 a:hover{
	background-color: transparent;
	color:#000;
}

#content h2, #content2 h2{
border-bottom:3px solid #EFF8FB;
color:#333333;
font-family:"Lucida Grande","Lucida Sans Unicode",Trebuchet MS;
font-size:2.8em;
font-weight:normal;
line-height:30px;
margin:15px 0;
padding:5px 0;
text-align:center;
}

#content h2 a, #content2 h2 a {
	text-decoration:none;
	border:none;
}

#content h3 {
	margin:10px 0;
	font:170% bold "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
}

#content2 h3 {
	margin:10px 0;
	font:170% bold "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
}

#content h4 {
	margin:10px 0;
	font:150%  "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:gray;
}
#content2 h4 {
	margin:10px 0;
	font:150%  "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:gray;
}

#content h5 {
	margin:10px 0;
	font:130% bold "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#999999;
}
#content2 h5 {
	margin:10px 0;
	font:130% bold "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#999999;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
      font-size:120%;
}


#content2 ul, ol {
	margin-bottom:10px 10px 10px 25px;
	font-size:130%;
	word-spacing:1px;
}

#content li {
	padding:3px;
	border-bottom:1px solid #EFF8FB;
	margin-top: 10px;
}


#content2 li {
	padding:3px;
}


/* border images / blockquote
--------------------------------------------------*/

img {
}


blockquote {
	padding:5px 15px;
	background:#EFF8FB;
	margin:10px 0;
	border:1px solid #ccc;
}


/* lost links / more tag
--------------------------------------------------*/

a {
	color:#999;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
	background-color:#EFF8FB;
}

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{
	padding:2px 3px 3px 8px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#EFF8FB;
	font-size:1em;
	color:#333;
}


/* metadata sidebar ('about this post')
--------------------------------------------------*/

p.news {
	padding:10px;
	background:#EFF8FB;
	margin:10px 0 28px;
	color:#333;
      font-size:120%;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}


/* sidebar
--------------------------------------------------*/

#sidebar {
	width:220px;
	float:right;
	padding:0px 10px 30px 10px;
	clear:both;
}

#sidebar h2 {
	letter-spacing:1px;
	font-size:1.6em;
	color:#333;
	padding:0 0 3px 0;
	margin-top:10px;
}

#sidebar ul {
	list-style:none;
	margin:0 0 23px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #EFF8FB;
      list-style:none;
}

#sidebar li a {
	color:#999;
	text-decoration:none;
}

#sidebar li a:hover {
      color:#000;
	background-color:#EFF8FB;
	
}

#sidebar input {
	width:102px;
	padding:3px;
	background:#fff;
	color:#444;
	border:1px solid gray;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS; 
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}


/* some input
--------------------------------------------------*/

input {
	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: 480px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid gray;
	width: 480px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 150px;
}

#commentform input{
	margin-bottom: 3px;
}


/* footer
--------------------------------------------------*/

#footer {
	padding:20px 0 20px;
	margin:0;
	color:#333;
}

#footer a {
      color:#999;
      text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
	color:#333;
      background:#EFF8FB;
}

#comment_preview {
	width: 480px;
}
#translation_bar img {
	opacity: 0.4;
	margin-right: 1px;
	margin-bottom: 1px;
}
#translation_bar img:hover {
	opacity: 0.8;
}
#wp-calendar {
	margin-top: 5px;
padding:0 20px 10px;
position:relative;
width:100%;
}

#wp-calendar caption {
color:black;
font-weight:bold;
margin:0;
padding:10px 0;
position:relative;
text-align:center;
width:100%;
}
#wp-calendar td {
border:1px dotted #E8E7E7;
color:black;
margin:0;
padding:3px 0;
text-align:center;
}