/**********************
BASIC RESET
***********************/
body {
	background: #000;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a img {
	border: none;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

.clear-floats {
	clear: both;
}

/**********************
CONTAINER
***********************/
#container {
	margin: 0 auto;
	position: relative;
	width: 900px;
}

/**********************
HEADER
***********************/
#header {
	background: url(images/lily-allen-live.png) top left no-repeat;
	height: 80px;
}

/**SLIDER**/
#slider {
	border: 1px solid #777;
	height:227px;
	margin: 20px auto;
	overflow: hidden;
	width: 819px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	width:819px;
	height:227px;
	overflow:hidden; 
	}
		
#prevBtn, #nextBtn{ 
	display:none;
	height:77px;
	left:2px;
	position:absolute;
	top:182px;
	width:40px;
	}
		
#nextBtn{ 
	left:860px;
	}
															
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:77px;
	background:url(images/prev-btn.png) no-repeat 0 0;	
	}
		
#nextBtn a{ 
	background:url(images/next-btn.png) no-repeat 0 0;	
	}
	

/**********************
MAIN
***********************/
#main {
}

#main h1 {
	border-bottom: 1px solid;
	color: #4BC7ED;
	font-family: Tahoma, Ariad, Helvetica, sans-serif;
	font-size: 24px;
	margin: 35px 0;
	padding-bottom: 10px;
	text-align: right;
}

ul#nav {
	list-style: none;
	margin: -20px 0 20px 0;
}

ul#nav li {
	display: inline;
	font-size: 15px;
	margin-right: 25px;
}
	
ul#nav li a:link, ul#nav li a:visited {
	color: #666;
	text-decoration: underline;
}
	
ul#nav li a:hover, ul#nav li a:active {
	color: #fff;
	text-decoration: none;
}


/**********************
CONTENT
***********************/
#content {
	float: right;
	line-height: 2;
	margin-left: 20px;
	text-align: justify;
	width: 610px;
}

#content h2 {
	color: #f9389c;
	font-size: 26px;
line-height: 34px;
}

#content a:link, #content a:visited {
	color: #fef948;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #fff;
	text-decoration: underline;
}

/**********************
SIDEBAR
***********************/
#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	font-size: 15px;
	list-style: none;
}

/**BOX**/
.box {
	background: #565656;
	color: #fff;
	margin-bottom: 30px;
}

.box ul li {
	line-height: 2;
}

.box ul li a:link, .box ul li a:visited {
	border-bottom: 1px solid #333;
	color: #FFF;
	display: block;
	padding-left: 10px;
	text-decoration: none;
}

.box ul li a:hover, .box ul li a:active {
	background: #333;
	color: #F62A94;
}

/*FORUM BOX*/
#forum-box {
	background: #111;
	color: #ccc;
}

#forum-box h3 {
	background: #222;
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#forum-box ul li {
	border-bottom: 1px solid #222;
	padding: 10px;
}

#forum-box ul li a:link, #forum-box ul li a:visited {
	color: #4BC7ED;
	text-decoration: underline;
}

#forum-box ul li a:hover, #forum-box ul li a:active {
	color: #4BC7ED;
	text-decoration: none;
}

/**********************
FORUM
***********************/
#forum {
	width: 100%;
}

/**********************
FOOTER
***********************/
#footer {
	background: #111;
	height: 100px;
	line-height: 3;
	margin-top: 40px;
	text-align: right;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	font-size: 15px;
	margin-right: 25px;
}
	
#footer ul li a:link, #footer ul li a:visited {
	color: #666;
	text-decoration: underline;
}
	
#footer ul li a:hover, #footer ul li a:active {
	color: #fff;
	text-decoration: none;
}

#powered {
	color: #444;
	font-size: 12px;
	margin-right: 25px;
}

#powered a:link, #powered a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
}
#powered a:hover, #powered a:active {
	color: #F8F204;
	font-weight: bold;
	text-decoration: none;
}