@charset "utf-8";
/* CSS Document */

/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Text Elements */

h1 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed"; 
	font-size:115%; 
	color:#FFFFFF; 
	}
h2 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed"; 
	font-size:100%; 
	color:#; 
	}
p {
	font-family:Gotham, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed"; 
	font-size:95%; 
	color:#FFFFFF; 
	}

p 		 {}
p .left  {}
p .right {}

a 		  {}
a:link 	  {}
a:visited {}
a:active  {}
a:focus   {}
a:hover   {}

/*Global */

html { }
body { background-color: #000000; background-image: url(../images/shutterstock_231094360.jpg); background-size:auto; background-repeat:no-repeat; background-attachment:fixed; }	
	
/* containers */

#outer { width:900px; margin:0 auto; background-color: transparent;  }

#wrapper{ width:900px;}
#livestream { background-color: #000000}
#liestreamstatus{
	float:left;
	margin:5px 5px 5px 10px;}
#logo { margin:0px 0px; }
	
#social-media-icons { 
float:right; }
#social-media-icons ul li { display:inline; }	
#social-media-icons ul 	  { margin:3px 0px 0px 0px; }
	
#nav 			{ 
clear:left; 
background-color:#000000;
float:left; 
width:798px; margin-bottom:5px; 

}	
#nav ul 		{  padding:10px 10px; }
#nav ul li 		{ display:inline }
#nav ul li a 	{ padding:0 15px; font-size:75%; }


#nav a:link 	{ color: #FFFFFF; text-decoration:none; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed" ; }
#nav a:visited 	{ color: #FFFFFF; }
#nav a:active 	{ color: #FFFFFF; }
#nav a:focus 	{ color: #FFFFFF; }
#nav a:hover 	{ color: #FC0004; }

#slider1_container { clear:both; margin:5px 0px;}

#right-side { clear:both; float:right; background-color: #000000; width:275px; padding:10px 10px; margin: 0px; }
#right-side-news { clear:right; float:right; background-color: rgba(0,0,0,0.55) ; width:285px; margin:0px 0px; padding:10px 5px;}


#left-side { clear float:left; background-color: #000000; width:880px; padding:10px 10px; }

#slider2_container { clear:left; margin:0px 0px 5px 0px; }

#left-side-2 { clear float:left; background-color: #000000; width:880px; padding:10px 10px;  }

#left-side-3 { clear float:left;  background-color: rgba(0,0,0,0.55); width:880px; padding:10px 10px; }

#footer { clear:both; border-top:1px #ccc solid; margin:20px 0px; padding:10px 0px; }
.footer-text { font-size:12px; font-style:normal; color:#FFFFFF; text-align:center; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed";  }