@charset "UTF-8";
/* Style 1, nickmullen.net */
html {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#FFF;
	color:#333;
	padding:30px 0px 0px 125px;
	margin:0px;
}

.top {
	padding:50px 0px 20px 115px;
	background-attachment:fixed;
	background:url(divtopbg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-transform:uppercase;
}

.nav {
	float:left;
	text-align:right;
	width:200px;
	height:500px;
	margin:0px;
	padding:10px 5px;
	background-attachment:fixed;
	background:url(divnavbg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}

.nav a:link {
	text-decoration:none;
	color:#333;
}

.nav a:visited {
	text-decoration:none;
	color:#333;
}

.nav a:active {
	text-decoration:none;
	color:#333;
}

.nav a:hover {
	text-decoration:none;
	color:#666;
}

div.content {
	text-align:left;
	font-size:15px;
	margin:0px;
	padding:10px 5px 5px 225px;
	width: 600px;
}

p.content {
	margin:0px;
	padding:0px;
}

.content a:link {
	text-decoration:none;
	color:#900;
}

.content a:visited {
	text-decoration:none;
	color:#900;
}

.content a:active {
	text-decoration:none;
	color:#900;
}

.content a:hover {
	text-decoration:none;
	color:#666;
}

.quote {
	font-size:10px;
	color:#666;
}

#nick {
	color:#666;
	font-size:42px;
	padding:0px;
	margin:0px;
	line-height:40px;
}

#mullen {
	color:#333;
	font-size:42px;
	padding:0px;
	margin:0px;
	line-height:40px;
}
#comedian {
	margin:0px;
	padding:0px;
	color:#900;
	font-size:18px;
	text-indent:185px;
	line-height:0px;
}

ul {
	margin:0px 15px;
	padding:0px;
	list-style-type:none;
}
li {
	margin:0px;
	padding:0px;
}

#headshot {
	float:right;
	margin:2px;
	padding:0px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#mainHeadshot {
	margin:2px;
	padding:0px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
	
