@font-face {
    font-family: 'Open Sans Light';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Letter Gothic Std';
	src: url('fonts/LetterGothicStd.eot');
	src: local('LetterGothicStd'), url('fonts/LetterGothicStd.woff') format('woff'), url('./LetterGothicStd.ttf') format('truetype');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* General Element Styles */

h2 {
	color: #CCCCCC;
	margin: .25em 0 .75em;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

h3, h4, p, li {
	/*font-family: 'open_sanslight', sans-serif;*/
}

h3 {
    font-family: 'Open Sans Regular', 'Open Sans Light', 'Arial', 'Helvetica', sans-serif;
	color: #f9be1b;
	margin: 10px 0 .5em;
	font-size: 28px;
	width: 100%;
    text-transform: uppercase;
    line-height: 1.5em;
}
h3.gallery {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 50px;
}

h4 {
    font-family: 'Open Sans Regular', 'Open Sans Light', 'Arial', 'Helvetica', sans-serif;
	color: #f9be1b;
	margin: 1em 0;
	font-size: 18px;
}

h2 + h4 {
    margin-top: -1em;
}

section p {
	color: #e1e1e1;
	margin-right: 25px;
}

section p, section ul, section ol {
	margin-bottom: 1em;
	line-height: 190%;
}

section ul , section ol{
	list-style-type: initial;
	margin-left: 2em;
}

section ol {
	list-style-type: decimal;
}

section li {
	padding-left: .5em;
	margin-bottom: .5em;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

h2, h3, h4, h5, h6, p, ul, li {
	position: relative;
}

section li {
	line-height: 150%;
}
/* I took this out - Jhonard
section :not(.breadcrumb) a:link {
	color: #014a9e;
}

section :not(.breadcrumb) a:hover{
	color: #444;
}

section :not(.breadcrumb) a:visited {
	color: #444;
}

section :not(.breadcrumb) a:active {
	color: #444;
}
*/
section img {
	display: inline-block;
	position: relative;
	margin: 0;
	border: 1px solid #333333;
	padding: 2px;
}
/* Thumnail Size added by Jhonard */
section img.thumbnail{
	border: 1px solid #333;
	width: 120px;
}
/* Thumnail Glow added by Jhonard */
section img.thumbnail:hover {
	border: 1px solid #999;
	box-shadow: 0px 0px 5px #e6f6ff;
     -webkit-box-shadow: 0px 0px 5px #e6f6ff;
     -moz-box-shadow: 0px 0px 5px #e6f6ff;
}
section img.top {
	vertical-align: text-top;
	margin-bottom: .5em;
}

section img.bottom {
	vertical-align: text-bottom;
	margin-top: .5em;
}

section img.left {
	float: left;
	margin-right: 1em;
}

section img.right {
	float: right;
	margin-left: 1em;
}

td {
	padding: 0.2em 1.5em .2em 0;
	line-height: 120%;
}

tr.detail td {
    padding: 0;
    vertical-align: top;
}

/* End General Element Styles */

/* Main Styles */

html, body {
    min-height: 100%;
}

body {
	font-family: 'Open Sans Light', sans-serif;
    font-weight: 300;
	font-size:  16px;
	line-height: 26px;
	color: #a1acb2;
	background: #0a0b0d url('images/body_bg.jpg') no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Header styles */

header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(14,16,18,.8);
	z-index: 100;
	font-weight: 400;
    font-size: 16px;
    font-family: 'Cabin Regular', sans-serif;
}

#headerCenter {
    width: 100%;
    height: 85px;
    /*border-bottom: 1px solid black;*/
    box-shadow: 0 0 0 1px black;
    border-top: 1px solid #14171a;
    margin-top: 19px;
    box-sizing: border-box;
    display: table;
}

#headerCenter > * {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.homeLink {
	display: block;
	height: 135px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

.clock {
    width: 225px;
    text-align: center;
    font-family: 'Open Sans Light', 'Letter Gothic Std', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social {
	padding-right: 15px;
	width: 135px;
	text-align: right;
}

.clock .date {
	font-size: 16px;
	font-weight: 600;
}

.clock .time {
    font-size: 26px;
}

.social a {
    margin-right: 10px;
    opacity: 0.2;
    transition: opacity .15s ease-in;
    -webkit-transition: opacity .15s ease-in;
}

.social a:hover {
    opacity: 0.45;
}

a:link {
}

a:visited{
}

a:hover {
	/*background-color: rgba(255,255,255,0.4);*/
}

a:active{
}


p a:link, p a:visited {
	color: #f9be1b;
}

p a:hover, p a:active {
	color: #FFFFCC;
}

/* Main Body */

main {
	width: 100%;
}

nav {
	position: fixed;
	top: 156px;
	height: 100%;
	background-color: rgba(14,16,18,.8);
	width: 225px;
	/*font-family: 'Open Sans Light', sans-serif;*/
    color: #5c6266;
}

nav ul {
    border-bottom: 1px solid #14171a;
}

nav ul li {
	padding: 0;
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: normal;
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noHome {
    display: none;
}

nav ul a {
    text-decoration: none;
    color: inherit;
    padding: 16px 10px 16px 13px;
    display: block;
    border-top: 1px solid #14171a;
    border-bottom: 1px solid black;
}

nav ul a span {
    height: 27px;
    width: 26px;
    display: inline-block;
    background-position: top left;
    margin: 0 14px -8px 0;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

nav ul a:hover, nav ul a.selected {
	color: #c3d1d9;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(40%,rgba(0,0,0,0.5)), color-stop(60%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */


}

nav ul a.selected {
    background-color: rgba(22,26,29,0.5);
}

nav ul a:hover span, nav ul a.selected span {
    background-position: top right;
}

.contactForm > *, .contactForm input {
	float: left;
	clear: both;
}

.contactForm input[type="text"], .contactForm textarea {
	padding: .25em .5em;
	margin: 0 25px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
    padding: 5px 10px;
    border-radius: 1em;
    background-color: #101214;
    border: 1px solid #2b2f32;
    width: 300px;
    color: #cccccc;
}

.contactForm input[type="submit"] {
    margin: 0 10px .5em;
    cursor: pointer;
}

.contactForm input[name="fillmein"] {
	display: none;
}

.alert {
    margin: 0 10px 8px;
    font-size: 11px;
    overflow: hidden;
    max-height: 0;
    box-sizing: content-box;
    transition: height .4s;
    -webkit-transition: height .4s;
    transition-delay: height .2s;
    -webkit-transition-delay: height .2s;
}

.alert.show {
    max-height: 50px;
    transition-delay: height 0s;
    -webkit-transition-delay: height 0s;
}

.alert p {
    opacity: 0;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition-delay: opacity 0s;
    -webkit-transition-delay: opacity 0s;
    line-height: 1.5;
}

.alert.show p {
    opacity: 1;
    transition-delay: opacity .4s;
    -webkit-transition-delay: opacity .4s;
}

main section {
	width: 100%;
	box-sizing: border-box;
	max-width: 1300px;
	color: #a1acb2;
	margin-right: auto;
	margin-left: auto;
	padding-top: 170px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 200px;
}

main section.gallery {
	max-width: 80%;
}

.breadcrumb {
	color: #bbb;
	font-size: 12px;
	margin: .5em 0 1.5em;
	position: relative;
}

.breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.info {
    position: absolute;
    bottom: 200px;
    line-height: 1.5;
}

/* Footer */

footer {
	height: 84px;
}
#copyright  {
	font-size: 10px;
	padding: 6px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#siteBy {
	font-size: 14px;
	padding: 6px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#siteBy span {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#siteBy a:link, #siteBy a:active, #siteBy a:hover, #siteBy a:visited  {
	color: #5C6266;
	text-decoration: none;
	border: 1px solid #5C6266;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#siteBy a:hover  {
	text-decoration: none;
	color: #F9BE1B;
	border: 1px solid #444444;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Home styles */

img.header {
	width: 710px;
	margin: 0 auto 32px;
}

.contact {
	width: 200px;
	display: block;
	margin: 5px auto 0;
	position: relative;
	left: 4px;
	z-index: 10;
}
.red {
	border-color: red;
}

input.red, textarea.red {
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FF6464,endColorstr=#66FF6464); 
	background-color: rgba(255,100,100,0.4);
}

p.submit {
	color: #CCCCCC;
}

sub, sup {
	float: none;
	font-size: .7em;
	margin: 0;
	padding: 0;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

/* Sponsors Styles */

.sponsor {
	display: table-row;
}


.sponsor > div {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #222526;
	}

.sponsor .logo {
	background: transparent no-repeat center center;
	width: 250px;
	height: 250px;
}

.sponsor .description {
    padding: 0 0 0 50px;
}

.sponsor h3 {
    width: auto;
    margin-top: 25px;
}

/* Contact Us styles */
#map-canvas {
    height: 550px;
    max-width: 500px;
}

/* Contact Us Send Button - Jhonard */
.button {
	cursor: pointer;
	font-size: 18px;
	font-family: 'Open Sans Regular', 'Open Sans Light', 'Arial', 'Helvetica', sans-serif;
	transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	background: rgb(247,181,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,181,0,.7) 0%, rgba(178,130,0,.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,181,0,.7)), color-stop(100%,rgba(178,130,0,.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b500', endColorstr='#b28200',GradientType=0 ); /* IE6-9 */
	border-radius: 2em;
	border: 1px solid #f9be1b;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	margin-left: 115px;
}
.button:hover {
	background: rgb(178,130,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,130,0,1) 0%, rgba(247,181,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,130,0,1)), color-stop(100%,rgba(247,181,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28200', endColorstr='#f7b500',GradientType=0 ); /* IE6-9 */
	border-radius: 2em;
	border: 1px solid #f9be1b;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
		box-shadow: 0px 0px 5px #e6f6ff;
	-webkit-box-shadow: 0px 0px 5px #e6f6ff;
	-moz-box-shadow: 0px 0px 5px #e6f6ff;
}



/* Calendar */

table.calendar {
	width: 100%;
}

td, th {
	text-align: center;
	vertical-align: middle;
}

td li {
    text-align: left;
}

td {
	width: 14.28%;
	position: relative;
    height: 6em;
}

td.scheduled, .badge {
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D1237AB,endColorstr=#4D1297AB); 
	background-color: rgba(16,18,20,.65);
	transition: background-color .2s ease-in;
	-webkit-transition: background-color .2s ease-in;
}

td.scheduled:hover, .badge:hover {
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D1237AB,endColorstr=#4D1297AB); 
	background-color: rgba(16,18,20,.95);
	cursor: pointer;
	box-shadow: 0px 0px 10px #e6f6ff;
     -webkit-box-shadow: 0px 0px 10px #e6f6ff;
     -moz-box-shadow: 0px 0px 10px #e6f6ff;
}

td.today {
background: -moz-linear-gradient(top, rgba(22,25,28,0.9) 0%, rgba(22,25,28,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,25,28,0.9)), color-stop(100%,rgba(22,25,28,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(22,25,28,0.9) 0%,rgba(22,25,28,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(22,25,28,0.9) 0%,rgba(22,25,28,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(22,25,28,0.9) 0%,rgba(22,25,28,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(22,25,28,0.9) 0%,rgba(22,25,28,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e616191c', endColorstr='#0016191c',GradientType=0 ); /* IE6-9 */
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DC35716,endColorstr=#4DC35716); 
	background-color: rgba(22,25,28,0.9);*/
}

td span.day {
	font-size: 1em;
	color: white;
	/*opacity: 0.3;*/
	pointer-events: none;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 95%;
	height: 90%;
	border: 0 dotted rgba(255,255,255,0.3);
	border-width: 1px 1px 0 0;
	text-align: right;
	padding: 5px 5px 0 0;
}

td span.dayBG {
	font-size: 4.5em;
	color: #496373;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	pointer-events: none;
    line-height: 1.6;
}

td span.label {
	font-size: 1em;
	color: #e6f6ff;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	pointer-events: none;
}

td span.event {
	color: #f9be1b;
	font-size: 14px;
	padding: 0 .5em;
	position: absolute;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	pointer-events: default;
	cursor: pointer;
	z-index: 1;
	font-weight: bold;
}

th {
	padding: 0 0 0.5em;
}

header th:last-child {
	padding: 0;
}

th.arrow h3 {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 0;
}

th h3 {
	margin: 0;
}

tr.detail {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	overflow: hidden;
	vertical-align: top;
	font-size: 1em;
	transition: all .2s;
	-webkit-transition: font-size .2s ;
	line-height: normal;
}

tr.detail.hide, tr.detail.remove {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font-size: 0;
	transition: all .2s .1s;
	-webkit-transition: font-size .2s .1s;
}

.detail div, .eventDetails {
	background: -moz-linear-gradient(top,  rgba(22,25,28,1) 0%, rgba(22,25,28,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,25,28,1)), color-stop(100%,rgba(22,25,28,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22,25,28,1) 0%,rgba(22,25,28,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22,25,28,1) 0%,rgba(22,25,28,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22,25,28,1) 0%,rgba(22,25,28,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(22,25,28,1) 0%,rgba(22,25,28,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16191c', endColorstr='#3316191c',GradientType=0 ); /* IE6-9 */
	border-radius: .5em;
	behavior: url(inc/PIE-1.0.0/PIE.htc);
	margin: 0 0 1em;
	overflow: hidden;
	/*display: table;*/
	padding: .7em;
    width: 100%;
    box-sizing: border-box;
}

.detail p {
	margin: 0;
	font-size: .8em;
	padding: 0 1.2em; 
	text-align: left;
	vertical-align: middle;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transition: opacity .4s .3s;
	-webkit-transition: opacity .4s .3s;
}

.detail a {
	cursor: pointer;
	color: white;
	font-size: 110%;
}

.detail a:hover {
	text-decoration: underline;
}

.detail p.close {
	padding: 0 0 0 1.4em;
    text-align: right;
    margin-bottom: -25px;
}

section p.close img {
    border-width: 0;
}

p.close img {
	position: relative;
	right: -5px;
	top: -5px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
}

p.close img:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.detail.hide div, .detail.remove div {
	margin-bottom: 0;
}

.detail.hide p, .detail.remove p {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transition: opacity .1s 0s;
	-webkit-transition: opacity .1s 0s;
}

td.selected:after {
    content: "";
    border: .75em solid transparent;
	border-bottom: .75em solid rgb(22,25,28);
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transform: none;
	-webkit-transform: none;
    position: absolute;
    width: 0;
}

/*added by Jhonard to the Homepage */
.OG-Logo {
	background-image: url(/inc/images/OG-Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 576px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
}

.homeDiv {
	display: table-row;
}

.homeDiv div {
	display: table-cell;
	vertical-align: top;
}

.homeDiv div p {
	margin-right: 2em;
}

/* Updates Styles */

.updatesContainer {
	display: table;
	padding-top: 50px;
}

.updatesContainer > div {
	display: table-cell;

}

.updates {
    width: 400;
}

.details {
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1F1F1F;
}
.details a:link, .details a:visited {
	color: #f9be1b;
}
.details a:hover, .details a:active {
	color: #FFFFCC;
}
.updates h3 {
    text-align: center;
    margin: 0 25px 0 0;
}

.home .updates h3 {
    text-align: left;
    margin: 0 0 0 25px;
}

.home .updates {
    border-width: 0 0 0 1px;
}

.updates ul {
    margin: 25px 25px 0 0;
    min-height: 300px;
}

.home .updates ul {
    margin: 13px 0 0 25px;
}

.welcome {
	padding-right: 0;
}

main section .welcome > * {
    text-align: right;
    margin-right: 25px;
 	width: 450;
}

.updates li {
    background: url('images/list_icon.png') no-repeat 8px center;
    list-style-type: none;
    transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    border-radius: 2em;
    padding: 8px 15px 8px 35px;
    margin: 15px 0;
    border: 1px solid transparent;
}

.updates li:before {
    position: absolute;
    left: 10px;
}

.updates li.selected {
	background-image: url('images/list_icon_selected.png');
	background-color: #101214;
	border-color: #2b2f32;
	color: #FFFFFF;
}

.updates li:not(.selected):hover {
    cursor: pointer;
    background-color: rgba(16,18,20,0.7);
    border-color: #2b2f32;
}


/* Gallery Styles */

section .lightboxA {
    border-width: 0;
    text-decoration: none;
}

/* Sponsor styles */

h3 a {
    color: inherit;
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}

section .logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.genericButton a:link, .genericButton a:visited {
	cursor: pointer;
	font-size: 11px;
	font-family: 'Open Sans Regular', 'Open Sans Light', 'Arial', 'Helvetica', sans-serif;
	transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	background: rgb(247,181,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,181,0,.7) 0%, rgba(178,130,0,.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,181,0,.7)), color-stop(100%,rgba(178,130,0,.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,181,0,.7) 0%,rgba(178,130,0,.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b500', endColorstr='#b28200',GradientType=0 ); /* IE6-9 */
	border-radius: 2em;
	border: 1px solid #f9be1b;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
.genericButton a:hover, .genericButton a:active {
	background: rgb(178,130,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,130,0,1) 0%, rgba(247,181,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,130,0,1)), color-stop(100%,rgba(247,181,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,130,0,1) 0%,rgba(247,181,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28200', endColorstr='#f7b500',GradientType=0 ); /* IE6-9 */
	border-radius: 2em;
	border: 1px solid #f9be1b;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
		box-shadow: 0px 0px 5px #e6f6ff;
	-webkit-box-shadow: 0px 0px 5px #e6f6ff;
	-moz-box-shadow: 0px 0px 5px #e6f6ff;
}