@charset "UTF-8";
/*CSS Reset customized from YUI*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;}
table {
	border-collapse:collapse;
	border-spacing:0;}
fieldset,img { 
	border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;}
ol,ul {
	list-style:none;}
caption,th {
	text-align:left;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;}

body	{
	font-family: Arial, Helvetica, sans-serif;}

#header {	
	width: 672px;
	margin-left:60px;
	padding-top: 40px;
	position:relative;}
			
.tag {
	position:absolute;
	bottom:6px;
	right:100px;
}

.tag p {
	font-size:.75em;
	color:#777777;
}

#menu {
	height: auto;
	width: 558px;
	margin-left: 77px;
	margin-top: 5px;}
			
#followme {
	text-align: right;
	color: #FFF;
	display: inline;
	float: right;
	clear:left;}
			
#menu img {
	padding-top: 0px;}
			

#container {
	width: 590px;
	margin-left: 55px;
	margin-top: 10px;
	background-color: #fff;
	text-align: center;}

#form	{
	height: auto;
	width: 590px;
	margin-left: 75px;
	margin-top: 10px;
	text-align: left;
	line-height: 1.5em;
	font-size: .6em;
	padding-top: 20px;
	font-weight: bold;}

#form img	{
	float: right;
	clear: both;
	border: none;}

input.button		{
	border:none;
	height: auto;
	width: auto;}

.field	{
	font-size: 1.5em;}			


a	{
	text-decoration:underline;
	size: .7em;
	color: #000;}
		
a:hover	{	
	color: #C96;
	text-decoration:none;}

a:visited	{ 
	text-decoration: none;
	}

a:active	{
	color: #F00;}

#menu a {
text-decoration:none;
}
	
p	{		padding-top: 10px;
	margin-left: 75px;
	font-size: .65em;
	color: #666;}

li	{
	font-family: sans-serif;	
	font-size: .7em; 
	font-weight: 500;
	list-style: none;
	list-style-type: none;
	display: inline;}

	
hr	{		
	color: #666;
	float: none;
	clear: both;} 		
	
#container table {
	width: 580px;
	height: 580px;
	margin-left: 5px;
	margin-right: auto;
	padding-top: 5px;}
	
#container td {
	border: none;
	border-collapse: collapse;
	padding: 5px;}

ul.portfolio {
	width:605px; /* New width = 738px*/
	margin:0 0 0 22px;}
	
ul.portfolio li {
	display:block;
	float:left;
	margin-right:13px;
	margin-bottom:13px;
	}
	
ul.resume {
	width:auto;
	margin-bottom:30px;
}
	
ul.resume li {
	float:none;
	list-style:disc;
	margin:auto;
	display:list-item;
	font-size:1em;
	line-height:1.4em;
	margin-left:20px;
	color: #666;
}

li.selected	{	
			color: #C96;}

input, textarea	{	
	border-width: thin;
	border-color: #000;
	background-color: #CCC;
	text-align: left;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 0 0;		
	overflow: auto;
	width: 260px;}
	
	
.copy 	{
	font-size: .9em;
	line-height: 1.8em;
	text-align: left;
	color: #000;
	text-decoration: none;
	margin-left: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 570px;}
	
.copy h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	padding: 0 0 5px 0;
	margin: 5px 0 10px 0;
	font-weight: bold;
	line-height: 1;
	font-size: 1.5em;}
	
.copy h2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin:0 0 0 0;
	line-height: 1;
	font-weight: 900;}

.copy h3	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin:0 0 0 0;
	line-height: 1;}

.copy p {
	margin: 1px 0 0 0;
	padding: 0 0 25px 0;
	font-size: 1em;
	line-height: 1;}

.copy a:hover {
	color: #C96;}
			
#underconstruction	{
	height: auto;
	width: 590px;
	font-size: .8em;
	line-height: 1.4em;
	margin-left: 83px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 570px;
	color: #666;
	float: left;
	clear: both;}
			
.underconstruction img	{
			float: right;
			clear: both;}

#copyright	{
			margin-left: 10px;}
			
.thumbnail a:link img {
			border: 5px solid #CCC;}			

.thumbnail a:active img {
			border: 5px solid #CCC;}
			
.thumbnail a:visited img {
			border: 5px solid #CCC;}			

.thumbnail a:hover img {
			border: 5px solid #C96;}

/*lightbox CSS*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: 1px; }

#outerImageContainer{ position: relative; background-color: #D6D6D6; width: 250px; height: 250px; margin: 0 auto; } /* outer window background */
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel2.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel2.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #D6D6D6; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; } /*font-color for image data */
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2D2D2D; } /* background screen overlay color */

.thewifegallery, .assetgallery {
	margin:50px;
}

.thewifegallery img, .assetgallery img {
	margin:10px 0 10px 0;
	border:1px solid #e1e1e1;
	padding:10px;
	margin-bottom:40px;
}

.assetgallery h1 { font-size:2em; text-transform:uppercase; color:#fff; padding:5px; background:#ccc; margin-top:50px;}
.assetgallery h3 { font-size:1em; color:#ccc; margin:20px 0 10px 10px;}