@CHARSET "UTF-8";
/*
	Main Stylesheet for Dublins Unsigned
	Written by Matt Finucane of Clearweb.ie
	24th November 2009 
*/

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica sans-serif;
	font-size: 90%;
	color: #fff; 
	background-color: #000;
	text-align: center;
}

.container
{
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

.section
{
	display: inline;
	float: left;
	width: 100%;
	text-align: left;
}

h1
{
	font-size: 2em;
}

a img
{
	border: none;
}

strong
{
	font-weight: bold;
}

/*
	The header section and what goes in it.
*/

#header
{
	text-align: center;
}

#header a
{
	text-decoration: none;
}

#header a img
{
	margin: 0px auto;
	border: 0px;
}

/*
	The bands (and sponsors at the bottom)
*/

.band
{
	display: inline;
	float: left;
	width: 200px;
	text-decoration: none;
	padding: 12px;
	padding-bottom: 12px;
}

.band img
{
	display: inline;
	float: left;
	width: 176px;
	height: 88px;
	border: none;
}

#bottom-bands
{
	padding-left: 40px;
}

/*
	The main content itself
*/

#left-content, #right-content
{
	width: 200px;
	min-height: 400px;
}

#maincontent
{
	width: 560px;
	min-height: 400px;
}

#maincontent h1
{
	display: inline;
	float: left;
	width: 500px;
	margin: 30px;
}

#maincontent p
{
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 500px;
	text-align: justify;
}

object
{
	display: inline;
	float: left;
	margin: 30px;
}

#gig
{
	display: inline;
	float: left;
	margin-left: 100px;
}

/*
	Events and sponsors
*/

#events
{
	text-align: center;
}

#events a img
{
	margin: 0px auto;
}

.sponsor
{
	display: inline;
	float: left;
	width: 135px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*
	Lightbox Overlay	
*/

#lightbox-overlay-opaque
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 900;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	visibility: hidden;
}

#lightbox-overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	visibility: hidden;
}

#lightbox-container
{
	margin: 250px auto;
	width: 700px;
	min-height: 298px;
	background-color: #fff;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}

/*
	The band info in the lightbox container
*/

#lightbox-container img
{
	display: inline;
	float: left;
	margin: 10px;
}

#lightbox-container h2
{
	display: inline;
	float: left;
	font-size: 1.4em;
	margin: 10px;
	width: 280px;
	height: 1.4em;
	line-height: 1.4em;
}

#lightbox-container p
{
	display: inline;
	float: left;
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 10px;
	width: 350px;
	text-align: justify;
}

#band-link
{
	display: inline;
	float: left;
	width: 350px;
	margin: 10px;
}

#close-window
{
	display: inline;
	float: right;
	margin: 10px;
	width: 60px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#close-window:hover
{
	text-decoration: underline;
}

/*
	The footer
*/

#footer 
{
	padding-top: 40px;
}

#footer a, #footer a span
{
	display: inline;
	float: left;
	color: #fff;
	font-size: 1em;
	margin-left: 10px;
	line-height: 63px;
	height: 63px;
	text-decoration: none;
}

#footer a img
{
	margin-left: 10px;
}
