/* @override http://ssiyc/styles/main.css */

/*
	TABLE OF CONTENTS
	
	1. GLOBAL
	2. HEADER
	3. NAVIGATION
	4. BODY
	5. FOOTER
	
-------------------------------------
	
	COLOR PALLETE
	#005186 - Background Blue
	

*/

/************************************
	1. GLOBAL
************************************/

html {
	background-color: #005186;
}

body {
    color: #444;
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
    background: #005186 url(../images/site-bg.gif) no-repeat top center;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

img {
	border: 0;
}

label {
	font-weight: bold;
}

li {
	list-style-type: disc;
}

strong {
	font-weight: bold;
}

ul {
	margin: 0.5em 0 0.5em 2em;
}

#shadow-top {
	height: 46px;
    width: 830px;
	margin: 25px auto 0px auto;
	background-image: url(../images/shadow-top.png) !important;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
}

#shadow-bottom {
    width: 830px;
    margin: auto;
    height: 46px;
    background-image: url(../images/shadow-bottom.png) !important;
    background-image: none;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#wrapper {
	width: 830px !important;
    width: 840px;
    margin: 0px auto;
    background-image: url(../images/wrap-shadow.png) !important;
    background-image: none;
    background-repeat: repeat-y;
	text-align: left;
}

#inner {
    margin: 0px 45px;
	padding-bottom: 10px;
    background-color: #ffffff;
    background-image: url(../images/wrap-bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
}

#col1 {
    float: left;
    width: 230px;
    margin: 5px 0px 0px 10px;
}

#col1 #logo-image {
	margin: 0 0 10px 0;
}

#col2 {
    float: left;
    margin: 30px 0px 0px 0px;
}

/************************************
	1. HEADER
************************************/

#col2 #address {
    color: #999999;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
}

#col2 #logo-text {
    height: 40px;
}

/************************************
	2. NAVIGATION
************************************/

#menu {
	height: 40px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu ul li {
    display: inline;
}

#menu ul li a, #menu ul li a:visited {
    color: #bfd4e1;
    font-size: 12px;
	line-height: 29px;
    text-decoration: none;
    float: left;
    display: block;
    height: 29px;
    margin: 0 30px 0 0;
}

#menu ul li .active {
    background: url(../images/menu-active.gif) bottom center no-repeat;
}

#menu ul li a:hover {
    text-decoration: underline;
}

/************************************
	1. CONTENT BLOCK
************************************/

	/************************************
		1. CONTENT BLOCK | Common
	************************************/
	#bodycopy {
	    width: 480px;
	}

	#bodycopy blockquote {
		font-style: italic;
	}

	#bodycopy h1 {
		margin: 0 0 6px 0;
		color: #444;
	}

	#bodycopy h2 {
		margin: 6px 0 0px 0;
		color: #003252;
	}

	#bodycopy h3 {
		margin: 0;
	}
	
	#bodycopy li {
		line-height: 1.4em;
	}

	#bodycopy p {
	    font-size: 1em;
	    line-height: 1.3em;
	    margin: 0.7em 0;
	}
	
	#fooddrink #bodycopy p {
		font-size: 0.91em;
	}

	/************************************
		1. CONTENT BLOCK | Page Specific
	************************************/
	
		/******************************************
			1. CONTENT BLOCK | Page Specific | Home
		******************************************/
		
		/******************************************
			1. CONTENT BLOCK | Page Specific | Contact
		******************************************/
		
		#contact input, #contact textarea {
			margin: 0 0 10px 0;
			padding: 4px;
			border:1px solid #aaa;
			font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: normal;
		}

		#contact input.error, #contact textarea.error {
			background-color: #ffd9d9;
			border-color: #ee0000;
		}

		#contact input.focus, #contact textarea.focus {
			background-color: #ffffff;
			border-color: #000000;
		}

		#send {
			width: 100px;
		}
		
		/******************************************
			1. CONTENT BLOCK | Page Specific | Events
		******************************************/
		
		#events .event {
			border-bottom: 1px solid #cccccc;
		}
		
		#events .event h2 {
		}
		
		#cur-events {
			font-size: 0.8em;
		}
		
		#cur-events a {
			color: #003252;
			font-weight: bold;
		}
		
		#cur-events p {
			margin: 0 0 1em 0;
		}
		
		/******************************************
			1. CONTENT BLOCK | Page Specific | Food & Drink
		******************************************/
		
		/******************************************
			1. CONTENT BLOCK | Page Specific | Officers
		******************************************/
		
		/******************************************
			1. CONTENT BLOCK | Page Specific | Photos
		******************************************/
		p.gallery a img {
			border: 5px solid #eee;
			margin: 0 5px;
		}

/************************************
	1. UTILITIES
************************************/

	/*********************************************************
		8.1 UTILITIES | Clear Fix
	**********************************************************/

	.clearfix:after {
		line-height: 0;
		height: 0;
		display: block;
		visibility: hidden;
		clear: both;
		content: ".";
	}

	.clearfix {
		display: inline-block;
	}

	html[xmlns] .clearfix {
		display: block;
	}

	* html .clearfix {
		height: 1%;
	}
	
	/*********************************************************
		8.1 UTILITIES | Image Border
	**********************************************************/

	img.border {
		border:1px solid #000000;
	}

/************************************
	1. sIFR CSS
************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/************************************
	1. Lightbox Styles
************************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

