@charset "UTF-8";



/* ****************************** */
/* DEFAULTS */

* {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	color: #fff;
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #141414;
}

li {
	list-style: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4.4em;
	letter-spacing: -1.5px;
	padding-bottom: 12px;
	position: relative;
	top: -7px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 16px;
}
h4 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	padding-bottom: 30px;
	width: 698px; /* IE font style adds width bug - I hate IE. */
}
h4b {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	padding-bottom: 10px;
	width: 698px; /* IE font style adds width bug - I hate IE. */
}
h5 {
	color: #666;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	padding-bottom: 10px;
	font: 1.4em Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
h7 {
	color: #666;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h8 {
	color: #666;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h9 {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	font: 1.4em Arial, Helvetica, sans-serif;
}

a {
	color: #FFF;
	font: bold 12px verdana;
}
a:hover {
	color: #999;
	text-decoration: none;
}

p {
	font-size: 1.1em;
	padding-bottom: 10px;	
}


/* ****************************** */
/* FRAMEWORK */

#framework {
	width: 900px;
	margin: 0 auto;
	position: relative;
}



/* ****************************** */
/* PAGE-WIDE */

.pagecolumn1, .pagecolumn1empty, .albumcolumn1 {
	display: inline; /* IE7 double margin on float bug ... and why is Microsoft the leader again?) */
	float: right;
	padding-top: 15px;
	width: 300px;
}
.pagecolumn1empty {
	border-top: none;
	padding-top: 15px;
}
.albumcolumn1 {
	border-top: 1px solid #333;
	padding-top: 20px;
	padding-bottom: 90px;
	margin-top: 20px;
	visibility: hidden;
}
.albumcolumn3 {
	border-top: 1px solid #333;
	padding-top: 20px;
	padding-bottom: 90px;
	margin-top: 20px;
}
.albumbottom {
	border-top: 10px solid #333;
	padding-top: 20px;
	
	margin-top: 20px;
	margin-bottom: 14px;
}

.pagecolumn2, .pagecolumn2empty, .albumcolumn2 {
	display: inline; /* IE7 double margin on float bug ... and why is Microsoft the leader again?) */
	border-top: 1px solid #333;
	float: left;
	padding-top: 15px;
	width: 900px;
}
.pagecolumn3, .pagecolumn3empty, .albumcolumn3 {
	display: inline; /* IE7 double margin on float bug ... and why is Microsoft the leader again?) */
	border-top: 1px solid #333;
	float: left;
	padding-top: 15px;
	width: 390px;
}
.pagecolumn3, .pagecolumn3empty, .albumbottom {
	display: inline; /* IE7 double margin on float bug ... and why is Microsoft the leader again?) */
	border-top: 1px solid #333;
	float: left;
	padding-top: 15px;
	width: 390px;
}
.pagecolumn2empty {
	border-top: none;
	padding-top: 30px;
}

.nobg:hover {
	background: none;
}

.wimp {
	padding-bottom: 5px;
}



/* ****************************** */
/* HEADER */

#masthead {
	position: absolute;
	top: 0px;
	width: 900px;
	margin-left: auto;
	z-index: 0;
}

#header {
	height: 260px;
	padding-top: 10px;
	margin: auto;
}

#header, #pageheader {
	position: relative;
	
}

#nav {
	color: #999999;
	float: left;
	font-size: 1.3em;
	width: 70%;
}
#nav li {
	display: inline;
	list-style: none;
	padding-right: 2px;
}
#nav a {
	color: gray;
	font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#nav a:hover {
	color: white;
	font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}
}
#nav .active a, #nav .active a:hover {
	
	color: #bab9b9;
	text-decoration: none;
}

#utilitynav {
	color: #3c3c3c;
	float: right;
	font-size: 1.1em;
	text-align: right;
	width: 30%;
}
#utilitynav li {
	display: inline;
	list-style: none;
	padding-left: 2px;
}
#utilitynav a {
	color: #4d4d4d;
}
#utilitynav a:hover {
	background: none;
	color: #999999;
	text-decoration: none;
}
#utilitynav .active a, #utilitynav li .active a:hover {
	background: #6fcae1;
	color: #000;
	text-decoration: none;
}



/* ****************************** */
/* PAGE HEADER */

.highlighted {
	background: #1a1a1a;
}



/* ****************************** */
/* CONTENT */

.content {
	margin-top: 75px;
}

.contentcolumn1, .contentcolumn2, .contentcolumn3 {
	float: left;
	width: 33%;
}
.contentcolumn1 li, .contentcolumn2 li, .contentcolumn3 li {
	font-size: 1.1em;
	line-height: 1.3em;
}
 



/* ****************************** */
/* SELECTED WORK */

.thumbnails img {
	border: none;
	float: left;
	margin: 0 auto;
	padding-right: 10px;
	padding-top: 10px;
}

.thumbnails2 img {
	border: none;
	float: left;
	margin: 0 auto;
	padding-right: 20px;
	padding-top: 24px;
	padding-bottom: 100px;
}

.tooltip {
	background: #000;
	color: #fff;
	padding: 15px;
}

.divider {
	background: #333;
	position: relative;
	top: -30px;
	width: 150px;
}

.album {
	margin-top: 75px;
}

.albuminfo {
	color: #666;
	line-height: 1.1em;
}
.albuminfo2 {
	color: #919191;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 6px;
}
.albuminfo .header {
	color: #4d4d4d;
	font-weight: bold;
	text-transform: uppercase;
}
.albuminfo2 .header2 {
	color: #c8c8c8;
	font-size: 1.1em;
}

.albumnav {
	color: #666;
	float: right;
	font-size: 0.9em;
	text-align: right;
}
.albumnav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding-left: 2px;
	text-transform: uppercase;
}
.albumnav a {
	color: silver;
	font-weight: bold;
	font-size: 9px;
}
.albumnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.albumcategory {
	background: #ffffcc;
	color: #000;
	text-transform: uppercase;
}

.photo {
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.photo img {
	border: none;
}
.photo p {
	padding: 0px;
}

.photocaption {
	color: #666;
	font-size: 1.0em;
	line-height: 1.4em;
}

#pagenumber, #pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}
#pagenumber {
	float: left;
	width: 50%;
}
#pagenav {
	float: right;
	text-align: right;
	width: 50%;
}
#pagenav li {
	color: #666;
	display: inline;
	list-style: none;
	padding-left: 2px;
}



/* ****************************** */
/* FOOTER */

#footer {
	padding: 30px 0px;
}
#footer2 {
	padding: 0 0px;
}

#sitemap {
	padding-bottom: 15px;
}
#sitemap li {
	color: #666;
	display: inline;
	font-size: 1.2em;
	list-style: none;
	padding-right: 2px;
}

.topofpage {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: right;
}
.topofpage a {
	color: silver;
	text-transform: uppercase;
}
.topofpage a:hover {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

.footercolumn1 {
	float: left;
	width: 75%;
}
.footercolumn2 {
	float: right;
	width: 25%;
}



/* ****************************** */
/* HACKS */

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* mac hide \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */

.albumcopy {
	margin-top: 10px;
	color: #CCCCCC;
	width: 500px;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
.albumcopy2 {
	margin-top: 10px;
	color: #CCCCCC;
	width: 400px;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
}
.albumcopy3 {
	color: #CCCCCC;
	width: 560px;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
.albumcopy4 {
	color: #666666;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
.albumtitle {
	font-size: 12px;
}

}
.albumtitle2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

/* Screenshots */
ul.screenshots {
	list-style: none;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
	}
	
ul.screenshots li {
	list-style: none;
	display: inline;
	width: 110px;
	height: 105px;	}
	
ul.screenshots li img {
		
	float: none;
	}
/* Quote Form */	
	}
.quote-bg	{
	background-color: #666666;
	border: 5px solid #FFFFFF;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(images/quote.jpg);
}
.side_table {
	width: 220px;
	float: right;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.quote_table {
	width: 260px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	
}
.quote-side_table {
	width: 260px;
	float: right;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}
	#container {
	width:740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* Forcing ScrollBar in FireFOX */
html { height: 100%; margin-bottom: 1px; }

/* Top Frame No Line */
.top_frame {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.thumbDiv {
	margin-bottom: 100px;
	padding-bottom: 100px;
}
