/* @override http://allanrosenow.com/css/master.css */

* {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p {
	color: #595959;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 14px;
}
p strong {
	color: #2d2d2d;
	font-weight: bold;
}
h3 {
	color: #2d2d2d;
	margin: 25px 10px 20px;
	font-weight: normal;
	font-style: normal;
	list-style-type: none;
	font-size: 24px;
}
#project h3 {
	margin-top: 5px;
}
h4 {
	color: #be5715;
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #be5800;
	outline: none;
}
a:hover {
	color: #fd7500;
}
html {
	background: #000;
}
body {
	background-color: #000;
}
#viewer {
	background: url(../img/bg-body.jpg) no-repeat left top;
	display: block;
	width: 1400px;
	height: 650px;
	position: fixed;
	left: 50%;
	margin-left: -700px;
	top: 0;
}
#strip {
	display: block;
	width: 650px;
	height: 100%;
	background: url(../img/bg-strip.png) no-repeat;
	position: relative;
	margin-left: 375px;
	top: -6px;
}
#viewer #monogram {
	display: block;
	width: 76px;
	height: 76px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../img/logo-sig.gif) no-repeat left top;
	position: absolute;
	top: 128px;
	left: 270px;
}
#strip #nav {
	display: block;
	width: 650px;
	height: 107px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 97;
	background: #1b1b1b url(../img/bg-nav.jpg) left top;
}
ul#navbar {
	width: 600px;
	height: 71px;
	background: url(../img/bg-navbar.jpg) no-repeat left top;
	position: relative;
	top: 33px;
	left: 22px;
	padding-left: 17px;
}
ul#navbar li {
	list-style-type: none;
	float: left;
	position: relative;
}
ul#navbar li.navdiv {
	width: 2px;
	height: 71px;
	background: url(../img/navdiv.gif) no-repeat left bottom;
}
ul#navbar li.navlink a {
	width: 100px;
	height: 71px;
	display: block;
	text-decoration: none;
	color: #454545;
	text-align: center;
	vertical-align: middle;
	line-height: 74px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	z-index: 5;
}
ul#navbar li.current {
	background-color: rgba(52,52,52,0.5);
}
ul#navbar li.navlink .navfade {
	width: 100px;
	height: 71px;
	background-color: rgba(52,52,52,1);
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
}
#viewer #h-holder {
	width: 650px;
	height: 128px;
	display: block;
	position: absolute;
	top: 104px;
	left: 0px;
	border: 1px none red;
	background-color: #000;
	border-top: 2px solid #252525;
	border-bottom: 2px solid #252525;
	z-index: 99;
}
#viewer #header {
	width: 650px;
	height: 128px;
	display: none;
	position: absolute;
	left: 0px;
	border-top: 2px solid #252525;
	border-bottom: 2px solid #252525;
	z-index: 100;
	background: #000 url(../img/h-sprite.jpg) no-repeat left top;
	top: -2px;
}

#home #header {
	background-position: 0 0;
}

#portfolio #header {
	background-position: 0 -128px;
}
#about #header {
	background-position: 0 -256px;
}
#contact #header, #contact_confirm #header {
	background-position: 0 -384px;
}


#strip #subnav {
	display: block;
	width: 650px;
	height: 43px;
	position: relative;
	left: 0;
	z-index: 95;
	top: 130px;
}
ul#subnavbar {
	width: 600px;
	height: 43px;
	background: url(../img/bg-subnav.jpg) no-repeat left top;
	position: relative;
	left: 22px;
	padding-left: 17px;
}
ul#subnavbar li {
	list-style-type: none;
	float: left;
	position: relative;
}
ul#subnavbar li.subdiv {
	width: 2px;
	height: 43px;
	background: url(../img/subnavdiv.gif) no-repeat left bottom;
}
ul#subnavbar li.sublink a {
	width: 185px;
	height: 43px;
	display: block;
	text-decoration: none;
	color: #454545;
	text-align: center;
	vertical-align: middle;
	line-height: 43px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	z-index: 6;
}
ul#subnavbar li.current {
	background-color: rgba(52,52,52,0.5);
}
ul#subnavbar li.sublink .navfade {
	width: 185px;
	height: 43px;
	background-color: rgba(52,52,52,1);
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
}




#shutter-top {
	display: block;
	width: 650px;
	height: 107px;
	background: url(../img/shutter-top.png) left top;
	position: relative;
	z-index: 90;
	top: 79px;
}
#shutter-bottom {
	display: block;
	width: 596px;
	height: 100px;
	background: url(../img/shutter-bottom.png) repeat-x left bottom;
	position: fixed;
	z-index: 85;
	left: 50%;
	bottom: 0;
	margin-left: -299px;
}
#stage {
	display: block;
	width: 650px;
	margin: auto auto auto -325px;
	position: relative;
	top: 265px;
	left: 50%;
}
#f-stage {
	display: block;
	position: fixed;
	top: 235px;
	width: 640px;
	height: 50px;
	background: url(../img/fade-text.png) repeat-x 0 bottom;
	z-index: 99;
	left: 50%;
	margin-left: -322px;
}
#content {
	z-index: 0;
}
#text {
	width: 545px;
	position: relative;
	left: 55px;
	top: 50px;
	margin-bottom: 500px;
}
#home #text {
	margin-bottom: 0;
}

/* @group Projects */
#projects {
	position: relative;
	top: 64px;
	margin-bottom: 500px;
	display: block;
	left: 38px;
}
#home #projects {
	margin-left: 20px;
}
#project {
	width: 545px;
	position: relative;
	left: 55px;
	top: 53px;
	margin-bottom: 500px;
}
#home .project a {
	width: 520px;
	left: 10px;
}
.project a {
	position: relative;
	display: block;
	width: 575px;
	height: 43px;
	background-color: rgba(31,31,31,0.75);
	text-decoration: none;
	color: #616161;
	margin-bottom: 10px;
	font-size: 15px;
}
.project a:hover {
	background-color: rgba(31,31,31,1);
}
.project a .p-name {
	font-size: 16px;
	color: #454543;
	line-height: 43px;
	margin-left: 20px;
}
.project a .p-cat {
	float: right;
	color: #454543;
	font-size: 12px;
	background: url(../img/i-arrow.jpg) no-repeat right top;
	height: 43px;
	line-height: 43px;
	display: block;
	padding-right: 60px;
	margin-right: 10px;
}
#p-navbar {
	display: block;
	width: 71px;
	height: 168px;
	background: url(../img/bg-p-nav.png) no-repeat left top;
	position: fixed;
	top: 302px;
	right: 50%;
	margin-right: 325px;
}
ul#p-nav {
	width: 59px;
	position: relative;
	left: 23px;
	top: 38px;
}
ul#p-nav .tt {
	position: absolute;
	width: 60px;
	right: 60px;
	height: 33px;
	background-color: rgba(27,27,27,0.75);
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	line-height: 33px;
	padding-right: 15px;
	color: #373737;
	display: none;
	border-right: 2px solid #000;
}
#p-nav li {
	list-style-type: none;
}
#p-nav li.p-div {
	width: 48px;
	height: 2px;
	background: url(../img/p-navdiv.gif) no-repeat left top;
}
#p-nav li a {
	display: block;
	width: 48px;
	height: 37px;
	text-indent: -1000px;
	overflow: hidden;
}
#p-nav li a:hover {
	background-color: rgba(0,0,0,0.5);
}
#p-nav li a:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-style: none;
}
#p-nav .p-images a {
	background: url(../img/i-pic-off.png) no-repeat -1px top;
}
#p-nav .p-details a {
	background: url(../img/i-details-off.png) no-repeat -1px top;
}
#p-nav .p-view a {
	background: url(../img/i-launch-off.png) no-repeat -1px top;
}
#p-nav li.cur a {
	background-color: rgba(0,0,0,0.25);
}
.btl {
	position: absolute;
	right: 14px;
	top: 11px;
}
.btl a {
	font-size: 13px;
	background: url(../img/i-list.gif) no-repeat left 1px;
	display: block;
	height: 13px;
	padding-left: 24px;
	line-height: 11px;
	color: #434343;
	font-weight: bold;
}
.btl a:hover {
	color: #be5800;
	background-position: 0 -18px;
}

/* @group gallery */
ol.gallery {
	position: relative;
}
ol.gallery li {
	list-style-type: decimal-leading-zero;
	padding: 0;
	margin-top: 0;
	list-style-position: inside;
	color: #2d2d2d;
	font-size: 20px;
	margin-left: 11px;
	vertical-align: top;
	clear: both;
	width: 520px;
	height: 280px;
	margin-bottom: 25px;
	position: relative;
}
ol.gallery li img {
	position: absolute;
	width: 450px;
	float: right;
	border: 3px solid #2d2d2d;
	padding: 10px;
	top: 2px;
	right: 0;
}


/* @end */

.p-descrip {
	
}
#software {
	display: block;
	position: relative;
	left: 10px;
	top: -8px;
}
#software li {
	width: 35px;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
li.aftereffects {
	background: url(../img/after_effects_off.png) no-repeat;
}
li.finalcut {
	background: url(../img/final_cut_off.png) no-repeat;
}
li.flash {
	background: url(../img/flash_off.png) no-repeat;
}
li.photoshop {
	background: url(../img/photoshop_off.png) no-repeat;
}
li.illustrator {
	background: url(../img/illustrator_off.png) no-repeat;
}
li.maya {
	background: url(../img/maya_off.jpg) no-repeat;
}
/* @end */

/* @group Contact */
.error {
	display: none;
}
#contact_form {
	display: block;
	position: relative;
	top: -15px;
	width: 306px;
}
#contact_form p {
	margin-top: 35px;
}
form#ff_contact tr {
	text-align: left;
}
form#ff_contact label {
	color: #202020;
	font-size: 14px;
}
html body form#ff_contact .f-label {
	color: #3a3a3a;
}
html body #content form#ff_contact .f-content {
	color: #595959;
}
form#ff_contact input.default, form#ff_contact textarea {
	padding: 5px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #595959;
	background-color: #212121;
	border-style: none;
	width: 300px;
}
form#ff_contact tr.tr-submit {
	text-align: right;
}
form#ff_contact #submit {
	background-color: #202020;
	color: #363a3a;
	border-style: none;
	padding: 8px 10px;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}
form#ff_contact #submit.over {
	background-color: #be5800;
	cursor: pointer;
	color: #000;
}

#sidebar {
	display: block;
	position: absolute;
	top: 52px;
	width: 200px;
	right: 0;
}
#sidebar p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #2f3030;
	font-weight: bold;
}
#sidebar p.vcard a {
	background: url(../img/i-vcard.png) no-repeat left top;
	padding-left: 35px;
	color: #434343;
	height: 16px;
	position: relative;
	left: 0;
	display: block;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 10px;
}
#sidebar p.vcard a:hover {
	background-position: 0 -29px;
	color: #be5800;
}

/* @end */




