/*
	Fuzed Design CSS.
	
	1. Global CSS styles
	2. Layout styles
	3. Content Styles
	
*/

/* 1. Global CSS styles */

* { margin: 0; padding: 0; }
html, body { height: 100%; }
body {
	font: 11px/16px "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(/public/images/background.gif) repeat;
}
img { border: 0; }
p { margin: 5px 0; }
.flash { 
	text-align: center; 
	padding: 10px;
}
.error { background: #933; }
.ok { background: #393; }
.flash ul, .flash ul li { list-style: none; margin: 0; padding: 0; }
.clear { clear: both; }
input { font: 11px/16px "Lucida Grande", Arial, sans-serif; }
input[type="text"] {
	background: #eee;
	border: 1px solid #555;
	padding: 3px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
}
p a, h4 a {
	color: #333; 
	text-decoration: none; 
	border-bottom: 1px dotted #333; 
	padding: 2px 1px;
}
p a:hover, h4 a:hover {
	color: #fff;
	border-bottom: 1px solid #333;
	background: #333;
}
hr	{ background: #666; height: 1px; margin: 10px 0; }
ul, ol { padding-left: 30px; }
/* 2. Layout styles */

#wrapper {
	width: 710px;
	margin: 0 auto;
	background: url(/public/images/wrapper-bg.png) repeat-y;
	padding-bottom: 20px;
}
#logo {
	position: absolute;
	background: url(/public/images/logo.png);
	width: 269px; height: 141px;
	margin-top: -30px; margin-left: -10px;
}
#logo h1 { display: none; }
#menu-bg {
	width: 649px; height: 399px;
	background: url(/public/images/menu-background.png);
	margin: 0 auto;
}
.menu {
	position: relative;
	margin-top: -87px; margin-left: 60px;
}
#footer {
	background: url(/public/images/footer.png);
	width: 710px; min-height: 86px;
	margin: 0 auto;
}
#footer a#fuzed {
	position: absolute;
	display: block;
	background: none;
	width: 195px; height: 25px;
	margin: 20px 0 0 300px; 
}
#page-title {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
#page-title h2 { display: none; }
#content {
	width: 620px; min-height: 200px;
	margin: 15px auto 0 auto;
}

/* 3. Content styles */

.left, .right { width: 300px; margin-bottom: 15px; }
.left { float: left; } .right { float: right; }
.wide { width: 400px; } .thin { width: 200px; }
.article { margin: 20px 0; }
.article-image {
	float: right; 
	border: 1px solid #555; 
	padding: 4px; 
	margin: 6px;
}
.player {
	background: url(/public/images/player-bg.png) no-repeat;
	width: 256px; height: 348px;
	padding: 18px 0 0 20px;
}
.gallery-image { float: left; margin: 10px 9px; }
.gallery-image a {
	margin: 0; 
	padding: 4px; 
	border: 1px solid #555; 
	text-align: center; 
	display: block;
}
.gallery-image a:hover { background: #555; border: 1px solid #555; }
#singles {
	margin: 20px 10px; 
	font-size: 12px; 
	background: #aaa; 
	padding: 10px 35px;
}
#singles .left, #singles .right { width: 260px; margin-bottom: 0; }