﻿/*----------------------------------------
Reset v1.0 | 20080212 (from http://meyerweb.com/eric/tools/css/reset/) 
----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}html body div.clear,html body span.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

/*----------------------------------------
  Global
----------------------------------------*/
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
a, a:link {
	color: #7fbffe;
	text-decoration: underline;
}
a:visited {
	color: #6ca2d8;
	text-decoration: underline;
}
a:hover {
	color: #9fcfff;
	text-decoration: none;
}
a:active {
	color: #414141;
}
p {
	padding: 2px 0 2px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #414141;
	margin: 0 0 4px 0;
	text-transform: capitalize;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 70%;
}
input, select, textarea, iframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea {
	line-height: 120%;
	padding: 1px 0 1px 2px;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.alignjustify {
	text-align: justify;
}
.block {
	display: block;
}

/* --> Status */
.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 90%;
}
.errorbox {
	background: #f9ccc4 url(images/icon-error.png) no-repeat 8px 5px;
	border: solid 1px #414141;
	padding: 5px 8px 5px 30px;
	margin: 12px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
}
.okbox {
	background: #e6ffcc url(images/icon-ok.png) no-repeat 8px 5px;
	border: solid 1px #414141;
	padding: 5px 8px 5px 30px;
	margin: 12px 0 10px 0;
	font-size: 80%;
	font-weight: bold;
}
.statusbox {
	background: #ffffcc url(images/icon-status.png) no-repeat 8px 5px;
	border: solid 1px #414141;
	padding: 5px 8px 5px 30px;
	margin: 12px 0 10px 0;
	font-size: 80%;
	font-weight: bold;
}
.loadingbox {
	background-color: #fff;
	border: solid 1px #414141;
	padding: 5px 8px 5px 8px;
	margin: 12px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
}
.errorbox li, .okbox li, .statusbox li {
	color: #000;
	margin: 2px 0 2px 15px;
	list-style-type: square;
	font-weight: normal;
	font-size: 120%;
}

/* --> Forms */
.form label {
	color: #414141;
	font-size: 95%;
}
.form input {
	margin-bottom: 6px;
}
span.error {
	font-weight: bold;
	margin: 0 0 0 10px;
	font-size: 75%;
	font-style: italic;
}
.required {
	color: #ff0000;
	font-weight: bold;
}
.form .required {
	font-size: 75%;
}
.smalltext {
	color: #58514a;
	font-size: 60%;
	margin: 4px 0 0 0;
}

/*----------------------------------------
  Top
----------------------------------------*/
#top {
	display: block;
	background-color: #414141;
	margin: 0 0 0 0;
	width: 100%;
	height: 6px;
}

/*----------------------------------------
  Header
----------------------------------------*/
#header {
	background: #fff url(images/background-header-top.gif) no-repeat center top;
	height: 95px;
}

/* --> Site Map */
.sitemap {
	color: #efefef;
	background-color: #414141;
	overflow: hidden; /*prevents flicker*/
}
.sitemap a, .sitemap a:link {
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding: 2px 2px;
}
.sitemap ul {
	padding: 0 10px 10px 10px;
}
.sitemap ul li a, .sitemap ul li a:link, .sitemap ul li a:active, .sitemap ul li a:visited, .sitemap ul li a:hover {
	font-size: 70%;
}
.sitemaplinks {
	padding: 6px 6px 12px 6px;
}
.navigationsmall {
	display: block;
	margin: 1px 4px 0 0;
	text-align: right;
}
.navigationsmall a, .navigationsmall a:link, .navigationsmall a:hover, .navigationsmall a:active, .navigationsmall a:visited {
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(images/background-nav-generic.gif) no-repeat center bottom;
	padding: 0 4px 2px 4px;
}
.navigationsmall a:active {
	color: #e8e8e8;
}
.navigationsmall a:visited {
	color: #7fbffe;
}

/* --> Logo */
#header img.logo {
	margin-top: 32px;
	border-width: 0;
}
#header h1 {
	display: none;
}
#header .grid_5 br {
	float: left;
}

/* --> Navigation */
#navigation {
	font-size: 85%;
	margin-top: 42px;
	text-align: right;
}
#navigation li {
	display: inline;
	list-style-type: none;
}
#navigation a, #navigation a:link, #navigation a:visited {
	color: #414141;
	font-weight: bold;
	text-decoration: none;
	padding: 35px 12px 20px 12px;
}
#navigation a:active {
	color: #e8e8e8;
	text-decoration: none;
}
#navigation a:hover, #navigation a.selected:link, #navigation a.selected:visited {
	color: #7fbffe;
	text-decoration: none;
	background: #fff url(images/background-nav-generic.gif) no-repeat center top;
}
#navigation .portfolio a:hover, #navigation .portfolio a.selected:link, #navigation .portfolio a.selected:visited {
	color: #7fbffe;
	text-decoration: none;
	background: #fff url(images/background-nav-portfolio.gif) no-repeat center top;
}
#navigation .contact a:hover, #navigation .contact a.selected:link, #navigation .contact a.selected:visited {
	color: #7fbffe;
	text-decoration: none;
	background: #fff url(images/background-nav-contact.gif) no-repeat center top;
}
#navigation a.selected:active, #navigation .portfolio a.selected:active, #navigation .contact a.selected:active {
	color: #7fbffe;
	text-decoration: none;
}
#navigation a.selected:hover, #navigation .portfolio a.selected:hover, #navigation .contact a.selected:hover {
	color: #e8e8e8;
	text-decoration: none;
}

/*----------------------------------------
  Feature
----------------------------------------*/
#feature {
	background: #000 url(images/background-header-middle2.gif) no-repeat center top;
	height: 125px;
	color: #fff;
}
#feature.home {
	background: #000 url(images/background-header-middle.gif) no-repeat center top;
	height: 250px;
	color: #fff;
}
#feature .box {
	width: 480px;
	height: 170px;
	margin: 30px 0 0 0;
	padding: 10px 0;
	background: transparent url(images/background-box.gif) no-repeat center center;
	/*opacity: 0.6;*/
	position: absolute;
}
#feature .boxtext {
	position: relative;
	margin: 60px 25px 25px 25px;
	text-align: justify;
	line-height: 104%;
}
#feature .boxtext h2 {
	font-size: 190%;
	text-transform: none;
	color: #7fbffe;
	margin-bottom: 10px;
}
#feature .boxcontact {
	text-align: center;
}
#feature .boxtext p {
	font-size: 90%;
	margin-bottom: 4px;
}
#feature .boxtext a:link, #feature .boxtext a:visited, #feature .boxtext a:active, #feature .boxtext a:hover {
	font-weight: bold;
}
#feature .boxsmalltext {
	position: relative;
	margin: 165px 25px 25px 25px;
}
#feature .boxsmalltext h2 {
	font-size: 190%;
	text-transform: none;
	color: #7fbffe;
}
#feature .more {
	text-align: right;
	font-weight: bold;
	font-size: 80%;
	display: block;
}
#recentwork {
	width: 440px;
	height: 180px;
	overflow: hidden;
	margin-top: 35px;
	margin-left: 22px;
	border: solid 1px #000;
}
#recentwork .hide {
	display: none;
}

/*----------------------------------------
  Body
----------------------------------------*/
#body {
	background-color: #fff;
	padding: 10px 0 10px 0;
	clear: both;
	line-height: 104%;
	letter-spacing: 0.06px;
	word-spacing: 0.009px;
}
#body.home {
	background: #fff url(images/background-header-bottom.gif) no-repeat center top;
	padding: 10px 0 10px 0;
	clear: both;
}
#body .pagetitle {
	background-color: #414141;
	color: #7fbffe;
	padding: 6px 8px;
	margin: 10px 0 10px 0;
	text-align: center;
}
#body .pagetitle h2 {
	font-size: 150%;
	color: #7fbffe;
	margin: 0 0;
	display: inline;
}
#body h2 a, #body h2 a:link, #body h2 a:visited  {
	color: #7fbffe;
	text-decoration: none;
}
#body h2 a:active {
	color: #7fbffe;
	text-decoration: underline;
}
#body h2 a:hover {
	color: #e8e8e8;
	text-decoration: none;
}
.sidebox {
	background-color: #dfefff;
	border: solid 1px #414141;
	padding: 10px 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.grid_6 .sidebox {
	width: 458px;
}
.grid_6 .sidebox .grid_3 {
	width: 205px;
}
.grid_6 .sidebox .alpha {
	border-right: solid 1px #414141;
}
.sidebox ul {
	margin-left: 14px;
}
.sidebox ul li img {
	vertical-align: bottom;
	padding: 2px 2px 0 0;
}
.sidebox ul li {
	font-size: 80%;
}
.sidebox a, .sidebox a:link, .sidebox a:visited {
	color: #414141;
	margin: 4px 4px;
	font-weight: bold;
}

/* --> Recent Work/Portfolio */
.workbox {
	height: 460px;
	margin-bottom: 12px;
}
.imagebox, .imagebig {
	display: block;
	border: solid 1px #414141;
	background-color: #f3f9ff;
	margin: 9px auto 0 auto;
}
.imagebox a, .imagebox a:link, .imagebox a:visited {
	display: block;
	background-color: #f3f9ff;
	padding: 8px 8px;
	text-align: center;
}
.imagebox a:hover {
	display: block;
	background-color: #f8f8f8;
}
.imagebox img {
	border: solid 1px #717171;
	background-color: #fff;
	margin: 0 auto;
}
.highlights {
	margin: 0 auto;
	text-align: center;
}
.highlights .imagebox {
	float: left;
	margin: 4px 2px 0 1px;
}
.worktext {
	display: block;
	color: #414141;
	padding: 8px 8px 8px 8px;
	background-color: #f8f8f8;
	border: solid 1px #cfcfcf;
	margin-top: 8px;
	min-height: 190px;
}
.worktext h3 {
	font-size: 130%;
	margin-bottom: 6px;
	margin-left: 2px;
}
.worktext h3 a, .worktext h3 a:link {
	display: block;
	color: #414141;
	text-decoration: none;
}
.worktext h3 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
}
.worktext h3 a:active {
	display: block;
	color: #7fbffe;
}
.worktext h3 a:hover {
	display: block;
	color: #7fbffe;
	text-decoration: underline;
}
.worktext p {
	font-size: 75%;
	margin-left: 2px;
	margin-bottom: 6px;
}
.worktext ul {
	margin: 0 0 0 14px;
}
.worktext ul li {
	background-image: url(images/bullet-blue.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0 1px;
	font-size: 80%;
}
.worktext ul.plain li {
	background-image: none;
	padding-left: 6px;
	background-position: 0 1px;
	font-size: 80%;
}
.worktext ul.plain li img {
	vertical-align: bottom;
	padding: 2px 2px 0 0;
}
.worktext ul.plain li a, .worktext ul.plain li a:link, .worktext ul.plain li a:visited {
	margin: 4px 4px;
}
.worktext .grid_2 {
	width: 130px;
}
.worktext a, .worktext a:link, .worktext a:visited {
	color: #414141;
	/*margin: 4px 4px;*/
	font-weight: bold;
}
.worklists {
	margin: 6px 0;
}
.worklists strong {
	font-size: 120%;
}
span.worklists {
	margin-bottom: 2px;
	display: block;
}
.worklinks {
	font-weight: bold;
	text-align: right;
}
.worklinks a, .worklinks a:link, .worklinks a:visited {
	margin: 4px 4px;
}
.worklinks img {
	vertical-align: bottom;
	padding: 2px 2px 0 0;
}

/* ----> AD Gallery */
#gallery {
	border: solid 1px #717171;
	margin-top: 8px;
}
.ad-gallery {
	width: 600px;
}
.ad-gallery, .ad-gallery * {
	margin: 0;
	padding: 0;
}
.ad-gallery .ad-image-wrapper {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
	/* Or else IE will hide it */
	background: url(images/non-existing.jpg)\9;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(images/ad_prev.png);
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(images/ad_next.png);
	width: 30px;
	height: 30px;
	right: 0;
	left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	text-align: left;
	width: 100%;
	z-index: 2;
	background: url(images/opa75.png);
	color: #000;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src= 'images/opa75.png' );
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
	display: block;
}
.ad-gallery .ad-controls {
	height: 20px;
	font-size: 0.7em;
	font-weight: bold;
}
.ad-gallery .ad-info {
	float: left;
}
.ad-gallery .ad-slideshow-controls {
	float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
	padding-left: 5px;
	cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
	padding-left: 5px;
	font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	font-style: italic;
}
.ad-gallery .ad-nav {
	width: 100%;
	position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
	height: 100px;
}
.ad-gallery .ad-back {
	cursor: pointer;
	left: -20px;
	width: 13px;
	display: block;
	background: url(images/ad_scroll_back.png) 0px 22px no-repeat;
}
.ad-gallery .ad-forward {
	cursor: pointer;
	display: block;
	right: -20px;
	width: 13px;
	background: url(images/ad_scroll_forward.png) 0px 22px no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 100%;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
}
.ad-gallery .ad-thumbs li {
	float: left;
	padding-right: 5px;
}
.ad-gallery .ad-thumbs li a {
	display: block;
}
.ad-gallery .ad-thumbs li a img {
	border: 3px solid #CCC;
	display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
	border: 3px solid #616161;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* --> Contact */
.contact div.form {
	width: 520px;
}
#hcard-Nathan-Stambro .adr, #hcard-Nathan-Stambro .tel {
}
#hcard-Nathan-Stambro .hidden {
	display: none;
	visibility: hidden;
}

/* --> About */
.about p {
	margin: 4px 0 4px 0;
	font-size: 92%;
}
.about p.intro {
	color: #414141;
	margin-top: 3px;
}
.about ul {
	margin: 6px 0 4px 0;
	font-size: 92%;
}

/* --> Site Map */
.sitemapdetail h3 {
	margin-bottom: 12px;
}
ul.sitemaplist {
	padding: 0 10px 10px 10px;
	font-size: 90%;
}
ul.sitemaplist li {
	list-style-type: disc;
	color: #414141;
	margin-left: 20px;
	font-size: 90%;
	font-weight: bold;
}

/*----------------------------------------
  Footer
----------------------------------------*/
#footer {
	color: #fff;
	background-color: #000;
	border-top: solid 2px #414141;
	padding: 10px 0 10px 0;
	clear: both;
	font-size: 70%;
}
#footer .container_12 {
	padding: 8px 0 8px 0;
	margin-bottom: 8px;
}
#footer .copyright {
	font-weight: bold;
}
#footernavigation {
	font-weight: bold;
}
#footernavigation li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#footer .toplink {
	text-align: right;
	font-weight: bold;
}
#footer .toplink img {
	vertical-align: middle;
}
#footer .links {
}
#footer .info {
	background-color: #212121;
}
#footer .vcard .fn, #footer .vcard .adr, #footer .vcard .url {
	display: none;
}
#footer .vcard {
	font-weight: bold;
	text-align: right;
}