/* @group RESET STYLES */
/*Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.2.2*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}a{text-decoration: none;}button{border: none;background: none;padding: 0;}
/* @end */

/*Fixing Safari's fat text rendering*/
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}



body{
	background-color: #f7f5fa;
	color: #3d3943;
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p {
	margin-bottom: 9px;
}

h1, h2, h3, h4 {
	font-family: "grad-1","grad-2", Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
}

h2 {
	border-bottom: 2px solid #78bd1b;
	color: #211f24;
	font-size: 32px;
	margin-bottom: 36px;
	padding-bottom: 12px;
}
em {
	font-weight:bold;
}

a {
	color:#E5B806;
}

a:hover, #blog_summaries h3 a:hover{
	color:#fff;
	background-color: #E5B806;
}

#wrap {
	/*background: transparent url(/images/interface/grid.png) no-repeat left top;*/
	margin: 0 auto 72px auto;
	position: relative;
	width: 940px;
}

#header {
	height: 180px;
}

#header h1 {
	float: left;
	padding: 20px 0 0 0;
	width: 431px;
}

#header h1 a {
	background: transparent url(/images/interface/cf_logo.gif) no-repeat left top;
	display: block;
	height: 100px;
	text-indent: -5000px;
	width: 431px;
	}

#social {
	left: 640px;
	position: absolute;
	top: 45px;
	width: 276px;
}

#social ul {
	width: 276px;
}

#social .social {
	float: left;
	margin-right: 20px;
	width: auto;
}

#social .social a {
	font-size: 16px;
	line-height: 27px;
}

#recent_projects{
	border-bottom: 2px solid #78bd1b;
	margin-bottom: 36px;
	padding-bottom: 36px;
}

#recent_projects ul{
	margin: -40px 0 0 -20px;
	width: 960px;
}

#recent_projects li {
	display: inline;
	float: left;
	margin: 40px 0 0 20px;
	padding-top: 155px;
	position: relative;
	width: 220px;
}

#recent_projects li img {
	border: 1px solid #E6E6E6;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
}

#recent_projects li h4 {
	color: #211f24;
	font-size: 18px;
	margin-bottom: 9px;
}

#recent_projects li div{
	display: block;
	height: 165px;
}

#recent_projects li span.role {
	font-weight: bold;
	height: auto;
}

#recent_projects li a {
	background: url(/images/interface/launch_arrow.gif) no-repeat right center;
	display: block;
	float:right;
	padding-right: 20px;	
}

#recent_projects li a:hover{
	color: #c09a05;
}
	

#whats_this_about{
	float: left;	
	margin-right: 20px;
	overflow: hidden;
	width: 620px;
}

.article_image_right {
	background-color:#fff;
	display:block;
	float:right;
	padding:8px 5px 5px 5px;
	margin:-45px 0 10px 10px;
}

#whats_this_about h3 {
	color: #78bd1b;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 6px;
}

#whats_this_about h3 span {
	margin-left: -8px;
}

#whats_this_about h4, #sub_col h4 {
	font-size: 21px;
	margin-bottom: 9px;
}

#whats_this_about h4 {
	clear: left;
	margin: 18px 0 9px 0;
}

#whats_this_about ul{
	color: #999;
	float: left;
	margin: 0 40px 18px 0;
	width:80px;
}

#sub_sub {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
}

#delicious_links {
	margin-bottom: 18px;
	position: relative;
}

#delicious_links h5 a {
	background-color: transparent;
	font-size: 14px;
}


#delicious_links h5 a:hover {
	background-color: #E5B806;
}

#delicious_links span.delicious_link a {
	background: transparent url(/images/interface/delicious_icon.gif) no-repeat left top;
	display: block;	
	height: 31px;
	left: 200px;
	margin-top: -8px;
	position: absolute;
	text-indent: -5000px;
	top: 0;
	width: 29px;
}

#delicious_links li {
	margin-bottom: 9px;
}

#credits {
	clear: both;
	color:#ccc;
	float: left;
	margin-top: 18px;
}

#credits a {
	color:#ccc;
	text-decoration:underline;
}

#credits a:hover {
	color:#fff;
	text-decoration:none;
}

#credits span {
	color:#999;
}

/* @group CLEARFIX */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
.clearfix {display:block;}
  /* End hide from IE Mac */

/* @end */
