@font-face
{
    font-family: 'snell_roundhandregular';
    src: url('../fonts/Snell-Roundhand/Snell_Roundhand_Script.eot');
    src: url('../fonts/Snell-Roundhand/Snell_Roundhand_Script.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Snell-Roundhand/Snell_Roundhand_Script.woff') format('woff'),
         url('../fonts/Snell-Roundhand/Snell_Roundhand_Script.ttf') format('truetype'),
         url('../fonts/Snell-Roundhand/Snell_Roundhand_Scriptt.svg#snell_roundhandregular') format('svg');
}

@font-face
{
    font-family: 'oswaldbook';
    src: url('../fonts/Oswald/Oswald_Regular.eot');
    src: url('../fonts/Oswald/Oswald_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald/Oswald_Regular.woff') format('woff'),
         url('../fonts/Oswald/Oswald_Regular.ttf') format('truetype'),
         url('../fonts/Oswald/Oswald_Regular.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/Oswald/oswald-light.eot');
    src: url('../fonts/Oswald/oswald-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald/oswald-light.woff') format('woff'),
         url('../fonts/Oswald/oswald-light.ttf') format('truetype'),
         url('../fonts/Oswald/oswald-light.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto/roboto-light-webfont.eot');
    src: url('../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
	overflow-y: scroll;	
}

#wrapper
{
	margin: -10px auto;
	padding: 0 0 30px 0;
	width: 900px;
	
	background-color: white;
	-webkit-box-shadow: 0 1px 2px 4px #CCC;
	   -moz-box-shadow: 0 1px 2px 4px #CCC;
	        box-shadow: 0 1px 2px 4px #CCC;
			
}

.floatingHeader
{
	position: fixed;
	top: 0;
	visibility: hidden;
	background-color: white;
	z-index: 1;
}

#header
{
	background-color: white;
}

a
{
	text-decoration: none;	
}

body
{
	background-image: url(../img/page-bg.jpg);
	background-repeat: repeat;
}

/* "The Gallery" Logo */

#logo
{
	float: left;
	padding: 20px 0px 0px 20px;
	height: 80px;
}

#logo a
{
	font-family: "snell_roundhandregular";
	font-weight: bold;
	color: #7AD8D0;	
	font-size: 67px;
}

/* Social Buttons */

.social-icons:hover
{
	opacity: .3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	
	transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-webkit-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
}

.social-icons
{
	height: 24px;
	width: 24px;
	opacity: .2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
	
	transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-webkit-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
}

#social-buttons
{
	padding: 3px 10px 0px 118px;
	clear: both;
	border: none;
	
}

#social-buttons image
{
	border: none;
}

#social-buttons a
{
	padding: 0px 0px 0px 0px;
}

/* "Presented by Anguilla-Beaches.com" */

#top-right
{
	float: right;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#presented-by
{
	float right;
	display: inline;
	font-size: 12px;
	font-family: "Arial", Gadget, sans-serif;
	font-weight: bold;
	color: #DADADA;
}

#anguilla-beaches
{
	float right;
	display: inline;
	font-size: 12px;
	font-family: "Arial", Gadget, sans-serif;
	font-weight: bold;
	color: #3FC;
}

#anguilla-beaches a
{
	color: #7ad8d0;	
}

/* Navigation Bar */

#navbar
{
	clear: both;
	display: table;
	width: 850px;
	margin: 0px auto;
}

#menu a.selected
{
	opacity: .6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}

#menu a
{
	font-size: 20px;
	color: #666;
	opacity: .3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	font-family: "oswaldlight";
	padding: 0px 25px 0px 10px;
	
	transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-webkit-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
}

#menu a:hover
{
	transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-webkit-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	
	opacity: .6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
} 

#menu
{
	width: 500px;
	display: table-cell;
}

/* Bar that separates head from body */

#dividing-bar
{
	clear: both;
	width: 830px;
	margin: 5px auto;
	border: 1px #CCC solid;
	opacity: .3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

/* Footer (copyright info) */

#footer
{
	clear: both;
	font-family: "robotolight";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
	margin: 20px 0px 0px 0px;
}