/*
Theme Name: Rubber Republic
Theme URI: http://wordpress.org/
Description: This is the new 2.0 version of the Rubber Republic blog and site
Version: 3.0
Author: Team Rubber
Author URI: http://teamrubber.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/bg_header.gif') #F0F0F0;
	background-repeat:repeat-x;
	color: #595959;
	text-align: center;
	padding:0;
	margin:0;
	}

#page {
	text-align: left;
	width:1024px;
	}

#content {
	font-size: 1.3em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
	.widecolumn h2 {
	position:relative;
	clear:both;
	left:0px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.postmetadata {
width:100%;
	text-align:left;
	padding-bottom: 10px;
	margin-top: 0px;
}
.widecolumn {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	padding-top: 20px;	
	}
.narrowcolumn .postmetadata a {
	color:#CF0000;	
}
.narrowcolumn .postmetadata a:hover {
	background-color:#CF0000;
	color:white;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}



	.phoneText {
	font-size: 31px;
	line-height: 10%;
}
.footerRightColumn {
	color:#CF0000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footerTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CF0000;
	font-size: 24px;
}
.subTitleGrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
}
.textEmail {
	color:#CF0000;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 35px;
	position: relative;
}
.textEmail a {
	color:#CF0000;
}
.textEmail a visited {
	color:#CF0000;
}
.textEmail a active {
	color:#CF0000;
}
.textEmail a hover {
	color:#CF0000;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

h1, h2, h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	color: #CF0000;
	}

h2.pagetitle {
	font-size: 1.6em;
	color: #CF0000;
	}

#sidebar h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.8em;
	color: #333333;
	}

h3 {
	font-size: 1.8em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#CF0000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #CF0000;
	}

h2, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #CF0000;
	}


h3 a:hover {
	text-decoration:underline;
	background:none;
	color: #CF0000;
}
h4 {
	margin:0;
	padding:0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: "Georgia", Times New Roman, Times, serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color:#000000;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Georgia", Times New Roman, Times, serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em "Georgia", Times New Roman, Times, serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em "Georgia", Times New Roman, Times, serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	text-decoration:underline;
	}
	a {
	color: #CF0000;
	text-decoration:none;
	}
	
a.red {
	font-size:17px;
	font-weight:bold;
	border:1px solid #B60000;
	padding:6px 8px;
	background:#B60000;
	color:#fff;
}
a.red:hover {
	text-decoration:none;
	background:#fff;
	color:#B60000;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em "Georgia", Times New Roman, Times, serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 0 auto 15px auto;
	padding: 0;
	width: 1024px;
	}

#headerWrapper {
	width:100%;
}

#header {
	margin: 0 auto;
	padding: 0;
	margin-bottom:16px;
	width: 1024px;
	}

#headerimg {
	height: 274px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin-left:92px;
	width: 518px;
	}

.widecolumn {
	float: left;
	padding: 0;
	margin-left:92px;
	width: 765px;
	}

#rubberBlog {
	background:url('images/title_rubber-blog.gif') no-repeat #fff 22px 28px;
	width:518px;
	height:130px;
	padding:0;
	margin:0;
}

.post {
	margin:0 0 16px 0;
	padding:30px;
	text-align: left;
	background:#fff;
	position:relative;
	}
	
.post .avatar {	
	float:left;
	margin-right:10px;
}
.post .author {
	display:block;
	margin-top:3px;
}
	
.post .time-stamp {
	position:absolute;
	background:#D5D5D5;
	color:#fff;
	padding:10px 8px 8px 8px;
	top:18px;
	left:-40px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	line-height:85%;
	width:24px;
}

.post .time-stamp .number {
	font-size:21px;
}

.post hr {
	display: block;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footerWrapper {
	width:100%;
	background:#2F2F2F;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 945px;
	clear: both;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 90px;
	margin: 0;
	}

h2 {
	margin: 0;
	color: #CF0000;
	line-height:1.1em;
	padding:0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
	color: #000000;
}

#sidebar h2 {

	margin: 0px 0 0;
	color: #CF0000;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	max-width: 100%;
	width:inherit !important;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.alignright a {
color:#999999;
	}

.alignleft a {
	color:#999999;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;

	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:10px 0 15px 0;
	padding:0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0	;
	}

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px;
	text-align: left;
	height:4px;
	}

#sidebar #searchform #s {
-moz-border-radius:8px;
-webkit-border-radius:8px;
border:1px solid #CCCCCC;
float:left;
height:14px;
margin:1px;
padding-left:7px;
padding-right:7px;
position:relative;
top:-10px;
z-index:1;
width:150px;
	}

#sidebar #searchsubmit {
-moz-border-radius:8px;
-webkit-border-radius:8px;
background-color:#DDDDDD;
border:1px solid #CCCCCC;
color:#6A6A6A;
float:right;
height:18px;
margin-top:2px;
padding-bottom:2px;
position:relative;
top:-31px;
right:0px;
z-index:1;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 24px;
	margin-left: 628px;
	width: 185px;
	line-height: 16px;
	font-size:1.3em;
	background:#fff;
	clear:right;
	}

#sidebar form {
	margin: 0;
	}

#sidebar li a {
	font-style:italic;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom:5px;
	height:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#sidebar h2 {
	color: #767676;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
}

#footer {
	border: none;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	width: 700px;
	height:200px;
	padding:26px 200px 0 124px;
	color:#FFFEFE;
}
#footer .leftContent {
	width:182px;
	font-weight:bold;
}
#footer .leftContent h4 {
	color:#595959;
	font-size:18px;
	margin:0 0 12px 0;
}
#footer .leftContent ul {
	list-style:none;
	padding:0;
	margin:0;
}
#footer .leftContent ul li {
	margin-bottom:8px;
}
#footer a {
	color:#FFFEFE;
	text-decoration:none;
}
#footer .rightContent {
	text-align:right;
}
#footer .rightContent .grey {
	color:#969696;
}
#footer .rightContent p {
	margin:0 0 5px 0;
	font-size:13px;
	line-height:14px;
}
#footer .rightContent span.phone {
	font-size:29px;
	font-weight:bold;
	padding-top:10px;
	display:block;
}
#footer .rightContent a.email {
	font-size:21px;
	padding-top:10px;
	display:block;
	margin-bottom:10px;
}
#footer .rightContent img.rubberLogo {
	float:right;
	margin-left:12px;
}
#footer .rightContent .rubber-text {
	position:relative;
	top:5px;
	font-size:12px;
}
.leftContent {
	float:left;
}
.rightContent {
	float:right;
}
body.home #header {
	background:url('images/bg_header-side.jpg') no-repeat 0 206px;
	height:395px;
}
#header {
	padding-top:32px;
	}
#header h1 a {
	height: 235px;
	text-decoration:none;
}
#header h1 {
	margin:0 0 0 92px;
	padding:0;
	background:url('images/logo.gif') no-repeat;
	height:91px;
	width:154px;
	float:left;
}
#header h1 a, #header h1 a:hover {
	color:#434343;
	font-size:0.6em;
	font-style:normal;
	font-weight:normal;
	float:left;
	padding:0;
	text-align:right;
	margin:0 85px 0 0;
	letter-spacing:0.01em;
	width:154px;
	height:91px;
	background:none;
}
#header span.displayNone {
	display:none;
}
#header span {
	top:205px;
	position:relative;
}
#headerRight {
	float:right;
	text-align:right;
	margin-right:164px;
	margin-bottom:20px;
}
#headerRight h2 {
	float:right;
}
h2.phone {
	background:url('images/title_phone-number.gif') no-repeat right;
	width:136px;
	height:17px;
	margin:0 0 9px 0;
}
h2.cool-stuff {
	
	width:571px;
	height:29px;
	margin:0;
	clear:right
}
#flash {
	width:769px;
	height:275px;
	background:url('images/flash-holder.jpg') no-repeat bottom left;
	clear:both;
	padding:0;
	margin-left:92px;
}

#rubberProjects {
	padding:24px 0 32px 34px;
	background:#fff;
	clear:left;
	margin:0 162px 0 92px;
	font-size:1.3em;
}
#rubberProjects h3 {
	background:url('images/title_rubber-projects.gif') no-repeat;
	width:364px;
	height:32px;
	margin:0 0 30px 0;
	padding:0;
}
#rubberProjects ul {
	padding:0;
	margin:0;
	list-style:none;
}
#rubberProjects li {
	padding:0;
	margin:0;
	float:left;
	width:158px;
	margin-right:22px;
}
#rubberProjects h4 {
	font-family:'Georgia', Arial, Helvetica, serif;
	color:#767676;
	font-size:14px;
	margin-bottom:10px;
}
#rubberProjects img {
	border:2px solid #CECECE;
}

#archives-4 h2 {
	display:none;
}
#sidebar .flickr h2 {
	margin-bottom:10px;
}
.clearBoth {	
	clear:both;
}
.pink {
	color:#CF0000;
}
.flickr_photo {
	width:40px;
	height:40px;
	padding:2px;
	border:none;
}
#page #sidebar a.thickbox:hover {
	background:none;
}
#page #sidebar a.thickbox:hover img {
	border:none;
}
#search-2 {
	height:8px;
}

p img.wp-smiley {
	padding:0;
	width:15px !important;
}

div.entry a {
	background:none;
	color:#CF0000;
}
#TB_window a:hover {
	background:none;
}
.displayNone {
	display:none;
}
/* End captions */

/* Site Styles*/


.home h3 {
	padding-right:50px;
}
#flash_holder {
	margin-right:164px;
	padding-top:10px;
	float:right;
}
#flashBorder {
	border: 7px solid white;
	padding:0;
	margin:0;
	width: 754px;
	height: 260px;
	background:white;
}
#logo {
	float:left;
	margin:0;
	padding:0;
}
#logo a {
	display:block;
	width:240px;
	height:305px;
}
#logo a:hover {
	background:none;
}
.google-map {
	float:left;
	margin-right:80px;
}
.twitter li {
	font-size:90%;
}
#footer .icon {
	position:relative;
	top:10px;
}
#footer .icon:hover {
	background:none;
}
#mainNav {
	list-style:none;
	margin:0 0 6px 0;
	padding:0;
	clear:right;
	float:right;
}
#mainNav li {
	float:left;
	background:#CB3538;
	margin-left:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mainNav li a {
	display:block;
	padding:0;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:7px 15px 8px 15px;
}
#mainNav .home-nav {
	background:url('images/nav_home.png') no-repeat;
	width:114px
}
#mainNav .about {
	background:url('images/nav_about.png') no-repeat;
	width:111px;
}
#mainNav .our-work {
	background:url('images/nav_our-work.jpg') no-repeat;
	width:111px;
}
#mainNav .contact {
	background:url('images/nav_contact.png') no-repeat;
	width:144px;
}
#mainNav .home-nav:hover, #mainNav li.select .home-nav {
	background:url('images/nav_home_hover.png') no-repeat;
}
#mainNav .about:hover, #mainNav li.select .about {
	background:url('images/nav_about_hover.png') no-repeat;
}
#mainNav .contact:hover, #mainNav li.select .contact {
	background:url('images/nav_contact_hover.png') no-repeat;
}
#mainNav .our-work:hover, #mainNav li.select .our-work {
	background:url('images/nav_our-work_hover.jpg') no-repeat;
}

/* Custom hide RSS Title for Twitter image */
#rss-479855924 h2.widgettitle {
	display:none;
}
#rss-479855924 li {
	background:url('images/twitter_top.gif') top #E4E4E4 no-repeat;
	width:185px;
}
#rss-479855924 li a {
	background:url('images/twitter_bottom.gif') bottom no-repeat;
	display:block;
	padding:15px 15px 25px 25px;
	word-wrap:break-word; 
}

/* work styles */

.work h1 {
	padding:0;
	margin-bottom:15px;
	line-height:1.3em;
	text-align:left;
	color:#AFAEAE;
	font-weight:normal;
	font-size:31px;
}
.work-post {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	padding:5px 5px 15px 5px;
	background:#E8E8E8;
	width:156px;
}
.work-post h2 {
	padding:0;
	margin:5px 0 0 5px;
	line-height:0.7em;
}
.work-post h2 a {
	font-size:16px;
	color:#7A7A7A;
	padding:0;
	margin:0;
}
.work-post h2 .work-title {
	color:#B12023;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

