/*
Stylesheet Name: Stephens Standard Template
Theme URI: http://www.frankbelfast.com
Description: Template stylesheet with grid system
Version: 1.5b
Author: Stephen Reid (stephen.reid@frankbelfast.com)

Contents:
1. Reset

2. Typography

3. Navigation

4. Homepage & common layout
	
5. Extras
	-> 5.1 Clearfix
		
*/


/* - ###### - 1.0 RESET - ###### - */

/* - Adapted from
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/, Thanks
Eric - */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li{
	line-height:1.2em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
text-decoration: none;
}

/* - ###### - 2.0 TYPOGRAPHY and LINKS- ###### - */

body{
	font-family:Georgia, Palatino, serif;
	font-size:14px;
	color:#666;
}

p{
	line-height:1.3em;
	margin-bottom:20px;
}

p.date{
	margin-bottom:0px;
}

h1, h2 {
	text-transform:uppercase;
	font-weight:normal;
	padding-left:20px;
	background: url('/images/icons/header-icon.png') no-repeat 0px 4px;
	position:relative;
	left:-20px;
}

h1{
	font-size:24px;
	margin-bottom:10px;
}

h1#page-title{
	margin-top:50px;
	margin-bottom:25px;	
}

h1#page-title-nav{
	margin-top:50px;
	margin-bottom:25px;	
	background:none;
	padding-left:0;
	left:-25px;
}

h1#page-title-nav span{
	font-size:40px;
	line-height:0px;
}

h2{
	font-size:21px;
	margin:10px 0;
	line-height:1.2em;
}

h3{
	font-size:17px;
	margin-bottom:10px;
	line-height:18px;
	font-weight:bold;
}
	
	

h4{
	font-size:15px;
	margin-bottom:5px;
	line-height:18px;
	font-weight:bold;
}

#footer-inner h4{
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:10px;
	line-height:18px;
	font-weight:normal;
}

#footer-inner a
{
	color: #fff;
}


.date{
	font-style: italic;
	font-size: 15px;
}

.date-page{
	font-style: italic;
	font-size: 17px;
}

#twitter-feed {
	font-size:18px;
}

a.block-link{
	display:block-inline;
	line-height:20px;
	background:#960234;
	border:1px solid #fff;
	padding:3px 7px;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
    margin-top:10px;       
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}

a.block-link:hover{
	background-color:#ae023e;
	color:#fff;
}

a.block-link:visited{
	background-color:#58011f;
	color:#fff;
}

a {
	color:#960234;
}


a:hover {
	color: #ae023e;
}

a:visited {
	color: #58011f;
}

a:active {
	
}



/* - ###### - 3.0 NAVIGATION - ###### - */


#top-bar{
	position:absolute:
	top:0px;
	height:35px;
	background:#870230;
	border-bottom:1px solid #FFD0E1;
	-moz-box-shadow:-10px 3px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow:-10px 2px 5px rgba(0,0,0,0.3);
    box-shadow:-10px 6px 5px rgba(0,0,0,0.3);
}

#nav {
	top:0;
	height:34px;
	background:#870230;
	margin-bottom:20px;
	width:940px;
}

#nav li{
   display:block;
   float:left;
   margin:0;
}


#nav li a{
   	font-size:15px;
    height:15px;
    display:block;
    border-bottom:1px solid #FFD0E1;
    color:#fff;
    text-transform:uppercase;
    padding: 10px 10px;
}


#nav li a:hover{
   background:#5B0122;
}


#nav a#mailing-link{
	background:#960234;
	border:1px solid #fff;
	padding:5px 7px 7px 7px;
	font-size:12px;
	color:#fff;
	height:10px;
	text-transform:uppercase;
    margin:5px 0 0 50px;       
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}

/*---ACTIVE STATES---*/

body#home a#nav-home,
body#about a#nav-about,
body#location a#nav-location,
body#mactivities a#nav-mactivities,
body#gallery a#nav-gallery,
body#news a#nav-news,
body#faq a#nav-faq{
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid #5B0122;
	background:#5B0122;
}


#sub-nav{
  text-transform:uppercase;

}

#sub-nav li{
   display:block;
   margin-bottom:15px;
}


#sub-nav li a{
    font-size:14px;
}


#sub-nav li a.active{
    font-size:22px;
}

/* - ###### - 4.0 HOMEPAGE & COMMON ELEMENTS LAYOUT - ###### - */


/* - Columns - */

.col-1{width:60px;}
.col-2{width:140px;}
.col-3{width:220px;}
.col-4{width:300px;}
.col-5{width:380px;}
.col-6{width:460px;}
.col-7{width:540px;}
.col-8{width:620px;}
.col-9{width:700px;}
.col-10{width:780px;}
.col-11{width:860px;}
.col-12{width:940px;}

body{
	background: #fcfcfc url('/images/header-back.jpg') top center no-repeat;
}

body#home{
    background: #fcfcfc url('/images/home-back.jpg') top center no-repeat;
}

#content {
	position:relative;
	top:-36px;
	width: 940px;
	padding: 0px 20px;
	margin:0 auto;  	
}

#slideshow{
position:relative;
}


#intro{
	height:330px;
	color:#fff;
}

#intro h1{
	background:none;
	font-size:20px;
}

#cam-holder{
	margin-bottom:10px;
	overflow:hidden;
	height:260px;	
}

#cam-holder img{
	width:380px;
	height:260px;
	margin-top:0px;
}
		

a#logo{
    display:block;
    position:relative;
}

img.square-thumb{
	float:left;
	padding-right:10px;
	margin-bottom:20px;
}

#footer-outer{
	position:relative;
    bottom:-17px;
    width:100%;
    height:250px;
    background:#920231 url('/images/footer-back.png') top center no-repeat;
    border-top:1px solid #FFD0E1;
	-moz-box-shadow:-10px -1px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow:-10px 2px 5px rgba(0,0,0,0.3);
    box-shadow:-10px 6px 5px rgba(0,0,0,0.3);
}

#footer-inner{
	width:940px;
	margin:20px auto;
	color:#fff;
}

#news-sidebar p,
#news-sidebar h3{
	font-size:90%;	
}

/*-----HOMEPAGE NEWS SLIDER------*/

#storyContainer{
	position:relative;
	width:540px;
	height:275px;
}

.storydiv {
    height:275px;
    width:540px;
	position:absolute;
}



.fstory {
     padding: 6px 10px 8px 50px;
     display:block;
	 position:absolute;
	 width:480px;;
	 filter: alpha(opacity=65);
  	-moz-opacity: 0.65;
  	opacity: 0.80;
	 top:249px;
	 left:0px;
	 background-color:#000;
     font-weight:normal;
	color:#fff;
z-index:1;
font-size:12px;
}

.fstory a{
color:#fff;
text-decoration:underline;
}

#story2{
	display:none;
}
#story3{
	display:none;
}
#story4{
	display:none;
}
#story5{
	display:none;
}

#slider_nav { 
	font-size:25px;
	position:absolute;
	top:247px;
	left:1px;
   	padding:0px 3px;
  	font-weight:bold;
  	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
z-index:10;
   	
}

#slider_nav a{
color:#fff;
display:block
float:left;
border-right:1 px solid;
width:15px;

}


#slider_nav span{
display:none;
}


/*--###### - Sponsor Links - ######*/


/*--footer--*/

#sponsors-footer{
position:relative;
width:300px;
height:102px;
font-size:13px;
} 

#sponsors-footer p{
margin-bottom:5px;
}

#sponsors-footer a{
text-indent:-999em;
color:#fff;
font-weight:bold;
background: url('fakeymcgif.gif'); /*--needed for ie--*/
}

#sponsors-footer a#lotto{
top:0px;
left:370px;
}

#sponsors-footer a#dsd{
top:0px;
left:720px;
}


/*--sponsor page--*/
.sponsors-main{
position:relative;
margin-bottom:20px;
}

.sponsors-main a{
display:block;
position:absolute;
text-indent:-999em;
width:210px;
height:102px;
background: url('fakeymcgif.gif'); /*--needed for ie--*/
}

.sponsors-main a#dca{
top:0px;
left:0px;
}

.sponsors-main a#lotto{
top:0px;
left:220px;
width:160px;
}

.sponsors-main a#dsd{
top:0px;
left:410px;
}

.sponsors-main a#harbout{
top:210px;
left:230px;
width:150px;
height:70px;
}

.sponsors-main a#bcc{
top:10px;
left:0px;
width:100px;
height:100px;
}






/* - ###### - 5.EXTRAS - ###### - */
/*--mactivites grid--*/

.mactivities-grid{
	width:960px;
}
.mactivities-grid li{
	display:block;
	float:left;
	width:460px;
	height:250px;
	margin-right:20px;
}

p.category{
	font-style:italic;
	font-size:17px;
	margin-bottom:3px;
	margin-top:-5px;
}

hr.mactivities-hr{
	height:1px;	
	margin:0 auto 30px auto;
}

.mactivities-grid li .img-cate{
width:150px;
}



/*--gallery--*/

#gallery-content{
	width:720px;	
}


ul#image-gallery li{
	float:left;
	width:220px;
	height:200px;
	margin-right:20px;
	font-size:11px;
}

ul#image-gallery li .img-mask{
	height:140px;
	overflow:hidden;
}


ul#video-gallery li{
	float:left;
	width:300px;
	height:330px;
	margin-right:20px;
	font-size:11px;
}

ul#video-gallery li p{
	margin-top:10px;	
}
/*--social links--*/

ul#social-links-big li{
	float:left;
}

ul#social-links-big li a{
	float:left;
	width:55px;
	height:55px;
	margin-right:10px;
	background:#870230;
	border:1px solid #FFD0E1;
	text-indent:-999em;
	-moz-box-shadow:2px 3px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    box-shadow:0px 6px 5px rgba(0,0,0,0.3);
}

ul#social-links-big a#twitter-big{
	background: #870230 url('/images/icons/twitter-big.png') 2px 1px no-repeat;
}

ul#social-links-big a#facebook-big{
	background: #870230 url('/images/icons/facebook-big.png') 3px 2px no-repeat;
}

ul#social-links-big a#flickr-big{
	background: #870230 url('/images/icons/flickr-big.png') 2px 1px no-repeat;
}

ul#social-links-big a#youtube-big{
	background: #870230 url('/images/icons/youtube-big.png') 2px 2px no-repeat;
}

ul#social-links li{
	float:left;
}

ul#social-links li a{
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
	background:#870230;
	border:1px solid #FFD0E1;
	text-indent:-999em;
	-moz-box-shadow:2px 3px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    box-shadow:0px 6px 5px rgba(0,0,0,0.3);
}

ul#social-links a#twitter{
	background: #870230 url('/images/icons/twitter-small.png') 2px 1px no-repeat;
}

ul#social-links a#facebook{
	background: #870230 url('/images/icons/facebook-small.png') 3px 2px no-repeat;
}

ul#social-links a#flickr{
	background: #870230 url('/images/icons/flickr-small.png') 2px 1px no-repeat;
}

ul#social-links a#youtube{
	background: #870230 url('/images/icons/youtube-small.png') 2px 2px no-repeat;
}

ul#social-links-big a#twitter-big:hover,
ul#social-links-big a#facebook-big:hover,
ul#social-links-big a#flickr-big:hover,
ul#social-links-big a#youtube-big:hover,
ul#social-links a#twitter:hover,
ul#social-links a#facebook:hover,
ul#social-links a#flickr:hover,
ul#social-links a#youtube:hover{
	background-color:#ae023e;
}

/*--contact-form--*/

#email-signup br.clear{
	display:block;
	height:20px;
}
/*--Other--*/

hr{
	background-color: #939598;
	height: 1px;
	border:none;
	margin:10px 0 5px 0;
	height:30px;
	width:900px;
}


.clear-right{clear:right;}
.clear-left{clear:left;}
.clear{clear:both;}

.left{
	float:left;
}

.right{
	float:right;
}

/* - Padding - */

.pad-top{padding-top:20px;}
.pad-right{padding-right:20px;}
.pad-bottom{padding-bottom:20px;}
.pad-left{padding-left:20px;}


a#youtube-link, a#facebook-link, a#flickr-link{
	display:block;
	width:70px;
	height:70px;
	position:absolute;
	text-indent:-999em;
	background-image: url(transparent.gif); 
}

a#youtube-link{
	top:140px;
	left:165px;
}

a#facebook-link{
	top:140px;
	left:253px;
}

a#flickr-link{
	top:140px;
	left:338px;
}





/* - 5.1CLEARFIX - */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*--Nasty Hacks--*/
a.ie-hack { 
	background-image: url(transparent.gif); 
} 



/* body#mactivities div#content div.col-6 a.block-link{display:none;}-hide booking link, delete this later--*/


.alert
{
	border: 1px rgb(174, 2, 62) solid;
	line-height: 1.8;
	padding: 0 0.5em;
}