/*

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 {  border-top: 3px solid rgb(221,217,215);
        background: url("images/bkg3.jpg") no-repeat center top;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', Serif;
	color: rgb(102, 102, 102);
	text-align: center;
	}

* {
margin:0;
padding:0;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

h1 {
font-family:'Trebuchet MS', Arial, Helvetica, Sans-Serif;
font-size:2em;
font-weight:normal;
color:#ff007f;
text-align: left;
line-height:15px;
margin: 0;
padding:5px 0;
}

/* header
--------------------------------------------------*/
#header a {z-index: 100;
	margin-top: -3px;
	border-top: 3px solid rgb(130,135,145);
	border-left: 1px solid rgb(221,217,215);
	border-bottom: none;	
	text-transform: uppercase; 
	font-size: 1em; 
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 1px;}	

#header a:hover {text-decoration: none; color: white; background: rgb(221,217,215);}

#header h1 {
border-bottom:3px solid #EFF8FB;
margin:15px 0 0;
padding:25px 25px 40px 0;
}	

#wrapper {
width:840px;
margin:0 auto;
}


/* navigation
--------------------------------------------------*/
#nav {

display: block;
min-width: 38px;

}

#nav li {
float:left;
display: inline;
list-style:none;
padding:0 10px 0 0;
}

#nav li a {
color:#999;
background:#fff;
font:1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
letter-spacing: 1px; 
text-transform: uppercase; 	
font-weight: normal;
text-decoration:none;
display:block;
margin:1px 2px 0 0;
padding:5px;
}

#nav li a:hover {
background-color:#fe5a9f;
color:#fff;
text-decoration:underline;
}

#nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

#nav li.current_page_item a {
	color: #ffffff;
	background-color:#ff0078;
	}

#header li a {display: block;
	min-width: 38px;
	padding: 74px 32px 12px 12px;
	float: left;
}
#header {
	height: 260px;
	}	

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content2 {
margin:0 !important;
padding:10px 0 0px;
}

#content p,#content2 p {
margin:10px 300px 10px 0;
padding-top: 3px;
font-size: 1.3em;
line-height: 1.8em;
text-align: left;
}

#content a,#content2 a {
text-decoration:none;
color:#ff007f;
}

#content a:hover,#content2 a:hover {
background-color:#eee;
color:#92002d;
}

img { 
border: none; 
}

#content h2,#content2 h2 {
font-family:'Trebuchet MS', Arial, Helvetica, Sans-Serif;
font-size:1.7em;
font-weight:normal;
color:#626262;
text-transform: uppercase;
text-align: left;
margin:auto;
}

#content h2 a,#content2 h2 a {
text-decoration:none;
border:none;
}

#content h1 {
font-family:'Trebuchet MS', Arial, Helvetica, Sans-Serif;
font-size:2em;
font-weight:normal;
color:#ff007f;
text-align: left;
line-height:25px;
margin: 0;
}

#content h3 {
font:1.4em 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#404040;
text-transform: uppercase;
letter-spacing: 1px;
text-align: left;
margin:10px 300px 18px 15px;
}

#content h4 {
font:1.8em 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#222;
margin:10px 0;
}

#content h5 {
font:1.6em 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#222;
margin:10px 0;
}

#content2 h3 {
font:160% 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#222;
margin:10px 0;
}

#content ul,ol {
font-size:120%;
margin:10px 10px 10px 0px;
}

#content2 ul,ol {
margin:10px 10px 10px 0px;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
	color: #CCCCCC;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 0px 10px;
	}
#content blockquote p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

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;
}

a.more:hover {
text-decoration:none;
}

/* metadata under post
--------------------------------------------------*/


.post {
margin:0 0 50px 0;
text-align:left;
}

/* Begin Images */
.post img {
	padding: 0;
        margin-right: 6px;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */


.post .info {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color:#EFF8FB;
font-size:1em;
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;
font-size:120%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:10px 0 28px;
padding:10px;
}

/* Begin Form Elements */
input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {border: 1px solid rgb(201,197,195);
color: #626262;
}

#sidebar {
width:250px;
float:right;
padding:7px 8px 40px 18px;
height:100%;
}

#sidebar h2 {
letter-spacing:1px;
text-align: left;
text-transform: uppercase;
font-size:1.1em;
color:#626262;
padding:0 0 3px 27px;
}

#sidebar ul {
list-style:none;
font-size:120%;
margin:0 0 23px;
}

#sidebar li {
list-style:none;
text-align: left;
padding:3px 3px 3px 27px;
}

#sidebar li a:hover {
color:#ff007f;
background-color:#eee;
}

#searchform {
	margin: 15px 0 0 0;
	padding: 0 0 15px 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px 0;
	}

#searchsubmit, #sidebarsubmit {
	margin-left: 4px;
	font: normal 1em 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;	
	text-transform: uppercase;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

.entry p a:visited {
	color: #b85b5a;
	}

/* comments
--------------------------------------------------*/
#comments {
font-size:0.9em;
}

#commentclass {
text-align: left;
margin: 0 0 0 15px;
}

#commentText {
margin:auto;
font-size: 1.1em;
}

#commentText p {
margin: auto;
}

#commentTextbox {
margin: 0 0 0 15px;
}

#commentTextbox p {
text-align: left;
margin:auto;
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
text-align: left;
}

#commentform {
background:#fff;
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
font: 13px 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:1.1em;
background:#f8f7f6;
border:1px solid #d6d3d3;
text-align: left;
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;
}

#header h1 a:hover {
text-decoration:none;
color:#333;
background:#EFF8FB;
}

#content li,#content2 li {
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
margin:0 300px 15px 0;
padding:10px;
}

a,#sidebar li a {
color:#999;
text-decoration:none;
}

/* footer
--------------------------------------------------*/
#footer {
border-top: 1px dashed #999;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #bbb;
padding: 20px 0;
margin: 40px 0;
}

#footer p {
text-align: center;
color: #999;
padding:0 0 9px 0;
font: normal 1.1em 'Trebuchet MS', Arial, Sans-Serif;
}

#footer a {
margin: auto;
font: normal 1em 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
letter-spacing: 1px;	
text-transform: uppercase;
color:#ff007f;
padding:1px 10px 1px 5px;
}

#footer a:hover {
color:#ff007f;
text-decoration: underline;
}

.footerlinks ul {
text-transform:uppercase;
display: inline;
color: #ff007f;
list-style-type: none;
list-style-image:none;
margin:0; 
}

.footerlinks li, .footerlinks li li, .footerlinks li li li {
display: inline;
padding: 0px 5px 0 2px; 
}

.footerlinks a {text-decoration:none;
padding: 0px 2px 0 0;
border-right: 1px solid #ff007f;
}

