/*

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 {
	font: small Helvetica, Arial, sans-serif;
	color: #333;
	margin:0;
	letter-spacing:0.01em;
	background:#fff;
}

* {
margin:0;
padding:0;
list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

/* header
--------------------------------------------------*/
#header {
	
	width:100%;
	background:#000;
	float:left;
}
#header-content {
	width:950px;
	margin:0 auto;
	background:#000 url(images/topo.png) right 0 no-repeat;
	padding-top:15px;
	height:110px;
}


#wrapper {
width:950px;
margin:0 auto;
}

/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
	width:293px;
	height:95px;
	background:url(images/logo.png) 0 0 no-repeat;
}
#header h1 img{
	display:none;
}


/* navigation
--------------------------------------------------*/
#nav {
height:40px;
margin:0;
color:#000;
font-size:120%;
width:100%;
float:left;
padding-top:8px;
}
#nav-content {
width:950px;
margin:0 auto;
}

#nav li {
float:left;
list-style:none;
padding:0 10px 0 0;
}

#nav li a {
color:#000;
text-decoration:none;
display:block;
margin:1px 2px 0 0;
font-size:110%;
float:left;
}

#nav li a:hover {
background-color:#333;
color:#fff;
text-decoration:none;
}

#nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {
padding:30px 0 0px 0;
width:640px;
float:left;
}

#content2 {
margin:0 !important;
padding:10px 0 0px;
}


#content h2,#content2 h2 {
	font-size:200%;
	color:#000;
	letter-spacing:-0.01em;
	line-height:1.2em;
	margin-bottom:5px;
	
}
#content h2 a,#content2 h2 a {
	color:#000;
	text-decoration:none;
}
#content h2 a:hover,#content2 h2 a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}


#content ul,ol {
font-size:120%;
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 {
margin:0 0 50px 0;
}

.post img {
background:000;
border:5px solid #E6E6E6;
margin:0 15px 10px 0;
}

.post .info {
border-top:1px dashed #ccc;
font-size:85%;
color:#333;
padding:10px 3px 3px 0;
margin: 25px 0;
}

.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
font-size:110%;
margin-bottom:5px;
border-bottom:1px dashed #ccc;
padding-bottom:10px;
line-height:1.6em;
color:#B6AFAF;
float:left;
width:100%;
letter-spacing:0.05em;
text-align:justify;
}
p.news strong{
color:#666;
font-size:120%;
font-weight:normal;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
width:260px;
float:right;
padding-top:0;
}
#sidebar {
	color: #666;
	text-decoration:none;
}
#sidebar a{
	color: #999;
	text-decoration:none;
}
#sidebar a:hover{
	color:#fff;
	background:#900;
	text-decoration:none;
}

#sidebar h2 {
font-size:150%;
color:#fff;
background:#999;
border-bottom:2px dashed #fff;
padding:2px;
margin:30px 0 15px 0;
float:left;
width:100%;

}

#sidebar ul {
font-size:100%;
}

#sidebar li {
border-bottom:1px solid #EFF8FB;
padding:3px;
}
#sidebar li a{
	color:#666;
}

#sidebar li a:hover {
color:#fff;
}

#sidebar input {
width:102px;
background:#fff;
color:#444;
border:1px solid #eee;
padding:3px;
}

#sidebar input:focus {
background:#fff;
border:1px solid #eee;
}
.textwidget{
	font-size:100%;
	line-height:1.5em;
}
div#sidebar div.autor a{
	text-decoration:underline;
}
div#sidebar div.autor a:hover{
	text-decoration:none;
	background:#fff;
	color:#900;
}
/* 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 {
font-size:0.9em;
}

#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 {
font-size:1.1em;
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;
font-size:120%;
}

.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 {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}


#content li,#content2 li {
border-bottom:1px solid #EFF8FB;
padding:10px;
}



/* conteudo
--------------------------------------------------*/
div.entry p{
	color:#333;
	font-size:110%;
	line-height:1.5em;
	margin-bottom:20px;
}
div.entry p a{
	color:#999;
	text-decoration:underline;
}
div.entry p a:hover{
	color:#900;
}

/* footer
--------------------------------------------------*/

#footer-content {
	width:900px;
	margin-top:60px;
	padding:23px 0 15px 50px;
	height:17px;
	float:left;
	background:#232323 url(images/r.png) 0 5px no-repeat;
}
#footer-content p{
	color:#fff;
	font-size:90%;
}
#footer-content p a{
	color:#ccc;
	text-decoration:underline;
}
#footer-content p a:hover{
	color:#ccc;
	text-decoration:none;
}
/* off line
--------------------------------------------------*/
div.off{
	width:100%;
	float:left;
	margin-top:10px

}
div.off h4{
	color:#999;
	font-size:130%;
	margin-bottom:15px;
}
div.off img{
	display:none;

}
div.off a{
	display: block;
	float:left;
	width:64px;
	height:64px;
	margin-right:17px;
	margin-left:3px;

}
#sidebar a.flickr{
	background: url(images/ico_flickr.png) 0 0 no-repeat;
}
#sidebar a.flickr:hover{
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	background: #fff url(images/ico_flickr.png) 0 0 no-repeat;
}
#sidebar a.last{
	background: url(images/ico_last.png) 0 0 no-repeat;
}
#sidebar a.last:hover{
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	background: #fff url(images/ico_last.png) 0 0 no-repeat;
}
#sidebar a.twiter{
	background: url(images/ico_twitter.png) 0 0 no-repeat;
}
#sidebar a.twiter:hover{
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	background: #fff url(images/ico_twitter.png) 0 0 no-repeat;
}
a.back{
	width:290px;
	height:95px;
	display:block;
}
