html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	line-height: normal;
	background:#0a0a0a;
	background: url(../images/gda_bg.gif);
	color:#BBB;
	font-weight: normal;
}


@font-face {
	font-family: 'TitilliumText14L400wt';
	src: url('../fonts/TitilliumText400wt-webfont.eot');
	src: local('☺'),
		 url('../fonts/TitilliumText400wt-webfont.ttf') format('truetype'),
		 url('../fonts/TitilliumText400wt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText14L250wt';
	src: url('../fonts/TitilliumText250wt-webfont.eot');
	src: local('☺'),
		 url('../fonts/TitilliumText250wt-webfont.ttf') format('truetype'),
		 url('../fonts/TitilliumText250wt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CLEARFIX */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #E53845;
	text-decoration: none;
}

ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}	
	
p {
	padding: 0px;
	margin: 0 0 15px 0;
	font-size: 100%;
	line-height: 1.7em;
}

.fontface {
	font-family: 'TitilliumText14L250wt', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 145%;
	color:#FFF;
	}

h1 {
	font-family: 'TitilliumText14L400wt', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:160%;
	font-weight: normal;
	color: #FFF;
	background: #55000f url(../images/header_bg.gif) repeat-x;
	padding: 4px 8px 4px 6px;
	float: left;
	margin: 0 0 10px 0;
}
/*h2 {
	font-size:105%;
	font-weight: normal;
	color: #FFF;
	line-height: 110%;
	background: #2a2a2a url(../images/header2_bg.gif) repeat-x;
	padding: 5px;
	margin: 0 0 10px 0;
	clear: both;
} */


h3 {
	font-family: 'TitilliumText14L400wt', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:160%;
	font-weight: normal;
	color: #FFF;
	background: #55000f url(../images/header_bg.gif) repeat-x;
	padding: 4px 8px 4px 6px;
	float: left;
	margin: 0 0 10px 0;
}

h2 {
	font-family: 'TitilliumText14L250wt', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:145%;
	font-weight: normal;
	color: #BBB;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

h6 {
	font-size:90%;
	font-weight: normal;
	color: #BD2737;
	letter-spacing: 1px;
}
/* FULL HEIGHT */

#container {
	min-height:100%;
	position:relative;
	background:#0a0a0a;
	margin:0 auto;
	width:960px;
	overflow: hidden;
}
#container_inner{
	padding-bottom:110px;   /* Height of the footer */
	width: 960px;
	margin: 0 auto;
	font-size: 90%;
	color: #666;
}

#footer {
	position:absolute;
	bottom:0;
	height:80px;   /* Height of the footer */
}

#footer_inner {
	width:960px;
	margin:0 auto;
	height:80px;   /* Height of the footer */
	background: #0a0a0a;
	border-top: solid #333 1px;
	text-align: center;
	color:#666;
	font-size:85%;
	line-height:80px;

}

/* Twitter */

#twitter h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	background: none;
	float: none;
	}
	
/* HEADER */

#header {
	width:960px;
	margin:0;
	height:55px;
	background: url(../images/header.gif) no-repeat center top;
	padding: 0;
	display: block;
	text-align: center;
}


/* LOGO AREA */


.logo_bar {
	width:960px;
	margin:0;
	height:100px;
	background: url(../images/redsection_slim.gif) no-repeat center top;
	padding: 0px;
	background-color: #9F0022;
	position:relative;
	overflow: hidden;
	z-index:0;
}

.logo_bar p {
	line-height: 100px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	padding: 0 0 0 200px;
	margin: 0;
}

.logo_bar span{
	position:absolute;
}

/* Flying */
.flying-text{
line-height:100px;
margin-left:200px;
color:#FFF;
font-size:160%;
font-weight: normal;
display:block;
width:300px;
text-align:right;
}


/* CONTENT CONTAINER */

#content {
	width:960px;
	background: #0a0a0a url(../images/content.jpg) no-repeat center top;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* LEFT AREA */


#left_content {
	width:460px;
	margin:30px 0 0 130px;
	color: #fff;
	display:inline;
	float: left;
}

#content ul {
	width: 400px;
	margin: 0 0 10px 0;
	color:#CCC;
}
#content li {
	padding: 0 0 10px 0;
	list-style-type: none;
	margin:0;
	font-size:100%;
	line-height:150%;
}

#content li span {
	color: #E53845; /* Red */
	text-transform: uppercase;
	line-height:150%;
}


.left_article {
	width:100%;
	margin:0 0 0px 0;
	color: #CCC;
	padding: 0;
}

.left_article .indent{
	width:400px;
	float: right;
	border-bottom: solid #333 1px;
	margin-bottom:20px;
	}

.left_article .indent2{
	width:400px;
	float: right;
	}	
	
.left_article .indent img{
	padding:5px 0 0 0;
	}


/* RIGHT AREA */

#right_content {
	width:230px;
	margin:30px 40px 0 0;
	padding:0 0 0 20px;
	height:auto;
	float: right;
	color: #fff;
	border-left: solid #333 1px;
	display:inline;
}
.right_article {
	width:100%;
	margin:15px 0 0 0;
	color: #fff;
	padding:0;
}
.right_article .indent{
	width:100%;
	float: right;
	}

.right_article p{
	margin-bottom:15px;
	}



/* SIDE MENU */

#right_content ul {
	width:100%;
	margin:-10px 0 0 0;
	}


#right_content li {
	font-size:100%;
	font-weight: normal;
	color: #E53845;
	line-height: 110%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-bottom: solid #333 1px;
	text-transform: uppercase;
	list-style: none;
	}
	
#right_content li span {
	font-family: 'TitilliumText14L250wt', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:135%;
	font-weight: normal;
	color: #999;
	line-height: 1.5em;
	text-transform: none;
	}
	
#right_content li.last{
	font-weight: normal;
	color: #E53845;
	line-height: 110%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-bottom: none;
	text-transform: uppercase;
	list-style: none;
	}
	
#right_content li a {
	z-index:20;
	display:block;
	position:relative;
	color:#E53845;
	text-decoration: none;
	padding: 0;
	cursor:pointer;
	}

#right_content li a:hover {
	color:#999;
	}	

#right_content li a.selected {
	color:#FFF;
	}


#right_content ul.spec {
	padding-bottom:15px;
	padding-top:15px;
	text-transform:none;
	}



#right_content ul.spec li {
	font-size:100%;
	font-weight: normal;
	color: #999;
	line-height: 150%;
	margin:0;
	padding: 6px 0 6px 0;
	border-bottom: dotted #333 1px;
	text-transform:none;
	list-style: none;
	}



/* NEW MENU */

#nav_menu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
   margin:0;
   height:55px;
   background: url(../images/nav_menu_bg.gif) 0px 0px repeat-x;
}
#nav_menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#nav_menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#nav_menu ul li a {
   display:block;
   font-family: 'TitilliumText14L400wt', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   font-size:11px;
   letter-spacing: 2px;
   cursor:pointer;
   z-index:20;
   margin:0px 15px;
   color:#AAA;
   text-decoration:none;
   line-height: 55px;
}

#nav_menu ul li a:hover {
	color:#FFF;
	}

#nav_menu ul li .selected {
	color:#E53845;
}

/* MENU */

#navMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:30px;
	text-align: center;
	float:left;
}

	#navMenu li {
	height:30px;
	position:relative;
	float: left;
	padding:0 20px;
	}

	#navMenu li a {
	height:30px;
	position:relative;
	text-decoration: none;
	padding: 0;
	
	}

 	#navMenu li .hover {
	background:url(../images/navglow.gif) no-repeat center center;
	position:absolute;
	height:30px;
	left:0;
	top:0;
	z-index:0;
	display:none;
	}	

	#navMenu li.selected {
	background:url(../images/navglow_red.gif) no-repeat center center;
	height:30px;
		padding:0 20px;

	}


/* PORTFOLIO AREA */
#adblock_group a {
	color:#999;
}

#adblock_group a:hover {
	color:#E53845;
}


.adblock {
	width:190px;
	height:190px;
	float:left;
	display:inline;
	margin-bottom:20px;
}

.adblock img {
	float:right;
	display:inline;
	margin-left:15px;
	border:none;
}

.adblock a:link, .adblock a:visited {
	padding:20px;
	display:block;
	font-size:160%;
	text-decoration: none;
	border:1px #333 solid;
	height:148px;;
}

* html .adblock a {
	width:148px;	
}

.adblock a:hover {
	border:1px #E53845 solid;
}

/* SIDE LIST */

dt {
	font-size:100%;
	font-weight: normal;
	color: #E53845; /* RED */
	line-height: 110%;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	border-bottom: solid #333 1px;
	text-transform: uppercase;
}

dd {
	font-size:100%;
	margin:0 0 15px 0;
	}


#right_content dt.email a {
	color: #BBB;
	text-align:right;
	width:230px;
	display:block;
	font-size:100%;
	text-transform: lowercase;
	position:absolute;
}

#right_content dt.email a:hover {
	color: #E53845; /* Red */
}





/* Gallery */

#spotlightWrapper2 ul { 
			list-style-type: none;
			width:400px;
			margin:0px;
			padding:0px;
		}

#spotlightWrapper2 ul li { 
			float:left;
			margin:0px;
			padding:0px;
			list-style-type: none;
			position:relative;
			width:200px;
			height:200px;
			border:none;
		}

#spotlightWrapper2 ul li img{ 
			padding-top:0px;
		}
			
#spotlightWrapper2 li span{ 
			position:absolute;
			left:5px;
			bottom:5px;
			display:block;
			background: none;
			float:left;
			padding:5px;
			font-size:80%;
			text-transform: uppercase;
			color:#666;
		}	
#spotlightWrapper2 li span.dark{ 
			position:absolute;
			left:5px;
			bottom:5px;
			display:block;
			background: #0a0a0a;
			float:left;
			padding:5px;
			font-size:80%;
			text-transform: uppercase;
			color: #E53845; /* Red */
		}	
		
		
/* Gallery */

#spotlightWrapper ul { 
			list-style-type: none;
			width:400px;
			margin:0px;
			padding:0px;
		}

#spotlightWrapper ul li { 
			float:left;
			margin:0px;
			padding:0px;
			list-style-type: none;
			position:relative;
		}

#spotlightWrapper ul li a img { 
			float:left;
			margin:0px;
			padding:0px;
			width:200px;
			height:200px;
			border:none;
		}
	
#spotlightWrapper li span{ 
			position:absolute;
			left:5px;
			bottom:5px;
			display:block;
			background: none;
			float:left;
			padding:5px;
			font-size:80%;
			text-transform: uppercase;
			color:#666;
		}	
#spotlightWrapper li span.dark{ 
			position:absolute;
			left:5px;
			bottom:5px;
			display:block;
			background: #0a0a0a;
			float:left;
			padding:5px;
			font-size:80%;
			text-transform: uppercase;
			color: #E53845; /* Red */
		}	
				
/* Slideshow */

#slideshow {
    position:relative;
    height:200px;
    margin-bottom:15px;
    margin-top:15px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 200px;
    
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}


#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 200px;
    display: block;
    border: 0;
    margin-bottom:0px;
    padding: 0px;
}			

#slideshow DIV span{ 
			position:absolute;
			left:5px;
			bottom:5px;
			display:block;
			background: #0a0a0a;
			float:left;
			padding:5px;
			font-size:80%;
			text-transform: uppercase;
		}
	
		
