/*
	Aqueous: A responsive HTML5 website template by HTML5Templates.com
	Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
	Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Header */

#header-wrapper {
}

#header {
	min-height: 205px;
	position: relative;
}

/* Logo */

#logo {
	overflow: hidden;
	height: 120px;
}
#logo .logo{margin-top:0px; width:100%; max-width:300px;}
#logo h1 a {
	display: block;
	padding: 3px 0px 0px 0px;
	letter-spacing: -1px;
	
	text-decoration: none;
	text-shadow: -1px -1px 0px #2C7485;
	text-transform: uppercase;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top:-80px;
	margin-left:250px;
}

#logo p {
	padding: 10px 0px 0px 0px;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: -1px -1px 0px #388ACA;
	font-family: 'Abel', sans-serif;
	font-size: 18pt;
	color: #A5D0F2;
}

/* Menu */

#menu-wrapper {
	background: url(images/img05.jpg) no-repeat center top ;
	
}

/*#menu {
	height: 90px;
}

#menu ul {
	text-align: center;
}

#menu li {
	display: inline-block;
	padding: 15px 20px;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 13pt;
	color: #16576B;
}

#menu .current_page_item {
	background: url(images/img01.jpg) repeat;
	border-bottom: 5px solid #437BA7;
	border-top:#FFF 5px solid;
	text-shadow: -1px -1px 0px #2C7485;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	color:#F90;
}
#menu .current_page_item a:hover{color:#FFF;}
*/
/* Banner */

#banner {
	overflow: hidden;
	padding: 10px;
	box-shadow:#333 2px 0px 10px;
	margin-top:-50px;
}

#banner a img {
	display: block;
	width: 100%;
}

/* Content */

#content {
	padding: 0px 0px 0px 30px;
}

.column2 #content {
	padding: 0px 30px 0px 0px;
}

#content h2 {
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 20pt;
	color: #2A2A2A;
}
#content h2.page-title
{	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 26%, #e1e1e1 57%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#f1f1f1), color-stop(57%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 26%,#e1e1e1 57%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 26%,#e1e1e1 57%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 26%,#e1e1e1 57%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 26%,#e1e1e1 57%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */

box-shadow:#333 1px 2px 6px;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
border-top:#F90 3px solid;
border-radius:10px 1px 10px 1px;
padding:10px;
font-size:18px;
	color:#06F;
	font-weight:700;
	}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	font-weight: 300;
	color: #00A6FA;
}

#content img {
	padding: 0px 0px 30px 0px;
}

#content a img {
	display: block;
	width: 100%;
}


/* Sidebar */

#sidebar {
	padding: 10px 0px 0px 0px;
	border:#F60 1px  solid;
	border-top:none;
	border-radius:5px;
	width:300px;
}

.column2 #sidebar {
	padding: 10px 0px 0px 30px;
}

#sidebar h2 {
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 15pt;
	color: #EEE;
	background:#C30;
	-moz-border-radius-bottomright: 50px 25px;
	border-bottom-right-radius: 50px 25px;	 padding:5px;
	-moz-border-radius-bottomleft: 50px 25px;
	border-bottom-left-radius: 50px 25px;	 padding:5px;
	text-align:center;
	margin-top:-10px;
	 font-weight: 500;

}

#sidebar .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	font-weight: 300;
	color: #00A6FA;
}


/** DIVIDER */

.divider {
	margin: 30px 30px;
}

/** One Column Content */

#onecolumn {
	overflow: hidden;
	padding: 0px 30px 50px 30px;
}

#onecolumn img {
	float: left;
	margin-right: 30px;
}

#onecolumn a img {
}

#onecolumn h2 {
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 30pt;
	color: #2A2A2A;
}

#onecolumn .subtitle {
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	font-weight: 300;
	color: #00A6FA;
}


/** Footer Column Content */

#footer-content {
	overflow: hidden;
	padding: 20px 0px 0px 0px;
}

#footer-content h2 {
	padding: 0px 0px 40px 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24pt;
	color: #2A2A2A;
}

#footer-content #box1 section {
	padding-left: 20px;
}

#footer-content #box2 {
}

#footer-content #box3 section {
	padding-right: 30px;
}


/* 3 cols default */
.gallery{
	overflow: hidden;
	width: 100%;
}

.gallery li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 200px;
	float: left;
	margin: 10px 10px;
}

.gallery.two-cols li{
	width: 458px;
}

.gallery.three-cols li{
	width: 300px;
}

.gallery.four-cols li{
	width: 220px;
}

.gallery li span{
	display: none;
	position: absolute;
	top:  0px;
	right: 0px;
	width: 44px;
	height: 44px;
	background: url(../img/yellow/sprites.png) no-repeat -0px -31px;
}

.gallery li:hover span{
	display: block;
}

.gallery li em{
	display: block;
	position: absolute;
	width: 280px;
	bottom: 0px;
	left: 10px;
	padding: 10px 10px 0px 10px;
	background: white;
	color: #1f1f1f;
	font-size: 20px;
	font-style: normal;
}

.gallery.two-cols li em{
	width: 428px;
}

.gallery.three-cols li em{
	width: 280px;
}

.gallery.four-cols li em{
	width: 190px;
}

/* GALLERY PAGER ------------------------------------------------------------*/

.gallery-pager{
	overflow: hidden;
	display: block;
	height: 16px;
	margin-left: 0px;
	margin-top: 18px;
	margin-bottom: 20px;
}

.gallery-pager li{
	display: block;
	width: 17px;
	height: 16px;
	float: left;
	background: url(../img/yellow/sprites.png) no-repeat;
	background-position: -90px -31px;
	margin-left: 5px;
}

.gallery-pager li:hover,
.gallery-pager li.active{
	background-position: -69px -31px;
}

.gallery-pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

.gallery-pager li:first-child{
	background-position: -47px -31px;
}

.gallery-pager li:last-child{
	background-position: -110px -31px;
}















