/*GENERAL
************************************/
body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	overflow: auto;
}

#wrapper {
	margin: 0 auto;
	background: url('../images/bg-site-02.jpg') no-repeat #000;
	width: 960px;
	/*height: 680px;*/
}

a {
	outline: none;
}

.wai {
	text-indent: -9999px;
}

/*HEADER
************************************/
#header {
	height: 70px;
}

#header p {
	margin-top: -5px;
	float: left;
	display: block;
	padding-left: 10px;
}

#escHatch {
	background: url('../images/btn-escHatch.png') no-repeat 0 0;
	width: 72px;
	height: 52px;
	float: left;
}

#escHatch:hover {
	background: url('../images/btn-escHatch.png') no-repeat 0 -52px;
}

/*MAIN-CONTENT
************************************/
#content {
	min-height: 560px; /*533, 610*/
	color: #fff;
}

#haze-home-img {
	margin: 0 auto;
	width: 466px;
	height: 228px;
	padding-top: 125px;
}

/*PORTFOLIO
************************************/


/*CONTACT
************************************/
#contact-pg #content img{
	float: left;
}

#contact-form {
	margin: 0 auto;
	width: 450px;
	height: 480px;
	position: relative;
	padding-top: 20px;
}

form {
	width: 312px;
	margin: 0 auto;
	background: url('../images/contact-header.png') no-repeat 5px 0;
	width: 315px;
	height: 330px;
	float: left;
	padding-top: 115px;
	padding-left: 5px;
}

label{
	display: block;
	float: left;
	padding-left: 5px;
}

input,
textarea {
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #fff;
}

input{
	vertical-align: middle;
	font-size: 14px;
}

#name,
#email,
#phone {
	width: 240px;
	height: 24px;
	background: #1d1d1d;
	border: 2px #3c3b3d solid;
}

#comment {
	width: 291px;
	height: 111px;
	background: #1d1d1d;
	border: 2px #3c3b3d solid;
}

#label-name {
	background: url('../images/label-name-02.png') no-repeat right bottom;
	width: 50px;
	height: 29px;
}

#label-email {
	background: url('../images/label-email-02.png') no-repeat right bottom;
	width: 50px;
	height: 29px;
	margin-top: 13px;
}

#label-phone {
	background: url('../images/label-phone-02.png') no-repeat right bottom;
	width: 48px;
	height: 29px;
	margin-top: 10px;
}

#label-motive {
	background: url('../images/label-motive.png') no-repeat;
	width: 258px;
	height: 16px;
	margin-top: 17px;
	margin-left: 9px;
}

#contact-submit {
	color: #fff;
	background-color: #4e1966;
	border: 1px solid #3c3b3d;
	text-transform: uppercase;
}

#soc-icons {
	width: 295px;
	padding-left: 95px;
	height: 25px;
}

#soc-icons li {
	display: block;
	float: left;
	list-style-type: none;
	width: 25px;
	margin-right: 29px;
}

#soc-icons #shank {
	margin-right: 0;
}

#soc-icons li a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
}

#vimeo {
	background: url('../images/soc-icons.png') no-repeat;
	background-position: 0 0;
}
#vimeo:hover {
	background-position: 0 -25px;
}

#face {
	background: url('../images/soc-icons.png') no-repeat;
	background-position: -54px 0;
}
#face:hover {
	background-position: -54px -25px;
}

#twitter {
	background: url('../images/soc-icons.png') no-repeat;
	background-position: -108px 0;
}
#twitter:hover {
	background-position: -108px -25px;
}

#link {
	background: url('../images/soc-icons.png') no-repeat;
	background-position: -158px 0;
}
#link:hover {
	background-position: -158px -25px;
}

#behance {
	background: url('../images/soc-icons.png') no-repeat;
	background-position: -266px 0;
}
#behance:hover {
	background-position: -266px -25px;
}

#devart {
	background: url('../images/soc-icons.png') no-repeat;
	background-position: -212px 0;
}
#devart:hover {
	background-position: -212px -25px;
}

/*NAVIGATION
************************************/
#navigation {
	height: 50px;
	width: 880px; /*960*/
/*	background: url('../images/bg-nav.png') no-repeat 70px 0;*/
}

#navigation #back-btn {
	background: url('../images/bg-nav.png') no-repeat;
	width: 880px;
	height: 51px;
	margin-left: 82px;
	color:#000;
	font-size:14px;
	font-weight:600;
	padding: 17px 0 0 10px;
}

#nav-home {
	background: url('../images/btn-home-nav.png') no-repeat;
	width: 82px;
	height: 50px;
	padding: 0;
	display: block;
	float: left;
}

#index-pg #nav-home {
	background: url('../images/btn-home.png') no-repeat 0 0;
	width: 82px;
	height: 50px;
	padding: 0;
	display: block;
	float: left;
}

#nav-home:hover {
	background: url('../images/btn-home.png') no-repeat 0 -50px;
}

#nav-list {
	float: left;
	padding-top: 7px;
	width: 870px;
	height: 25px;
}

#nav-list li {
	height: 100%;
	display: inline;
}

#nav-list a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	text-decoration: none;
}

.border-none a {
	border-right: 2px #000 solid;
}

#contact {
	padding-right: 0px;
}

#contact a {
	/*margin-top: 20px;*/
}

#index-pg #contact,
#contact-pg #contact,
#about-pg #contact {
	margin-left: 570px; /*575*/
	padding-right: 0;
}

#portfolio-pg #contact,
#print-pg #contact,
#web-pg #contact,
#motion3d-pg #contact,
#film-pg #contact,
#ill-pg #contact,
#fineArt-pg #contact,
#photo-pg #contact {
	float: right;
	margin-top:-10px;
	/*margin-left: 145px;*/
}


/*MISCELLANEOUS
************************************/
#footer {
	clear: both;
	margin-top: 5px;
	height: 22px;
}

#footer a {
	float: right;
	text-decoration: none;
	color: #777;
	/*margin-right: 5px;*/
	background: url('../images/oSeun.png') no-repeat;
	background-position: 0 0;
	height: 23px;
	width: 85px;
}

#footer a:hover {
	background-position: 0 -23px;
}

.oseun {
	margin-top: -10px;
}

a.purple {
	color: #8c1ae4;
	
}

a.purple:visited {
	color: #2e0d72;
}

#msgSent {
	color: #fff;
}

#reel-embed object{
	margin: 0 auto;
	width: 560px;
	height: 340px;
	margin-top: 90px;
	border: 1px #9c9c9c solid;
	left: 31%;
	position: absolute;
}