@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
  font-family: Neutra;
  src: url(../fonts/NeutraTextTF-BookAlt.otf);
}

@font-face {
  font-family: NeutraBold;
  src: url(../fonts/NeutraTextTF-BoldSCAlt.otf);
}


body{
	color:#636363;
	background:#efefef;
	font-family: Neutra, Helvetica, sans-serif;
	border-top:7px solid #6D9BCB;
}

#wrapper {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 960px;
}

a { 
	text-decoration: none;
	color:#6d9bcb;
	border-bottom: 1px dotted;
}

a:hover {
	border: none;
	color: #5D86B1;
}

h1 {
	font-family:NeutraBold, Helvetica, sans-serif;
	font-size: 46px;
	text-shadow: 1px 1px 1px #FFF;
}

h2 { 
	font-size: 24px;
	
}

h3 { 
	border-bottom: 1px dotted #636363;
	font-weight: bold;
	margin: 0 0 10px;
}

h4 {
	font-size:1.1em;
	line-height:20px;
}

p {
	margin:0 0 20px;
	font-size: 14px;
	line-height: 18px;
}

li {
	list-style-type: none;
	margin:0 0 4px;
}

img {
	border: none;
}

#nav {
	font-family:NeutraBold, Helvetica, sans-serif;
	width: 960px;
	margin:20px auto;
}

#nav ul {
	margin:50px 0 0;
	float: right;
}

#nav li {
	margin:0 10px;
	display: inline;
	text-shadow: 1px 1px 1px #fff;
}

#nav a {
	color: #636363;
	border: none;
}

#nav a:hover {
	border-bottom: 1px dotted;
}

#header {
	width: 100%;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	border: solid 1px #acacac;
}
#header_content {
	width: 960px;
	margin: 0 auto;
	padding: 30px 10px 0;
}

#header_content p {
	font-size: 18px;
	line-height: 21px;
}
	
#header_content img {
	margin:0 0 0 80px;
	float: right;
}
#leftCol {
	float: left;
	width: 220px;
	margin: 50px 0 0;
}
#about {
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin: 0 0 30px;
}

#about img {
	border: 1px solid #636363;
	margin: 5px 0 15px;
}


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

#contact_form_holder {
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
	padding: 10px; 
}  

form p{
	margin:0;
}

#contact_form_holder input, #contact_form_holder textarea {  
	margin: 4px 0 10px;
}
  
#contact_form_holder textarea {  
    height:100px; /* i never liked small textareas, so make it 100px in height */  
	width: 190px;
}  

#send_message {  
    width:72px; /* width of the send button  */  
	height: 25px;
    border:1px solid #d7d7d7; /* remove the default border and put a normal black one */  
    background-color:#6D9BCB;
    color: #fff;
    cursor:pointer;  
    cursor:hand;  
}  

#send_message:hover {
	background-color: #d7d7d7;
}

#send_message:active {
	background-color: #cccccc;
}
  

#cf_submit_p { text-align:rightright; } /* show the submit button aligned with the right side */  
  
/* styling */  
  
.error {  
    display: none; /* hide the errors */  
    /* add some styling */  
    color: #D8000C;  
    font-size: .8em;
	line-height:20px;
}  

.success {  
    display: none; /* hide the sucess div */  
    /* add some styling */  
    padding:10px 0;  
    color: #044406;  
    font-size: .8em;  
}   

.error img { 
	vertical-align:top; 
} 
 
#rightCol {
	width: 710px;
	float: right;
	margin:50px 0 0;
}
.content_title {
	font-family:NeutraBold, Helvetica, sans-serif;
	background-color: #d7d7d7;
	padding: 10px 0 7px 10px;
	text-shadow:1px 1px 1px #FFFFFF;
	margin:0 10px 20px 0;
	font-size: 28px;
}

#work {
}



/*------IMAGES--------*/


.boxgrid{ 
	width: 340px; 
	height: 160px; 
	float:left; 
	background:#161613; 
/*	border: solid 3px #fff; */
	overflow: hidden; 
	position: relative; 
	border:1px solid #D7D7D7;
	margin:0 13px 20px 0;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid h2 {
	color: #d7d7d7;
	margin:10px 10px 0;
	padding:0 0 10px;
	border-bottom:1px dotted;
	font-size: 20px;
	font-weight: normal;
}

.boxgrid p{ 
	color:#d7d7d7; 
	font-size: 14px; 
	padding: 10px;
	line-height: 16px;
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	top: 120px;
	background: #000; 
	height: 150px; 
	width: 100%; 
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
 
.captionfull .boxcaption {
 	top: 260;
 	left: 0;
}

.caption .boxcaption {
	top: 220;
	left: 0;
}
#brandExp {
	margin: 30px 0 0;
}

#brandExp img{
	margin: 0 12px 20px 0;
	border:1px solid #D7D7D7;
}

#footer {
	background-color: #333;
	margin:20px 0 0;
	border-top:7px solid #6D9BCB;
}

#footer h3 {
	color: #efefef;
	border-color: #efefef;
}

#footer_content {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 960px;
}

#twitter {
	width: 460px;
	float: left;
	margin: 0 10px;
}

#twitter h3 {
	margin: 0 0 10px 60px;
}

#feed {
	width:400px;
	float: right;
}


#feed:after {
	content: url(../images/tweet-peak.png);
	margin: 0 0 0 40px;
}

.links {
	width: 220px;
	color: #efefef;
	float: left;
	margin: 0 10px;
}

.goodies {
	width: 220px;
	color: #efefef;
	float: left;
	margin: 0 10px;
}

#footer a {
	color: #efefef;
	border: none;
}

#footer a:hover {
	border-bottom: 1px dotted;
	color: #d7d7d7;
}

#feed a:hover {
	border: none;
}

#social {
	float: right;
}

#social a {
	border: none;
}

#social a:hover {
	border-bottom: 3px solid #efefef;
}
#copy {
	font-size: 11px;
	color: #efefef;
	text-align: right;
	margin:	0;
}

#copy a {
	border-bottom: 1px dotted;
}

#copy a:hover {
	border: none;
}
