/*

Theme Name: Blass2
Theme URI: http://1000ff.de/wordpress-theme-blass-english-version/
Description: Elegant and simple. Blass2 is a CSS-only theme, has a widgetized sidebar, support for gravatars, and works nicely with WordPress 2.5+. Brought to you by <a href="http://1000ff.de/">1000ff</a>.
Version: 1.6.2
Tags: fixed width, two columns, widget ready, widgets, right sidebar, simple, white, clean, valid CSS, valid XHTML
Author: 1000ff
Author URI: http://1000ff.de/

*/

/* body
--------------------------------------------------*/
body {
color:#333;
margin:0;
}

* {
margin:0;
padding:0;
}

code {
}

/* header
--------------------------------------------------*/
#header {
border-top:5px solid #fff;
}

#header .description {
float:right;
color:#333;
margin:45px 0 0;
}

#header h1 {
border-bottom:3px solid #EFF8FB;
margin:15px 0 0;
padding:25px 25px 40px 0;
}

#wrapper {

}

/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
font-weight:400;
color:#333;
letter-spacing:-1px;
margin:20px 0;
}



/* navigation
--------------------------------------------------*/
#nav {
border-bottom:3px solid #EFF8FB;
height:25px;
margin:0;
padding:15px 0;
}

#nav li {
float:left;
list-style:none;
padding:0 10px 0 0;
}







.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {

  background-color : white;


}

#content2 {
margin:0 !important;
padding:10px 0 0px;
}

#content p,#content2 p {

word-spacing:1px;
margin:0px 0;
}





#content h2,#content2 h2 {
font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-weight:400;
color:#999;

line-height:30px;
margin:15px 0;
padding:5px 0;
}



#content h1 {
color:#222;
margin:10px 0;
}

#content h3 {
color:#222;
margin:10px 0;
}



#content h5 {
color:#222;
margin:10px 0;
}

#content2 h3 {
color:#222;
margin:10px 0;
}

#content ul,ol {
margin:10px 10px 10px 25px;
}

#content2 ul,ol {
margin:10px 10px 10px 25px;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
background:#EFF8FB;
border:1px solid #ccc;
margin:10px 0;
padding:5px 15px;
}







/* metadata under post
--------------------------------------------------*/




.post .info {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color:#EFF8FB;
color:#333;
padding:2px 3px 3px 8px;
margin: 25px 0;
}

.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
background:#EFF8FB;
color:#333;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:0px 0 28px;
padding:10px;
}

/* sidebar
--------------------------------------------------*/
#sidebar {

float : right;
padding : 10px 0px 0px 0px;

  width : 190px;
  
  
}

#sidebar h2 {
letter-spacing:1px;
color:#333;
padding:0 0 3px;
}









#sidebar input:focus {

border:1px solid #eee;
}

/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
}

#commentform {
background:#fff;
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
}

#commentform #email,#commentform #author,#commentform #url {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:350px;
}

#commentform input {
margin-bottom:3px;
}

#gravatar {
align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
text-align:center;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}


.wp-caption-dd {
line-height:17px;
margin:0;
padding:0 4px 5px;
}



#content li,#content2 li {
border-bottom:1px solid #EFF8FB;
padding:10px;
}



/* footer
--------------------------------------------------*/

