/* @override http://localhost/flashonthebeach2/styles/sitestyle.css */

/********** Reset **********/
/* Adapted from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, 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, ol, ul, li,
fieldset, form, label, legend, 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! */
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: disc;
	margin-bottom: 10px;
}
/* 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: "" "";
}

/* End Reset */

/*-------------------------------------------------------------------------------*/
/* Main Body, header and footer styles */
/*-------------------------------------------------------------------------------*/
#bodyWrapper {
	float: left;
	display: inline;
	background: url(../images/css/bg10.gif);
/*	background: url(images/css/bkg.jpg);*/
	background-repeat:repeat-y center;
	height: auto;
	width: 980px;
	margin: 0px 0px 0px 0px;
}

#headerWrapper {
	background: url(../images/css/bg10.gif);
/*	background: url(images/css/bkg.jpg);*/
	background-repeat:repeat-y center;
	float: left;
	display: inline;
	width: 980px;
	top: 50px;
}
#topBorder {
	background: url(../images/css/top10.gif);
	background-color: #4d4735;
	float: left;
	display: inline;
	height: 45px;
	width: 980px;
}
#bottomBorder {
	background-image: url(../images/css/bottom10.gif);
	background-color: #4d4735;
	float: left;
	display: inline;
	height: 55px;
	width:980px;
	margin-bottom: 6px;
}
#brightonLogo {
	clear:both;
	width:750px;
	height:193px;
	margin:0px 0px 0px 115px;
/*	background-image: url(images/css/logo07.jpg);
	background-image: url(../images/css/fotbbrighton10b.gif);*/
	background-image: url(../images/css/fotbbrighton10.gif);
}
#footerContent {
	background: url(../images/css/bg10.gif);
	width: 980px;
	clear:both;
	padding: 15px 0px 5px 0px;
	text-align: center;
}
#footerContent li {display: inline;}


/*-------------------------------------------------------------------------------*/
/* Left & Right Panels */
/*-------------------------------------------------------------------------------*/
#fullcolumn {width: 950px;
	padding: 3px 0 0px 35px;
	margin-right: 25px;
}
#rightcolumn {
	width: 350px;
	padding: 3px 25px 0 20px;
	margin-right: 1px;
	margin-bottom: 5px;
	float: right;
}
#leftcolumn {
	width: 450px;
	padding: 0px 0px 0 0px;
	float:left;
	margin-bottom: 5px;
}
#fiftyfiftyL {
	width: 450px;
	padding: 0px 0px 0 0px;
	float:left;
	margin-bottom: 20px;
	margin-right: 15px;
}
#fiftyfiftyR {
	width: 450px;
	padding: 0px 0px 0 0px;
	float:left;
	margin-bottom: 20px;
}


/*-------------------------------------------------------------------------------*/
/* Body Formatting */
/*-------------------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding:0;
	width: 980px;
	text-align: left;
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #4d4735;
}
p {
	margin: 0 50px 10px 0;
}
#leftcolumn p {
	margin: 0 10px 10px 0;
}

/*-------------------------------------------------------------------------------*/
/* IE5.x/Win hacks */
/*-------------------------------------------------------------------------------*/
html body {
	font-size: 1em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-weight: normal;
	font-style: normal;
}
/*-------------------------------------------------------------------------------*/
/* Headings */
/*-------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	text-decoration:none;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #333;
	clear: both;
	text-transform:uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3, h4, h5 {
	letter-spacing:-2px;
}

h3 { font-size:175%; }
h4 { font-size:150%;
 	margin-bottom: 20px;
	margin-top: 25px;
}
h5 { font-size:125%; }

h3.red {color:#a10102;}
h4.red { color:#8c0001;
}
h4 span { 
	color:#fff;
	background-color: #8c0001;
	padding: 5px 20px 5px 65px;
	margin: 10px 35px 0 -75px;
}
#fiftyfiftyR h4 span{
	padding: 5px 20px 5px 45px;
	margin: 10px 35px 0 -55px;
}
h4.subscribeForm{
	margin-bottom: -6px;
}
blockquote {
	margin-left: 45px;
}
ol {
	margin-left: 45px;
	margin-right: 50px;
}
/*-------------------------------------------------------------------------------*/
/* List Formatting */
/*-------------------------------------------------------------------------------*/
ul  {margin:0 auto;}
li  {margin-left:1em;}
ul li {list-style: none;}

ul#bottomNav li {
	text-decoration:none;
	padding-right: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color: #193d66;
	letter-spacing:-1px;
	vertical-align: top;
	text-transform:uppercase;
}

ul#bottomNav li a {
	text-decoration:underline;
	padding-right: 4px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #193d66;
	letter-spacing:-1px;
	vertical-align: top;
	text-transform:uppercase;
}
ul#mainNav li a:hover {
	color:#802C2F;
	text-decoration: underline;
}
ul#mainNav li a.selected {
	color:#802C2F;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------*/
/* Links */
/*-------------------------------------------------------------------------------*/

a {text-decoration: none;}
a:link, a:visited {color: #000000; border-bottom: 0 solid #960;}
a:visited {font-weight: bold;text-decoration:underline;color: #666666;}
a:link {font-weight: bold;text-decoration:underline;}
a:hover { text-align: center;}


h5.sub {
	font-size: 20px;
	line-height: 95%;
	color: #333;
	letter-spacing: -0.5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-style: italic;
	text-transform: none;
}
h5.homeBlue {
	font-size: 130%;
	line-height: 95%;
	color: #2075AB;
	letter-spacing: -1px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	padding-top: 0;
}
h5.sub_red {color:#802C2F; vertical-align: text-bottom;}
h4.blue {color:#4F8A9E}
/*-------------------------------------------------------------------------------*/
/*  Menu  */
/*-------------------------------------------------------------------------------*/
#topMenu { 
	float:left;
	height:30px;
	width: 955px;
	padding: 10px 0px 5px 0;
	margin: 5px 10px 5px 46px;
}
#topMenu ul { list-style-type:none; padding:0 !important;}
ul#mainNav {
	list-style-type:none;
	margin-top: -3px;
	float: left;
}
ul#mainNav li {display: inline;}
ul#mainNav li a {
	display: inline;
	float: left;
	text-decoration:none;
	padding-right: 4px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:150%;
	color: #4d4735;
	font-weight:bolder;
	letter-spacing:-3px;
	vertical-align: top;
	text-transform:uppercase;
}
ul#mainNav li a:hover {
	color: #fff;
	background-color: #4d4735;
	text-decoration:none;
}
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
/*  Social Network Icons  */
/*-------------------------------------------------------------------------------*/
div .sociable { margin: 10px 0 !important; }
/*-------------------------------------------------------------------------------*/
h1.logoHeader a {
	background: url(../images/css/brightonrock.png) top left no-repeat;
	text-indent: -9999px;
	float:left;
	display: block;
	width: 850px;
	height: 150px;
	border: none;
	padding: 0px;
	margin: 10px 0px 10px -80px;
	}
	h1.logoHeader a:hover {
	background: url(../images/css/brightonrock.png) 0px 0px no-repeat;
	}
	
h1.logoHeader a img {
	height:0;
}

a.registerNow {
	text-indent:-9999px;
/*	background: url(../images/css/register_now.png) top right no-repeat;*/
	background: url(../images/css/social_icons.png) top right no-repeat;
	display: block;
	width: 410px;
	height: 130px;
	padding: 0px;
	margin: 10px 35px 0px 0px;
	float: right;
	color: #FFF;
}
	
a.registerNow:hover {
/*	background: url(../images/css/register_now.png) top right no-repeat;*/
	background: url(../images/css/social_icons.png) no-repeat 0 -134px;
	margin: 10px 0 0px;
}
/* Big Social Icons */
a.vimeo {
	text-indent:-9999px;
	background: url(../images/social/vimeo10.png) top left no-repeat;
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0px;
	border: none;
	margin: 0px 0px 40px 20px;
}

/* My Comment */
	
a.vimeo:hover {
	background: #F5F2E8 url(../images/social/vimeo10.png) no-repeat 0 -80px;
}
a.twitter {
	text-indent:-9999px;
	background: url(../images/social/twitter10.png) top left no-repeat;
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0px;
	border: none;
	margin: 0px 0px 40px;
}

/* My Comment */
	
a.twitter:hover {
	background: #F5F2E8 url(../images/social/twitter10.png) no-repeat 0 -80px;
}

a.facebook {
	text-indent:-9999px;
	background: url(../images/social/facebook10.png) top left no-repeat;
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0px;
	border: none;
	margin: 0px 0px 30px 0px;
}

/* My Comment */
	
a.facebook:hover {
	background: #F5F2E8 url(../images/social/facebook10.png) no-repeat 0 -80px;
}
a.flickr {
	text-indent:-9999px;
	background: url(../images/social/flickr10.png) top left no-repeat;
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0px;
	border: none;
	margin: 0px 0px 30px 0px;
}

/* My Comment */
	
a.flickr:hover {
	background: #F5F2E8 url(../images/social/flickr10.png) no-repeat 0 -80px;
}
a.ical {
	text-indent:-9999px;
	background: url(../images/social/ical10.png) top left no-repeat;
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	padding: 0px;
	border: none;
	margin: 0px 0px 30px 0px;
}

/* My Comment */
	
a.ical:hover {
	background: #F5F2E8 url(../images/social/ical10.png) no-repeat 0 -80px;
}

/* End Big Social Icons */

a.registerNow img {
	height:0;
}

a.arrowMap {
	background: url(../images/css/map_arrow2.png) top left no-repeat;
	float:left;
	display: block;
	width: 340px;
	height: 228px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px -35px;
	border-right:1px solid #1e1d15;/*Grey*/
	}
	
a.arrowMap:hover {
	background: url(../images/css/map_arrow2.png) 0px -260px no-repeat;
	}
	
a.arrowMap img {
	height:0;
}
.sectionFull {
	width:980px;/*Grey*/
}

.launchDateForm {
	width:385px;
	height:260px;
	background:url(../images/css/diagonals7.png) top left no-repeat;
	float:right;
	margin-top: 15px;
	padding:35px 0px 0px 35px;
	margin-right: 10px;
	margin-left: -5px;
}

form#frmSS1 {
	position:relative;
}
/*
form#frmSS1 input.email {
	font-family: Georgia, "Times New Roman", serif;
	border:1px dashed #dc3d2a;
	width:238px;
	height:35px;
	margin:10px 0px 28px 0px;
	padding:10px 0px 0px 10px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-webkit-box-shadow: 0px 0px 5px #c1c1c1;  
    /*-moz-box-shadow: inset 0px 0px 10px #c1c1c1;  
	box-shadow: 0px 0px 5px #c1c1c1;
	font-size:130%;
	color:#d43c3c;
}*/
form#frmSS1 input.email {
	width:275px;
	height:27px;
	background: rgba(255, 254, 234, 0.2);/*White*/
	border: 5px solid rgba(25,61,102,0.25);
	font-size:130%;
	padding: 5px;
	margin-top:5px;
	color:#000;
	font-family:"Arial", Courier New, Courier, monospace;
}
form#frmSS1 input:focus {
	background:#fff;/*White*/
	-webkit-box-shadow: 0px 0px 7px #f3f2fe;/*White*/ 
    /*-moz-box-shadow: inset 0px 0px 10px #c1c1c1;  
	box-shadow: 0px 0px 5px #c1c1c1;*/
	
}

form#frmSS1 select {
	font-family : Arial; font-size : 130%;
}

form#frmSS1 label {
	font-family : Arial; font-size : 125%;
	margin-left: 2px;
}

form#frmSS1 .submit {
	position:absolute;
	top:12px;
	left:270px;
	background:url(../images/css/go2.png) top left no-repeat;
	display: block;
	width:45px;
	height:45px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	font-size: 0;
	line-height: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-left: 45px;
}

form#frmSS1 .submit:hover {
	background:url(../images/css/go2.png) 0px -50px no-repeat;
	/*opacity: 0.1;*/
}

form#frmSS1 label.emailLabel {
	text-indent:-9999px;
	display:block;
}

