
/*
-----------------------------------------------
COLORS

Gray: #58595B
Green:  
Yellow: #ffed00
Red: #ED1C24
Indigo: #005DAC
Voilet:  
----------------------------------------------- */


body {
	background: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-style: normal;
	font-weight: 300;
	color:#58595b; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	line-height: 1.5em;
	font-size: 12px;
	
	background: url(../img/backgrounds/faded-white-brick.jpg)no-repeat center center fixed;
	 -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
	background-size: cover;
	
}

a:link {color: #005dac; text-decoration: none; font-weight:300;outline: none;}
a:visited {text-decoration: none;color:#005dac ; font-weight:300;outline: none;}
a:hover {text-decoration: underline;color:#005dac; font-weight:300;outline: none;}
a:focus {text-decoration: none;color:#6D6E70; font-weight:300;outline: none;}
a:active {text-decoration: underline;color:#6D6E70; font-weight:300; outline: none;}
a:img {border: none;
}

a img {border: none;
}

img {border-style: none;}

* {
    outline: none;
}

h1, h2, h3, h4, h6, h8 {font-family: Helvetica, Arial, sans-serif;  text-rendering: optimizeLegibility;}

h1 { font-size: 30px; font-weight:200; line-height: 1em; }
h2 { font-size: 20px; font-weight:200; line-height: .75em; color:#005DAC; }
h3 { font-size: 18px; font-weight:200; line-height: .75em;  }
h4 { font-size: 15px; font-weight:200; }
h5 { font-size: 15px; color:#FFFFFF; font-weight:700; line-height: .125em;}
h6 { font-size: 25px; font-weight:400; color:#FFF; }
h8 { font-size: 18px; font-weight:200; line-height: 1em; color:#005dac; }

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#anchors 	{	
	font-size: 11px;
	text-align: left;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 5px; 
	}
#anchors a:link {color:#005dac; text-decoration: none;}
#anchors a:visited {text-decoration: none;color:#005dac;}
#anchors a:hover {text-decoration: underline;color:#005dac;}
#anchors a:focus {text-decoration: none;color:#005dac;}
#anchors a:active {text-decoration: none;color:#213F99;}


#anchors-large 	{	
	font-size: 12px;
	text-align: left;
	MARGIN-TOP: 0px;
	PADDING-BOTTOM: 1px; 
	}
#anchors-large a:link {color:#005dac; text-decoration: none;}
#anchors-large a:visited {text-decoration: none;color:#005dac;}
#anchors-large a:hover {text-decoration: underline;color:#005dac;}
#anchors-large a:focus {text-decoration: none;color:#005dac;}
#anchors-large a:active {text-decoration: none;color:#213F99;}


hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


#contact 	{	
	font-size: 10px;
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	text-align: left;
	color:#FFF;

	}
#contact a:link {color:#CCC; text-decoration: none;}
#contact a:visited {text-decoration: none;color:#FFF;}
#contact a:hover {text-decoration: underline;color:#FFF;}
#contact a:focus {text-decoration: none;color:#FFF;}
#contact a:active {text-decoration: none;color:#FFF;}

.event-title{
	color: #005dac;
	font-weight:300;
	Font-weight:bold;
	
}

.event-title-second{
	color: #005dac;
	font-weight:200;
	
}


.highlight{
	color: #ED1C24;
	font-weight:300;
	Font-weight:bold;
	
}

.eventpage-info{
	color: #005dac;
	font-weight:200;
	font-size: 13px; 
	font-style: italic;
	}

.button {
    background-color: #FFFFFF;
	border: 1px solid #005dac;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
}
.button:hover {color: #FFFFFF; background-color: #005dac; text-decoration: none; outline: none;}
.button:focus {color:#005dac; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:active: {color:#005dac; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:link {color:#005dac; background-color: #FFFFFF; text-decoration: none; outline: none;}

.button-grey {
    background-color: #A9A9AA;
	border: 1px solid #A9A9AA;
    color: white;
    padding: 10px 10px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
}
.button-grey:hover {color: #005dac; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button-grey:focus {color:#005dac; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button-grey:active: {color:#005dac; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button-grey:link {color:#FFFFFF; background-color: #FFFFFF; text-decoration: none; outline: none;}



h7 {
	background: #FFF; 
	font-family: 'Raleway', sans-serif; 
	color: #6D6E70; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align:center;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-size: 12px;
	font-weight:300;
	margin-bottom: 0px; }
	
	.column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/*
-----------------------------------------------
FOOTER
----------------------------------------------- */

#footer {
	font-size: 10px;
	line-height: 1.5em;
	color: #ffffff;
	text-align: left; 
	}

#footer a:link {text-decoration:none;color:#fff;}
#footer a:visited {text-decoration:none;color:#fff;}
#footer a:hover {text-decoration:underline;color:#fff;}
#footer a:focus {text-decoration:underline;color:#fff;}
#footer a:active {text-decoration:underline;color:#fff;}

#header-left {
	font-size: 12px;
	line-height: 1em;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	}

#header-left a:link {text-decoration:underline;color:#fff;}
#header-left a:visited {text-decoration:none;color:#FFF;}
#header-left a:hover {text-decoration:none;color:#fff;}
#header-left a:focus {text-decoration:underline;color:#fff;}
#header-left a:active {text-decoration:underline;color:#fff;}

#header-right{
	font-size: 11px;
	line-height: 1em;
	color: #ffffff;
	text-align:right;
	text-transform: uppercase;
	}

#header-right a:link {text-decoration:none;color:#fff;}
#header-right a:visited {text-decoration:none;color:#FFF;}
#header-right a:hover {text-decoration:none;color:#fff;}
#header-right a:focus {text-decoration:none;color:#fff;}
#header-right a:active {text-decoration:none;color:#fff;}

ul {
    list-style: disc inside none;
    margin-left: 0; 
    padding-left: .5em;
}
li {
    padding-left: .5em;
}



