/* 
	CSS RESET
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* 
	Template Styles
*/

/* ------------ ([ Main Tags ]) ------------*/

html {
	padding: 0; margin: 0;
	height: 100%;
}

body {
    background: url('/assets/images/background.jpg') repeat scroll center top #231f20;
    padding: 0; margin: 0;
    color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

a, a:link, a:hover {
	text-decoration: underline;
	color: #fff;
}

h2, h3 {
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 10px;
}

h1 {
    width: 50px; height: 50px;
    text-indent: -9999px;
    position: absolute;
}

p {
	margin: 0 0 10px 0;
}

/* ------------ ([ Layout ]) ------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: left 253px no-repeat transparent url('/assets/images/content-background.jpg');
	overflow: hidden;
}

#header {
	width: 960px; height: 253px;
	background: top left no-repeat transparent url('/assets/images/header-background.jpg');
}

	#header .top_left {
		float: left;
		padding: 25px 0 0 40px;
		overflow: hidden;
	}
	#header .top_right {
		float: right;
		text-align: right;
		padding: 25px 40px 0 0;
		overflow: hidden;
	}

.mid_left, .mid_right {
	height: 274px; float: left;
}

	.mid_left {
		position: relative;
		padding: 35px 35px 0 35px;
		width: 155px; 
	}
		.mid_left .twitter {
			position: absolute;
			bottom: 22px; left: 35px;
			font-size: 0.8em;
			display: block;
			text-decoration: none;
			padding:5px 25px 2px 0;
            width: 140px;
		}
		
			.mid_left .twitter span {
				text-decoration: underline;
			}
	
	.mid_right {
		padding: 35px 0 0;
		width: 225px;
		position: relative;
		overflow: hidden;
	}
	
		#promos {
			overflow: hidden; position: relative;
			width: 155px !important; 
			margin: 0 0 0 30px;
		}
		
			#promos .slide {
				width: 190px; height: 274px;
			}
			
				#promos .slide .slide_text {
					width: 155px;
					float: left;
				}
					
					#promos .slide .slide_text p {
						padding: 2px 0 15px;	
					}
				
				#promos .slide .slide_spacer {
					width: 35px;
					height: 100%;
					float: right;
				}
	
.mid_centre {
	width: 510px; height: 309px;
	overflow: hidden;
	float: left;
	position: relative;
}

	.mid_centre #flickr {
		height: 295px;
		overflow: hidden;		
	}
	
.bottom_left, .bottom_centre, .bottom_right {
	float: left;
	width: 260px; height: 291px;
	padding: 26px 30px 0;
	position: relative;
}

.bottom_centre {
	padding: 26px 30px 0 20px;
	width: 270px;
}

#footer {
	margin: 25px 0 0 0;	
	float: left; clear: both;
	width: 100%; height: 100px;
	display: block;
}

	#footer li {
		display: inline;
		list-style-type: none;
		padding-right: 6px;	
	}
			
		#footer li a {
			padding-left: 10px;
			margin: 0;
			text-decoration: none;
			position: relative;
		}
		
			#footer li a:hover {
				text-decoration: underline;
			}
			
			#footer li a span.catch_logo {
				background: top left no-repeat url('/assets/images/catch-logo.jpg');
				width: 32px; height: 10px; 
				overflow: hidden;
				text-indent: -999px;
				position: absolute; top: 2px; left: 65px;
			}

/* ------------ ([ Aesthetic ]) ------------*/

.underline {
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 0;
}

.jsShow {
	display: none !important;
}

.next_arrow, .prev_arrow {
	background: top left no-repeat transparent url('/assets/images/right.gif');
	width: 11px; height: 13px;
	display: block; overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 9999;
}

	.prev_arrow {
		background: top left no-repeat transparent url('/assets/images/left.gif');
	}
	
.mid_right .next_arrow {
	position: absolute;
	bottom: 25px; right: 35px;
}
.mid_right .prev_arrow {
	position: absolute;
	bottom: 25px; right: 60px;
}

.mid_centre .next_arrow {
	position: absolute;
	bottom: 23px; right: 18px;
}
.mid_centre .prev_arrow {
	position: absolute;
	bottom: 23px; right: 42px;
}

#gallery_frame {
	position: absolute; top: 0; left: 0;
	z-index: 9990;
}

.mid_centre .flickr_link {
	position: absolute;
	bottom: 18px; right: 69px;
	z-index: 9999;
}

#mapHolder {
    width: 267px; height: 206px;
	background: top left no-repeat url('/assets/images/map-background.jpg');
	position: absolute; top: 55px; left: 30px;
    display: none;
}

   #mapHolder #map {
    	width: 267px; height: 206px;
    	background: top left no-repeat url('/assets/images/map-background.jpg');
    	position: absolute; top: 0; left: 0;
        overflow: hidden;
    }
    
    #mapHolder a {
        position: absolute; top: -20px; right: 0;
        text-decoration: none;
    }
    
     #mapHolder a:hover {
         text-decoration: underline;    
     }

#reverse_tabs {
	width: 293px; height: 36px;
	position: absolute; bottom: 8px; left: 13px;
}

.bottom_right #contact_tab_1, .bottom_right #contact_tab_2 {
	position: absolute; bottom: 11px; left: 20px;
	cursor: pointer;
	width: 125px; height: 27px;
    display: block; overflow: hidden;
    padding: 5px 0 0;
	text-align: center;
    background: transparet;
}

.bottom_right #contact_tab_2 {
	left: 175px;
}

.bottom_centre #menu_image {
	position: absolute; top: 0; right: 5px;	
}

.bottom_centre .menu_text {
	width: 115px;
    margin-left: 3px;
}

.bottom_left {
	background: right top no-repeat transparent url('/assets/images/events-background.jpg');
}

	.bottom_left .events_text {
		position: absolute; top: 230px;
        width: 260px;
	}
	
	.bottom_left .facebook_link {
		display: block;
		width: 310px; height: 190px;
		position: absolute; top: 0; right: 0;
		text-indent: -9999px;
	}

/* ------------ ([ Contact Form ]) ------------*/

#contact {
    position: relative;
    overflow: hidden;
    height: 215px;
}

    #contact form {
        width: 100%; height: 100%;
        position: relative;        
    }

	#contact label, #contact #form_error {
		width: 100%;
		float: left; clear: both;
        text-align: right;
	}
	
		#contact label span {
			width: 65px;
			text-align: right;
			display: block;
			float: left;
		}
	
		#contact label input, #contact label textarea {
			width: 175px;
			float: right;
			background: #828282;
			padding: 2px 5px; margin: 0 0 5px;
			border: 1px solid #333;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
		}
        
        #contact label textarea {
            height: 50px;
        }
        
        #contact label .checkbox {
            width: auto;
            float: left;
            margin-left: 10px;
            border: 0 none;
            background: transparent none;
        }
		
		#contact #form_send {
			width: 84px; height: 31px;
			padding: 0; margin: 0;
			border: 0 none;
            float: right;
		}
		
		#contact label .error {
			border: 1px solid #9d0101;
            background: #caaeae;
		}
        
    #contact #form_error {
        color: #c00;
        font-size: 0.9em;
        padding: 2px 0 5px;
    }

