/** 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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** END RESET **/

body 
{
	background: #9D6798 url(../images/fabric.jpg) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	line-height: 1.5;
	color: #111;
}

div.body 
{ 
	font-size: 1.1em;
	width: 991px;
	height: 1000px;
	margin: 0 auto;
	background: transparent url(../images/bg.jpg) no-repeat top center;
	border: 2px solid #111;
	border-top: none;
	border-bottom: none;
}

div.body div.bodyInner { padding-top: 175px; }

p { margin-bottom: 12px; }
h1 { margin-bottom: 14px; }
a { color: #7B7F37; }

/** NAV **/
div.nav 
{ 
	width: 270px;
	height: 370px;
	float: left;
}
div.nav ul { margin: 155px 0 0 13px; }
div.nav ul li { margin-bottom: 10px; }
div.nav ul li a 
{ 
	display: block;
	width: 250px;
	height: 65px;
	color: transparent;
}
div.nav ul li a span { display: none; }

/** END NAV **/

div.content
{
	overflow: auto;
	margin-left: 270px;
	width: 610px;
	height: 775px;
	border: 1px solid transparent;
}

div.inner { padding: 20px; }

div.largeText { font-size: 1.5em; padding-top: 20px; }


div.footer 
{
	color: #222;
	padding-top: 20px;
	text-align: center;
	clear: both;
}

div.footer a { color: #222; }

/** Blog **/

p.feedTitle  a { font-size: 1.3em; font-weight: bold; color: ; text-decoration: none; color: #663562 } 
p.feedTitle a:hover { text-decoration: underline; }
span.headline a { font-weight: bold; }
p.fbsubscribelink a { color: #333; text-decoration: none; font-size: 0.8em; }
p.fbsubscribelink a:hover { text-decoration: underline; }

/** End Blog **/

/** CV **/

div.cv { background-color: white; font-size: 1.1em; width: 980px; margin: 0 auto; border: 2px solid #111; border-top: none; border-bottom: none; }
div.cvInner { padding: 10px; }
div.cv h1 { font-size: 1.6em; }
div.cv h2 { font-weight: bold; font-size: 1.2em; margin-bottom: 14px; padding-top: 4px; }
div.cv h3 { font-weight: bols; margin-bottom: 12px; }
div.cv div.indent { padding-left: 20px; }
div.cv td.date { width: 140px; font-weight: bold; }
div.cv table { border-collapse: collapse; margin-bottom: 12px; }
div.cv td, div.cv th { padding: 5px; border: 1px solid #CCC; }
div.cv ul { margin-bottom: 12px; list-style-type: circle; margin-left: 36px; }
div.cv div.footer { background-color: white; height: 5em; }

/** End CV **/

div.portfolio img { margin: 10px; }

.bold { font-weight: bold; }
.right { float: right; }
.italic { font-style: italic; }



/** lightbox **/

#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: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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: #000; }
