﻿@import url('layout.css');
@import url(http://fonts.googleapis.com/css?family=Roboto:500,400,300,100);
body {
	font-family: "Trebuchet MS","Roboto", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	background-color:#FFFFFF;
	/*background-image: url("../images/wallpaper.jpg");*/
	/*background-repeat: repeat;*/

	background-repeat: repeat;
	background-attachment: scroll;
	height: 100%
}
#container {
	/*width: 620px;*/
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFFFF;
}
#masthead {
	text-align: left;
	width: 1000px;
	padding: 0px;
	/*border: 1px dotted #725972;*/
	border-bottom: 5px solid #674589;
	background-color: #333366; /*DAC Blue*/
	/*background-image: url("../images/masthead.gif");*/
	/*background-repeat: repeat;*/
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-right: 1px solid #674589;
}
#hnavigation {
	float: left; /*width: 800px;*/;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 1px #725972;
	background-color: #674589 /*DAC Purple*/ /* background-color: #48822B; /*JDAC Green*/;
	border-color: #674589;
}
#hsubnavigation {
	float: left; /*width: 800px;*/;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 1px #725972;
	background-color: #674589 /*DAC Purple*/ /* background-color: #48822B; /*JDAC Green*/;
	border-color: #674589;
}
#content {
	/*font-family: "Roboto","Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Roboto";
	float: left;
	width: 850px;
	height: 100%
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
	color: #333333;
	font: 300 15px/1.5 "Roboto";
}
#club-status{
	width:200px;
	float:right;
	position:relative;
	background:#674589;
	color:white;
	margin: 0px;
}
#getting_started_menu{
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	list-style:none
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	border: 0px ;
	background-color:#674589;
	padding: 10 10 10 0;
	margin: 0;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #FFCC00;
	text-align:right;
	font-style:italic;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #674589;
	background-color: #FFFFFF
;
}
#navigation a {
	color: #333366;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #333366 solid ;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333366;
}
/* Horizonal Navigation Styles */
#hnavigation ul {
	float: left;
	list-style-type: none;
	width: 100%;
	text-align:center;
	display: block;
	/*display: inline;*/
	margin: 0;
	padding: 0;
}
#hnavigation li {
	/*display: inline;*/
	display: block;
	float: left;
	margin: 0;
	*padding: 0;
	/*border: 1px dotted #eab1bb;*/
	background-color: #674589; /*DAC Purple*/
	color: #FFCC00; /*JDAC Gold*/

;
}
#hnavigation a {
	float: left;
	width:auto;
	color: #FFCC00; /*JDAC Gold*/
	text-decoration: none;
	display: block;
	float: left;
	padding:4px 10px 4px 10px;
	background-color: #674589; /*DAC Purple*/
	/* background-color: #48822B; /*JDAC Green*/
	font: 300 15px "Roboto";
}
#hnavigation a:hover {
	color: #674589; /*DAC Purple*/
	display: block;
	text-decoration: none;
	background-color: #FFCC00; /*JDAC Gold*/
}
#hsubnavigation ul {
	float: left;
	list-style-type: none;
	width: 100%;
	text-align:center;
	display: block;
	/*display: inline;*/
	margin: 0;
	padding: 0;
}
#hsubnavigation li {
	/*display: inline;*/
	display: block;
	float: left;
	margin: 0;
	*padding: 0;
	/*border: 1px dotted #eab1bb;*/
	background-color: #674589; /*DAC Purple*/
	color: #FFCC00; /*JDAC Gold*/

;
}
#hsubnavigation a {
	float: left;
	width:auto;
	color: #FFCC00; /*JDAC Gold*/
	text-decoration: none;
	display: block;
	float: left;
	padding:6px 15px 6px 15px;
	background-color: #674589; /*DAC Purple*/
	/* background-color: #48822B; /*JDAC Green*/
	font: 300 15px "Roboto";
}
#hsubnavigation a:hover {
	color: #674589; /*DAC Purple*/
	display: block;
	text-decoration: none;
	background-color: #FFCC00; /*JDAC Gold*/
}
/* Content Styles */
#content h5,h6 {
	color: #503750;
}
#content h1 {
	color: #674589;
	font: 100 36px/0.5 "Roboto";
}
#content h2 {
	color: #674589;
	font: 100 24px/0.5 "Roboto";
}
#content h3 {
	color: #333333;
	font: 400 18px/1.5 "Roboto";
}
#content h4 {
	color: #674589;
	font: 500 20px/1.5 "Roboto";
}
#content p {
	color: #333333;
	font: 300 15px/1.5 "Roboto";
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content table	{
	width:100%;
}
#content td {
	padding:5px;
}
#content th {
	background-color:#CCFF99;
}
#content a {
	text-decoration:none
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
}
#footer a {
	/*color: #503750;*/
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #eab1bb;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -850px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

/* .cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }  */
.cs-title { width: 650px; padding: 0px; background-color: #000000; color: #FFFFFF; }
.cs-prev, 
/*.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; } */
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 0px; }

#cs-title-coin-slider {
	display:none;
}

/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:1px!important}

.galleria-container {
	position: relative;
	overflow: hidden;
	background: #000000;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000000;
    margin: 0 0 0 0;
    border: 0px;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #FFFFFF;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url('classic-loader.gif') no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #666666;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url('classic-map.png');
    background-repeat: no-repeat;
}

