* { margin: 0; padding: 0; }

html, body { height: 100%; }

body { background: #fff; font-family: Arial, Courier, 'Courier New', monospace; 
font-size: 11px; }

/* 8b005b */

a:link,
a:active { text-decoration: none; color: #999; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; color: #8b005b; }
a:focus { -moz-outline-style: none; }
:focus { -moz-outline-style: none; }

.cl { clear: both; }

#header { position: fixed; top: 27px; left: 75px; z-index: 9997; }
#header ul { }
#header ul li { list-style-type: none; display: inline; margin-right: 12px; }
#header ul li #show-nav 
{ 
	display: block;
	float: left; 
	width: auto; 
	height: 25px; 
	/* background: url(/imgs/index.gif) no-repeat 0 0; */
	/* text-indent: -9999px; */
}

#header ul li #show-nav:hover 
{ 
	display: block; 
	height: 25px; 
	/* background: url(/imgs/index.gif) no-repeat 0 -22px; */
	/* text-indent: -9999px; */
}

#header ul li#show-place 
{ 
	display: block; 
	float: left;
	height: 25px; 
	/* text-indent: -9999px; */
}

#header h1 { display: block; width: 400px; height: 28px; font-size: 33px; }

#content { padding: 105px 35px 45px 75px; }
#content p { margin-bottom: 9px; width: 425px; }
#content #cv p { width: 500px; }

/*
#invisible-nav 
{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
*/

#invisible { display: none; width: 500px; top: 0; left: 0; position: absolute; z-index: 9998; font-size: 18px;
	font-family: Georgia, Times, Times New Roman, serif; font-style: italic; letter-spacing: 0.05em; }
#invisible-nav { margin: 25px 0 0 75px; padding-top: 15px; width: auto; width: 500px;  }
#invisible-hold { padding: 12px 0; }
#invisible p#closer { margin-top: 9px; }
#invisible ul li { list-style-type: none; }

#invisible-hold ul li a:hover { padding-left: 6px; }
#invisible-hold ul li.active a { color: #000; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 12px; font-size: 12px; }

.nav-project {  }
.nav-project a {  }
.nav-project img { }

/*
.nav-project {  }
.nav-project a { width: 235px; }
.nav-project img { width: 25px; height: 25px; }
*/

#media_info { margin-top: 16px; }

/* blog styles */
#comments { width: 400px; }
h2 { font-size: 1em; font-weight: normal; margin: 0 0 9px 0; }
#comments h3 { font-size: 1em; font-weight: normal; margin: 6px 0; }

.comment { border-bottom: 1px solid #ccc; padding: 18px 0 12px 0; }
.comment .author { padding: 0 0 9px 0; }

#comment-form { width: 400px; margin-top: 12px; }
#comment-form fieldset { padding: 3px 0; border: none; }
#comment-form fieldset label { display: block; margin-bottom: 2px; }
#comment-form fieldset input[type='text'] { width: 225px; padding: 3px 1px; margin-bottom: 4px; }
#comment-form fieldset textarea { width: 396px; height: 125px; padding: 2px 1px; margin-bottom: 4px; }
#comment-form fieldset p { margin-top: 9px; }

#comment-error { margin: 6px 0; color: red; }

#comments p#comment-closed { margin-top: 9px; }

#comments p { }
#comments blockquote { border-left: 1px solid #ccc; margin-left: 18px; padding-left: 18px; }

#blog { width: 650px; }
#blog h2 { font-weight: bold; }
#blog .left { float: left; width: 425px; }
#blog .right { float: right; width: 165px; }
#blog .left p { width: 425px; }


#invisible h2 { margin-bottom: 3px; }

ul#navvy li, ul#navvy li a { font-size: 15px; }
#show-nav { color: #999;} 

.once { clear: left; }


/* the default overlay */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	display: none;
	/* opacity: 0.95; */
	overflow: auto;
}

#dialog {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;	
	width: 100%;
	padding: 0;	
	display: none;
	margin: 0;
}

#dialog-close {
	position:absolute;
	right:7px;
	top:7px;
	cursor:pointer;
	height:18px;
	width:18px;
}

#dialog-content {
	padding: 21px 0 0 21px;
}

#dialog .container { margin: 84px 0 0 54px; }
#dialog #innerd {  }