/*
Theme Name: Blank 3 Column
Description: Robeam theme design
Author: Robeam
Author URI: http://www.robeam.com
version: 2.0
Tags: three-column, widget-ready, blank
*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/* FLOATS & CLEARS */

#robeam .left {float: left;}
#robeam .right {float: right;}
#robeam .clear {clear: both;}

#robeam .clearFix {
	overflow: hidden;
	width: 100%;
}

/*	IE7 hack */
#robeam .clearFix {display: inline-block;}
#robeam .clearFix {display: block;}

/* IMAGE REPLACEMENT */
/* Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
/*--------------------------------------------------------------------------------------------------------------------------*/
.replace {
	position: relative;
	margin: 0px;
	padding: 0px; /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /* */
}
.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}

/* image replacement */
.imageReplace { position:relative;/* nomac \*/overflow:hidden;/* nomac */margin:0px; padding:0px; }
.imageReplace span { width:100%;height:100%;position:absolute;background-repeat:no-repeat;top:0px;left:0px;z-index:1; }

/* HIDE IE6 */
div#iesix {display:none;}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* SET THOSE FONTS NOW */

body {
	font-size:62.5%;
	background-color: #222121;
	color: #fff;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #222121 url('../images/tree.png') 110% 90% no-repeat;
	padding-top: 100px;
}

body.flip {background: #222121 url('../images/tree_flip.png') 90% 90% no-repeat;}

/* Text */
h1 		{ 
    font-size:2.5em; 
    line-height:1.2em; 
    letter-spacing: -0.02em; 
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h2 			{ font-size:2.1em; color: #d7d5d5; letter-spacing: -0.03em; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; text-shadow: 1px 1px 1px #000;}
h3 			{ font-size:1.4em; color: #d7d5d5; letter-spacing: -0.03em; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;}
h4 			{ font-size:1.2em; color: #d7d5d5; letter-spacing: -0.03em; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;}
h5 			{ font-size:1em; color: #d7d5d5; letter-spacing: -0.03em; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;}
ol,li 		{ font-size:1em; }
p 			{ font-size:1.5em; line-height: 1.4em; margin: 10px 0 30px 0;}
a			{ text-decoration:underline; color:#b9bd32 }
a:hover		{ color: #73bf45;}
a:focus		{ color: #73bf45; background-color: #2c2c2c;}
a:active	{ color: #73bf45; background-color: #2c2c2c;}
.small 		{font-size: 1.2em; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;}


a.viewMore {
	display :block;
	margin: 7px 0;
}

#robeam #container {
	width: 950px;
	margin: 0 auto;
}

.lime 	{color:#b9bd32;}
.green 	{color:#73bf45;}
.blue 	{color: #0192c9;}
.red 	{color:#c4151c;}
.pink 	{color:#c40064;}

#robeam #img {
	padding: 3px;
	background-color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

a#email {
	display: block;
	width: 48px;
	height: 31px;
	background: url('../images/email.png') 0 0 no-repeat;
	margin: -4px 20px 0 10px;
	text-decoration: none;
}

a#email:hover {
	background: url('../images/email_hover.png') 0 0 no-repeat;
}

ul.list,
ul.list li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	padding: 5px 0;
	font-size: 1.2em;
	list-style-image: url('../images/bullet.png');
}

blockquote {
	margin: 10px 0;
	padding: 10px 0;
	quotes: "\201C" "\201D";
	font-size:1.2em;
	line-height: 1.4em;	
}

blockquote:before,
q:before { content: open-quote; font-weight: bold; color:#c40064;}
blockquote:after,
q:after { content: close-quote; font-weight: bold; color:#c40064;}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */

#robeam #header_container #intro {
	font-size: 85%;
}

#robeam #header_container #intro li {
	width: 262px;
}

#robeam #header_container #intro li.headline {
	margin-left: 108px;
	width: 500px;
}

#robeam #wrapper {
	padding: 50px 0 50px 0;
	background: url('../images/edge.png') 0 100% repeat-x #121111;
}

#robeam #header_container {
	width: 950px;
	margin: 0 auto;
}

#robeam #header {
	height: auto;
	width: 950px;
	margin: 0px auto 0 auto;
	z-index: 2;
}

#robeam #header li:first-child {
	margin-bottom: 10px;
	width: 70%;
}

#robeam #header li.left span {
	font-size: 2em;
	font-weight: 800;
	display: block;
}

#robeam ul#header li.telephone h2 {
	color: #c40064;
	padding: 2px 0 0 0;
	font-size: 1.8em;
}

#robeam span.colorBlock {
	display: block;
	width: 25px;
	height: 15px;
}

#robeam span.one {background-color: #b9bd32;}
#robeam span.two {background-color: #73bf45;}
#robeam span.three {background-color: #0192c9;}
#robeam span.four {background-color: #c40064;}
#robeam span.five {background-color: #c4151c;}

#robeam ul#rightCol p {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

#robeam .project p:first-child {
	margin: 0;
	padding: 0;
}

#robeam .project ul li {
	padding: 3px 0;
}


/*--------------------------------------------------------------------------------------------------------------------------*/
/* COLUMNS */

#robeam #container ul#leftCol {
	width:110px;
}

#robeam #container div#content {
	width:540px;	
}

#robeam #container ul#rightCol {
	width:195px;	
}

/* FOOTER */

#robeam #footer {
	min-height: 250px;
	background: url('../images/edge_foot.png') 0 0 repeat-x #121111;
	margin-top: 200px;
}

#robeam #footer #footer_wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	min-height: 225px;
}

#robeam #footer #footer_wrapper img#posterous {
	position: absolute;
	top: 1px;
	left: 15px;
}

#robeam #footer #footer_wrapper ul {
	margin-left: 75px;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* STYLING */

#robeam #container ul#rightCol h2.first {
	margin-bottom: 40px;
}

#robeam #container ul#rightCol h2 {
	margin-bottom: 15px;
	font-size: 1.6em;
}

#robeam #container ul#rightCol li ul li {
	margin: 5px 0;
}

#robeam #container ul#rightCol li#specialties {
	margin-top:50px;
}

#robeam #container ul#rightCol li#recommends {
	margin-top: 50px;
}

#robeam #how_robeam_works {
	margin: 50px 0;
}

#robeam #how_robeam_works h2,
#robeam #who_is_robeam h2 {
	margin: 0 0 40px 0;
}

#robeam #robeam_works_for {
	margin-top: 50px;
	height: 600px;
	margin-left: 110px;
	position: relative;
	border-bottom: 1px dotted #C40064;
	width: 840px;
}

#robeam span#worked_for {
	color: #C40064;
}

#robeam div.project {
	margin-bottom: 20px;
	border-bottom: 1px dotted #C40064;
	padding: 0;
}

#robeam div.project p:first-child {
	background-color: #333;
	padding: 5px;
	overflow: hidden;
}

#robeam div.project p {
	text-align: center;
}

#robeam #robeam_works_for ul#projects li {
	display: block;
	width: 215px;
	height:133px;
	padding: 5px;
	background-color: #333;
	margin: 20px 55px 20px 0;
	
	-webkit-transition-property : scale; 
	-webkit-transition-duration : 0.2s; 
	-webkit-transition-timing-function : ease-in-out; 
	-moz-transition : all 0.2s ease-in-out;
}

#robeam #robeam_works_for ul#projects li:hover { 
	box-shadow : 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow : 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow : 0 0 10px rgba(0,0,0,.5);
	-webkit-transform : scale(1.02); 
	-moz-transform : scale(1.02);
}

#robeam #robeam_works_for ul#projects li p {
	text-align: center;
	background-color: #fff;
	height: 119px;
}

#robeam #robeam_works_for ul#projects li img,
#robeam #robeam_works_for ul#projects li p {
	padding: 0;
	margin: 0;
}

#robeam #education {
	margin-top: 41px;
}

#robeam #workedfor {
	margin: 40px 0;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* CONTACT */

#robeam #contact {
	margin-top: 130px;
	padding-top: 30px;
	width: 840px;
	border-top:	1px dotted #C40064;
}

#robeam #contact h2 {
	margin: 10px 0 30px 0;
}

#robeam #contact ul li:first-child {
	width: 300px;
}

#robeam #contact ul li a img {
	padding: 3px;
	background-color: #999;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}


#robeam li#twitter {
	width: 280px;
	padding: 10px 0 0 60px;
	min-height: 225px;
	padding-bottom: 75px;
	font-size: 85%;
	position: relative;
}


#robeam #contact #tweet {
	min-height: 110px;
	background: url('../images/tweet_top.png') 0 0 no-repeat;
	margin-top: 15px;
}

#robeam #contact #tweet h2 {
	color: #000;
	margin: 0;
	text-shadow: none;
}

#robeam #contact #tweet blockquote {
	padding: 10px;
	margin: 0;
	width: 260px;
	font-family: arial, sans-serif;
	letter-spacing: -0.06em;
}

#robeam #contact #loader {
	margin: 15% 0 0 45%;
}

#robeam #tweetBottom {
	width: 280px;
	height: 18px;
	background: url('../images/tweet_bottom.png') 0 0 no-repeat; 
}

#robeam #tweetBottom.flip {
	width: 280px;
	height: 18px;
	background: url('../images/tweet_bottom_flip.png') 0 0 no-repeat; 
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* PROJECT OVERLAY */

#projectsLoad {display: none;}

#robeam #work_overlay {
	position: absolute;
	top: 490px;
	left: 266px;
	width: 784px;
	height: 520px;
	border: 1px ridge #222;
	display: none;
	background-color: #000;
}

#robeam #work_overlay #project_content {
	z-index: 1;
	position: absolute;
}

#robeam #work_overlay #project_content .project_header {
	border-bottom: 1px dotted #C40064;
	width: 98%;
	margin: 0 auto;
}

#robeam #work_overlay #project_content .project_header h2 {
	padding: 20px 0 15px 10px;
	color: #ffffff;
	font-size: 3em;
}

a#closeOverlay {
	position :absolute;
	top: 0;
	right: 0;
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) 0 0 no-repeat;
	text-indent: -10000px;
	margin: 10px 10px 0 0;
	z-index: 10;
}

a#closeOverlay:hover {
	background: url(../images/close_hover.png) 0 0 no-repeat;
}

#robeam .contentLoad li {
	width: 50%;
}

#robeam .contentLoad li ul li {
	width: 100%;
}

#robeam .contentLoad li img {
	margin: 0 auto;
	padding :5px;
	background-color: #666;
	display: block;
	margin: 15px;
}

#robeam .contentLoad li p {
	margin: 20px;
}


#robeam .contentLoad li h4 {
	margin: 20px;
}

#menu {
	width: 100%;
	height: 100px;
	padding: 0 10px 10px 10px;
	background-color: #333;
	position: fixed;
	left: 0;
	top:0;
	border-bottom: 10px solid #000;
	z-index:12;
}

#menu div {
	width: 970px;
	margin: 0 auto;
}

#menu div a {
	display: block;
	width: auto;
	padding: 5px 20px 10px 20px;
	margin: 15px 1px 0 0;
	float: left;
	font-size: 1.4em;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	background-color: #222;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#menu div a.active {
	background-color: #000;
	padding: 5px 20px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

div#logo {
	margin: -5px 0 5px 0;
}

li.telephone {
	padding-top: 15px;
}

div#links {
	width: 950px !important;
	margin: 20px auto 0 auto;
}

div#shadow {
	width: 100%;
	height: 10px;
	background: transparent url(../images/bg_header_shadow.png) repeat-x 0 0;
}

#feedMe {
	padding: 0 0 0 90px;
	width: 40%;
}

#feedMe_posts {
	width: 50%;
}

#feedMe h2 {
	margin: 0 0 10px 0;
}

#feedMe_posts h3,
#feedMe_posts div.updated {
	text-align: right;
	padding: 3px 0 3px 10px;
}

#feedMe_posts div.updated {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #222;
}

h3#rss_pos {
	padding: 0 0 0 25px;
	background: transparent url('../images/RSS.png') 0 0 no-repeat;
	margin: 10px 0;
	height: 20px;
}

p#tac {
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 100%;
	background-color: #151515;
	border-top: 1px dotted #222;
	color: #666;
}











