/*styles.css*/

/****************** reset ***************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background-color: #21211f;
	color: white;
	font-family: Helvetica;
	font-size: 14px;
	
}

h1, h2, h3, h4 {
	font-family: helvetica;
}

h1 {
	font-size: 27px;
	margin: 20px 0;
}

h2 {
	font-size: 25px;
	margin: 10px 0;
}

h3 {
	font-size: 22px;
	margin: 10px 0;
}

h4 {
	font-size: 20px;
	margin: 10px 0;
}

p {
	font-size: 15.5px;
	line-height: 20px;
	margin-bottom: 10px;
}

p.title {
	font-family: helvetica;
}

#footer {
	font-family: helvetica;
}

/************* structure **************/

#container {
	width: 980px;
	margin: 30px auto
}

#header {
}

#logo {
	float: left;
}

#nav {
	float: right;
	font-family: helvetica;
}

#featured {
	float: left;
	width: 635px;
}

#middleWrapper {
	
}

#footer {
	margin-top: 50px;
	clear: both;
}

#footer p {
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}



.headline_col {
	border-top:1px solid #C1C0B8;
	float:left;
	margin-right:40px;
	width: 300px;
}

.wide_col {
	border-top:1px solid #C1C0B8;
	float:left;
	margin-right:40px;
	width: 640px;
}

.wide_1col {
	border-top:1px solid #C1C0B8;
	float:left;
	margin-right:40px;
	width: 100%;
}

.first {
	clear:left;
	margin-left:0;
}

.last {
	margin:0;
}

.clear {
	clear:both;
}

.link {
	float: right;
}

.wide_col img, .headline_col img {
	padding-left: 10px;
	padding-bottom: 5px;
	float: right;
}

.featured img {
	float: none;
	padding: 0;

}

/************* navigation **************/

#nav ul {
	padding-top: 40px;
}

#nav ul li {
	display: inline;
	padding: 0 15px;

}
#footer ul li {
	display: inline;
	float: right;
}

ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px;
	font-size: 20px;
}

#nav a:link {
	color: #ffffff;
}

#nav a:visited {
	color: #ffffff;
}

#nav a:hover {
	color: #21211f;
	background-color: #ffffff;
}

#nav a:active {
	color: #ffffff;
}

#sidebar img {
	margin-bottom: 5px;
}

#nav ul li.active a {
	color: #21211f;
	background-color: #ffffff;
}

/************* social rollover ***********/

#social {
	float: right;
}

#social li {
	margin:5px;
	padding:0;
	list-style:none;
	top:0;
}

#social li, #social a {
	height: 20px;
	display: block;
}


#linkdin {
	left: 40px;
	width: 20px;
}

#linkdin a {
	background:url('../img/structure/social_sprite.gif') -20px -20px;
}

#linkdin a:hover {
	background: url('../img/structure/social_sprite.gif') -20px 0;
}

#twitter {
	left: 60px;
	width: 20px;
}

#twitter a {
	background:url('../img/structure/social_sprite.gif') -40px -20px;
}

#twitter a:hover {
	background: url('../img/structure/social_sprite.gif') -40px -40px;
}

#facebook {
	left: 60px;
	width: 20px;
}

#facebook a {
	background:url('../img/structure/social_sprite.gif') 0 -20px;
}

#facebook a:hover {
	background: url('../img/structure/social_sprite.gif') 0 0;
}


/********* footer *********/
#copy {
	float: left;
	font-size: 12px;
	color: #cdcdcd;
}
#copy a {
	color: #cdcdcd;
	text-decoration: none;
	padding: 0 5px;
}

#copy a:link {
	color: #cdcdcd;
}

#copy a:visited {
	color: #cdcdcd;
}

#copy a:hover {
	color: #ffffff;
}

#copy a:active {
	color: #cdcdcd;
}

.headline_col a, .wide_col a, .wide_1col a {
	color: #CB4307;
	text-decoration: none;
}

.headline_col a:link, .wide_col a:link, .wide_1col a:link {
	color: #CB4307;
}

.headline_col a:visited, .wide_col a:visited, .wide_1col a:visited {
	color: #CB4307;
}

.headline_col a:hover, .wide_col a:hover, .wide_1col a:hover {
	color: #CB4307;
	border-bottom: 1px #CB4307 dotted;;
}

.headline_col  a:active, .wide_col a:active, .wide_1col a:active {
	color: #CB4307;
}

/************* work gallery **************/


ul.display {
	width: 640px;
	float: left;
}

ul.display li a {
	color: #e7ff61;
	padding: 10px 0 0 0;
}
ul.display li .content_block {
    	padding: 0 10px 10px 0;
    	width: 640px;
    	clear: both;
}
ul.display li .content_block h2 {
    	margin: 0;
   	padding: 10px 5px 5px 0;
}

ul.display li.content_block h2.hide {
	display: none;
}
ul.display li .content_block p {
    	margin: 0;
    	padding: 5px 5px 5px 320px;  /*--The left padding keeps the
content from flowing under the image--*/
}
ul.display li .content_block a img{ /*--Double border technique--*/
    	padding: 10px 5px 5px 0;
    	margin: 0 10px 0 10px;
    	float: left;
}

ul.thumb_view li{ width: 320px; } 
ul.thumb_view li { float: left; }
ul.thumb_view li h2 { display: none; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block a img { margin: 0 0 10px; }

a.switch_thumb {
    width: 122px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 10px 0;
    display: block;
    background: url(../img/structure/switch.gif) no-repeat;
    outline: none;
    text-indent: -9999px;
}
a.swap { background-position: left bottom; }

a:hover.switch_thumb {
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    border-bottom: none;
}


/************* casestudy **************/

span#fl_left {
	float: left;
	margin-bottom: 10px;
}

span#fl_right {
	float: right;
	margin-bottom: 10px;
}

span#fl_left a, span#fl_right a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	text-transform: lowercase;
}

span#fl_left a:hover, span#fl_right a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding: 4px 4px 2px 4px;
}

div#images {
	margin: 10px 0 0 10px;
	padding: 0;
	float: right;
}

div.wide_1col ul {
	margin: 0 0 10px 0;
}

div.wide_1col ul li {
	margin: 0 0 7px 0;
}

/************* forms **************/

div.errors {
	color: red;
	margin: 10px 0;
}

div.form {
	width: 450px;
	margin-top: 20px;
}

.col1 {
	text-align: right;
	width: 135px;
	height: 35px;
	margin: 0;
	float: left;
	margin-right: 2px;
	padding-top: 8px;
}

.col2 {
	width: 195px;
	height: 35px;
	display: block;
	float: left;
	margin: 0;
}

.col2comment {
	width: 195px;
	height: 150px;
	margin: 0;
	display: block;
	float: left;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: 150px;
	float: left;
	display: block;
	margin-right: 2px;
	padding-top: 8px;
}

.col2captcha {
	width: 195px;
	height: 60px;
	margin: 0;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.col1captcha {
	text-align: right;
	width: 135px;
	height: 60px;
	float: left;
	display: block;
	margin-right: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
}


div.row {
	clear: both;
	width: 335px;
}

div.submit {
	height: 29px;
	width: 70px;
	margin-top: 5px;
	clear: both;
	margin-left: 135px;
	padding: 0;
} 

.input {
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: solid 1px #3f3f3c;
	background: #383835;
	color: #ffffff;
	font-size: 15px;
}

.textarea {
	margin: 4px 0 5px 15px;
	border: solid 1px #3f3f3c;
	background-color: #383835;
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
}

input.grey {
	border: solid 1px #3f3f3c;
	background: #383835;
	color: #ffffff;
	padding:5px;
	font-size: 15px;
	margin: 5px 0;
}

textarea.grey {
	border: solid 1px #3f3f3c;
	background: #383835;
	color: #ffffff;
	padding:5px;
	font-size: 15px;
	margin: 5px 0;
}

div.form img.captcha {
	margin: 0;
	padding: 0;
	float: left;
}

input:focus, textarea:focus {
	background-color: #50504c;
	border: 1px solid #787871;
}

input.submit {
	padding: 0;
}


/******************services **************/


#services p {
	margin: 5px 5px 15px 0px;
}


#services img {
	padding: 0 10px 10px 0;
	float: inherit;
}

#services ul {
	margin: 10px 10px 20px 10px;
}

#services ul li {
	margin: 5px;
	font-size: 15px;
}
