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

/* Reset everything */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding:0;
	margin:0;
}

body {
	background-color:#333;
	color:#676767;
	font-family:"Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

h1 {
	color:#ff6317;
	font-family:"Myriad Pro", "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
}
	
h2 {
	color:#999;
	font-family:"Myriad Pro", "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	margin-bottom:0;
	margin-right:20px;
	padding-bottom:10px;
}

h3 {
	border-bottom:1px dotted #ececec;
	color:#111;
	padding-bottom:10px;
}

h4 {
	color:#333;
	font-size:12px;
	/* padding-bottom:5px; */
}

p {
	font-size:12px;
	line-height:150%;
	margin:0.5em 0 1em;
}

a {
	color:#676767;
}

#wrapper-outer {
	background-color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #888;
	margin:0 auto;
	width:auto;
}

#header-outer {
	background-color:#999;
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:1px solid #888;
	margin:0 auto;
	padding-bottom:10px;
	width:auto;
}

#header-inner, #wrapper-inner {
	margin:0 auto;
	width:960px;
}

#header-inner ul {
	float:right;
	list-style:none;
	margin:0 60px 0 0;
	padding:0;
	position:relative;
	top:41px;
}

#header-inner ul li {
	background-color:#f8f8f8;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:10px 20px;
}

#header-inner ul li a {
	color:#333;
	text-decoration:none;
}

#wrapper-inner {
	/* background-color:#fff; */
	font-style:normal;
}

#intro-outer {
	background-color:#f8f8f8;
	border-top:1px solid #fff;
	border-bottom:1px solid #ececec;
	height:454px;
	margin:0 auto;
	width:auto;
}

#intro-inner {
	/* background: url(../images/intro-bg.jpg) repeat-x; */
	background: url(../images/screen-plus-image.jpg) no-repeat;
	height:454px;
	margin:0 auto;
	width:960px;
}

#intro-inner img {
	margin-left:-30px;
}

#intro-text {
	float:right;
	margin-top:60px;
	margin-right:30px;
	width:430px;
}

#intro-text p {
	color:#444;
	font-size:14px;
	line-height:160%;
}

#portfolio, #talent {
	border-right:1px solid #ececec;
	float:left;
	padding:10px 0;
	width:640px;
}

#portfolio li, #talent li {
	color:#676767;
	list-style:none;
	display:inline-block;
	float:left;
	margin:10px 10px 10px 0;
	width:540px;
}

#portfolio li h4 {
	border-bottom:1px solid #ececec;
	float:right;
	letter-spacing:1px;
	margin:0 10px 0 0;
	padding:5px 0 8px;
	text-align:center;
	text-transform:uppercase;
	width:240px;
}

#portfolio li p {
	border-top:1px solid #fff;
	color:#8e8e8e;
	float:right;
	font-family:georgia;
	font-size:12px;
	font-style:italic;
	margin-top:0;
	margin-right:10px;
	padding:10px;
	width:220px;
}

#portfolio li p.nbt {
	border-top:none;
}

#portfolio li img {
	background-color:#eee;
	border:5px solid #fff;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:250px;
	height:200px;
	-moz-box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
}

#portfolio li img:hover {
	-moz-transform: rotate(2deg);
}

#portfolio ul li ul {
	float:right;
	margin:-15px 0 0;
	padding:0;
	width:250px;
}

#portfolio ul li ul li {
	float:none;
	font-family:georgia;
	font-style:italic;
	font-size:12px;
	list-style:circle;
	margin:0;
	margin-left:10px;
	padding:3px 0;
	width:180px;
}

#portfolio a:link, #seo a:link, #portfolio a:visited, #seo a:visited {
	color:#ff6317;
	text-decoration:none;
}

#portfolio a:hover, #seo a:hover {
	text-decoration:underline;
}

#seo {
	border-bottom:none;
}

#talent li {
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding:0;
	width:206px;
}

#talent li.last {
	margin-right:0px;
}

#talent li h4 {
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	letter-spacing:1px;
	padding:8px 0 8px;
	text-align:center;
	text-transform:uppercase;
	width:180px;
}

#talent li p {
	margin-right:20px;
}

#sidebar {
	border-left:1px solid #ececec;
	/* border-right:1px solid #ececec; /* to see where the end is */
	margin-left:640px;
	padding-top:10px;
	padding-left:20px;
	width:300px;
}

#sidebar h2 {
	margin-right:0;
}

#sidebar a {
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

#footer-outer {
	background-color:#999;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
}

#footer-super-outer {
	background-color:#333;
	background-image:url(../images/footer-super-bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
}

#footer, #footer-super {
	color:#fff;
	font-size:.85em;
	margin:0 auto;
	padding:20px 0 20px;
	width:960px;
}

#footer .col, #footer-super .col {
	float:left;
	margin-right:30px;
	width:300px;
}

#footer-super .col {
	width:500px;
}



#footer .col-last {
	float:left;
	margin-right:none;
	width:300px;
}

#footer h2 {
	color:#fff;
}

#footer p {
	margin-bottom:.5em;
}

#footer img {
	border:1px solid #888;
	float:left;
	margin:10px 10px 10px 0;
	-moz-box-shadow:0px 0px 3px #666;
}

#footer img.sm-icon {
	border:none;
	float:left;
	margin:0 10px 0 0;
}

#footer a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-super img {
	float:right;
	margin-top:-100px;
	margin-right:-20px;
}

/* -- Form Styling -- */

fieldset {
	border:none;
	/* border-bottom:1px solid #ececec; */
	margin-top:-5px;
	padding-bottom:20px;
}

fieldset p {
	margin:0;
	padding:0;
}

fieldset p.submit {
	text-align:center;
}

label {
	color:#8e8e8e;
	float:left;
	font-weight:bold;
	margin-top:10px;
	width:260px;
}

label.error {
	background-image:url(../images/label-error-contact.png);
	background-repeat:no-repeat;
	float:right;
	color: #fff;
	font-size:11px;
	font-weight:normal;
	height:25px;
	margin:-5px 0px 0px 0px;
	padding:20px 5px 0px 10px;
	text-align:left;
	vertical-align: top;
	width:300px;
}

input, textarea {
	border:1px solid #ddd;
	font-family:"Lucida Grande", Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px;
	margin:5px 0;
	width:280px;
}

input.btn {
	background-color:#ff920d;
	background: -moz-linear-gradient(top,  #ff920d,  #ff6317);
	background: -webkit-linear-gradient(top,  #ff920d,  #ff6317);
	border:1px solid #ff6317;
	color:#fff;
	font-size:12px;
	margin-top:20px;
	padding:5px;
	text-shadow: #de6e00;
	width:100px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:rgba(0, 0, 0, .25) 0 1px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, .25) 0 1px 1px;
}

input.btn:active {
	background: -moz-linear-gradient(top,  #ff6317,  #ff920d);
}

textarea {
	border-radius:3px;
	height:120px;
}

/* -- Testing code -- */

input[type=text], textarea {
	border:1px solid #eee;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

input[type=text]:hover, textarea:hover {
	border-color:#ddd;
}

input[type=text]:focus, textarea:focus {
	border-color:#ccc;
	/* -moz-box-shadow: #bf4b11 0 0 5px; */
}

/* -- Classes -- */

.clear {
	clear:both;
}

/* -- Twitter --*/

#twitter {
	margin:0;
}

#twitter_update_list li {
	background-color:#888;
	background-image:url(../images/twitter-speech.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	list-style:none;
	line-height:150%;
	margin:10px 0 20px;
	padding:10px 10px 30px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#elephant-holder {
	margin-left:500px;
	position:absolute;
}

#elephant-holder .left {
	position:relative;
	top:51px;
	left:-198px;
}

#elephant-holder .right {
	position:relative;
	top:51px;
	left:-88px;
}
