@charset "utf-8";
/* CSS Document */

/*---[ Details ]---------------------------------------
Site: Nick Sentience
Author: Jack barham
Contact: jack@airboxmedia.com
Date Created: 20.09.2008
Date Modified: 20.09.2008
-------------------------------------------------------*/

/*-----------------------------------------------------
Core Elements:
[01] YAHOO CSS RESET
[02] BODY STRUCTURE
[03] POSITIONING
[04] TEXT STYLING
[05] LINK STYLING
[06] IMAGES
[07] REUSEABLE ELEMENT
-------------------------------------------------------*/

/* [01] Import CSS
-------------------------------------------------------*/


/*-----------------------------------------------------
Core Elements
-------------------------------------------------------*/

/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 
table {
	border-collapse: collapse;
    border-spacing: 0;
	}
fieldset,img {
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
    font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* --------------------------------- BODY STRUCTURE --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #333333 url(../images/bg_test1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}


/* --------------------------------- POSITIONING (OVERALL) --------------------------------- */


#wrapper {
	overflow: auto;
	margin: 0 auto;
	width: 760px;
	padding: 10px 20px 0px 20px;
	background-color: #000000;
}

#header {
	width: 760px;
	height: 120px;
}

#menu {
	height: 40px;
	margin-bottom: 20px;
	background: url(../images/menu_bg.gif) no-repeat;
}

#menuWrap {
	width: 760px;
}

#main {
	overflow: auto;
	padding-bottom: 50px;
	border-bottom: #333333 3px solid;
	margin-bottom: 10px;
	width: 760px;
}

#wrapperLeft {
	width: 500px;
	overflow: auto;
	float: left;
	margin-right: 20px;
}

#wrapperRight {
	width: 240px;
	overflow: auto;
	float: left;
}

#hotBoxLeft {
	width: 500px;
	height: 220px;
	margin-bottom: 20px;
} 

#introBox {
	width: 500px;
	overflow: auto;
	margin-bottom: 30px;
	border-bottom: #333333 3px solid;
	padding-bottom: 20px;
}

#hotBoxRight {
	width: 240px;
	overflow: auto;
	margin-bottom: 20px;
}

#footerWrapper {
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 30px;
}

.eventBox {
	overflow: auto;
	width: 500px;
	padding-bottom: 20px;
	border-bottom: #333333 1px dotted;
	margin-bottom: 20px;
}

.eventContent {
	float: left;
	margin-left: 10px;
	width: 400px;
}

.eventThumbImage {
	float: left;
}

#eventWrap {
	overflow: auto;
	width: 500px;
}

#eventFlyer {
	width: 128px;
	float: left;
	margin-right: 20px;
}

#eventText {
	float: left;
	width: 340px;
	margin-bottom: 30px;
}

.weeklyWrapper {
	width: 500px;
	overflow: auto;
	margin-bottom: 30px;
	border-bottom: #333333 1px dotted;
	padding-bottom: 30px;
}

.weeklyFlyer {
	width: 120px;
	float: left;
	margin-right: 30px;
}

.weeklyText {
	width: 350px;
	float: right;
}


/* --------------------------------- FEED BOXES --------------------------------- */

.feedBoxEvent {
	float: left;
	width: 240px;
	background: #1b1b1b url(../images/box_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.feedBoxGallery {
	float: left;
	width: 240px;
	background: #1b1b1b url(../images/box_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	overflow: auto;
}

.feedBoxEvent h2 {
	height: 40px;
	margin-bottom: 10px;
	background: url(../images/boxtitle_eventcalendar.gif) no-repeat left top;
}

.feedBoxGallery h2 {
	height: 40px;
	margin-bottom: 10px;
	background: url(../images/boxtitle_latestgalleries.gif) no-repeat left top;
}

.boxInfo {
	width: 210px;
	overflow: auto;
	margin: 10px;
	padding: 5px;
	background-color: #262525;
}

.boxInfo2 {
	width: 210px;
	overflow: auto;
	margin: 0px 10px 5px 10px;
	padding: 5px;
	background-color: #262525;
}

.boxInfoNews {
	margin-top: 15px;
	border-top: #333333 1px dotted;
	padding-top: 15px;
	padding-right: 10px;
}

.boxInfoNews2 {
	margin-bottom: 15px;
	border-bottom: #333333 1px dotted;
	padding-bottom: 15px;
	padding-right: 10px;
}

.boxThumbImage {
	width: 40px;
	float: left;
	margin-right: 10px;
}

.boxContent {
	width: 160px;
	float: left;
}

.boxText {
	color: #B2B2B2;
	font-size: 12px;
	line-height: 1.5em;
}

.boxTextDark {
	color: #666666;
	font-size: 11px;
	margin-top: 10px;
}

.boxTextDark2 {
	color: #666666;
	font-size: 11px;
	margin-top: 3px;
}


.boxLink {
	display: block;
	color: #666666;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
}


/* --------------------------------- TEXT STYLING --------------------------------- */

p {
	color: #999999;
	font-size: 1.3em;
	line-height: 1.5em;
}

.introText {
	color: #999999;
	font-size: 1.3em;
	line-height: 1.6em;
}

h1 {
	font-size: 1.4em;
	color: #802129;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	text-indent: -3000px;
}

h3 {
	font-size: 1.4em;
	color: #802129;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.4em;
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 10px;
}

h5 {

}

.footerLeft {
	float: left;
	color: #666666;
	font-size: 11px;
	margin-top: 5px;
	padding-bottom: 20px;
}

.footerRight {
	float: right;
	color: #666666;
	font-size: 11px;
	margin-top: 5px;
}


.textLeft { float: left; }
.textRight { float: right; }


/* --------------------------------- NAVIGATION (MAIN) --------------------------------- */

#menu li {
	float: left;
	margin-top: 11px;
	height: 20px;
}

.home a {
	display: block;
	width: 58px;
	height: 20px;
	background: url(../images/menu_home.gif) 0 0 no-repeat;
	text-indent: -4000px;
	margin-left: 10px;
}

.about a {
	display: block;
	width: 65px;
	height: 20px;
	background: url(../images/menu_about.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.news a {
	display: block;
	width: 59px;
	height: 20px;
	background: url(../images/menu_news.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.events a {
	display: block;
	width: 67px;
	height: 20px;
	background: url(../images/menu_events.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.gallery a {
	display: block;
	width: 80px;
	height: 20px;
	background: url(../images/menu_gallery.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.video a {
	display: block;
	width: 65px;
	height: 20px;
	background: url(../images/menu_video.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.membership a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../images/menu_membership.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.jobs a {
	display: block;
	width: 54px;
	height: 20px;
	background: url(../images/menu_jobs.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.contact a {
	display: block;
	width: 81px;
	height: 20px;
	background: url(../images/menu_contact.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.mplayer a {
	display: block;
	width: 116px;
	height: 20px;
	background: url(../images/menu_player.gif) 0 0 no-repeat;
	text-indent: -4000px;
}

.home a:hover { background-position: -58px 0; }
.about a:hover { background-position: -65px 0; }
.news a:hover { background-position: -59px 0; }
.events a:hover { background-position: -67px 0; }
.gallery a:hover { background-position: -80px 0; }
.video a:hover { background-position: -65px 0; }
.membership a:hover { background-position: -100px 0; }
.jobs a:hover { background-position: -54px 0; }
.contact a:hover { background-position: -81px 0; }
.mplayer a:hover { background-position: -116px 0; }


/* --------------------------------- LINK STYLING --------------------------------- */


a, a:visited {
	outline: none; /* For Firefox to stop showing that box */
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}


/* --------------------------------- IMAGES --------------------------------- */

.logoCube {
	display: block;
	margin: 0 auto;
}

.hotBox1, .hotBox2 {
	margin-bottom: 10px;
}

.bottomBox {
	margin-top: 20px;
}

.thumbImage {
	padding: 3px;
	border: 1px solid #1a1a1a;
}

.thumbImage1 {
	padding: 3px;
	border: 1px solid #1a1a1a;
	margin: 0 10px 10px 0;
}

.flyerImage {
	padding: 3px;
	border: 1px solid #1a1a1a;
	margin-bottom: 20px;
}

.dailyEvents {
	margin-bottom: 30px;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 30px;
}


/* --------------------------- LISTS --------------------------- */


ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2.1em;
	font-size: 13px;
	color: #C9C9C9;
}

/* --------------------------- FORM --------------------------- */


#contact-area {
	width: 500px;
	margin-top: 20px;
	float: left;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 273px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #333333;
	background-color: #CCCCCC;
}

#contact-area textarea {
	height: 80px;
}

#contact-area input.submit-button {
	font-size: 13px;
	color: #333333;
	width: 100px;
	float: left;
	margin-left: 145px;
}

label {
	font-size: 13px;
	color: #CCCCCC;
	float: left;
	text-align: left;
	margin-right: 35px;
	width: 110px;
	padding-top: 5px;
}

.fontText {
	font-size: 1.3em;
	color:#333333;
}


