/*

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:62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#333;
margin:0;
}

* {
margin:0;
padding:0;
}

code {
font:120% "Courier New", "Lucida Console", Arial;
}



#logo {
	
	
	padding-left:10px;
	padding-bottom:15px;
}

/* header
--------------------------------------------------*/
#header {
	
	background-color: #FFFFFF;
	background-image: url(goya-header_03.jpg);
	background-repeat: no-repeat;
}

#header .description {
float:left;
color:#333;
margin:45px 0 0;
}

#header h1 {
/* border-bottom:3px solid #EFF8FB; */
margin:0px 0 0;
padding:20px 20px 20px 0;
}

#wrapper {
width:760px;

margin:0 auto;
}

/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.6em;
	font-weight:lighter;
	color:#FFFFFF;
	letter-spacing:0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 10px;
}

#header h1 a {
text-decoration:none;
color:#ffffff;
}

/* navigation
--------------------------------------------------*/
#nav {
	/*border-bottom:3px solid #EFF8FB;*/
height:25px;
margin-top: 50px;
	margin-left:10px;
	padding:0 0px 0 0;
	font:1.2em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color: #FFFFFF;
}


#nav a {

height:25px;
	margin:0;
	padding:0 0px 0 0;
	font:1em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color: #FFFFFF;
	
}

#nav  a:hover {
text-decoration:underline;
color: #FFFFFF;
}

#nav  a.active {

text-decoration:underline;
}

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {

margin:0 250px 0 0 !important;
padding:10px 20px 0px 0;
}

#content2 {

margin:0 !important;
padding:10px 0 0px;

}

#content p{
line-height:18px;
font-size:120%;
word-spacing:1px;
padding-top:5px;
padding-bottom:5px;

}


#content2 p {
line-height:18px;
font-size:120%;
word-spacing:1px;
padding-top:10px;
padding-bottom:10px;

}



#content a,#content2 a {
text-decoration:underline;
color:#304f46;

}

#content a:hover {


background-color:#e2ede9;

}

#content2 a:hover {
text-decoration:underline;
color:#304f46;

}

#content h2 {
font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-size:1.5em;
font-weight:bold;
color:#333333;
border-bottom:4px solid #304f46;
line-height:20px;
margin:15px 0;
padding:5px 0;
}


#content2 h2 {
font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-size:1.6em;
font-weight:bold;
color:#304f46;
border-bottom:4px solid #304f46;
line-height:20px;
margin:15px 0;
padding:5px 0;
}



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

#content h1 {
font:3em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#222;
margin:10px 0;
}

#content h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-size:1.8em;
	background-color:#e2ede9;
	font-weight: bold;
	color:#304f46;
	line-height:20px;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
}


#content2 h3  {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-size:1.8em;
	background-color:#e2ede9;
	font-weight: bold;
	color:#304f46;
	line-height:20px;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
}



#content h4 {
font:1.8em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#222;
margin:10px 0;
}

#content h5 {
font:1.6em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#222;
margin:10px 0;
}

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

#content ul,ol {
	font-size:120%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#content2 ul,ol {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {

border:1px solid #e2ede9;
margin:10px 0;
padding:5px 15px;
}

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

}

a.more {
display:block;
text-align:right;
color:#2F460D;
text-decoration:none;
margin:10px 0 0;
}

a.more:hover {
text-decoration:none;
}

/* metadata under post
--------------------------------------------------*/
.post {
	text-align:justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}

.post img {
background:#e2ede9;
padding:1px;
}

.post .info {
margin-top: 25px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #304f46;	

}



.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;

}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
	color:#333;
	font-size:120%;
	border-bottom:1px solid #304f46;
	border-top:1px solid #304f46;
	padding:10px;
	background-color: #e2ede9;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
	width:220px;
	float:right;
	padding:28px 10px 30px;
	height:100%;
	color: #304f46;
}

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

#sidebar ul {
list-style:none;
font-size:120%;
margin:0 0 23px;
}

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

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



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




/* 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;
}

#header h1 a:hover,#footer a:hover {
text-decoration:none;
color:#333;

}

#content li,#content2 li {

padding:10px;
}

a,#sidebar li a,#footer a {
color:#304f46;
text-decoration:none;
}


/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding:10px 0 15px 0;
  font-size:0.9em;
}

.singlecol #footer {
  padding:25px 0 15px 0;
}

#footer p {
  padding:12px 0 18px 0;
  border-top:1px solid;
}


.singlecol #footer p {
  padding:12px 70px 18px 70px;
}

#footer {
  color:#333333;
  background:white url(images/spring_flavour/footer_bg.gif) 470px 0px no-repeat;
}

.singlecol #footer {background-image:none;}

#footer p {border-top:4px solid #304f46;}

#footer a {color:#304f46; text-decoration:underline;}

#footer a:hover {color:#304f46; background-color:#e2ede9; text-decoration:underline}

#footer strong {color:#333333;}