@charset "utf-8";
/* CSS Document for djrenco.com written by John Steenbergen for ZIdit.nl */

body {
	margin:0;
	padding:0;
	font-size:62.5%;
	background:#a7d4e3 url(../images/bg_body.jpg) top repeat-x;
	font-family:"Trebuchet MS", Arial, Verdana;
}

/* Main structure */

#container {
	width:949px;
	height:auto;
	text-align:left;
}
#header {
	padding:10px;
	width:929px;
	height:86px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	padding:10px;
	width:929px;
	height:685px;
	background-image: url(../images/djrenco_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
#footer {
	width:328px;
	height:50px;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:204px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent:10px;
}

/* Header */

#player {
	height:26px;
	width:296px;
	margin-left:210px;
}

#header ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:200px;
	margin-top:17px;
}
#header ul li a {
	float:left;
	display:block;
	height:33px;
	margin-left:20px;
	font-size:1.2em;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}
#header ul li a:hover {
	color:#14b9e9;
	background-image: url(../images/link_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu_active {
	color:#14b9e9;
	background-image: url(../images/link_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Content */
#about {
	width:316px;
	height:300px;
	margin-left:210px;
	margin-top:-16px;
	font-size:1.1em;
	overflow:auto;
}
#about p {
	padding: 0 0.8em;
	margin-bottom:10px;
	clear:both;
}
#about p img {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
	clear:right;
}
#about ol {
	margin:0;
	padding:0;
	padding-left:25px;
}
#about ol li {
	padding:5px 0px;
	border-bottom:solid 1px #CCC;
	width:260px;
}
#about ol li:hover {
	background-color:#efefef;
}
#twitter {
	width:316px;
	height:auto;
	margin-left:210px;
	margin-top:-16px;
	font-size:1.1em;
}
#twitter p a, #about p a {
	color:#999;
}
#twitter p a:hover, #about p a:hover {
	color:#14b9e9;
}
#hyves a {
	position:absolute;
	top:200px;
	width:160px;
	height:80px;
	padding-top:30px;
	font-size:1.1em;
	display:block;
	background:url(../images/hyves.png) left top no-repeat;
	text-align:right;
	text-decoration:none;
	color:#000;
}
#hyves a:hover {
	background:url(../images/hyves_over.png) left top no-repeat;	
}
#bookingbox {
	position:absolute;
	top:-10px;
	right:140px;
	width:153px;
	height:55px;
	padding:15px;
	background-image: url(../images/bg_box.png);
	background-repeat: no-repeat;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	line-height:1.8em;
}
#bookingbox a {
	color:#f00;
}
#bookingbox a:hover {
	color:#14b9e9;
}
/* Footer */

#footer a {
	color:#000;
	text-decoration:none;
	margin-right:6px;
}
#footer a:hover {
	text-decoration:underline;
}
