/* @group text_defaults */
h1,h2,h3,h4,h5,p{color: #333;}
a{
	text-decoration: none;
	color: #3C8DE9;
}
/* @end */
/* @group header */
div#header{
	background-color: #000;
	color: #fff;
	height: 105px;
	border-bottom: 1px solid #525252;
    font-size: 20px;
}
div#logo{
	height: 99px;
	text-indent: -2000px;
	background: url("img/logo.png") no-repeat;
}

/* @group nav */
ul#navigation{
	list-style: none;
	position: relative;
	padding: 35px;
	text-align: center;
	line-height: 22px;
    margin:0;
}
ul#navigation li{
	margin-left: 45px;
	float: right;
}
ul#navigation a{
    color: #fff;
	text-decoration: none;
}
ul#navigation a.on{
	color: #89ec02;
}
ul#navigation a:hover{
	color: #a1fe23;
}
/* @end */
#email{
	margin-left: -70px;
	padding-top: 45px;
	font-size: 16px;
	overflow: visible;
	font-size: 12px;
}
#email p{
  background: url(img/chat.png) no-repeat;
	text-align: right;
	padding-bottom: 10px;
	padding-left:20px;
	color: #fff;
}
#email a{
	padding: 5px;
	color: white;
}

#email a:hover{
	background-color: #444;
	padding: 5px;
}
/* @end */

/* @group primary */

#primary h3 a {
	color: #E31300;
}
#primary{
	height: 480px;
	border-bottom: 1px solid #ccc;
	background: #f7f9fa url(img/pback.png) repeat-x 0 bottom;
}
#primary.short-title{
	height: 120px;
	background: #f7f9fa url(img/pback.png) repeat-x 0 top;

}
div#primary h1{
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.25em;
	text-shadow: 0px 1px 2px #666;
}
div#primary h2{
	font: 24px/1.25em Georgia, "Times New Roman", Times, serif;
}
div#primary h3{
	font: 18px/1.25em Georgia, "Times New Roman", Times, serif;
}

div.quote_button{
	background-image: url("img/green_button.png");
	height: 60px;
	width: 275px;
    margin-left:-5px;
}
div.quote_button a{
	font: 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	position: relative;
	float: left;
	padding: 22px;
	top: -3px;
}

div#latest_project{
   position: relative;
   padding-top: 40px;
}

div#latest_project span {
	position: absolute;
	color: white;
	font: 24px/45px Helvetica, Sans-Serif;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	top: 357px;
	left: 12px;
	width: 470px;
}

/* @end */

/* @group secondary */
div#secondary h1{
	font-size: 40px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.25em;
	text-shadow: 0px 1px 2px #666;
}

body.index h4{
	padding-top: 20px;
	font-size: 28px;
}

#secondary{
	background-color: #f7f9fa;
}
#services a{
	color: #333;
}
#services a:hover{
	color: #333;
}
#services img{
	width: 190px;
	height: 120px;
}
.serv{
	position: relative;
}
#services span{
	position: absolute;
	color: white;
	font: 18px/1.25em Helvetica, Sans-Serif;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
	width: 180px;
	bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.space-20{
	padding-bottom: 20px;
}
.space-40{
	padding-bottom: 40px;
}
#blog_posts{
	padding-top: 20px;
	background-color: #fff;
	border-right-style: outset;
	border: 1px outset #888;
}
#blog_posts a{
	font-size: 18px;
	text-decoration: underline;
	padding-bottom: 5px;
}
#blog_posts p{
	padding-bottom: 10px;
}
/* @end */

/* @group our-work*/
body.our-work #primary{
	height: 160px;
	border-bottom: 1px solid #ccc;
	background: #f7f9fa url(img/pback.png) repeat-x 0 top;
}

body.our-work h2{
	padding-top: 45px;
	font-size: 28px;
}

body.our-work h2.story-h2{
    padding-top: 0px;
}

body.our-work #secondary{
	padding-top: 45px;
	min-height: 650px;
	padding-bottom: 40px;
}


ul.projects {
	list-style: none;
	margin-right: 0;
}

ul.projects li{
	width: 340px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	min-height: 470px;
}

body.our-work .project-screen{
	display: block;
	border: 1px solid #d4d4d4;
	-moz-box-shadow: 0px 2px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	position: relative;
	height: 160px;
	width: 290px;
    padding: 10px 10px 25px 10px;
	background-color: #fff;
	margin: 5px;
	margin-bottom: 15px;
}

.project-screen img.feesability{
    margin-left: auto;
    margin-right:auto;
    display:block;
    margin-top:55px;
}

ul.projects h3{
	padding-left: 14px;
}

ul.projects p{
	padding: 5px 30px 0 10px;
	margin: 0;
}

ul#tags{
	list-style: none;
}

ul#tags li{
	padding: 0 0 10px 0;
}

ul#tags a{
	padding: 5px;
	display: block;
	font-size: 14px;
	color: #56b804;
}



/* @end */

/* @group we-do*/
body.we-do #primary{
	height: 160px;
	border-bottom: 1px solid #ccc;
	background: #f7f9fa url(img/pback.png) repeat-x 0 top;
}

body.we-do h2{
	padding-top: 45px;
	font-size: 28px;
}

body.we-do h2.story-h2{
    padding-top: 0px;
}


body.we-do h3{
	font-size: 20px;
}

body.we-do h4{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.top-40{
    padding-top:40px;
}

cite{
	position: relative;
	left: 250px;
}

#serv-block{
	padding: 10px;
	background: #e7eded repeat-x 0 bottom;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border: 1px outset #eaeaea;
}

#heroku-logo img{
	margin-right: 10px;
    width: 120px;
    height: 60px;
  	float: left;
}

#ey-logo img{
    margin-left: 10px;
    width: 156px;
    height: 46px;
  	float: right;
}


#nr-logo img{
    margin-right: 10px;
    width: 144px;
    height: 27px;
   	float: left;
}
/* @end */

/* @group we-are */
body.we-are #primary{
	height: 200px;
	border-bottom: 1px solid #ccc;
	background: #f7f9fa url(img/pback.png) repeat-x 0 top;

}

body.we-are h2{
	padding-top: 20px;
	font-size: 28px;
}
body.we-are h2.story-h2{
    padding-top: 0px;
}
body.we-are h3{
	font-size: 20px;
	margin-bottom: 10px;
}
body.we-are #secondary{
	min-height: 650px;
}

body.we-are p.big{
    font-size: 18px;
}

.bio img{
	float: left;
    margin-right: 10px;
    -webkit-box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
}
.bio p{
	padding: 2px;
}
/* @end */

/* @group footer */
#footer{
	background-color: #222;
    border-top:1px solid #525252;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
#footer p{
  color: #fff;
}
#footer img{
	width: 257px;
	margin-left: -50px;
	padding: 10px;
}

#footer a{
	padding: 5px;
	color: white;
}

#footer a:hover{
	background-color: #444;
	padding: 5px;
}

#footer #info_address{
	text-align: right;
}


/* @end */

