/*

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;
	background-color: #FFF;
	font-family: "Arial", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-weight: lighter;
	font-size: 12px;
}

* {
	margin:0;
	padding:0;
}

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

.entry {
	color: #333;
	letter-spacing: 0em;
}
p {
  margin-bottom: 0
  }
/*p + p {
  text-indent: 1.5em;
  margin-top: 0 }
*/


/* header
--------------------------------------------------*/
#header {
	border-top:0;
	height: 160px;
}

#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 {
	width:990px;
	margin:0 auto;
}

#logo {
	width:565px;
	height:124px;
	margin:30px 0 0 0;
	background-image: url(../../../_images/rivetLogo2010-v3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px 0 0;
}







/* 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 {
text-decoration:none;
color:#333;
}

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

#nav li a {
color:#999;
background:#fff;
font:1.6em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-weight:400;
text-decoration:none;
display:block;
margin:1px 2px 0 0;
padding:5px;
}

#nav li a:hover {
background-color:#EFF8FB;
color:#000;
text-decoration:none;
}

#nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {
	margin:0 0 0 260px !important;
	padding:10px 20px 0px 0;
}

#content2 {
margin:0 !important;
padding:10px 0 0px;
}

#content p,#content2 p {
	line-height:20px;
	font-size:100%;
	word-spacing:1px;
	margin:0 0 8px 0;
}

#content a,#content2 a {
text-decoration:none;
color:#fff;
}

#content a:hover,#content2 a:hover {
	background-color:#fff;
	color:#000;
}

#content h2,#content2 h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-size:20px;
	font-weight:400;
	color:#666;
	border-bottom:1px solid #999;
	line-height:24px;
	margin:15px 0;
	padding:5px 0;
}

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

}
.h2red :first-letter {
	color:#900;
}

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

#content h3 {
	/*color:#FFF;*/
	margin:24px 0 3px 0;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#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 0px;
}

#content2 ul,ol {
margin:10px 10px 10px 0px;
}

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

blockquote {
background:#EFF8FB;
border:1px solid #ccc;
margin:10px 0;
padding:5px 15px;
}

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

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

.post img {

}

.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;
}

/* sidebar
--------------------------------------------------*/
#contact {
	width:267px;
	height:137px;
	margin:0 0 0 0;
	background-image: url(../../../_images/contact-info.png);
	background-repeat: no-repeat;
}




#sidebar {
	width:220px;
	float:left;
	padding:28px 10px 30px;
	height:100%;
}

#sidebar h2 {
	letter-spacing:4px;
	font-size:10px;
	color:#666;
	padding:0 0 12px 0;
	line-height: 24px;
	text-transform: uppercase;
}

#sidebar ul {
	list-style:none;
	margin:0 0 3px;
	text-transform: lowercase;
}

#sidebar li {
	list-style:none;
	padding:0 0 12px 0;
}

#sidebar li a:hover {
text-decoration: none;
	color: #9A293F;
}

#sidebar input {
width:102px;
background:#fff;
color:#444;
border:1px solid #eee;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:3px;
}

#sidebar input:focus {
background:#fff;
border:1px solid #eee;
}

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

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

#content li,#content2 li {
padding:10px 10px 10px 0;
}

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

/* footer
--------------------------------------------------*/
#footer {
color:#333;
margin:0;
padding:20px 0;
}


/* slide
--------------------------------------------------*/

.scrollHorizontal {
    width: 710px;   
overflow: auto;
overflow-y: hidden;
    scrollbar-base-color:#ffeaff
}
.sample-image {
	float: left;
	width: 288px;
	padding: 0 44px 32px 0;
}
.weblist {
	width: 600px;
	magin: -25px;
	list-style-type: none;
}

#scrollHorizontal table {
	margin: 0;
	border: 0;
	border-spacing: 0;
	background-color: #C33;
}
#scrollHorizontal table td { vertical-align: top }

.sample-client, .sample-description {
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
}
.weblist li .sample-image img {
	border: 1px solid #ccc;
}
.weblist li {
	list-style-type: none;
	margin-left:0px;
}





/* home page
--------------------------------------------------*/

#home-logo {
	height: 210px;
	background-image: url(../../../_images/rivet-design-communications-home.png);
	background-repeat: no-repeat;
	margin: 200px 0 0 0;
}
#home-nav {
	font-size: 12px;
	margin: -40px 0 0 263px;
	height: 74px;
}
ul#home-nav
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#home-nav li
{
display: inline;
list-style-type: none;
}

#home-nav a { padding: 3px 10px; }

#home-nav a:link, #navlist a:visited
{
	/*background-color: #036;*/
text-decoration: none;
	text-transform: lowercase;
}

#home-nav a:hover
{
	/*background-color: #369;*/
text-decoration: none;
	color: #9A293F;
}
#home-nav h2 {
	float: left;
	margin: 2px 12px 0 0;
	font-size: 9px;
		letter-spacing:4px;
	color:#666;
		text-transform: uppercase;

}
#home-graphic {
	height: 216px;
	background-position: -360px;
	background-repeat: no-repeat;
}
#home-blurb {
	font-size: 9px;
	color: #CCC;
	height: 10px;
	margin: 150px 0 0 0;
	text-align: center;
	overflow: hidden;
}

