/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, 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-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
  font-size: 11px;
  color: #a4a4a6; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


a img { border: none; }



/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4{
	font-weight: bold;
}
h1 { 
	font-size: 20px; 
	line-height: 1; 
	margin-bottom: 0.5em;
	color: #f89422; 
}

h2 { 
	font-size: 16px; 
	margin-bottom: 0.5em; 
	color:#a4a4a6;
}
h3 { 
	font-size: 16px; 
	color: #f89422; 
	margin-bottom: 6px;
	line-height: 0;  
}

h4 { 
	font-size: 11px; 
	color: #c1c2c4; 
	margin-bottom: 0;
	text-transform: uppercase;
}

h4 a{
	color: #c1c2c4;
	text-decoration: underline;
}

h4 a:hover{
	color: #feb93a;
	text-decoration: underline;
}

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:hover { 
	color: #feb93a; 
	text-decoration: underline;
}

a { 
	color: #feb93a;
	text-decoration: none;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


#container{
	width: 1024px;
	margin: 0 auto;
}

#left_content{
	width: 228px;
	padding: 0 0 27px 42px;
	float: left;
	display: block;
}

#wordmark{
	float: left;
	margin-bottom: 6px;
}

#logo{
	float: right;
	margin-bottom: 6px;
}

#main_content{
	margin: 0 0 27px 42px;
	float: left;
	width: 631px
}

p.feature{
	margin: 0 0 16px 0;
	padding: 0;
}

/* Header
-------------------------------------------------------------- */

#header{
	width: 901px;
	margin:24px 0 34px 42px;
}

#HeaderTop{
	border-bottom: 6px solid #d6d6d6;
}

#header ul{
	float: right;
	margin: 0;
	text-align: right;
}

#header ul li{
	float: left;
	list-style-type: none;
	margin:  3px 0 0 27px;
	padding: 0;
}

#header ul li a{
	font-size: 16px;
	color: #a4a4a6;
	font-weight: bold;
}

#header ul li a:hover{
	color: #f89422;
	text-decoration: none;
}

#header ul li a.current{
	color: #f89422;
	text-decoration: none;
}

#header ul li a.section{
	color: #f89422;
	text-decoration: none;
}

#nav_approach a{
	display: block;
	color: #f89422;
	text-decoration: none;
}

#nav_creative a{
	display: block;
	color: #f89422;
	text-decoration: none;
}

#nav_digital a{
	display: block;
	color: #f89422;
	text-decoration: none;
}

#nav_motion a{
	display: block;
	color: #f89422;
	text-decoration: none;
}

#nav_products a{
	display: block;
	color: #f89422;
	text-decoration: none;
}

#nav_contact a{
	display: block;
	color: #f89422;
	text-decoration: none;
}

#nav_approach a:hover, #approach #nav_approach a, #nav_creative a:hover, #creative #nav_creative a, #nav_digital a:hover, #digital #nav_digital a, #nav_motion a:hover, #motion #nav_motion a, #nav_products a:hover, #products 
#nav_products a, #nav_contact a:hover, #contact #nav_contact a {
	color: #f89422;
	text-decoration: none;
}



/* Home Content
-------------------------------------------------------------- */

.featured_left{
	float: left;
	width: 305px;
	margin-right: 20px;
	clear: both;
}

.featured_right{
	float: left;
	width: 305px;
}

.featured_left a.textlink, .featured_right a.textlink{
	color: #a4a4a6;
	margin: 0 0 3px 0;
	display: block;
}

.featured_left a.textlink:hover, .featured_right a.textlink:hover{
	color: #feb93a;
	text-decoration: none;
}

.featured_left a img, .featured_right a img{
	margin: 0;
	padding: 0;
}

/* Portfolio -- Digital -- Motion -- Products -- Creative
-------------------------------------------------------------- */
#portfolio h1{
	display: block;
	color: #fff;
	background-color: #c1c2c4;
	clear: both;
	font-size: 18px;
	padding: 6px 22px;
	
}

#portfolio p{
	padding: 0 22px;
}

.portfolio_links{
	margin-left: 0;
	font-size: 13px;
}

.portfolio_links li{
	list-style-type: none;
	margin-left: 0;
}

.portfolio_links a{
	color: #a4a4a6;
}

.portfolio_links a:hover, li.current a{
	color: #feb93a;
	text-decoration: underline;
}

#portfolio .top_image{
	margin: 0 0 13px 0;
	padding: 0;
}

#portfolio .content img{
	margin-bottom: 13px;
}

/* Footer
-------------------------------------------------------------- */


#footer {
	width: 901px;
	margin:65px 0 85px 42px;
}

#footer p{
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #a4a4a6;
	border-bottom: 1px solid #c1c2c4;
	text-align: right;
}

#footer ul{
	float: right;
}

#footer ul li{
	float: left;
	list-style-type: none;
	margin:  0 0 0 20px;
	padding: 0;
	color: #a4a4a6;
	font-size: 14px;
}

#footer ul li a{
	font-size: 14px;
	color: #a4a4a6;
	font-weight: bold;
	}

#footer ul li a:hover{
	color: #f89422;
	text-decoration: none;
}

#footer ul li a.current{
	color: #f89422;
	text-decoration: none;
}

#footer ul li a.section{
	color: #f89422;
	text-decoration: none;
}

#footer ul {
	margin:0;
	padding: 0;
}

#text_only p {
	font-size: 13px;
}

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #c1c2c4; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 1em 0.5em 0;
  border:1px solid #c1c2c4;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #c1c2c4;
}

input.text, 
input.title   { width: 145px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

a.submit{
	color: #feb93a;
	text-decoration: none;
	font-size: 14px;
}

a.submit:hover{
	color: #feb93a;
	text-decoration: underline;
}

#email_signup{
	margin-top: 50px;
	*margin-top: 25px;
	margin-bottom: 50px;
	*margin-bottom: 25px;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

hr 
{
	background:#c1c2c4;
	color:#c1c2c4;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	margin-bottom: 20px;
	margin-top: 8px;
}

hr.space {
	background:#000;color:#000;
}

.clearfix:after, #container:after {
	content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;
}

.clearfix, #container {
	display:block;
}

.clear {
	clear:both;
}

/* Newsletter Side Bar Form
-------------------------------------------------------------- */
#NewsletterSideBar {
	padding-top: 30px;
}

#NewsletterSideBar fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#NewsletterSideBar .email {
	float: left;
}

#NewsletterSideBar .imageformaction {
	float: left;
	margin-top: 7px;
}

