@CHARSET "UTF-8";
@import url('reset.css');
@import url('grid.css');

@font-face {
	font-family:Helvetica;
	src: url('helvetica.ttf');
}

img, div { behavior: url(iepngfix.htc) !important }

html {
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

body {
    background: url('images/background.jpg') top left no-repeat fixed;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
	display: none;
}

pre {
	font-size: 1.2em;
}

#frame {
    background: url('images/panel.png');
    width: 100%;
    height: 100%;
}

#topSection {
    height: 40px;
    max-height: 40px;
    overflow: visible;
}

#header {
    position: relative;
    display: block;
    float: left;
    padding-top: 10px;
    height: 30px;
    background: #fff;
    overflow: visible;
    z-index: 10;
}

#header > #banner {
    float: left;
}

#header > ul {
    float: left;
    font-size: .75em;
    margin-top: 5px;
    margin-left: 40px;
	overflow: visible;
}

#header > ul > li {
    cursor: pointer;
    margin-left: 20px;
    float: left;
	overflow: visible;
}

#header > ul > li > span:hover {
    color: #5fcbea;
    background: #000;
}

#newList {
	margin-top: 19px;
	width: 205px;
	position: relative;
	float: left;
	display: inline;
}

#newList > li {
	display: inline;
	float: left;
	clear: both;
	padding: 10px 10px 10px 10px;
	background: url('images/trans/b65.png') top center;
	background: rgba(0,0,0,.65);
	color: #fff;
	margin: 5px 0px 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	font-weight: lighter;
	font-size: 1.1em;
	text-transform: lowercase;
}

#newList > li:before {
	color: #5FCBEA;
	content: '// ';
	font-weight: bolder
}

#newList > li:hover {
	color: #5FCBEA;
}

#divider {
    position: relative;
    height: 60px;
    width: 100%;
    background: url('images/divider.jpg') top center no-repeat;
    -moz-box-shadow: 0px 0px 15px #2a2a2a;
    -webkit-box-shadow: 0px 0px 15px #2a2a2a;
    z-index: 3;
}

#menu {
    position: relative;
}

#menu > li {
    position: relative;
    float: left;
    z-index: 10;
}

ul#portfolioSub {
    position: absolute;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    z-index: 2;
    font-size: 1.5em;
}

ul#portfolioSub > li {
    font-weight: lighter;
    font-size: .95em;
    float: left;
    background: #000;
    color: #fff;
    padding: 5px 8px 5px 7px;
    cursor: pointer;
    z-index: 2;
}

ul#portfolioSub > li:hover, ul#portfolioSub > li.selected {
    color: #5FCBEA;
}

input#searchform {
    margin-top: 5px;
    border: 2px solid #636363;
    font-weight: bold;
    margin-left: 20px;
    width: 250px;
    height: 15px;
    padding: 5px 10px 5px 10px;
    background: url('images/search_b.jpg') left top repeat-x;
    -moz-box-shadow: inset 3px 3px 3px rgba(20, 20, 20, 1);
    -webkit-box-shadow: inset 3px 3px 3px rgba(20, 20, 20, 1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #b0b0b0;
    position: relative;
    float: left;
    font-weight: lighter;
    z-index: 100;
}

input#searchform:focus, input#searchform:hover {
    border: 2px solid #5FCBEA;
}

input#search {
    background: url('images/search.png') top center no-repeat;
    border: none;
    height: 34px;
    width: 34px;
    cursor: pointer;
    position: relative;
    float: left;
    left: -35px;
    top: 3px;
    z-index: 101;
}

#copy {
    font-size: .75em;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #000;
    color: #fff;
    padding: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 0px 25px #2a2a2a;
    -webkit-box-shadow: 0px 0px 25px #2a2a2a;
}

#copy:hover {
    color: #5FCBEA;
}

#featuredItemStage {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}

#featuredItemStage > h1#currentTitle {
    top: 45px;
    font-size: 5em;
    color: #eaeaea;
    display: inline;
    position: absolute;
    right: 0px;
}

#webInfo {
    position: relative;
    float: right;
    display: inline;
}

#webContent {
    position: relative;
    float: left;
    display: inline;
}

#webTitle, #motionTitle, #printTitle {
	background: url('images/trans/b65.png') top center;
    background: rgba(0, 0, 0, .65);
    color: #5FCBEA;
    font-size: 2.2em;
    padding: 10px 10px 10px 10px;
    text-align: right;
    display: inline;
    float: right;
    clear: both;
    margin-top: 90px;
    margin-right: 40px;
    position: relative;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    cursor: default;
    text-transform: lowercase;
}

#webDescription {
	background: url('images/trans/b65.png') top center;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    display: inline;
    position: relative;
    width: 350px;
    padding: 10px 10px 10px 10px;
    line-height: 1.25em;
    font-size: 1.5em;
    margin-right: 40px;
    margin-top: 20px;
    float: right;
    clear: both;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    text-transform: lowercase;
}

#webLink {
	background: url('images/trans/a50.png') top center;
    background: rgba(95, 203, 234, .5);
    width: 250px;
    position: relative;
    padding: 10px 10px 10px 10px;
    float: right;
    clear: both;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-decoration: none;
    color: #fff;
    margin-right: 40px;
    margin-top: 60px;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    font-weight: bolder;
    text-transform: lowercase;
    text-align: center;
    font-size: .9em;
}

#webFeatures {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 450px;
    margin-top: 20px;
}

#webFeatures > li {
    float: left;
	background: url('images/trans/b85.png') top center;
    background: rgba(0, 0, 0, .85);
    font-weight: bolder;
    text-transform: lowercase;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: .8em;
    color: #fff;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    padding: 10px 10px 10px 10px;
    display: inline;
    cursor: default;
}

#webFeatures > li:hover {
    color: #000;
	background: url('images/trans/w85.png') top center;
    background: rgba(255, 255, 255, .85);
}

#webThumb {
    display: block;
    position: relative;
    margin-top: 90px;
    float: left;
    clear: both;
    width: 450px;
    height: 200px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    border: 4px solid #2a2a2a;
}

#webLink:hover {
	background: url('images/trans/r65.png') top center;
    background: rgba(255, 0, 0, .65);
    color: #fff;
}

#webTitle:hover {
    -moz-box-shadow: 0px 0px 15px #2a2a2a;
    -webkit-box-shadow: 0px 0px 25px #2a2a2a;
}

#motionTitle, #printTitle {
    max-width: 250px !important;
}

#motionVideo, #swfVideo {
    width: 600px;
    height: 338px;
    float: left;
    margin-top: 90px;
    background: #2a2a2a;
    color: #fff;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
}

#motionFeatures, #printFeatures {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 250px;
    margin-top: 20px;
}

#motionFeatures > li, #printFeatures > li {
    float: left;
	background: url('images/trans/b85.png') top center;
    background: rgba(0, 0, 0, .85);
    font-weight: bolder;
    text-transform: lowercase;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: .9em;
    color: #fff;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    padding: 10px 10px 10px 10px;
    display: inline;
    cursor: default;
}

#motionFeatures > li:hover, #printFeatures > li:hover {
    color: #000;
	background: url('images/trans/w85.png') top center;
    background: rgba(255, 255, 255, .85);
}

#printThumb {
    width: 600px;
    height: 338px;
    float: left;
    margin-top: 70px;
    background: #2a2a2a;
    color: #fff;
    border: 4px solid #2a2a2a;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
}

#printThumb:hover {
    border: 4px solid #5FCBEA;
}

#portfolioStream {
    margin-top: 20px;
}

.portfolioItem {
    position: relative;
    display: block;
    float: left;
    height: 160px;
    width: 160px;
    margin: 0px 5px 0px 5px;
    border: 10px #2a2a2a solid;
    background: #2a2a2a;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
}

.portfolioItem:hover {
    border: 10px solid #5FCBEA;
}

.portfolioItem > span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolioItem > span > h1 {
    width: 144px;
    display: block;
    position: relative;
    text-align: right;
	background: url('images/trans/b75.png') top center;
    background: rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    color: #fff;
    margin-top: 130px;
    padding: 8px 8px 8px 8px;
    height: 14px;
    font-size: 1em;
    font-weight: lighter;
    text-transform: lowercase;
}

.portfolioItem > h2 {
    display: block;
    position: absolute;
    text-align: center;
    padding-top: 5px;
    width: 17px;
    height: 17px;
    font-size: 1em;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    background: #ff0000;
    color: #fff;
    left: -17px;
    top: -17px;
    -moz-box-shadow: 2px 2px 15px #2a2a2a;
    -webkit-box-shadow: 2px 2px 15px #2a2a2a;
    text-transform: lowercase;
}

.paginate {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 15px #2a2a2a;
    -webkit-box-shadow: 2px 2px 15px #2a2a2a;
	background: url('images/trans/g50.png') top center;
    background: rgba(25, 25, 25, .5);
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #fff;
    cursor: pointer;
    display: inline;
    float: left;
    clear: both;
    top: -150px;
}

.paginate:hover {
    background: #5FCBEA;
}

/*
 * Contact.
 */
form#contact {
    width: 700px;
    height: 400px;
    margin: 90px auto 0px auto;
    padding: 20px 30px 20px 30px;
    position: relative;
	background: url('images/trans/w45.png') top center;
    background: rgba(255, 255, 255, .45);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-box-shadow: 0px 0px 15px #2a2a2a;
    -webkit-box-shadow: 0px 0px 15px #2a2a2a;
    overflow: visible;
}

form#contact > span > textarea {
    vertical-align: top;
}

form#contact > span {
    float: left;
    clear: both;
    width: 700px;
    padding: 10px 5px 10px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

form#contact > span.even {
	background: url('images/trans/w50.png') top center;
    background: rgba(255, 255, 255, .5);
}

form#contact > span > label {
    display: block;
    float: left;
    clear: left;
    margin-right: 70px;
    width: 125px;
    text-align: right;
    font-size: 1.5em;
    padding-top: 5px;
    font-weight: bolder;
    text-shadow: 0px 0px 6px #8a8a8a;
}

form#contact > span > label:hover {
    color: #5FCBEA;
}

form#contact > span > input.field {
    padding: 10px 15px 5px 15px;
    float: left;
    clear: right;
    width: 450px;
    height: 25px;
    border: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 0px 0px 10px #aeaeae;
    -webkit-box-shadow: 0px 0px 10px #aeaeae;
	background: url('images/trans/w35.png') top center;
    background: rgba(255, 255, 255, .35);
    font-size: 1.2em;
    border: 2px solid #2a2a2a;
}

form#contact > span > input.field.double {
    width: 450px;
}

form#contact > span > textarea {
    font-family: Arial, Helvetica, sans-serif;
    width: 450px;
    height: 175px;
    border: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px 10px 10px 10px;
    -moz-box-shadow: 0px 0px 10px #aeaeae;
    -webkit-box-shadow: 0px 0px 10px #aeaeae;
	background: url('images/trans/w35.png') top center;
    background: rgba(255, 255, 255, .35);
    font-size: 1.2em;
    border: 2px solid #2a2a2a;
}

form#contact > span > textarea:hover, form#contact > span > input:hover {
	background: url('images/trans/a35.png') top center;
    background: rgba(95, 203, 234, .35);
}

form#contact > span > textarea:focus, form#contact > span > input:focus {
    background: #fff;
    border: 2px solid #5FCBEA;
}

form#contact > span > .submit {
    margin-top: 10px;
    width: 200px;
	background: url('images/trans/b55.png') top center;
    background: rgba(0, 0, 0, .55);
    float: right;
    border: none;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-box-shadow: 0px 0px 10px #2a2a2a;
    -webkit-box-shadow: 0px 0px 10px #2a2a2a;
    color: #fff;
    font-size: 1.2em;
    font-weight: lighter;
    cursor: pointer;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

form#contact > span > .submit:hover {
	background: url('images/trans/r55.png') top center;
    background: rgba(255, 0, 0, 0.55);
}

#thanks {
	display: block;
	position: relative;
	float: left;
	background: url('images/trans/g55.png') top center;
	background: rgba(42,42,42,.55);
	border: 2px #000 solid;
	color: #fff;
	font-size: 2em;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #2a2a2a;
	-webkit-box-shadow: 0px 0px 10px #2a2a2a;
}

.badInput {
	background: url('images/trans/r45') top center !important;
	background: rgba(255,0,0,.45) !important;
}

.badLabel {
	color: #ff0000;
}

/*
 * Blog.
 */
div#blogWrap {
    width: 960px;
    height: 500px;
    margin-top: 50px;
    overflow: hidden;
}

div.post {
    position: relative;
    float: right;
    clear: both;
    width: 600px;
	background: url('images/trans/w75.png') top center;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    min-height: 140px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

span.blogAgo {
    position: absolute;
    padding: 10px 10px 10px 10px;
	background: url('images/trans/a75.png') top center;
    background: rgba(95, 203, 234, .75);
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .2em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	top: 60px;
	left: -60px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #2a2a2a;
	-webkit-box-shadow: 0px 0px 10px #2a2a2a;
	z-index: 20;
}

h1.blogTitle {
	position: relative;
	float: right;
	clear: left;
	display: inline;
	background: url('images/trans/b55.png') top center;
	background: rgba(0,0,0,.55);
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	padding: 10px 10px 10px 10px;
	color: #fff;
	font-size: 1.5em;
	font-weight: lighter;
	max-width: 560px;
	text-align: right;
}

span.blogDate {
	position: relative;
	display: inline;
	float: right;
	clear: right;
	background: url('images/trans/b35.png') top center;
	background: rgba(0, 0, 0, .35);
	color: #fff;
	font-style: italic;
	padding: 10px 10px 10px 10px;
	font-weight: lighter;
	font-size: .7em;
}

div.blogBody {
	margin-top: 50px;
	position: relative;
	font-size: .8em;
	line-height: 2em;
}

div.blogBody p, div.blogBody div {
	display: block;
	float: none;
	clear: both;
	text-indent: .9em;
	margin-left: 10px;
	font-size: .9em;
}

div.blogBody ul {
	list-style: square;
	display: block;
	margin-bottom: 10px;
	font-size: .9em;
}

div.blogBody ul li {
	float: left;
	clear: both;
	margin-left: 40px;
}

span#down {
	position: absolute;
	bottom: 450px;
	left: 180px;
	z-index: 10;
}

span#up {
	position: absolute;
	bottom: 450px;
	left: 60px;
	z-index: 10;
}

span.blognav {
	cursor: pointer;
	background: url('images/trans/a35.png') top center;
	background: rgba(95, 203, 234, .35);
	color: #fff;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #2a2a2a;
	-webkit-box-shadow: 0px 0px 5px #2a2a2a;
	font-size: .8em;
}

span.blognav:hover {
	background: url('images/trans/r35.png') top center;
	background: rgba(255, 0, 0, .35);
}

div#blogListWrap {
	display: block;
	margin-top: 125px;
	position: absolute;
	width: 235px;
	height: 415px;
	overflow: hidden;
	left: 0px;
}

ol#blogList {
	display: block;
	position: absolute;
	width: 235px;
	max-height: 350px;
	list-style: decimal-leading-zero;
	list-style-position: inside;
	font-size: .7em;
	font-weight: bolder;
}

ol#blogList > li {
	position: relative;
	display: inline;
	float: right;
	clear: both;
	font-weight: lighter;
	margin-bottom: 10px;
	color: #fff;
	background: url('images/trans/b55.png') top center;
	background: rgba(0, 0, 0, .55);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #2a2a2a;
	-webkit-box-shadow: 0px 0px 5px #2a2a2a;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

ol#blogList > li:hover, ol#blogList > li.selected {
	background: url('images/trans/w55.png') top center;
	background: rgba(255, 255, 255, .55);
	color: #000;
}

div#blogScroll {
	position: absolute;
	width: 15px;
	height: 415px;
	background: url('images/trans/w35.png') top center;
	background: rgba(255,255,255,0.35);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #2a2a2a;
	-webkit-box-shadow: 0px 0px 2px #2a2a2a;
	top: 125px;
	left: 250px;
}

div#blogHandle {
	position: relative;
	width: 13px;
	height: 15px;
	background: url('images/trans/w55.png') top center;
	background: rgba(255,255,255,.55);
	-moz-border-radius: 5px;
	-webkit-border-radius: 15px;
	border: 1px #000 solid;
}

div#blogHandle:hover, div#blogHandle.dragging {
	background: url('images/trans/w95.png') top center;
	background: rgba(255,255,255,.95);
}

h1#subTitle {
	color: #fff;
	background: #000;
	font-size: 4em;
	position: relative;
	margin-bottom: 40px;
	display: block;
	float: left;
}

div#subContent {
	width: 960px;
	clear: both;
	float: none;
}

div#subOne, div#subTwo, div#subThree, div#subFour {
	width: 293px;
	color: #eaeaea;
	font-size: .75em;
	line-height: 2.2em;
	position: relative;
	float: left;
	font-weight: lighter;
}

div#subOne {
	background: url('images/edge_v.png') top right repeat-y;
	padding-right: 20px;
	padding-bottom: 20px;
}

div#subTwo {
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

div#subThree {
	background: url('images/edge_v.png') top left repeat-y;
	float: left;
	clear: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

div#subFour {
	background: url('images/edge_h.png') top center repeat-x;
	padding-top: 20px;
	float: none;
	clear: both;
	width: 960px;
	text-align: left;
	margin-bottom: 0px;
	font-size: .8em;
}

div#subFour > p {
	background: #000;
	display: inline;
	float: left;
	clear: both;
	padding: 0px 5px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#subContent span {
	font-style: italic;
	color: #5FCBEA;
}

div#subOne ul, div#subTwo ul, div#subThree ul {
	text-align: right;
}

div#subOne ul > li, div#subTwo ul > li, div#subThree ul > li {
	cursor: default;	
}

div#subOne ul > li:hover, div#subTwo ul > li:hover, div#subThree ul > li:hover {
	color: #5FCBEA;	
}

div#subOne ul > li:hover:before, div#subTwo ul > li:hover:before, div#subThree ul > li:hover:before {
	content: '|| ';	
}

div#subOne ul > li:before, div#subTwo ul > li:before, div#subThree ul > li:before {
	color: #5FCBEA;
	content: '// ';
	font-weight: bolder;
}

div#subOne h1, div#subTwo h1, div#subThree h1 {
	font-size: 6em;
	color: #000;
	position: absolute;
	left: -50px;
	top: 100px;
	line-height: .8em;
	text-align: right;
	font-weight: 100;
	width: 290px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	z-index: -1;
}

#screen {
	position: fixed;
	background: url('images/trans/b45.png') top center;
	background: rgba(0,0,0,.45);
	z-index: 110;
}

