/*
Theme Name: verhine.com
Theme URI: http://verhine.com/
Description: Theme for verhine.com
Version: 1.0
Author: JJ Verhine
Author URI: http://verhine.com/
Tags: texture

*/



/* Begin Typography & Colors */
html {
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
}

html, body {
	height:100%;
	line-height:1.2em; /* I NEVER trust the default */
}
body {
	
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
body#project {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
}


.logo {
	position: absolute;
	right: 269px;
	top: 38px;
	z-index: 1000;
}
body.single .logo, body.blog .logo, body.page-id-610 .logo {
	right: 20px;
}



#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
.masthead {
	position: fixed;
	z-index: 250;
	width:100%
}
.masthead .shadow {
	height: 20px;
	background: url(/images/masthead-shadow.png) repeat-x;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.video {
	width:980px;
	margin: 0 auto;
	padding: 50px 0;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.bg1 {
	background: #333 url(/images/cover_bg_row1.gif) repeat-x;
}
.bg1#nobg {
	background: none;
}
.bg2 {
	background: #333 url(/images/cover_bg_row2.gif);
}
.bg3 {
	background: #333 url(/images/cover_bg_row3.gif);
}
.bg3#nobg {
	background: #333;
}
.bg4 {
	background: #333 url(/images/cover_bg_row4.gif);
}
.row {
	width: 1002px;
	margin: 0 auto;
}
.row a {
	color: #efefef;
	font-weight: bold;
}
.row a:hover {
	color: #fff;
}
.littleicons {
	padding: 10px 5px;
}

.littleiconsRibbed {
	background: #3b3b3b url(/images/bg_littleicons.png) repeat-x;
	border-top: 1px solid #787878;
}
.littleicons {
	padding: 0px;
	margin: 0 auto;
}
.littleicons#footer {
	background: none;
}
.littleicons a:hover {
	border: none;
	text-decoration: none;
}
.littleicons .littleiconslabel {
	width:0px;
	height:112px;
	float:left;
	color:#666;
	position: relative;
}
.littleicons .littleiconslabel .sortbytype {
	position: absolute;
	left: 15px;
	top: 80px;
}
.littleicons .littleiconslabel .sortbytype a {
	color: #c0c0c0;
}
.littleicons .littleiconslabel .sortbytype a:hover {
	color: #fff;
	border-bottom: 1px solid #5d5d5d;
}
.littleicons .icons {
	float: left;
	text-align: left;
	width: 830px;
	padding: 10px 0 0 5px;
}
.littleicons .icon {
	float: left;
	width: 44px;
	display: block;
	padding: 4px 2px 2px 2px;
	margin-right: 1px;
}
.littleicons .icon:hover {
	background: #333;
}
.littleicons .icon#selected {
	background: url(/images/bg_icon_selected.gif) no-repeat;
}
.littleicons .icon a {
	height: 40px;
	line-height:40px;
	display: block;
}
.littleicons .icon a:visited {

}
.littleicons .instructions {
	text-align: left;
	padding: 10px;
	color: #c0c0c0;
}
.littleicons .instructions a {
	color: #efefef;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.littleicons .instructions a:hover {
	color: #fff;
	border-bottom: 1px solid #c0c0c0;
}


.searchportfolio {
	text-align: left;
}
.search .theform {
	position: relative;
}
.search input#s {
	font-size: 17pt;
	margin: 0px 0 0 0;
	padding: 5px;
	font-family: georgia, times new roman;
	background: #333;
	border: 1px solid #777;
	width: 250px;
	color: #fff;
}
input#searchsubmit {
	text-align:right;
	width: 95px;
	height: 37px;
	background: url(/images/search.png) no-repeat;
	border: 0;
}
input#searchsubmit:hover {
	background-position: 0 -37px;
}
.example {
	color: #fff;
	margin: 5px 20px 0 10px;
	padding: 5px 5px 0 5px;
	font-family: georgia, times new roman;
	font-style: italic;
	font-size: 8pt;
	text-shadow: 1px 1px #000;
}
.example a {
	color: #c0c0c0;
	border-bottom: 1px solid #555;
}
.example a:hover {
	color: #efefef;
	border-bottom: 1px solid #333;
}

/* Row 1 */

.row #home {
	float: left;
	width: 167px;
	height: 167px;
	background: url(/images/cover_nov08_home.png) no-repeat;
}
.row #blank {
	float: left;
	width: 167px;
	height: 167px;
}
.row #blank.size4 {
	width: 501px;
	text-align: center;
	color: #777;
	font-size: 12pt;
	font-weight: bold;
	font-family: georgia;
	font-style: italic;
}
.row #manageyouraccount {
	float: left;
	width: 167px;
	height: 167px;
	background: url(/images/cover_nov08_manageyouraccount.png) no-repeat;
}
.row #manageyouraccount:hover, .row #manageyouraccount:active, .row #manageyouraccount:visited {
	background-position: 0 -167px;
}
.row#one #interview {
	float: left;
	width: 167px;
	height: 167px;
	background: url(/images/cover_nov08_interview.png) no-repeat;
}
.row#one #interview:hover, .row#one #interview:active, .row#one #interview:visited {
	background-position: 0 -167px;
}
.row#one #updates {
	float: left;
	width: 333px;
	height: 167px;
	background: url(/images/cover_nov08_updates.png) no-repeat;
	position: relative;
}
.row#one #updates .display {
	position: absolute;
	top: 50px;
	left: 25px;
	width: 286px;
}
.row#one #updates .display .update {
	border-bottom: 1px solid #00553f;
	padding: 5px 0;
}
.row#one #updates .display .update .date {
	float: left;
	text-align: left;
	color: #a2dccd;
	font-size: 8pt;
	font-weight: normal;
	width: 75px;
	line-height: 1.1em;
}
.row#one #updates .display .update .detail {
	float: right;
	text-align: right;
	font-size: 8pt;
	color: #8bbbae;
	width: 43px;
	line-height: 1.1em;
}
.thedesigner {
	float: left;
	width: 167px;
	height: 167px;
	background: url(/images/cover_nov08_thedesigner.png) no-repeat;
	position: relative;
}
.thedesigner:hover {
	background-position: 0 -167px;
}
.thedesigner .words {
	position: absolute;
	top: 50px;
	left: 36px;
	width: 100px;
	text-align: left;
	line-height: 1.1em;
	z-index: 0;
	font-size: 11pt;
	color: #add5a2;
	text-shadow: 1px 1px #333;
}
.thedesigner .link {
	z-index: 100;
}
.thedesigner .words a {
	margin: 0;
	padding: 0;
	color: #dffcd7;
	font-weight: normal;
}
.thedesigner:hover .words a {
	color: #fff;
}
.thedesigner .words a:hover {
	text-decoration: none;
	color: #fff;
}
#thedesigner .excerpt {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 167px;
	color: #ecd195;
	font-size: 8pt;
}
#thedesigner .excerpt .padding {
	padding: 0 20px;
}
#thedesigner .excerpt a {
	font-weight: bold;
	color: #f6e8ca;
}
#thedesigner .excerpt a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ecd195;
}
.threeminutes {
	float: left;
	width: 167px;
	height: 167px;
	background: url(/images/threeminutes.gif) no-repeat;
	position: relative;
}
.threeminutes .link:hover {
	background: url(/images/threeminutes-hover.png) no-repeat;
}
.threeminutes .words {
	position: absolute;
	top: 50px;
	left: 36px;
	width: 100px;
	text-align: left;
	line-height: 1.1em;
	z-index: 0;
	font-size: 11pt;
	color: #efefef;
	text-shadow: 1px 1px #333;
}
.threeminutes .link {
	z-index: 20;
}
.threeminutes .words a {
	margin: 0;
	padding: 0;
	color: #c0c0c0;
	font-weight: normal;
}
.threeminutes:hover .words a {
	color: #fff;
}
.threeminutes .words a:hover {
	text-decoration: none;
	color: #fff;
}
#threeminutes .excerpt {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 167px;
	color: #ecd195;
	font-size: 8pt;
}
#threeminutes .excerpt .padding {
	padding: 0 20px;
}
#threeminutes .excerpt a {
	font-weight: bold;
	color: #f6e8ca;
}
#threeminutes .excerpt a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ecd195;
}
.row#one #casestudyTitle {
	float: left;
	width: 500px;
	height: 167px;
	background: url(/images/cover_nov08_casestudy_title.png) no-repeat;
	position: relative;
}
.row#one #casestudyTitle h2 {
	text-align: left;
	position: absolute;
	top: 50px;
	left: 45px;
	width: 425px;
	height: 95px;
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Trebuchet MS;
	font-size: 4.5em;
	line-height: normal;
	color: #ccbc9d;
	font-weight: normal;
}.row#one #featured {
	float: left;
	width: 333px;
	height: 167px;
	background: url(/images/currently.png) no-repeat;
	position: relative;
}
.row#one #featured .display {
	position: absolute;
	top: 50px;
	left: 25px;
	width: 286px;
}
.row#one #featured .display .update {
	border-bottom: 1px solid #62340f;
	padding: 5px 0;
}



/* Row 2 */

.type {
	float: left;
	width: 167px;
	height: 168px;
}
.type .interactive {
	height: 42px;
	width: 167px;
	position: relative;
	background: url(/images/type_interactive.png) no-repeat;
}
.type .identity {
	height: 42px;
	width: 167px;
	position: relative;
	background: url(/images/type_identity.png) no-repeat;
}
.type .print {
	height: 42px;
	width: 167px;
	position: relative;
	background: url(/images/type_print.png) no-repeat;
}
.type .packaging {
	height: 42px;
	width: 167px;
	position: relative;
	background: url(/images/type_packaging.png) no-repeat;
}
.type .identity#selected, .type .interactive#selected, .type .print#selected, .type .packaging#selected {
	background-position: 0 -84px;
}
.type .typedescription {
	float: left;
	width: 500px;
	height: 167px;
	background: url(/images/type_description.png) no-repeat;
	position: relative;
}
.type .typedescription .display {
	position: absolute;
	top: 50px;
	left: 23px;
	width: 455px;
	height: 100px;
	overflow: auto;
	text-align: left;
}
.type .typedescription .display .words {
	color: #c0c0c0;
	text-shadow: 1px 1px #111;
	padding: 0 5px 0 10px;
}

.details a {
	color: #c0c0c0;
}
.details a:hover {
	color: #fff;
}


.type .interactive:hover, .type .identity:hover, .type .print:hover, .type .packaging:hover {
	background-position: 0 -42px;
}

.row .casestudy {
	float: left;
	height: 168px;
	position: relative;
	text-shadow: 1px 1px #000;
}
.row .casestudy#one {
	width: 167px;
	background: url(/images/cover_nov08_casestudy1.png) no-repeat;
}
.row .casestudy#two {
	width: 167px;
	background: url(/images/cover_nov08_casestudy2.png) no-repeat;
}
.row .casestudy#three {
	width: 166px;
	background: url(/images/cover_nov08_casestudy3.png) no-repeat;
}
.row .casestudy#four {
	width: 167px;
	background: url(/images/cover_nov08_casestudy4.png) no-repeat;
}
.row .casestudy#five {
	width: 166px;
	background: url(/images/cover_nov08_casestudy5.png) no-repeat;
}
.row .casestudy#six {
	width: 167px;
	background: url(/images/cover_nov08_casestudy6.png) no-repeat;
}
.row .casestudy#one:hover, .row .casestudy#two:hover, .row .casestudy#three:hover {
	background-position: 0 -168px;
}
.row .casestudy .words {
	position: absolute;
	top: 50px;
	left: 36px;
	width: 100px;
	text-align: left;
	line-height: 1.1em;
	z-index: 0;
	font-size: 13pt;
	color: #c0c0c0;
}
.row .casestudy .link {
	z-index: 100;
}
.row .casestudy .words a {
	margin: 0;
	padding: 0;
	color: #c0c0c0;
}
.row .casestudy:hover .words a {
	color: #fff;
}
.row .casestudy .words a:hover {
	text-decoration: none;
	color: #fff;
}



.row#three #bluesquare {
	float: left;
	width: 333px;
	height: 284px;
	background: url(/images/cover_nov08_featuredprojects.png) no-repeat;
	position: relative;
}
.row#three #bluesquare .display {
	position: absolute;
	top: 50px;
	left: 23px;
	width: 285px;
	height: 215px;
	overflow: auto;
}

.row#three #bluesquare .display .words {
	color: #5c779e;
	padding-top: 90px;
	text-align: center;
	line-height: 1.4em;
}
.row#three #bluesquare .display .update {
	border-bottom: 1px solid #598ad5;
	padding: 5px 0;
	margin-right: 10px;
}
.row#three #bluesquare .display .update .date {
	float: left;
	text-align: left;
	width: 75px;
	color: #c2dbff;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.1em;
}
.row#three #bluesquare .display .update .detail {
	float: right;
	text-align: right;
	width: 250px;
	font-size: 8pt;
	color: #adc1de;
	line-height: 1.1em;
}
.row#three #bluesquare a {
	color: #c2dbff;
	font-weight: bold;
}
.row#three #bluesquare a:hover {
	color: #efefef;
}

.row#three #circus {
	float: left;
	width: 167px;
	height: 284px;
	background: url(/images/circus.png) no-repeat;
	position: relative;
}
.row#three #circus:hover {
	background-position: -167px 0;
}
.row#three #circus a img {
	width: 167px;
	height: 284px;
}

.row#three #theatrical {
	float: left;
	width: 500px;
	height: 284px;
	background: url(/images/cover_nov08_twitter.png) no-repeat;
	position: relative;
}
.row#three #theatrical .display {
	position: absolute;
	top: 50px;
	left: 23px;
	width: 455px;
	height: 215px;
	overflow: auto;
}
.row#three #theatrical .whatisthis {
	position: absolute;
	top: 15px;
	left: 15px;
}
.row#three #theatrical .display .update {
	padding: 15px 0 0 0;
	margin-right: 10px;
}
.row#three #theatrical .display .update .date {
	float: left;
	text-align: left;
	width: 75px;
	color: #82e2ff;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.1em;
}
.row#three #theatrical .display .update .detail {
	float: right;
	text-align: right;
	font-size: 8pt;
	color: #77d8f5;
	text-align: right;
	width: 350px;
	line-height: 1.1em;
}
.row#three #theatrical a {
	color: #c3f1ff;
}
.row#three #theatrical a:hover {
	color: #efefef;
}
#twitter {
	border-bottom: 1px solid #6c8e99;
	border-top: 1px solid #4d666e;
	color: #82e2ff;
	text-align: left;
	
}
#twitter ul#twitter_update_list {
	color: #82e2ff;
	text-align: left;
}
ul#twitter_update_list li {
	display: block;
	color: #82e2ff;
	text-align: left;
	font-size: 8pt;
	border-bottom: 1px solid #345864;
	border-top: 1px solid #6c8e99;
	padding: 5px 10px;
	text-shadow: 1px 1px #333;
}
ul#twitter_update_list span {
	color: #82e2ff;
}
.row#three #otherstuff {
	width:167px;
	height:300px;
	float: left;
	
	background: url(/images/otherstuff.png) no-repeat;
}
.row#three #otherstuff .words {
	float:center;
	margin-top: 70px;
	padding-right: 10px;
	color:#555;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
.row#three #otherstuff .words .link {
	text-align:right;
	padding: 0 15px 10px 0;
}
.row#three #otherstuff .words .link a {
	color: #c0c0c0;
}
.row#three #otherstuff .words .link a:hover {
	color: #efefef;
	text-decoration: none;
}
.row#three #otherstuff .words .link a:active {
	color: #fff;
}
.row#three #otherstuff .words .copyright {
	padding-top: 20px;
}

.screenshots div {
	position: relative;
}
#ui0 {
	position: absolute;
	top: -86px;
	left: 0px;
}
.slideViewer {
	padding-top: 60px;
}
.slideViewer ul li img {
	clip:rect(0px,0px,400px,0px);
}
.honeycomb-top {
	height:120px;
	background: url(/images/header-honeycomb.png) no-repeat right top;
	position: relative;
}
.honeycomb-top#tall {
	height: 180px;
}
.honeycomb-top#single {
	height: 185px;
	background: url(/images/header-honeycomb-single.png) no-repeat right top;
	
}
.sectionlabel {
	height: 22px;
	margin-left: 10px;
}
.sectionlabel#myphotography {
	background: url(/images/label-myphotography.png) no-repeat;
	width: 153px;
	position:absolute;
	left: 0px;
	top: 100px;
}
.sectionlabel#dribbble {
	background: url(/images/label-dribbble.png) no-repeat;
	width: 230px;
	float: left;
}
.powered {
	height: 22px;
	margin-right: 10px;
}
.powered#instagram {
	background: url(/images/powered-instagram.png) no-repeat;
	width: 130px;
	height: 79px;
	position:absolute;
	left: 10px;
	top: 57px;
}
.powered#dribbble {
	background: url(/images/powered-dribbble.png) no-repeat;
	width: 163px;
	float: right;
	margin-right: 20px;
}
.powered a {
	width: 163px;
	height: 22px;
	display: block;
}
.honeycomb-top .words {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #999;
	text-shadow: 1px 1px #000; 
	width: 540px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}
.honeycomb-top .words a {
	color: #c0c0c0;
	font-weight: bold;
}
.honeycomb-top .words a:hover {
	color: #fff;
}
.honeycomb-top .icon {
	position: absolute;
	top: 25px;
	left: 10px;
	text-shadow: 1px 1px #000;
	text-align: left;
}
/*.honeycomb-top .url {
	position: absolute;
	top: 125px;
	left: 0px;
}*/
#elsewhere {
	float: left;
	width: 167px;
	height: 284px;
	background: url(/images/recentlydribbbled.png) no-repeat;
	position: relative;
}
#elsewhere.long {
	background: url(/images/recentlydribbbled-long.png) no-repeat;
	height: 500px;
}
#elsewhere .display {
	position: absolute;
	top: 60px;
	left: 23px;
	width: 125px;
	height: 225px;
}
#elsewhere.long .display {
	height: 440px;
}
#elsewhere .whatisthis {
	position: absolute;
	top: 15px;
	left: 15px;
}
.links {
	width: 995px;
	padding: 0px 0 0 0px;
	margin: 0px auto;
}
.linkspadding {
	padding: 240px 0 0 400px;
}
.links div {
	float: left;
	padding: 20px 5px 5px 5px;
}
.links .copyright {
	float: right;
	color:#777;
	text-shadow: #000 1px 1px;
	font-size: 8pt;
	padding: 30px 20px 0 10px;
}
.links .copyright span {
	background: #333;
	padding: 2px 5px 3px 5px;
	border: 1px solid #444;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}
.links div a {
	color:#c0c0c0;
}
.links div a:hover {
	color: #efefef;
	text-decoration: none;
}
.links div a:hover span {
	border: none;
}
.drawn01 {
	width: 995px;
	height: 225px;
	margin: 8px auto;
	clear: both;
}
.drawn01:hover {
	background: url(/images/drawn-01.png) no-repeat;
}

.row#two .logos {
	float: left;
	width: 167px;
	height: 167px;
	background: url(/images/logos.png) no-repeat;
	position: relative;
}
.row#two .logos:hover {
	background-position: 0 -167px;
}

.row#two .featured {
	float: left;
	width: 333px;
	height: 167px;
	background: url(/images/currently.png) no-repeat;
	position: relative;
}
.row#two .featured:hover {
	
}
.row#two .featured .words {
	position: absolute;
	top: 25px;
	left: 26px;
	width: 280px;
	text-align: left;
	line-height: 1.1em;
	z-index: 0;
	font-size: 14pt;
	color: #ffbec1;
	text-shadow: 1px 1px #333;
}
.row#two .featured .words p {
	margin-top: 0px;
}
.row#two .featured .words a {
	color: #ecd4d4;
}
.row#two .featured .words a:hover {
	text-decoration: none;
	color: #efefef;
}


/* Row 4 */

.row#four {
	background: url(/images/cover_nov08_casestudy_content.png) repeat-y;
	width: 1000px;
}
.row#four .shadow {
	height:70px;
	background: #c3c3c3 url(/images/instantly_shadow.png) repeat-x;
}
.row#four .content {
	margin-top: 11px;
	background: url(/images/cover_nov08_casestudy_content_top.png) no-repeat;
	padding: 30px;
	position: relative;
}
.row#four .content#circus {
	background: url(/images/content_circus.png) no-repeat;
	padding: 30px;
	position: relative;
	height: 500px;
}
.row#four .content h1 {
	text-align: left;
	color: #c0c0c0;
	font-family: georgia, trebuchet ms;
	margin: 0px 0 0 20px;
	padding: 0;
	font-size: 6em;
	text-shadow: 2px 2px #333;
}
.row#four .contentBottom {
	background: url(/images/cover_nov08_casestudy_content_bottom.png) no-repeat;
	width: 1000px;
	height: 17px;
}
.row#four .content .article {
	margin: 25px 25px 25px 25px;
	color: #b1b1b1;
	font-size: 10pt;
	line-height: 20pt;
	text-align: left;
}
.row#four .content .article h4 {
	color: #efefef;
	font-family: georgia,trebuchet ms;
	font-style: italic;
	font-size: 1.6em;
	margin-bottom: 20px;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0;
}
.row#four .content .article h2 {
	margin: 20px 0 10px 0;
	color: #c0c0c0;
}
.row#four .content .article a {
	color: #c0c0c0;
	font-weight: bold;
}
.row#four .content .article a:hover {
	color: #fff;
}
.row#four .content .article p {
	margin: 0 0 15px 0;
}
.row#four .content .article strong {
	color: #c0c0c0;
}
.row#four .content .article .featured {
	position: absolute;
	left: 680px;
	top: 70px;
	width: 250px;
}
.row#four .content .article .featured .pic {
	width: 85px;
	float: left;
}
.row#four .content .article .featured .projectname {
	width: 160px;
	float: left;
	text-align: left;
	padding-top: 10px;
	line-height: normal;
}
.row#four .content .article .featured .projectname a {
	font-size: 10pt;
	color: #c0c0c0;
	text-decoration: none;
}
.row#four .content .article .featured .projectname a:hover {
	color: #efefef;
}
.row#four .content .article .featured .clear {
	padding: 0;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.row#four .content .article .imageleft {
	padding: 20px;
	float: left;
}
.row#four .content .article .imageright {
	padding: 20px;
	float: right;
}
.row#four .content .article .imageleft .caption, .row#four .content .article .imageright .caption {
	text-align: center;
	font-size: 8pt;
	color: #c0c0c0;
	line-height: normal;
}
.row#four .content .article .caption strong {
	color: #fff;
}



.row#one #updates .viewall, .row#three #bluesquare .viewall, .row#three #theatrical .viewall {
	position: absolute;
	top: 0px;
	right: 0px;
}
.update p {
	margin: 0;
	padding: 0;
}




#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.footer {
	text-align:center;
	color:#999;
	text-shadow: 1px 1px #222;
	z-index: 600;
	background: url(/images/bg_footer.png) repeat-x;
	border-bottom: 5px solid #111;
}
.footer a {
	color: #c0c0c0;
}
.footer a:hover {
	color: #fff;
}
body#tagged .footer {
	display: none;
}

	
.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0 10px;
	text-align: left;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	text-align: left;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.navigation a span {
    padding-bottom: 3px;
}
.navigation {
	padding-top: 30px;
	height: 50px;
	margin-left: 0px;
	width: 1000px;
	text-align: center;
	z-index:990;
	position: relative;
	}
.navigation .home {
	width: 43px;
	height: 50px;
	background: url(/images/navigation_home.png) no-repeat;
	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 30px;
}
.navigation .circus {
	width: 43px;
	height: 50px;
	background: url(/images/navigation_circus.png) no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.navigation .mywork {
	width: 135px;
	height: 50px;
	background: url(/images/navigation_mywork.png) no-repeat;
	position: absolute;
	left: 142px;
	top: 30px;
	z-index: 100;
}
.navigation .myworksub {
	width: 135px;
	height: 50px;
	background: url(/images/navigation_mywork.png) no-repeat;
	margin-left: 0px;
	z-index: 100;
}
body.page-id-109 .navigation .mywork, body.page-id-2 .navigation .mywork {
	float: right;
}
.navigation .dropdown, .navigation .dropdown a {
	width: 40px;
	height: 50px;
	background: url(/images/navigation_dropdown.gif) no-repeat;
	float: left;
	margin: none;
}
.navigation .clientlist {
	width: 149px;
	height: 50px;
	background: url(/images/navigation_clientlist.gif) no-repeat;
	float: left;
	margin-right: 10px;
}
.navigation .myphotography {
	width: 43px;
	height: 50px;
	background: url(/images/navigation_myphotography.png) no-repeat;
	position: absolute;
	left: 287px;
	top: 30px;
	margin-right: 5px;
}
.navigation .me {
	width: 67px;
	height: 50px;
	background: url(/images/navigation_me.png) no-repeat;
	position: absolute;
	left: 63px;
	top: 30px;
}
.navigation .timeline {
	width: 174px;
	height: 50px;
	background: url(/images/navigation_mywork_timeline.gif) no-repeat;
	float: left;
}
.navigation .demoreel {
	width: 59px;
	height: 50px;
	background: url(/images/navigation_mywork_video.png) no-repeat;
	float: left;
	margin-left: 135px;
}
.navigation .archive {
	width: 57px;
	height: 50px;
	background: url(/images/navigation_mywork_archive.png) no-repeat;
	float: left;
}
.navigation .photo {
	width: 57px;
	height: 50px;
	background: url(/images/navigation_mywork_photo.png) no-repeat;
	float: left;
}
.navigation .checkmark {
	width: 53px;
	height: 50px;
	background: url(/images/navigation_mywork_checkmark.gif) no-repeat;
	float: left;
}
.navigation .subtab {
	position: absolute;
	left: 135px;
	top: 30px;
	width: 500px;
	background: url(/images/navigation_subtab_bg.png) no-repeat right bottom;
	padding-left: 8px;
}

.navigation .home:hover, .navigation .mywork:hover, .navigation .me:hover, .navigation .myphotography:hover, .navigation .myphotography:hover, .navigation .dropdown a:hover, .navigation .timeline a:hover, .navigation .checkmark:hover {	
	background-position: 0 -50px;
}
.navigation .demoreel:hover, .navigation .archive:hover, .navigation .photo:hover {
	background-position: 0 -50px;
}
.navigation .demoreel#selected, .navigation .archive#selected, .navigation .photo#selected {
	background-position: 0 -100px;
}

.navigation .videoreel a:active {	
	background-position: 0 -100px;
}
.navigation .videoreel#selected a:active {	
	background-position: 0 -150px;
}
.navigation .archive a:active {	
	background-position: 0 -100px;
}
.navigation .archive#selected a:active {	
	background-position: 0 -150px;
}
.navigation .checkmark a:active {	
	background-position: 0 -100px;
}
.navigation .checkmark#selected a:active {	
	background-position: 0 -150px;
}

.navigation #enabled {
	background-position: 0 0px;
}.navigation #shadowed {
	background-position: 0 -50px;
}
.navigation .timeline#enabled a:hover {
	background-position: 0 0px;
}
.navigation #selected {
	background-position: 0 -150px;
}
.navigation .dropdown#selected a {
	background-position: 0 -100px;
}
.navigation .timeline#selected a {
	background-position: 0 -100px;
}
.navigation .archive a {
	background-position: 0 -100px;
}
.navigation .dropdown#selected a:hover {
	background-position: 0 -150px;
}
.navigation .timeline#selected a:hover {
	background-position: 0 -150px;
}
.navigation .archive#selected a:hover {
	background-position: 0 -150px;
}

/* End Various Tags & Classes*/

.displayall {
	float: left;
	margin-bottom: 15px;
}
.displayall:hover {
	background: #555;
}
.displayalltitle {
	padding: 5px 0 0px 5px;
	color: #999;
	text-shadow: 1px 1px #333;
	text-align:left;
	font-size: 12pt;
}
.displayalltags {
	padding: 0px 0 0px 0px;
	color: #999;
	text-shadow: 1px 1px #333;
	text-align:right;
	font-size: 8pt;
}
.displayalltags a {
	background: #333;
	padding: 2px 5px;
}
.displayall:hover .displayalltitle, .displayall:hover .displayalltags {
	color: #fff;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Virtual Pagination */

.paginationstyle{ /*Style for demo pagination divs*/
width: 180px;
text-align: left;
padding: 40px 0 0 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
} 

/* End Virtual Pagination */


/* Tooltips */
#text {margin:50px auto; width:500px}
.hotspot { cursor:pointer;border:none;}
.hotspot#noclick { cursor:default;border:none;}
#tt {position:absolute; z-index: 1200;display:block; background:url(/images/tt_left.gif) top left no-repeat; text-align: left;}
#tttop {display:block; height:5px; margin-left:5px; background:url(/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#333; color:#FFF;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/images/tt_bottom.gif) top right no-repeat; overflow:hidden}
/* End Tooltips */


/* Project Pages */

.whitebar {
	background: #fff url(/images/bg_whitebar.gif) repeat-x;
	z-index: 100;
	border-bottom: 1px solid #333;
}
.whitebar .home {
	width: 112px;
	height: 34px;
	float: left;
}
.whitebar .home a {
	width: 112px;
	height: 42px;
	display:block;
	background: url(/images/whitebar_home.gif) no-repeat;
}
.whitebar .home a:hover {
	background-position: 0 -42px;
}
.whitebar .centered {
	margin: 0 auto;
	width:1000px;
}
.ratings {
	width: 165px;
	float: left;
}
.ratings .padding {
	padding: 5px;
	font-size: 8pt;
	color: #c0c0c0;
	text-shadow: 1px 1px #000;
	text-align: left;
	line-height: normal;
}
.post-ratings {
	padding-right: 10px;
}
.post-ratings img {
	padding: 0 2px;
	float: left;
}
.post-ratings .ratingstext {
	line-height: 16px;
	float:left;
	margin-left:5px;
}
.whitebar .previous, .whitebar .next {
	float:left;
}
.whitebar .close {
	float: right;
}









.icon-phone {
	width:50px;
	height:21px;
	background: url(/images/icon_phone.png) no-repeat;
	float:left;
}
.phonenumber {
	font-size: 14pt;
	color: #efefef;
	font-weight: bold;
	margin-bottom: 15px;
}
.icon-house {
	width:50px;
	height:45px;
	background: url(/images/icon_house.png) no-repeat;
	float:left;
}
.address {
	font-size: 8pt;
	color: #efefef;
	margin-bottom: 12px;
}
.icon-envelope {
	width:50px;
	height:18px;
	background: url(/images/icon_envelope.png) no-repeat;
	float:left;
}
.icon-pdf {
	width:35px;
	height:30px;
	float:left;
	padding-left: 4px;
}
.resumelink a {
	color: #999;
}
.resumelink a:hover {
	color: #fff;
}
.email {
	font-size: 8pt;
	color: #efefef;
	margin-bottom: 15px;
}
.emailform {
	width: 270px;
	height: 260px;
	font-size: 8pt;
	color: #c0c0c0;
	padding: 0 10px 0 30px;
	margin: 10px 0 0 0;
	background: #222;
	border: 1px solid #444;
}
.emailform input {
	width: 100px;
}
.emailform textarea {
	width: 240px;
	height: 60px;
}


.left {
	width: 250px;
	float:left;
	margin:0px;
}
.left .info {
	margin-left: 10px;
}
.middle a, .right a {
	color: #c0c0c0;
}
.middle a:hover, .right a:hover {
	color: #fff;
}
.middle {
	margin: 0px 25px 0px 0px;
	width: 475px;
	float: left;
	color: #fff;
	text-shadow:#000 1px 1px;
	padding-top:10px;
}
.me {
	background: url(/images/me.png) left bottom no-repeat;
	border-left: 1px solid #666;
}
.right {
	margin: 0px 0 0px 0px;
	width: 289px;
	float: left;
	color: #999;
	text-shadow:#000 1px 1px;
	padding:0px 0px 0 0;
}
body
.sidebar {
	width:167px;
	padding-top: 10px;
	float: left;
}
body.page-id-2 .right {
	margin-top: 0;
}
.middle .overview {
	position: relative;
}
.middle .icon {
	width: 126px;
	height: 126px;
	position: absolute;
	top: 20px;
	left: 360px;
}
.middle .resume {
	width: 200px;
	height: 50px;
}
.middle .banner {
	width: 299px;
	height: 115px;
	position: absolute;
	top: 22px;
	left: 140px;
}
.ingredients {
	text-align:left;
	padding: 0 5px 5px 5px;
	font-size: 8pt;
	color: #858585;
	float:left;
}
.anchors {
	width:170px;
	float:left;
}
.anchors .drop {
	padding: 8px 0;
	border-bottom: 1px solid #666;
	text-align: right;
	font-size: 8pt;
}
.anchors .drop a {
	color: #ddd;
	font-weight: bold;
}
.anchors .drop a:hover {
	color: #fff;
	text-decoration: none;
}
.ingredients div {
	padding: 2px 0px;
}
.ingredients a {
	color: #c0c0c0;
}
.ingredients a:hover {
	color: #ddd;
}
.labelbio {
	text-align: left;
	padding: 30px 0 20px 0px;
}
.right .bio {
	color: #ddd;
	font-size: 12pt;
	line-height: 16pt; 
	padding: 0px 0px 10px 0px;
	text-align: left;
	text-shadow: 1px 1px #111;
	background-position: left bottom;
}
.bio a {
	border-bottom: 1px solid #777;
}
.bio .padding {
	padding-left: 60px;
	font-size: 10pt;
}
.extrainformation {
	color: #ddd;
	font-size: 8pt;
	line-height: 16pt; 
	padding: 0px 0px 10px 0px;
	text-align: left;
	text-shadow: 1px 1px #111;
}
.extrainformation p {
	width: 220px;
	font-size: 9pt;
	margin: 15px 0px 0 0;
	padding:0;
	text-align: justify;
}
.extrainformation .label {
	background: url(/images/label_extrainformation.png) no-repeat;
	width: 98px;
	height:20px;
	margin: 0px 10px 10px -10px;
}
.myrole {
	color: #c0c0c0;
	font-size: 9pt;
	position: absolute;
	top: 35px;
	left: 120px;
	text-align: left;
	text-shadow: 1px 1px #111;
	width: 150px;
}
.myrole .label {
	background: url(/images/label_myrole.png) no-repeat;
	width: 98px;
	height:20px;
	margin: 0 0 0px 0px;
}
.extrainformation a {
	color: #c0c0c0;
	font-weight: bold;
}
.extrainformation a:hover {
	color: #efefef;
}
.clear {
	clear:both;
}
.screenshots {

}
.screenshots div {
	padding-bottom: 15px;
}
.screenshots .thefinishedproduct .screenshot {
	padding-bottom: 40px;
}
.screenshot img {

}
.screenshots .preliminaryideas {
	padding-bottom: 60px;
	width:1000px;
}
.screenshots .preliminaryideas .prelim {
	width: 330px;
	height: 100px;
	padding: 0px;
	margin: 0 10px 5px 15px;
	float: left;
}
.prelim img {
	width: 310px;
}
.screenshots a img {
	border: 5px solid #efefef;
}
.screenshots a {
	margin-left: 0px;
}
.screenshots a:hover {
}
.screenshots .preliminaryideas a {
	float: left;
}
#basic li img {
	width: 600px;
}


.header {
	clear: both;
	position: relative;
}

.header .description {
	color: #777;
	font-size: 8pt;
	padding-top:0px;
	text-shadow: 1px 1px #111;
}
.header .description span {
	padding: 5px;
}
.header .description span.details {
	background: #666;
	border: 1px solid #888;
	border-right:1px solid #333;
	border-bottom: 1px solid #333;
	padding:5px 10px;
}
.header .description span a {
	color:#ddd;
	font-weight: bold;
}
.header .description span a:hover {
	color: #fff;
	border:none;
}
.header .description span.details:active {
	border: 1px solid #333;
	border-right:1px solid #777;
	border-bottom: 1px solid #777;
	background-image: none;
}
.singleheader {
	background-x: url(/images/bg_single_header.png) repeat-x;
}
.title .thumbnail {
	width: 100px;
}
.title .thumbnail img {
	padding: 0px 10px 0px 5px;
}
.title .copyright {
	font-size: 8pt;
	color:#999;
	text-shadow:1px 1px #111;
	padding-top:30px;
}
.title .thetitle {
	display: block;
	border:none;
	font-weight:normal;
	text-shadow: 1px 1px #444;
	width: 340px;
	padding: 20px 0 0 10px;
	margin-bottom:0;
	padding-bottom:0;
}
.url {
	float: left;
	width:134px;
	height:40px;
	margin: 0px 0 20px 2px;
}
.url a {
	width: 134px;
	height: 39px;
	display: block;
	background: url(/images/button_viewthesite.png) no-repeat;
}
.url a:hover, .header .url a:active {
	background-position: 0 -40px;
}
.url a img {
	width: 134px;
	height: 48px;
}
.role {
	font-size: 8pt;
	margin: 0 0 15px 0px;
	color: #efefef;
	padding: 10px;
}
.header .showdescription {
	float: right;
}
.header .content {
	padding: 10px 10px 0px 20px;
}
.thecontent {
	color: #c0c0c0;
	font-size: 10pt;
	font-family: Lucida grande, "ff-enzo-web-1","ff-enzo-web-2";
	text-shadow: 1px 1px #111;
	padding: 0px 10px 0 0;
}
.thecontentarea {
	padding: 10px 0 0 0px;
	margin: 0px 0 0 0px;
	line-height: 1.5em;
	text-align: left;
	border-top:1px dotted #555;
}
.thecontentarea a {
	color: #eee;
	border-bottom: 1px solid #555;
}
.thecontentarea a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #c0c0c0;
}
.edit a {
	color: #222;
}

#details {
background:#222;
}
#project .writeup {
	width:1000px;
	margin:0 auto;
	padding: 20px 20px 20px 40px;
	color:#c0c0c0;
	text-align:left;
	font-size:1.2em;
}
#project .writeup p {
	margin-bottom: 15px;
}
#project .writeup a {
	color: #efefef;
	font-weight: bold;
	text-decoration: underline;
}
#project .writeup a:hover {
	color: #fff;
}

#project h1 {
	font-size: 16pt;
	color: #333;
	margin: 25px 0;
	text-shadow:1px 1px #efefef;
	font-weight: normal;
	padding: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff url(/images/bg_whitebar.gif) repeat-x;
}

#dribbble6 {
	width:350px;
	margin-top:10px;
}
#shotsByPlayerId, #shotsByPlayerId div, #dribbble6 div {
	
	padding: 0;
	margin: 5px 5px 4px 10px;
	width:100px;
	float: left;
	text-align: center;
}
#shotsByPlayerId div img, #dribbble6 div img {
	width:100px;
	border:3px solid #c0c0c0;
}
#shotsByPlayerId div img:hover, #dribbble6 div img:hover {
	border:3px solid #fff;
}
.years {
	padding: 0 0 0 0px;
}
.yearblock {
	width:200px;
	float:left;
}
.yearblock2 {
	width:200px;
	float:left;
	padding-bottom: 10px;
}
.yearspacing {
	padding-left: 5px;
}

.year {
	padding: 0px 10px 0px 0px;
	font-size: 8pt;
	line-height:50pt;
	color: #777;
	font-weight: bold;
	text-align: left;
	text-shadow: #000 1px 1px;
	background: url(/images/boxgrid-shadow-cap-top.png) right bottom no-repeat;
}
.year#nobg {
	background: none;
}
.yearblock:hover .year {
	color: #fff
}

#priorto2006:hover .year {
	color: #fff
}
.year span {
	padding: 5px 8px;
	background:#333;
	border: 1px solid #555;
	border-bottom:1px solid #111;
	border-right: 1px solid #111;
}
.platformyear {
	color: #666;
}
.yearly {
	margin-left: 15px;
}
.yearly table {
	width: 475px;
	border: 2px solid #222;
	border-bottom: 1px solid #222;
}
.yearly table td {
	padding: 11px 5px 5px 5px;
	color: #c0c0c0;
	text-align: left;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #666;
}
.yearly table td.category {
	padding: 6px 0 0 0;
	margin: 0;
	width: 25px;
}
.yearly .descrip, .yearly .projectname {
	text-align: left;
}
.yearly a {
	color: #ddd;
}
.yearly a:hover {
	color: #fff;
}




/* Instantly */

.website {
	border: 1px solid #c0c0c0;
	background-color: #efefef;
	padding: 5px;
}
.websitewhite {
	background-color:#ffffff;
	border:1px solid #efefef;
	border-bottom:1px solid #333333;
	border-right:none;height:40px;
}
.website a {
	color: #990000;
	text-decoration: none;
}
.website a:hover {
	color: #ff0000;
}
#website {
	background-image: url(http://www.verhine.com/work/images/website_bg.jpg);
	padding: 10px;
	background-color:#efefef;
	border:1px solid #ffffff;
	border-right:1px solid #666666;
	border-bottom:1px solid #c0c0c0;
	text-shadow: none;
}
#website a {
	color: #990000;
	text-decoration: none;
}
#website a:hover {
	color: #ff0000;
}



.instantlinks {
	width:275px;
	float:right; 
	text-align:right;
	margin-right:25px;
}
.instantlinks {
	font-size: 18pt;
}
.instantlinks .url a, .instantlinks .moredetails a {
	color: #666;
}
.instantlinks .url a:hover, .instantlinks .moredetails a:hover {
	color: #333;
	border-bottom: 1px solid #c0c0c0;
}


.title {
}
.tags {
	width: 125px;
	float: left;
	margin: 0 25px;
	text-align: left;
	color: #c0c0c0;
}
.tags a {
	font-weight: bold;
	color: #ddd;
}
.tags a:hover {
	color: #efefef;
}

.cursive {
	color:#c0c0c0;
	text-align:left;
	font-family: georgia;
	font-size:1.5em;
	font-style:italic;
	text-shadow: 1px 1px #222;
}

.tagcloud {
	float: right;
	width: 333px;
	height: 167px;
	color: #fff;
	background: url(/images/tagcloud.png) no-repeat;
	position: relative;
}
.tagcloud .display {
	position: absolute;
	top: 42px;
	left: 23px;
	width: 300px;
	height: 100px;
	overflow: auto;
	text-align: center;
}
.tagcloud a {
	font-family: georgia;
	color: #c0c0c0;
	text-decoration:underline;
	line-height: -.5em;
}
.tagcloud a:hover {
	color: #fff;
	text-decoration: none;
}





img.replaced {
	border: 5px solid #444;
	margin-left: 0px;
}
img.replaced:hover {
	border: 5px solid #555;
}
.galleria {
	float: left;
	margin-left: 20px;
}
.galleria{list-style:none;width:43px}
.galleria li{display:block;width:50px;height:50px;overflow:hidden;float:left;padding: 5px;margin-right:10px;margin-bottom:10px;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;margin:0;border:1px solid #777;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


li.section { width:200px;height:auto;overflow:visible;border-bottom: 1px solid #444;border-top: 1px solid #444;color: #efefef;text-align:left;padding-left:0;font-size:10pt; }
li.section img.thumb { display:none;}


#t1 { background: url(/images/thumb1.png) no-repeat; }
#t2 { background: url(/images/thumb2.png) no-repeat; }
#t3 { background: url(/images/thumb3.png) no-repeat; }
#t4 { background: url(/images/thumb4.png) no-repeat; }
#t5 { background: url(/images/thumb5.png) no-repeat; }
#t6 { background: url(/images/thumb6.png) no-repeat; }
#t7 { background: url(/images/thumb7.png) no-repeat; }
#t8 { background: url(/images/thumb8.png) no-repeat; }
#t9 { background: url(/images/thumb9.png) no-repeat; }
#t10 { background: url(/images/thumb10.png) no-repeat; }


.sidebarcontent {
	width: 170px;
}
			.boxgrid h3{ 
			margin: 0px 10px 0 35px; 
			text-align: left;
			color:#FFF; 
			font:8pt lucida grande, Arial, sans-serif; 
			font-weight: bold;
			text-shadow: 1px 1px #111;	
			padding: 4px 0 0 0;
			  }
			.platform {
				height: 75px;
				float:left; 
				background: url(/images/boxgrid-shadow.png) right top repeat-y;
				z-index: 300;
			}
			.boxgrid{ 
				width: 179px; 
				height: 75px; 
				margin:0px; 
				overflow: hidden; 
				position: relative; 
				z-index:200;
			}
			.boxgrid .shadow {
				position: absolute;
				top: 0;
				right: 0;
				height: 75px;
				width: 23px;
				z-index: 350;
				display: block;
				background: url(/images/boxgrid-shadow.png) right top repeat-y;
			}
			.shadowcap {
				width:23px;
				height: 50px;
				background: url(/images/boxgrid-shadow-cap.png) right top no-repeat;
			}
			.boxgrid .box {
				position: relative;
			}
			.boxgrid .box .selectedornot {
				position: absolute;
				top: 33px;
				left: 1px;
				z-index:-1;
			}
			.boxgrid .link {
				position: absolute;
				left: 0;
				top: 0;
				width: 170px;
				height: 65px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0px; 
					left: 180px; 
					border: 0; 
					z-index: 99;
				}
				.boxgrid .likes {
					text-align: left;
					color: #c0c0c0;
					padding: 0 15px 0 35px;
				}
				.boxgrid .descrip {
					text-align: left;
					color: #c0c0c0;
					padding: 0 20px 0 35px;
				}
				.boxgrid img#thumbnail {
					top: 5px;
					left: 0px;
					z-index: 50;
				}
				.boxgrid img#thumbnail {
					
				}
				.boxgrid p{ 
					text-align: left;
					margin-left: 75px;
					color:#afafaf; 
					font-weight:bold; 
					font:8pt "Lucida Grande", Arial, sans-serif; 
					text-shadow: 1px 1px #111;
				}
				.platform .date {
					color: #c0c0c0;
					text-shadow: 1px 1px #333;
					padding-top: 10px;
				}
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 100;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}

.twtr-hd, .twtr-ft { display: none; }
.twtr-timeline, .twtr-tweets, .twtr-bd, .twtr-tweet-wrap, .twtr-tweet-text { background: none; }
.twtr-tweet, .twtr-tweet-wrap {  font-size: 20pt;}
.twtr-timeline {
	padding-left: 15px;
}
.thedesigner, .casestudy, .featured, .descrip, .example, .extrainformation, .thecontentarea, .myrole, .bio, .industry {
	font-family: "calluna-sans-1","calluna-sans-2",sans-serif;
	font-style: italic;
}
.thecontentarea {
	font-family: "calluna-sans-1","calluna-sans-2",sans-serif;
}
.descrip {
	font-size: 10pt;
}
.industry {
	font-size: 9pt;
	font-weight: normal;
	margin:0 0 0 10px;
}
.extrainformation, .bio {
	font-size: 11pt;
}
.thecontentarea {
	font-size: 12pt;
}
.projectname {
	font-family: Lucida Grande;
	font-size: 10pt;
	color: #fff;
}
.featured {
	
}
.thetitle, .bio h3 {
	font-family: "ff-market-web-1","ff-market-web-2";
	font-size: 25pt;
	line-height:22pt;
	color: #ddd;
}

.bio h2 {
	font-family: "ff-market-web-1","ff-market-web-2";
	font-size: 24pt;
	line-height:22pt;
	color: #fff;
	margin-top: 0;
	padding:0 0 0 0px;
	margin-bottom: 20px;
	text-align: left;
}
.cursive {
	font-family: "ff-market-web-1","ff-market-web-2";
	font-size: 23pt;
	color: #ddd;
}
.noncursive, .entry-content {
	font-family: "calluna-sans-1","calluna-sans-2",sans-serif;
	font-style: italic;
	font-size: 11pt;
	color: #ddd;
}
.entry-content {
	padding: 20px 50px;
	clear:both;
}
.search-header {
	padding-left: 25px;
	font-size: 20pt;
	color: #ddd;
	font-family: "ff-market-web-1","ff-market-web-2";
	text-align: left;
	font-style: italic;
}
.thefinishedproduct div.sectiontitle .label, .preliminaryideas .label, .beforeigotinvolved div.sectiontitle .label {
	font-family: "ff-market-web-1","ff-market-web-2";
	font-size: 20pt;
	line-height:22pt;
	text-align: left;
	color: #ddd;
	padding: 10px 20px 40px 10px;
}
.twtr-tweet{
	font-family: "calluna-sans-1","calluna-sans-2",sans-serif;
	text-shadow: 1px 1px #111;
	border-bottom: 1px dotted #82e2ff;
	font-style: italic;
}
.pagetitle {
	font-family: "ff-market-web-1","ff-market-web-2";
	text-shadow: 1px 1px #111;
	font-style: italic;
	font-size: 25pt;
	color: #c0c0c0;
	border-bottom: none;
	text-align: left;
	margin-left: 155px;
}
.twtr-hyperlink {
	background: url(/images/icon_link.png) bottom left no-repeat;
	color: #c3f1ff;
	text-decoration: none;
	padding-left: 20px;                                                                                                                                                                                                                                                                                                                                                                                                             
}
.twtr-timestamp, .twtr-reply {
	background: #245963;
	padding: 2px 5px 5px 5px;
	margin-right: 3px;
	font-family: "calluna-sans-1","calluna-sans-2",sans-serif;
	float: right;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
}



/** Fancy Box **/

#content {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}




a.reveal {
	font-size: 65%;
	padding: 3px;
	background: #990000;
	color: white;
	font-family: Georgia, serif;
	font-style: italic;
	cursor: pointer;
}



/** Back to top **/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	top:35px;
	right:35px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(/images/backtotop.png) no-repeat left top;
	z-index: 1005;
}
#toTop2 {
	display:none;
	text-decoration:none;
	position:fixed;
	top:35px;
	left:35px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(/images/backtotop.png) no-repeat left top;
	z-index: 1005;
}

#toTopHover {
	background:url(/images/backtotop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}



#comment {
  float:left;
  width:198px;
}

#comment-wrapper {
  position: relative;
}
#cw {
	margin: 0 auto;
}
#commentWrapper { /* required to avoid jumping */
  left: 0px;
  position: absolute;
  padding: 0;
  margin-left: 0px;
  width:198px;
}

#comment {
  position: absolute;
  top: 0;
  padding-top: 0px;
  left: 766px;
  margin: 0;
}

h2 {
  font-family:georgia,serif;
}

#comments ol li {
  border-top: 1px solid purple;
}

#comments ol li:first-child {
  border-top: 0;
}

#comment.fixed {

  width: 1000px; position: fixed; top: 118px; left: 50%; margin: 0 0 0 -135px;
}



.svwp {width: 50px; height: 20px; background: #111;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { 
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;
background: #111;
}
.slideViewer ul {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li {
float:left;
}

/*typographic info*/
.slideViewer span.typo{ 
padding: 6px; /* do not modify padding */
background: #111;
color: #000;
font: normal 10px Verdana;
}

.thumbSlider { /*the thumbnails slider*/
width: 1%;
}
.thumbSlider ul { 
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul li{ 
float:left;
margin: 0;
height: 60px;
}
.thumbSlider a{
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
}
a.left span, a.right span{

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
visibility: hidden;
}
a:focus {outline:none;}

#me {
	margin: 0 0 0 0px;
}
.photography {
	clear:both;
}
.photography .photoArea {
	width:1000px;
	margin:0 auto;
	color:#c0c0c0;
	font-size:12pt;
	padding: 0px 0 0px 0;
	position:relative;
}
.instagram .photo, #me img {
	float: left;
	margin: 10px 5px 0px 6px;
	border: 5px solid #222;
	width: 145px;
	height: 145px;
	cursor: pointer;
}
#me a.more, #me a.reset {
	width:120px;
	height: 62px;
	position: absolute;
	top: 230px;
	left: 15px;
	background: url(/images/button-instagram.png) no-repeat;
	display: block;
	text-indent: -4000px;
}
#me a.reset {
	background: url(/images/button-instagram-restart.png) no-repeat;
}
#me a.more:hover, #me a.reset:hover {
	background-position: 0px -62px;
}
#me a.more:active, #me a.reset:active {
	background-position: 0px -62px;
}
#pagesLeft {
	width:120px;
	height: 62px;
	position: absolute;
	top: 300px;
	left: 15px;
	display: block;
	color: #555;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	font-size: 8pt;
}
#pagesLeft span {
	font-weight: normal;
}
.caption {
	text-shadow: 1px 1px #000;
	font-size:9pt;
	line-height: 10pt;
	float:left;
	width:120px;
	height: 200px;
	padding: 150px 32px 5px 15px; 
	opacity: 0; 
	filter:alpha(opacity=0)
}
#instagramLoadingMessage {
	margin: 145px 0 0 390px;
	text-align: center;
	width:300px;
	padding: 20px;
	background:#000;
	border: 1px solid #555;
}
#instagramLoadingMessage .icon {
	background: url(/work/images/svwloader.gif) no-repeat;
	height: 25px;
	margin: 0 0 15px 137px;
}
.instagramError { 
	color: #8A0000;
	padding: 1em;
}
