@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

body {
	margin-top: 1px;
}

#wrapper {
	background:#906;
	border:thin solid;
	border-color:#FFF;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
	width: 650px;
}

#logocontainer {
	margin: 10px 10px 10px 0px;
	padding-left: 5px;
	text-align:left;
	font-size: 2.5em;
	color: #CCC;
	font-style: italic;
}

#header {
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	height: 220px;
	margin: 0px;
	padding: 0px;
	width: 650px;
}

#nav {
	padding: 0px 0px 10px 0px;
	}

#nav ul li {
	float:left;
	display: inline;
	margin:0px 10px 0px 10px;
	font-size:0.70em;
	list-style-type:none;
	background-color: #C09;
	}

#nav ul li a{
	padding:2px 12px 2px 15px;
	color:#FFF;
	list-style-type:none;
	text-decoration:none;
	width: 100%;
}
#nav ul li a:hover {color:#999;}
#nav ul li a:active {color:#FC6;}

.index #index a, .bio #bio a, .mixes #mixes a, .gallery #gallery a, .links #links a, .bookings #bookings a{
	color:#FC6;
	font-weight: bold;
	cursor:default;
}

#content {background:#906;
	margin: 0px;
	padding: 0px;
}

#content h1 {
	font-size:1.2em;
	color:#FC6;
	text-align:left;
	font-style: italic;
	margin-top: 25px;
	margin-left: 10px;
}

#content p {
	font-size:0.75em;
	color:#CCC;
	line-height: 1.4em;
	margin: 20px;
}

.gallerycontainer{
position: relative;
height: 400px; /*max height for large image*/
text-align:left;
}

.thumbnail img{
border: 1px solid white;
margin: 0px 10px 5px 0px;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*enlarged image*/
position: absolute;
background-color:#906;
padding: 5px;
left: -1000px;
border: 1px;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*style for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*style for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position of enlarged image */
z-index: 50;
}

#footer	{
	color:#CCC;
	font-size: 0.70em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a.thedjlist {
	background:url(http://www.thedjlist.com/cgi-bin/thedjlist.cgi?Mark_Monroe);
	height: 118px;
	width: 120px;
	border: 0px;
	display:block;
	margin: 0px 0 0 250px;
}

a.thedjlist span {
	display:none;
}

a.thedjlist_p {
	display:block;
	width:120px;
	text-align:center;
}

.bookings #wrapper #content p {
	font-size: 1em;
	
}

.phoneno {
	font-size: 1.2em;
}
.fridge {
	display: block;
	height: 40px;
	width: 183px;
	margin: 5px 0 0 225px;
}

.facebook {
	display:block;
	height:20px;
	width:63px;
	margin: 10px 0px 10px 295px;
}


.myspace {
	display:block;
	border-color:#069;
	height:31px;
	width:128px;
	margin: 10px 0px 10px 295px;
}

.partyhandbook {
	display:block;
	height:28px;
	width:156px;
	margin: 10px 0px 10px 230px;
}

a:link {color:#FC6;}
a:hover {color:#F99;}
a:visited {color:#C6C}
