

	
@font-face {
    font-family: 'GothamBold';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -----------------------------------------------------------------------------  GENERIC */  

body {
   	font-family:sans-serif;
	font-size: 16px;
	color: #555;
	background: url(../images/bg.gif);
	line-height: 1.75;
	}
	
p	{	
	padding-bottom: 18px;
	}
	
h1,h2,h3,h4,h5,h6	{
	line-height: 1.1;
	font-family: "GothamBold";
	}
	
h2	{	
	font-size: 36px;
	margin-bottom: 0.5em;
	color: #b11116;
	}
		
a {
  	color: #b11116;
	}
	
a:hover {
  	color: #000;
	}
	
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

	
/* ----------------------------------------------------------------------------- LAYOUT */
	
div.wrapper	{
	
	width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 10px;
	}
	
#content	{
	clear: both;
	padding: 40px 0;
	}
	
	
article.mainpanel	{
	
	}
	

/* ----------------------------------------------------------------------------- HEADER */

header	{
	background: rgba(255,255,255,1);
	position: fixed;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	}
	
header p.temp	{
	background: #b11116;
	color: #fff;
	padding: 0;
	text-align: center;
	}
	
header.fade	{
	background: rgba(255,255,255,0.8);
	}

a.logo	{
	display: block;
	margin: 30px 0 10px;
	float: left;
	}

header div.block	{	
	float: right;
	margin: 15px 5px 10px 30px;
	}
	
header ul.contact	{	
	list-style: none;
	float: right;
	}
	
header ul.contact li	{	
	text-transform: uppercase;
	color: #666;
	font-family: 'GothamBook';
	float: left;
	padding: 10px 10px;
	}
	
header ul.contact li a	{
	text-decoration: none;
	color: #666;
	}

header ul.contact li a:hover	{
	color: #222;
	}

	
/* ----------------------------------------------------------------------------- NAV */
	
nav	{
	float: right;
	}
	
#nav	{
	list-style: none;
	}
	
#nav li	{	
	display: inline-block;
	background: url(../images/nav-seperator.gif) right 50% no-repeat;
	}
	
#nav li:last-child	{
	background: none;
	}
	
#nav a	{
	display: block;
	color: #840711;
	text-decoration: none;
	font-family: 'GothamBold';
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px 10px;
	}
	
#nav a:hover,#nav a.active	{
	color: #b11116;
	}
	

		
.tinynav { 
	display: none;
	}
	
/* ----------------------------------------------------------------------------- DROPDOWN MENU */

#nav ul	{
	-webkit-box-shadow:  2px 5px 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow:  2px 5px 2px 4px rgba(0, 0, 0, 0.2); 
	}

#nav ul a	{
	border-right: none
	}

/* ----------------------------------------------------------------------------- frontpanel */

#frontpanel	{	
	padding: 120px 0 50px;
	background: url(../images/content/slide1.jpg) 50% 70%;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	}
	
body.home #frontpanel	{
	min-height: 300px;
	padding-bottom: 0;
	}

#frontpanel h2	{
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0,0,0,0.2);
	font-family: 'GothamBold';
	font-size: 24px;
	line-height: 1.2;
	width: 60%;
	padding: 15px;
	margin: 70px auto 30px;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
		}


#frontpanel ul	{
	list-style: none;
	}
	
#frontpanel ul.left	{
	float: left;
	margin-left: 50px;
	}
	
#frontpanel ul.right	{
	float: right;
	margin-right: 50px;
	}

#frontpanel ul li	{
	float: left;
	}

#frontpanel ul ul	{
	display: none;
	}

#frontpanel ul a	{	
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	font-size: 28px;
	letter-spacing: -0.05em;
	text-decoration: none;
	/* width: 410px; */
	margin: 20px 10px;
	font-family: 'GothamBook';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.5);
	border: solid 2px rgba(255,255,255,.35);
	background-image: -webkit-linear-gradient(bottom, rgba(0,1,1,.12), rgba(255,255,255,.12));
	background-image: -moz-linear-gradient(bottom, rgba(0,1,1,.12), rgba(255,255,255,.12));
	background-image: -o-linear-gradient(bottom, rgba(0,1,1,.12), rgba(255,255,255,.12));
	background-image: -ms-linear-gradient(bottom, rgba(0,1,1,.12), rgba(255,255,255,.12));
	background-image: linear-gradient(to top, rgba(0,1,1,.12), rgba(255,255,255,.12));
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	

#frontpanel ul a:hover	{
	border: solid 2px rgba(255,255,255,.55);
	}
	
#frontpanel ul a:after	{
	content: "";
	height: 38px;
	width: 30px;
	display: block;
	float: right;
	margin: 5px 17px;
	background: url(../images/dropdown-arrow.png) 100% 50% no-repeat;
	border-left: 1px solid rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	opacity: 0.5;
	}
	
#frontpanel ul a:hover:after	{
	opacity: 1;
	}
	
#frontpanel ul a b	{
	font-family: 'GothamBold';
	font-weight: normal;
	}

.column	{
	width: 40%;
	float: left;
	padding: 0 5%;
	}
.column li	{	
	padding-bottom: 10px;
	}
	
#content	{
	min-height: 380px;
	}

/* news */
	
aside	{	
	float: right;
	width: 300px;
	margin:  0 0 30px 30px;
	}
	
ul.news-list {
	list-style: none;
	padding: 0;
	}
	
ul.news-list li	{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	}
	
ul.news-list a	{
	padding: 0 10px;
	display: block;
	text-decoration: none;
	float: left;
	color: #fff;
	background: #b11116;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
ul.news-list a:hover	{
	background: #840711;
	}
	
div.story	{
	width: 600px;
	}
	
.date	{
	font-size: 13px;
	font-weight: bold;
	color: #999;
	padding: 0;
	}


footer	{	
	text-align: right;
	border-top: 2px solid rgba(0,0,0,0.1);
	padding: 60px 0;
	background: url(../images/blackop-10.png);
	font-size: 12px;
	color: #666;
	
	}
	
footer div	{
	width: 980px;
	margin: 0 auto;
	}
	
footer img	{	
	float: left;
	}

/* -----------------------------------------------------------------------------    responsive break - tablet portrait display  */
																					@media screen and (max-width: 1002px)	{
																					


	

	
	
																	}

/* -----------------------------------------------------------------------------	end style sheet */
	