@charset "UTF-8";
/*
Theme Name:Tuft and Co. (version 1)
Theme URI:
Description:T+Co Website Theme
Version:0.1.1
Author:Tuft and Co.
Author URI:http://www.tuftandco.com/
Tags:hci, user experience, human centered design, flash, application, app, ui, design, iphone, mobile,

	"Tuft and Co. (version 1)" by http://www.tuftandco.com/
	The CSS, XHTML and design is copyright 2009.

*/

/* CSS Document */

/* Embedded Fonts for users with modern browsers */

@font-face {
  font-family: Colaborate-Regular;
  src: url("fonts/ColabReg.otf");
}

@font-face {
  font-family: Colaborate-Bold;
  font-weight: bold;
  src: url("fonts/ColabBol.otf");
}


/* Universal Type styles*/

h1 {
	font-family: Georgia, Times, serif;
}
	
h4, h5 {
	font-family: 'Colaborate-Bold', Arial, sans-serif;
}
	
h5 {
	font-family: 'Colaborate-Regular', Arial, sans-serif;
	font-weight: normal;
}
	
p {
	font-family: Georgia, Times, sans-serif;
}

a img {
        border: none;
}

/* Header Styles  */

body {
	margin: 0;
}

#header {
	top: 0;
	left: 0;
	width: 100%;
	height:67px;
	background: #f4f4f4;
	margin: 0;
}
	
#header_content {
	width:1024px;
	height:67px;
	margin:0 auto;
}
	
#header_content img {
	float:left;
	margin-right: 20px;
}
	
#header_content ul {
	list-style: none;
	margin: 0;
}

#header_content li {
	float: left;
	line-height: 67px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	text-transform: Uppercase;
	color: #f15a22;
	margin-left: 8px;
	margin-right: 8px;
}
	
#header_content li a {
	text-decoration: none;
	color: #2f2f2f;
}

#header_content li a:hover {
	color: #f15a22;
}


/* Title Area Style */

#title {
	width: 1024px;
	height: 135px;
	margin: 0 auto;
}

#title #blogtitle {
	margin: 26px 0 10px 0;
	width: 100%;
}

#title #blogtitle img {
	float: left;
	margin: 7px 9px 0 0;
}

#title h1 {
	font-family: 'Colaborate-Bold', Arial, sans-serif;
	font-size: 24px;
	color: #f15a22;
	margin: 0;
}

#title a {
	color: #f15a22;
	text-decoration: none;
}

#title a:hover {
	text-decoration: underline;
}

#title #blogdescription img {
	float: left;
	margin-right: 12px;
	margin-left: 20px;
}
	
#title #blogdescription h2 {
	font-family: 'Colaborate-Regular', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #a4a4a4;
	width: 450px;
	margin-top: 0px;
}
	
	
/* Main Body of the Page Styles */

#pagebody {
	margin: 0 auto;
	width: 1024px;
	overflow: hidden;
}
	
#pagebody ul {
	padding: 0;
	margin: 0;
}
	
#pagebody #topper ul li {
	float: left;
	margin-right: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #727272;
	text-transform: uppercase;
}
	
#pagebody #topper ul li a {
	color: #f15a22;
	text-decoration: none;
}
#pagebody #topper ul li a:hover {
	text-decoration: underline;
}
	
#pagebody #topper {
	height: 18px;
	border-bottom: 6px solid #e3e3e3;
}

	
/* Left Column Styles */
	
#leftcolumn {
	width: 677px;
	background: url(images/dotted_vr.gif) right top repeat-y;
	float: left;
}

#leftcolumn.full {
	width: 984px;
	background: none;
}

#leftcolumn.full a {
	color: #00aec1;
	text-decoration: none;
}

#leftcolumn.full a:hover {
	text-decoration: underline;
}
  	
#leftcolumn #topper {
	width: 638px;
	margin: 0 0 3px 20px;
}

#leftcolumn #topper.full {
        width: 984px;
}

#topper ul {
        list-style: none;
}

#pagebody #topper ul li {
	float: left;
	margin-right: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #727272;
	text-transform: uppercase;
	list-style-type: none;
}
	
#pagebody #topper ul li a {
	color: #f15a22;
	text-decoration: none;
}

#pagebody #topper ul li a:hover {
	text-decoration: underline;
}

#post {
	margin-bottom: 40px;
}

#byline ul {
	list-style: none;
	width: 638px;
	border-top: 1px solid #bcbcbc;
	margin: 0 0 0 20px;
	float: none;
	overflow: hidden;
}

#post.full #byline ul {
	width: 984px;
}
	
#byline li {
	float: left;
	font-family:'Colaborate-Regular', Arial, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	border-right: 1px solid #bcbcbc;
	padding: 10px 10px 0 0;
	margin: 0 10px 0 0;
}
	
#byline li.last {
	border: none;
}
	
#post a {
	text-decoration: none;
	color: #00aec1;
}

#post.full a {
	text-decoration: none;
	color: #00aec1;
}
	
#post a:hover {
	text-decoration: underline;
}
	
#post h1 {
	width: 638px;
	font-weight: normal;
	padding-left: 20px;
	color: #343434;
	background: url(images/icon_plus_blue.gif) no-repeat 0px 12px;
	overflow: visible;
}

#post.full h1 {
	width: 760px;
	font-size: 48px;
	background: url(images/icon_plus_blue.gif) no-repeat 0px 22px;
}

#post h1 a {
	color: #343434;
	text-decoration: none;
}
	
#post h1 a:hover {
	color: #00aec1;
}
	
#excerpt img {
	float: right;
	margin-left: 15px;
	width: 275px;
}
	
#excerpt {
	width: 638px;
	overflow: hidden;
	margin-left: 20px;
}
	
#excerpt p { 
	margin: 0;
	font-size: 15px;
	color: #3e3e3e;
	line-height: 22px;
}
	
#content {
	width: 984px;
	overflow: hidden;
	margin-left: 20px;
}

#content img {
	float: right;
	margin: 10px -270px 40px 20px;
}

#content p { 
	width: 710px;
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #3e3e3e;
	line-height: 20px;
}

#content ul {
	list-style-type: square;
	margin-left: 40px;
	margin-bottom: 40px;
	font-size: 15px;
	color: #3e3e3e;
	line-height: 27px;
	width: 620px;
}
	
#post a.continue {
	font-family: 'Colaborate-Bold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
}

.sociable {
	margin-top: 20px;
	padding-top: 30px;
}

#content .sociable img {
	float: none;
	margin: 0 0 0 0;
}

.sociable_tagline {
	font-family: 'Colaborate-Bold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #343434;
	float: left;
	margin-right: 20px;
}


/* Comments Styles */

#thecomments {
	margin-left: 20px;
}

#thecomments h3 {
	font-family: Georgia, Times, serif;
	font-size: 36px;
	color: #343434;
	font-weight: normal;
	background: url(images/short_hr.jpg) top left no-repeat;
	padding-top: 20px;
}

#thecomments p {
	width: 710px;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #3e3e3e;
	line-height: 27px;
}

/* Right Column Styles */

#rightcolumn {
	width: 308;
	padding-left: 19px;
	overflow: hidden;
}

#rightcolumn #topper {
	width: 308px;
	float: left;
	margin-bottom: 20px;
}

#newspost {
	width: 144px;
	height: 260px;
	margin:  0 20px 0 0;
	float: left;
}

#newspost img {
	width: 144px;
	height: 66px;
}
	
#newspost h4 {
	font-size: 14px;
	color: #343434;
	margin: 9px 0 4px 0;
}

#newspost h4 a {
        color: #343434;
        text-decoration: none;
}

#newspost h4 a:hover {
        color: #00aec1;
        text-decoration: underline;
}
	
#newspost h5 {
	font-size: 12px;
	color: #9c9c9c;
	margin: 0;
	margin-bottom: 8px;
}
	
#newspost p {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}


/* Footer Styles */

#footer #topper {
	height: 36px;
}
	
#footer #topper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#footer #topper ul li {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #d7d7d7;
}
	
#recentwork {
	width: 328px;
        height: 110px;
	background: url(images/dotted_dark_vr.gif) top right repeat-y;
	float: left;
	margin-right: 20px;
}
	
#recentwork img {
	margin: 0 0 0 0;
}

#contactus {
	margin-left: 20px;
}
	
#contactus #column {
	width: 144px;
	margin-right: 20px;
        float: left;
}
	
#contactus #column p {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #a4a4a4;
}
	
#contactus #column p strong {
	color: #ffffff;
	font-family: 'Colaborate-Bold', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
	
#contactus #column p a {
	text-decoration: none;
	color: #f15a22;
}
	
#contactus #column p a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	padding-top: 18px;
	margin-top: 40px;
	background: url(images/footer_fade.jpg) top left repeat-x #181818;
}
	
#footer_content {
	width: 984px;
	padding: 0 20px 0px 20px;
	margin: 0 auto;
	overflow: hidden;
}
	
#pagefooter {
	width: 984px;
	float: left;
	height: 30px;
	margin-top: 60px;
}
	
#pagefooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#pagefooter ul li {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #6e6e6e;
	border-right: 1px solid #6e6e6e;
	margin-right: 8px;
	padding-right: 8px;
}
	
#pagefooter ul li.last {
	border: none;
}
	
#pagefooter ul li a {
	text-decoration: none;
	color: #6e6e6e;
}
	
#pagefooter ul li a:hover {
	color: #f15a22;
	text-decoration: underline;
}