/*

----- Venue stylesheet -----
----- Simon Kitson 2007 -----

----- enjoy. -----

----- Background Colours -----

Main Background: #000

----- Foreground Colours -----

Full Red: #d70019

----- Text Colours -----

Main Heading: #fff
Sub-Heading: #ffd500
Main Body: #fff
Link: #fff

----- Dimensions -----

Site Width: 800px

*/

* {
	padding:0;
	margin:0;
}

/* ----- tags ----- */
body {
	background: #000;
	text-align: center; /* centre in IE */
	line-height: 1em;
	font: small Arial, Helvetica, sans-serif;
	color: #fff;
}
a {
	color: #fff;
	outline: none;
}
a:hover {
	color: #ffd500;
}
a img {
	border: none;
}
em {
	color: #ffd500;
}
blockquote {

}
blockquote p {

}
ul {
	list-style: none;
}

/* ----- universal styles ----- */
.hide {
	display: none;
}
.info-block {
	margin-bottom: 16px;
}
.list {
	float: left;
	width: 375px;
	margin: 0 0 15px 25px;
}
.list li {
	float: left;
	margin-bottom: 5px;
}
.list a {
	display: block;
	width: 400px;
	color: #ffd500;
	text-decoration: none;
}
.list a:hover {
	color: #d70019;
}
.list a span.date {
	width: 200px;
	display: block;
	float: left;
}
.list a span {
	width: 175px;
	display: block;
	float: left;
}
#minfo {
	float: left;
	width: auto;
	font-size: 0.9em;
	margin-top: 130px;
	margin-left: 10px;
}
#gmap {
	float: left;
	width: 150px;
}

/* ----- main containers ----- */
#frame {
	margin: 0 auto; /* centre in proper browsers */
	width: 802px;
	padding-top: 40px;
}
#content {
	position: relative;
	width: 800px;
	height: 612px;
	text-align: left;
	border: 1px solid #171717;
}
.col-left, .col-right {
	float: left;
	width: 370px;
	margin: 0 16px 0 24px;
	display: inline;
}
.col-right {
	float: left;
	width: 350px;
	margin: 0 0 0 20px;
	display: inline;
}

/* ----- backgrounds ----- */
#home #content, #holding #content {
	background: url(../images/backgrounds/mic_1.jpg) 100% 0 no-repeat;
}
#music #content {
	background: url(../images/backgrounds/sing_1.jpg) 100% 0 no-repeat;
}
#nights #content {
	background: url(../images/backgrounds/club_1.jpg) 100% 0 no-repeat;
}
#comedy #content {
	background: url(../images/backgrounds/laughter_1.jpg) 100% 0 no-repeat;
}
#parties #content {
	background: url(../images/backgrounds/party_1.jpg) 100% 0 no-repeat;
}
#gallery #content, #about #content {
	background: #000;
}

/* ----- header ----- */
h1 {
	display: block;
	width: 400px;
	height: 170px;
}
h1 a {
	display: block;
	width: 400px;
	height: 170px;
	text-indent: -1000em;
}
#home h1, #music h1, #comedy h1, #parties h1, #gallery h1, #about h1, #holding h1 {
	background: url(../images/venue_logo.gif) 0 0 no-repeat;
}
#nights h1 {
	background: url(../images/venue_logo_nights.jpg) 0 0 no-repeat;
}

/* ----- global navigation ----- */
#global-nav {
	width: 300px;
	float: left;
	margin-bottom: 20px;
	clear: left;
}
#global-nav li {
	float: left;
	margin-bottom: 2px;
}
#global-nav li a {
	display: block;
	width: 250px;
	padding: 1px 25px;
	font-weight: bold;
	text-decoration: none;
	color: #ffd500;
	background: url(../images/bg_row_nav.png) 0 0 repeat-y !important;
	background-image: url(../images/bg_row_nav.gif);
}
#global-nav li a:hover {
	color: #fff;
}
#home #nav1, #music #nav2, #nights #nav3, #comedy #nav4, #parties #nav5, #gallery #nav6, #about #nav7 {
	color: #fff;
	background: url(../images/bg_heading_nav.png) 0 0 repeat-y !important;
	background-image: url(../images/bg_heading_nav.gif);
}
.cnt-info, #home p.cnt-info, #parties p.cnt-info, #nights p.cnt-info {
	clear: left;
	margin-left: 25px;
	padding: 0;
	background: none !important;
	width: auto;
	font-size: 1.2em;
}
#home p.cnt-info, #music p.cnt-info, #nights p.cnt-info, #comedy p.cnt-info, #parties p.cnt-info, #gallery p.cnt-info, #about p.cnt-info, #holding p.cnt-info {
	color: #fff;
}
#home p.cnt-info a, #music p.cnt-info a, #nights p.cnt-info a, #comedy p.cnt-info a, #parties p.cnt-info a, #gallery p.cnt-info a, #about p.cnt-info a, #holding p.cnt-info a {
	color: #fff;
}
#home p.cnt-info a:hover, #music p.cnt-info a:hover, #nights p.cnt-info a:hover, #comedy p.cnt-info a:hover, #parties p.cnt-info a:hover, #gallery p.cnt-info a:hover, #about p.cnt-info a:hover, #holding p.cnt-info a:hover {
	color: #fff;
}
#nav-block {
	position: absolute;
	bottom: 15px;
	left: 0;
}

/* ----- sub navigation ----- */
#sub-nav {
	width: 300px;
	clear: left;
	float: left;
	margin-bottom: 20px;
}
#sub-nav li {
	float: left;
	margin-bottom: 2px;
}
#sub-nav li a {
	display: block;
	width: 250px;
	padding: 1px 25px;
	font-weight: bold;
	text-decoration: none;
	color: #ffd500;
	background: url(../images/bg_row_nav.png) 0 0 repeat-y !important;
	background-image: url(../images/bg_row_nav.gif);
}
#sub-nav li a:hover {
	color: #fff;
}
#parties #nav5 {
	color: #fff;
	background: url(../images/bg_heading_nav.png) 0 0 repeat-y !important;
	background-image: url(../images/bg_heading_nav.gif);
}

/* ----- heading & text styles ----- */
#home h2 {
	display: block;
	width: 350px;
	margin-bottom: 2px;
	padding: 1px 25px;
	font-size: 1.1em;
	color: #ffd500;
	background: url(../images/bg_heading.png) 0 0 repeat-y !important;
	background-image: url(../images/bg_heading.gif);
}
#home p {
	display: block;
	width: 350px;
	margin-bottom: 2px;
	padding: 1px 25px;
	font-size: 1.1em;
	background: url(../images/bg_row.png) 0 0 repeat-y !important;
	background-image: url(../images/bg_row.gif);
	clear: left;
}
#music h2, #nights h2, #comedy h2, #parties h2, #gallery h2, #about h2 {
	font-size: 3em;
	margin: -60px 0 20px 25px;
}
#music h3, #nights h3, #comedy h3, #parties h3 {
	font-size: 1.4em;
	margin: 0 0 10px 25px;
	clear: left;
}
#music p, #nights p, #comedy p, #parties p, #holding p {
	margin: 0 0 10px 25px;
}
#music p, #music p a, #nights p, #nights p a, #comedy p, #comedy p a {
	color: #d70019;
}
#music p a:hover, #nights p a:hover, #comedy p a:hover {
	color: #ffd500;
}
#parties p, #nights p, #music p {
	width: 350px;
}

/* ----- about us/contact ----- */
#about h2 {
	margin-left: 0;
}
#about .col-right p {
	margin-bottom: 10px;
}
#about .col-right input, #about .col-right textarea {
	width: 350px;
}
#about .col-right input.button {
	width: auto;
	color: #fff;
	background: #d70019;
	border: none;
	padding: 5px 10px;
}

/* ----- scroller ----- */
#scrl {
	width: 400px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#parties #scrl {
	height: 165px;
}
#music #scrl a {
	color: #fff;
}
#music #scrl a:hover {
	color: #ffd500;
}

