@charset "UTF-8";

.cake-sql-log{ display:none; }

body {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

h1 {
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:11px;
	font-weight:bold;
}

.section_title {
	background:#e6e6e6 url(/img/common/title-bg.gif) bottom repeat-x;
	display:block;
	color:#0f2d4b;
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:16px;
	font-weight:normal;
	padding:10px 5px 4px 5px;
}

/***** HEADER *****/

#header{
	position:relative;
	width:960px;
}

#logo, #nav {
	margin-left:330px;
	width:630px;
}

#nav{
	bottom:0px;
	color:#112;
	font-family:Georgia, Times, Times New Roman, serif;
	font-size:19px;
	line-height:32px;
	position:absolute;
}

#nav a{
	display:-moz-inline-box;
	display:inline-block;
	height:32px;
	margin-left:13px;
}

#nav .nav_home {
	margin-left:0;
}

#nav a:hover {
	text-decoration:none;
}


/***** MAIN *****/

#content {
	float:left;
	padding:15px;
	position:relative;
	width:600px !important;
	width:630px;
	z-index:2;
}


/***** COLUMN *****/

#column {
	float:left;
	padding:30px 15px 15px 15px;
	position:relative;
	width:300px !important;
	width:330px;
}

#column #corner{
	height:20px;
	left:0px;
	position:absolute;
	top:0px;
	width:20px;
}

#column .ribbon {
	display:block;
	height:120px;
	margin-bottom:-20px;
	margin-left:-25px;
	position:relative;
	width:294px;
	z-index:900;
}

#column #messenger {
	height:30px;
	line-height:30px;
	padding:0px 5px;
	text-align:right;
}

#column #messenger span {
	float:left;
	font-weight:bold;
}

.col_box{
	margin-top:15px;
}

.col_box .caption{
	padding-top:5px;
	text-align:right;
}

#col_gigs .small_event {
	border:1px solid;
	color:#000;
	display:block;
	padding:4px;
}

#col_gigs .small_event:hover {
	text-decoration:none;
}

#col_gigs .small_event .event_date {
	display:block;
	font-weight:bold;
}


/***** FOOTER *****/

#footer {
	border-top:1px solid;
	padding:8px 8px 52px 8px;
}


/***** PLAYER *****/

#player {
	bottom:0px;
	left:0;
	height:55px;
	position:fixed;
	width:100%;
	z-index:500;
}

#player .wrap {
	height:55px;
}

#player #songs {
	float:left;
	margin:25px 0px 5px 15px;
}

#player_links {
	float:right;
	margin:25px 0px 5px 0px;
}

#player_links a {
	background:top left no-repeat;
	display:block;
	float:left;
	height:24px;
	margin-right:15px;
}

#player_links a:hover {
	background:bottom left no-repeat;
}

#player_links a.rss {
	width:24px;
}

#player_links a.twitter {
	width:80px;
}

#player_links a.facebook {
	width:80px;
}

#player_links a.myspace {
	width:99px;
}

#player_links a.lastfm {
	width:63px;
}


/***** MESSAGES *****/

.message, .success_message, .failure_message {
	border:solid 1px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
	padding:6px;
}

.message {
	background-color:#fcc;
    border-color:#c33;
}

.success_message {
    background-color:#cfc;
    border-color:#6c3;
}

.failure_message {
	background-color:#fcc;
    border-color:#c33;
}