/*
Theme Name: Fuzu - Between Your Lines
Theme URI: http://fuzu.com.au/
Description: Theme for the launch of the <em>Between your lines</em> EP
Version: 0.1
Author: Grant Young
Author URI: http://zum.io
Tags: black, fixed width, one column
*/



* {
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:12px;
}

BODY {
	background-color:#000000;
	margin:0px;
	padding:0px 0px 25px 0px;
	text-align:center;
}

FORM {
	margin:0px;
	padding:0px;
}

#bg-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-width:760px;
}

#wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:690px;
	padding:0px;
}

.pnl {
	position:relative;
	margin-top:15px;
	padding:15px;
	overflow:auto;
	color:#ffffff;
}

A {
    text-decoration:none;
    color:#ffffff;
}

A:HOVER {
    text-decoration:underline;
}

.pnl H2 {
	text-transform:uppercase;
}

.white40 {
	background: url('assets/bg-40pc-white.png');
}

.white70 {
	background: url('assets/bg-70pc-white.png');
}

.grey50 {
	background: url('assets/bg-50pc-grey.png');
}

.fineprint {
	font-size:0.8em;
}

.more-link {
	display:block;
	margin-top:15px;
	font-size:0.8em;
}

.left-col {
	float:left;
	width:300px;
	margin-left:10px;
	margin-right:70px;
}

.right-col {
	float:left;
	width:275px;
	margin-right:0px;
}

/* ========= Footer ========== */
#footer {
	font-size:0.8em;
	padding:5px 5px 5px 5px;
}

#footer A {
    font-size:1em;
}

/* ========= Single comp ========== */

#notification {
    margin-top:10px;
	background:white;
	padding:10px;
	font-weight:bold;
	font-size:1.1em;
}

#notification.error {
	border:3px solid #ce3932;
	color:#ce3932;
}

#notification.ok {
	border:3px solid #008800;
	color:#008800;
}

#vote legend {
color:white;
    font-weight:bold;
}

#vote fieldset {
    margin-bottom:10px;
}

#post-44 h2 {
font-size:1.8em;
}