/* _____ Stylesheet: __/__/__ */
/* Ben Smith: bensomething.com */

/* Friendly Tips

Floating #1: Use {display:inline;} on floated elements to fix double margins in IE.
Floating #2: Specify a width and use {overflow: hidden;} on any containers surrounding floated content.
Footers: Use {clear:both;} on footers because I said so.
Em Measurements
	Line Heights: Divide the initial required pixel line-height by the font-size for the em equivalent.
	Margins: Divide the initial required pixel margin by the body text-size for the em equivalent.

*/

/* @group General Styles */

/* @group 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, sup, sub, 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;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} /* Add cellspacing="0" in markup */

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote, q {
	quotes: "" "";
	quotes: none;
}

a img {
	border: none;
}
	
a, :focus {
	outline: 0;
}

ul {
	list-style: none;
}

/* @end Reset */

/* @group Body Styles */

html {
	height: 100%;
	margin-bottom: 1px;
  background-color: #000;
}

body {
	margin: 0 auto;
  position: relative;
  background: url(../images/bg-glow-working2.png) no-repeat center top;
	color: #fff;
	font-size: 0.8125em; /*16x0.8125=13px*/
	line-height: 1.3846em; /*13x1.3846=18px*/
	font-family: Arial, sans-serif; 
	height: 100%;
}

#body2 {

	height: 100%;
	width: 100%;
	background: url(../images/city-bg.jpg) no-repeat center 260px;

}

.right {
	float: right;
}

.right2 {
	float: right;
	width: 65px;
}

img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

img.logo {

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

}


a.prev {

	border: none;
	margin-right: 5px;
	text-decoration: none;
	float: left;

}

a.next {

	border: none;
	margin-left: 5px;
	text-decoration: none;
	float: right;

}

/* @end Body Styles */

/* @group Font Sizes */

p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1em; /* Equal to body font-size */
}

/* Fix some font shrinking issues */
ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em; /* Equal to body font-size */
}

strong {
	font-weight: bold;
}

/* @end Font Sizes*/

/* @group Margins */

p, ul, ol, dl, address, table, blockquote, pre, fieldset {
	margin-top: 0.3846em; /*13x1.3846=18px*/
	margin-bottom: 1.3846em;
	font-family: Arial;
	font-size: 1em; /*13x1.3846=18px*/
}

#nav ul,
#sub-nav ul,
#home-content p,
#footer p {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-text-size-adjust: none;
}

form {
	margin-bottom: ; /* Equal to body line-height */
}

ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

/* @end Margins */

/* @group Links */

a:link {
	color: #8A8AA0;
	text-decoration: none;
}

a:visited {
	color: #8A8AA0;
	text-decoration: none;
}

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

h1 a:hover, h1 a:focus {
	color: #fff;
	text-decoration: none;
}

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

#nav a:link,
#nav a:visited,
#sub-nav a:link,
#sub-nav a:visited,
#sub-nav strong {
	padding: 2px 5px 3px 5px;
}

#nav a:hover,
#nav a:focus,
#nav a:active,
#sub-nav a:hover,
#sub-nav a:focus,
#sub-nav a:active,
.active a {
	color: #fff !important;
	background: #020205;
	padding: 2px 5px 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* @end Links */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	/*font-weight: bold;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 28px; 	/* 13x2.4615=32px */
	line-height: 1em; 	/* 32x1.125=36px */
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
	color: #C1272D;
}

h1 span {
	color: #8a8aa0;
}

h1.link a{
	color: #C1272D;
}

a.links {
	color: #C1272D;
}

h1 span.view-all {
	font-size: 18px;
	padding-top: 1px;
}

h1 span.view-all a {
	color: #302c3e;
}

h1.home-heading {
	font-size: 1.5em; /*13x1.3846=18px*/
	line-height: 1em;
	text-transform: uppercase;
	color: #C1272D;
	margin-bottom: 0.6743em; /*13x0.6743=9px*/
}

h1.cat-name {
	font-size: 22px;
	line-height: 0px;
	text-transform: uppercase;
	color: #C1272D;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	color: #8a8aa0;
}

h1.portfolio-heading {
	padding-top: 10px;
	background: url(../images/dotted-border.gif) repeat-x left top;
	margin-top: 10px;
}

h2 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	color: #8a8aa0;
}

h2.form-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 8px;
	color: #8a8aa0;
}

h3 {
	font-size: 18px;
	line-height: ;
	margin-top: ;
	margin-bottom: ;
	color: #4e4e5b;
}

h4 {
	font-size: ;
	line-height: ;			
	margin-top: ;
	margin-bottom: ; 
	margin-bottom: ;
	color: ;
}

h5, h6 {
	font-size: 1em; /* Equal to body text-size */
	line-height: ;	/* Equal to body line-height */
	margin-top: ;
	margin-bottom: ;
	color: ;
}

/* @end Headings */

/* @group Lists */

ul {
	list-style: disc;
	margin-left: 2.7692em; /*13x2.7692=36px*/
}

ol {
	margin-left: 2.7692em; /*13x2.7692=36px*/
}

dt {
	
}

ul#category-list,
ul#portfolio-list {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	*margin-bottom: 15px;
}

ul#category-list {
	margin-top: 10px;
}

ul#category-list a {
	background: #000;
	padding: 3px 5px;
	margin-top: 3px;
	display: block;
}

ul#category-list a:hover,
ul#category-list .list-active {
	background: #1b1923;
	color: #fff;
}

ul#portfolio-list li {
	display: block;
	height: 96px;
	width: 220px;
	background: #1b1923;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

ul#portfolio-list .cat-list {
	margin-right: 20px;
	position: relative;
	background: url(../images/cat-bg.gif) no-repeat left top;
}

ul#portfolio-list .cat-nm {
	margin-right: 0px;
}

.portfolio-margin {
	margin-right: 20px;
	display: inline;
}

/* @end Lists */

/* @group Blockquotes */

blockquote {
	font-style: italic;
	color: #8A8AA0;
	margin-left: 1.3846em; /* 13x1.3846=18px */
	padding-left: 1.3846em; /* 13x1.3846=18px */
	margin-right: 1.3846em; /* 13x1.3846=18px */
	border-left: 1px solid #202026;
}

blockquote cite,
blockquote em {
	font-style: normal;
}

/* @end Blockquotes */

/* @group Tables */

table {
	
}

caption {
	
}

thead {
	
}

tbody {
	
}

th, td {
	
}

/* @end Tables */

/* @group Forms */

form {
	
}

fieldset {
	
}

legend {
	
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}

textarea, input[type='text'], input[type='password'], select {
	border-width: ;
	border-style: ;
	border-top-color: ;
	border-left-color: ;
	border-bottom-color: ;
	border-right-color: ;
	padding: ;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: ;
	outline: ;
}

textarea {
	width: ;
	display: block;
}

button {
	border: 0;
	padding: 0;
	cursor: pointer;
	width: auto;
	overflow: visible;
}

/* @end Forms */

/* @group Other */

address {
	font-style: normal;
}

pre, code, kbd, tt, samp, tt {
	font-family: Courier, monospace;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

/* @end Other*/

/* @end General Styles */

/* @group Helper Styles */



/* @end Helper Styles*/

/* @group Page Structure */

#container {
	/*background-color: rgba(14,13,19,0.90);*/
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	overflow: hidden;
}

.divider {
  background: url(../images/dotted-border.gif) repeat-x left top;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
  clear: both;
}

#header {
	height: 150px;
	line-height: 150px;
	background: url(../images/dotted-border.gif) repeat-x left bottom;
	/*border-bottom: dotted 1px #C1272D;*/
}

#logo {

	margin: 25px 10px 0 0px;
	*margin-top: 0px;
}

#logo img.logo2 {

	*margin: 25px 10px 0 0px;
}

#ie-flash {

	*margin-top: -47px;

}

#nav, #sub-nav {
	padding-top: 1em; /* 13px */
	padding-bottom: 1em; /* 13px */
}

#sub-nav {
	background: url(../images/dotted-border2.gif) repeat-x left top;
}

#nav ul, #sub-nav ul {
	list-style: none;
}

.nav-home {
	background: url(../images/home-content-bg2.png) no-repeat left 5px;
}

#nav li, #sub-nav li {
	display: inline;
	/*text-transform: uppercase;*/
	margin-right: 10px;
}

#nav li {
	font-size: 1.1538em; /* 13x1.1538=15px */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#home-content {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	background: url(../images/home-content-bg2.png) no-repeat left -5px;
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
}

#footer {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	background: url(../images/dotted-border.gif) repeat-x left bottom;
	font-size: 0.8461em; /*13x0.8461=11px*/
	color: #4e4e5b;
}

/* @end Page Structure*/

/* @group Page Components */

#tagline {
	text-transform: uppercase;
	line-height: 150px;
	text-align: right;
	font-size: 2.4615em; 	/* 13x2.4615=32px */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: white;
}

#tagline span {
	color: #C1272D;
}

.home-mini-title {
	font-size: 0.8461em; /*13x0.8461=11px*/
	font-weight: bold;
	color: #C1272D;
	text-transform: uppercase;
}

.home-big-image {
	height: 400px;
	width: 400px;
	overflow: hidden;
	background: #020205;
}

.home-big-image img {
	/*height: 400px;*/
	width: 400px;
	top:0;
	left:0;
}

.services-big-image {
	background: #020205;
	margin-top: 12px;
	margin-bottom: 10px;
}

.big-image {
	height: 280px;
	margin-top: 6px;
}

.home-med-image {
	height: 160px;
	background: #020205;
	margin-bottom: 12px;
}

.home-sml-image {
	height: 70px;
	background: #020205;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.home-sml-image img {
	height: 70px;
}

.image-recent {
	position: relative;
	height: 96px;
	width: 220px;
	background: #1b1923;
	margin-top: 10px;
	margin-bottom: 10px;
}

.image-related {
	position: relative;
	height: 96px;
	width: 220px;
	background: #1b1923;
	margin-top: 0;
	margin-bottom: 20px;
}

.image-related-more {
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #1b1923;
	margin-bottom: 20px;
}

.home-sml-image:hover .image-caption,
.image-recent:hover .image-caption2,
.image-related:hover .image-caption2,
ul#portfolio-list li:hover .image-caption2 {
	display: block;
}

.image-caption,
.image-caption2,
.image-caption3 {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
	background: url(../images/caption-bg.png) no-repeat;
	/*width: 150px;*/
	line-height: 10px;
	font-weight: bold;
	font-family: Arial;

}

.image-caption {
	width: 150px;
	display:none;
}

.image-caption2 {
	display:none;
}

.image-caption2,
.image-caption3 {
	width: 210px;
}

.profile-image-small {
  float: left;
  display: inline;
  width: 100px;
  margin: 0 20px 18px 0;
}

.case-image-big {
  display: block;
  margin-bottom: 18px;
}

.case-study-tag {
	position: absolute;
	right: 0;
	top: 0;
	*display:none;
}

.home-more-next {
	height: 60px;
	background: #020205;
	text-align: center;
	margin-bottom: 20px;
	font-size: 10px;
	color: #4e4e5b;
	display: block;
	text-transform: uppercase;
	padding-top: 10px;
}

.read-more {
	display: block;
	margin-top: 0.6743em; /*13x0.6743=9px*/
	background: #292929;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.home-more {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0.8461em; /*13x0.8461=11px*/
	text-transform: uppercase;
	font-weight: bold;
	color: #C1272D;
	background: #020205;
}

#view-more {
	cursor: pointer;
}

#more-work {
	display: none;
	padding-top: 20px;
	border-bottom: solid 2px #fff;
}

#more-work .alpha {
	margin-right: 20px !important;
	display: inline;
}

#more-work .omega {
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: inline;
}

.sidebar {
	color: #4e4e5b;
}

.qtip-content {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 10px;
}

div.home-sml-image span {
	display: none;
}

.huge-image {
	/*height: 280px;*/
	background: #1b1923;
	margin-bottom: 20px;
}

.huge-image img {
	display: block;
}

#map {
  height: 350px;
  overflow: hidden;
}

#form label {
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
}

.input,
.textarea {

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#000000 none repeat scroll 0 0;
border:1px solid #8A8AA0;
font-family:Arial,sans-serif;
font-size:11px;
line-height:15px;
margin-bottom:5px;
padding:3px;
width:265px;
color: white;
}

#freeform {

	margin-left: 10px;

}

.twitter-icon {

	margin:-4px 0 0 0px;
	padding:0 0 0 2px;
	position:relative;
	float: right;
	*margin-top: -20px;

}

.pdf-icon {

	margin:-4px 0 0 0px;
	padding:0 0 0 2px;
	position:relative;
	*margin-top: -20px;
	float: right;
}

p.paginate {

	position: relative;
	clear: left;
	font-family: Arial;
	text-align: center;
	*clear: both;

}

.thumb1, .thumb2, .thumb3, .thumb4 {

	width: 220px;
	float: left;
	display: inline;

}

.thumb2, .thumb3, .thumb4 {

	margin-left: 20px;

}

#divider-2{

	padding-top: 10px;
	background: url(../images/dotted-border.gif) repeat-x left top;
	margin-top: 10px;	
	width: 942px;
	margin-top: 160px;
	margin-bottom: 5px;
	*margin-bottom: 0px;
	overflow: hidden;
}

h2.folio-titles{

	font-size: 22px;
	margin: -4px 0 -4px 0;

}

#buttons-cont{

	float: right;
	width: 70px; 

}

#button1{

	float: left;

}

#button2 {


}



/* @end Page Components*/

/* @group Fixes/Overrides */



/* @end Fixes/Overrides*/
