@charset 'utf-8';

@import url('reset.css');
@import url('nav.css');

.clear { clear: both; }
.no-text { text-indent: -9999px; }
.inline { display: inline; }
a, a:hover { cursor: pointer; color: #FFFFFF; text-decoration: none; }
b, strong { font-weight: bold; }

body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url('../img/gamine.png');
	background-repeat: no-repeat;
	background-position: 15px 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1em;
}
	#latest-news h4 a,
	#latest-news h4 a:visited {
		font-size: 14px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		padding: 1em;
	}
	#latest-news h4 a:hover{
		font-size: 14px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		padding: 1em;
		text-decoration: underline;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	text-align: justify;
}

#container {
	float: left;
	margin-left: 375px;
	margin-top: 0;
	width: 800px;
	height: 100%;
}

#header {

}

#logo {
	float: left;
	margin-top: 0;
	margin-left: 350px;
}

#logo_sprite {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat; 
	width: 364px; 
	height: 251px;
}

#logo_sprite:hover {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat; 
	background-position: 0 -251px;
	width: 364px; 
	height: 251px;
}

#content {
	float: left;
	margin-left: 375px;
	margin-top: 20px;
	width: 800px;
}


#latest-news,
#page,
#post {
	float: left; 
	margin: 0;
	width: 480px;
}
	
#previous-post-link { float: left; font-weight: bold; }
#next-post-link { float: right; font-weight: bold; }

#latest-news-title {
	background-image: url('../img/title_latestnews.png');
	background-repeat: no-repeat;
	width: 190px;
	height: 70px;
}
	
#previous-news { 
	width: 400px; 
	background-color: #101010;
	border: 1px solid #222222;
	padding: 1em 1em 1em 1em; 
	margin-top: 3em;
	margin-left: 2.2em;
}
#previous-news ul li { padding-bottom: 0.4em; }
#previous-news a { color: #313131; }
#previous-news a:hover { color: #464545; }

/* #previous-news a:hover:after { content: "&uarr;"; } */
#previous-news h4 { padding: 0 0 1em 0; color: #464545; }

#sidebar {
	float: left;
	width: 275px;
	margin-left: 25px;
}

#player {/*
	float: left;
	width: 275px;
	margin-left: 505px;
	margin-top: -125px;*/
}
	#player-title {
		background-image: url('../img/title_player.png');
		background-repeat: no-repeat;
		width: 161px;
		height: 72px;
	}
	#player-flash {
		/*margin-left: 25px;*/
	}
	

#findus {
	margin-top: 25px;
	/*
	float: left; 
	width: 230px;
	margin-left: 500px;
	margin-top: 45px;*/
}
	#findus-title {
		background-image: url('../img/title_findus.png');
		background-repeat: no-repeat;
		width: 242px;
		height: 84px;
	}
	#findus-content {
		margin-left: 38px;
		margin-top: 3px;
	}
	#facebook {
		background-image: url('../img/facebook.png');
		background-repeat: no-repeat; 
		width: 214px;
		height: 112px;
		padding: 0;
		margin: 0;
	}
	#facebook:hover {
		background-image: url('../img/facebook.png');
		background-repeat: no-repeat; 
		width: 214px;
		height: 112px;
		background-position: 0 -112px;
		padding: 0;
		margin: 0;
	}
	#myspace {
		background-image: url('../img/myspace.png');
		background-repeat: no-repeat; 
		width: 214px;
		height: 114px;
		padding: 0;
		margin: 0;
	}
	#myspace:hover {
		background-image: url('../img/myspace.png');
		background-repeat: no-repeat; 
		width: 214px;
		height: 114px;
		background-position: 0 -114px;
		padding: 0;
		margin: 0;
	}

#shop {
	float: left;
	width: 275px;
	margin-top: 25px;
}
	#shop-title {
		background-image: url('../img/title_shop.png');
		background-repeat: no-repeat;
		width: 132px;
		height: 75px;
	}
	
#dates {
	float: left;
	margin-top: 20px;
	width: 440px;
	height: 300px; 
}
	#dates-title {
		background-image: url('../img/title_dates.png');
		background-repeat: no-repeat;
		width: 188px;
		height: 86px;
	}
	#dates-content { padding: .5em; }

#video {
	float: left;
	width: 500px;
	margin-top: 35px;
	margin-left: 15px;
}
	#video-title {
		background-image: url('../img/title_video.png');
		background-repeat: no-repeat;
		width: 119px;
		height: 70px;
	}
	#video-content {
		margin-top: 15px;
	}

#footer {
	margin-left: 375px;
	margin-top: 35px;
	float: left;
	width: 800px;
}
	#footer-logo {
		background-image: url('../img/footer_logo.png');
		background-repeat: no-repeat;
		width: 136px;
		height: 32px;
	}
	#footer-links {
		margin-left: 185px;
		margin-top: -62px;
	}
	#footer-links a {
		color: #c7cbd0; 
		text-decoration: none; 
		font-size: 14px; 
	}
	#footer-links a:hover {
		color: white; 
		text-decoration: none; 
		font-size: 14px; 
	}
	#footer-links p {
		color: #313131;
		font-style: italic;
		font-size: 10px; 
		padding: 0.6em;
		margin-left: -24px;
	}