/*

Theme Name: Simple
Theme URI: http://1000ff.de/wordpress-theme-blass-english-version/
Description: Elegant and simple. This theme is based on Blass2 and is a CSS-only theme, has a widgetized sidebar, support for gravatars, and works nicely with WordPress 2.5+. Created by <a href="http://1000ff.de/">1000ff</a>. Modified by <a href="http://www.chaskacreative.com/"> Chaska Creative </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 {
text-align: center;
width: 855px;
margin: 0px auto;
padding: 0px;
background: #fff;
font:62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#333;
}

* {
margin:0;
padding:0;
}

code {
font:120% "Courier New", "Lucida Console", Arial;
}

a, a:hover {
border: none;
text-decoration:none;
}

a:hover {
color:#000;
/*background-color:#EFF8FB;*/
}

/* header
--------------------------------------------------*/
#wrapper {
width: 855px;
height:auto;
float: left;
background-color: #FFF;
text-align: left;
padding: 0px;
}

#header {
float: left;
width:100%;
position: relative;    /*for sticky image links*/
height: 55px;
margin: 40px 0px 0px 0px;
padding: 0px;
}

#header a img, #header .logo {
float:left;
margin: 0px;
padding:0px;
text-decoration: none;
border:none;
}

#header h1.replacement {
float:left;
margin:0px 0 0;
width: 422px; height: 55px;
background: url("images/title.jpg") no-repeat;
text-indent: -9999px;

}

#header .images, #header .clients, #header .contact, #header .blog {
position: absolute;
top: 31px;
}

#header .images {
left: 120px;
}

#header .clients {
left: 220px;
}

#header .contact {
left: 320px;
}

#header .blog {
left: 420px;
}


/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
font-size:3.8em;
font-weight:400;
color:#333;
letter-spacing:-1px;
margin:20px 0;
}

#header h1 a, a {
text-decoration:none;
color:#333;
}

/* navigation
--------------------------------------------------*/
#nav {
float: left;
width: 352px;
height:25px;
margin:0;
padding:35px 0;
}

#nav li {
float:right;
list-style:none;
margin:0px;
padding:0px 3px 0px 0px;
text-align:center;
}

#nav h3 {
text-decoration:none;
font-size: 1.1em;
font-weight: normal;
}

#nav a {color:#888;margin-left:12px;}

#nav a:hover {
color:#b3d4e2;
text-decoration:none;
}

/* the current Page */
#nav li .current_page_item a {
color: #b4b48d;
/*background:#b4b48d;*/
font-weight: bold;
text-decoration:none;
} 

/* parent of the current Page */
/*.current_page_parent {
color:#555;
font-weight: bold;
text-decoration:none;
} */

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {
clear: both;
float: left;
width: 580px;
height: auto;
margin: 0px;
padding:0px;
}

#content2 {
clear: both;
float: left;
width: 100%;
height: auto;
margin:0 !important;
padding:0px 0 0px;
}

#content p,#content2 p {
line-height:20px;
font-size:120%;
word-spacing:1px;
margin:0px 0px 15px 0;
float: left;
color: #666;
}

#content2 li {
font:120% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
line-height: 17px;
text-align: left;
margin:0px 0px 0px 0px;
color: #666;
}

#content a,#content2 a {
text-decoration:none;
color:#555;
}

#content a:hover,#content2 a:hover {
background-color:#EFF8FB;
color:#444;
}

#content h2,#content2 h2 {
font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-size:1em;
color:#999;
line-height:16px;
margin:15px 0;
padding:5px 0;
}

#content h2 a,#content2 h2 a {
text-decoration:none;
border:none;
line-height:16px;
}

#content h1 {
font:3em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#222;
margin:10px 0;
}

#content h3 {
font:2em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#222;
margin:10px 0;
}

#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:10px 10px 10px 25px;
}

#content2 ul,ol {
margin:15px 10px 10px 25px;
}

/*#content2 .entry {
float: left;
height:auto;
margin: 20px 0px;
padding: 0px;
color: #333333;
}*/

/*#content2 .entry img {
margin-top: 0px;
margin-bottom: 0px;
}*/

#content2 .post img {
margin: 0px;
padding: 0px;
}

#content .pagetitle {
font-size:17px;
color:#411d0f;
font-weight:normal;
padding:0px;
margin-top:30px;
margin-bottom:25px;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
background:#EFF8FB;
border:1px solid #ccc;
margin:10px 0;
padding:5px 15px;
}

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 {
float: left;
margin:0px 0 30px 0;
text-align:justify;
}

.post img {
border:none;
padding:1px;
margin: 0px;
}

.post .info {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color:#b3d4e2;
font-size:1em;
color:#333;
padding:2px 3px 3px 5px;
margin: 20px 10px 0px;
}

.date {
margin: -5 0 5px 0;
}

.post small {
margin-top:25px;
}

.entry {
float: left;
height:auto;
margin: 15px 0px;
padding: 0px;
color: #333333;
}

.entry img {
margin-top: 0px;
margin-bottom: 0px;
}

.bookmarkify {padding:0px;margin:0px 0px 20px 0px;}

.bookmarkify div.title {
font:120% "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#666;
margin:0px 0;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
background:#b4b48d; /*#EFF8FB;*/
color:#333;
font-size:120%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:10px 0 28px;
padding:10px;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
clear: right;
float:right;
width:220px;
padding:28px 0px 0px;
height:100%;
}

#sidebar h2 {
letter-spacing:1px;
font-size:1.6em;
color:#411d0f; /*#333;*/
padding:0 0 3px;
}

#sidebar ul {
list-style:none;
font-size:120%;
margin:0 0 23px;
}

#sidebar li {
border-bottom:1px solid #EFF8FB;
list-style:none;
padding:3px;
}

#sidebar li a:hover {
color:#000;
background-color:#EFF8FB;
}

#sidebar input {
background:#fff;
color:#444;
border:1px solid #ddd;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:2px;
margin-bottom:4px;
}

#sidebar input:hover {
border:1px solid #bbb;
}

#sidebar input:focus {
background:#fff;
border:1px solid #ddd;
}

#sidebar #searchform {padding:5px;}

/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
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;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#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 {
padding:3px 0px 0px 10px;
}

a,#sidebar li a,#footer a {
color:#999;
text-decoration:none;
}

/* footer
--------------------------------------------------*/
#footer {
clear: both;
float: left;
width:100%;
color:#333;
margin:0 0 0px 0;
padding:0 0 0px 0;
}

#footer .page-footer {
margin:0 0 0px 0;
padding:0 0 0px 0;
color: #777;
}

#footer .page-footer img {
height:13px;
float:left;
margin:0px;
padding:0px;
border:none;
}

/*-----------------MIsc--------------------*/
h2 .sIFR-replaced {margin:0px 0px;padding:0px 0px;} 
/*.sIFR-replaced {margin:0px;padding:0px;}*/

.slideshow {margin:0px 0px 5px 0px;padding:0px;}