/*
	Little Red Feather
	Home Stylesheet
*/

html {
   height: 100%;
      
      }

body{
	 background: url(/media/images/feature/photo.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        min-width: 840px;
      
        }

#page{
	min-height: 100%;
	min-width: 840px;
	
}

#container{
overflow: hidden;
background: none;
min-height: 750px;		
min-width: 840px;

}

.content{

}

.footer{
	
	clear: both;
	position: relative;
	margin-top: -228px;
	margin-left: 50%;
	left: -420px;
	width: 840px;
	min-width: 840px;
	height: 226px;
	background: url(../images/footer_home_white_gradient.png) repeat-x 0 0;
}


@-moz-document url-prefix() { .footer { margin-top: -230px; } }
/* navigation */
/* original
.nav1 {
	min-height: 301px;
	list-style: none;
	background: transparent url(/media/images/sidebar-nav-bg.png);
}*/

.nav1{
	list-style: none;
	/*background: transparent url(../images/new-opacity-blue-85.png) repeat;*/
	/*background: transparent url(../images/new-opacity-blue-85.png);*/
	
}

.nav1>li {
	/*padding-bottom: 1px;*/
	/*font-size: 1.2em;*/
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif; /*added*/
	height: 38px;
	
}
.nav1>li>a {
	display: block;
	color: #FFF;
	text-decoration: none;
	/*background: transparent url(../images/opacity-white-10pct.png);*/
	/*background: transparent url(/media/images/new-opacity-white-75pct.png) repeat;*/
	background: url(/media/images/list-item-bg-regular.png) repeat-x;
}
.nav1>li>a>span {
	display: block;
	/*padding: 10px 12px;*/
	padding: 0px 12px;
	line-height: 38px;
}
.nav1>li.parent>a>span {
	background: url(/media/images/nav-arrow-white.png) no-repeat 205px 50%;
}
.nav1>li.last-child>a {
	display: block;
	/*padding: 10px 12px;*/
	padding: 0px 12px;
	line-height: 38px;
	border: 0;
}


.nav1>li>a:hover {
	color: #F85600;
	background: url(/media/images/list-item-bg-active.png) repeat-x;
}
.nav1>li.parent>a:hover>span, .nav1>li.hovered>a>span {
	color: #F85600;
	background: transparent url(/media/images/nav-arrow-orange.png) no-repeat 205px 50%;/*with #FFF */
}
.nav1>li[class~="nav-livestream"][class~="hovered"]>a:hover>span {
	color: #F85600;
	background: none;
}
.nav1>li.last-child>a:hover>span {
	background: #FFF;
}


.nav2 {
	display: none;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 223px;
	width: 160px;
	min-height: 383px;
	font-size: 1em;
	list-style: none;
	border: 1px solid #061928;
	border-width: 0 1px;
	background: url(/media/images/opacity-black-40pct.png);
}

.nav2>li {
	padding-bottom: 1px;
	vertical-align: top;
	width: 160px;
	text-transform: none;
	height: 37px;
}
.nav2>li>a {
	display: block;
	font-size: .9em;
	/*line-height: 1.3;*/
	line-height: 37px;
	color: #061928;
	text-decoration: none;
	background: url(/media/images/new-opacity-white-75.png);/*/media/images/opacity-white-80pct.png */
	
}
.nav2>li>a>span {
	display: block;
	/*padding: 10px 12px;*/
	padding: 0px 12px;
}
.nav2>li.parent>a>span {
	background: url(/media/images/nav-arrow-blue.png) no-repeat 140px 50%;
}

.nav2>li>a:hover {
	color: #F85600;
	background: #fff;; /* #FFF;;*/
}
.nav2>li.parent>a:hover>span, .nav2>li.hovered>a>span {
	color: #F85600;
	background: #FFF url(/media/images/nav-arrow-orange.png) no-repeat 140px 50%;
}


.nav3 {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	width: 160px;
	min-height: 383px;
	list-style: none;
	border: 1px solid #061928;
	border-width: 0 1px;
	background: url(/media/images/opacity-black-40pct.png);
}
.nav3>li {
	padding-bottom: 1px;
	vertical-align: top;
	width: 160px;
	
	text-transform: none;
	height: 37px;
}
.nav3>li>a {
	display: block;
	font-size: .9em;
	/*line-height: 1.3;*/
	line-height: 37px;
	color: #061928;
	text-decoration: none;
	background: url(/media/images/new-opacity-white-75.png);
}
.nav3>li>a>span {
display: block;
	/*padding: 10px 12px;*/
	padding: 0px 12px;
}
.nav3>li.parent>a>span {
	background: url(/media/images/nav-arrow-blue.png) no-repeat 140px 50%;
}
.nav3>li>a:hover, .nav3>li.hovered>a {
	color: #F85600;
	background: #FFF url(/media/images/nav-arrow-orange.png) no-repeat 140px 50%;
}
.nav3>li.parent>a:hover>span, .nav3>li.hovered>a>span {
	color: #F85600;
	background: #FFF url(/media/images/nav-arrow-orange.png) no-repeat 140px 50%;
}


.preview {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	width: 294px;
	height: 456px;
	background: url(/media/images/opacity-black-40pct.png);
}
.preview-wrap {
	margin: 10px;
	padding: 11px;
	height: 414px;
	background: #FFF;
}
.preview h3 {
	margin: .5em 0;
	font-size: 1.6em;
	color: #6C849D;
}
.preview .specs {
	padding: 2px;
	font-size: .95em;
}
.preview .specs strong {
	float: left;
	width: 4.5em;
}
.preview .odd {
	background: #CCCFD5;
}
.sidebar .nav3 .preview .preview-wrap .photo {
	width: 250px;
	height: 199px;
	overflow: hidden;
	background: #EEE;
}

.preview .links {
	margin: 1em 0 1em 22px;
	font-size: 1em;
	line-height: 1.4;
	list-style-image: url(/media/images/nav-arrow-orange.png);
}


#container {
	/*background: url(../images/feature/LRFWebsite_HomeRevamp-BackgroundPhoto.jpg) no-repeat center top;*/
	/*background: url(../../originalFiles/images/feature/photo.jpg) no-repeat 0 0;*/ /* dynamic feature photo */
}
/*
.feature {
	position: absolute;
	top: 350px;
	right: 15px;
	padding: 8px;
	width: 25em;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/media/images/opacity-black-60pct.png);
}
.feature dt {
	font-size: 2.4em;
}
.feature dt, .feature dt a:link, .feature dt a:visited {
	color: #EF7826;
	text-decoration: none;
}
.feature dd {
	font-size: 1.2em;
}
.feature dd, .feature dd a:link, .feature dd a:visited {
	color: #FFF;
	text-decoration: none;
}*/
/*
.highlights {
	margin: 478px 0 0 15px;
}*/
/*
#siteinfo p {
	clear: left;
}

#siteinfo .networking {
	display: block;
	float: left;
	padding: 20px;
	text-align: right;
	
}*/



/** more changes**/





#animate {
	background: none;
	
}

.feature{
	padding: 0px 15px 15px 15px;
	width: auto;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	/*background: url(/media/images/opacity-black-60pct.png);*/
	background: none;
}

.right{
position: absolute;
	top: 400px;
	right: 15px;
	text-align: right;
}

.left{
	position: absolute;
	top: 390px;
	left: 0px;
	text-align: left;
}


#animate:hover{
	background: transparent url(/media/images/new-opacity-blue-50.png) repeat;
	
}


.feature dt, .feature dt a:link, .feature dt a:visited {
	color: #fff;
	text-decoration: none;
	
}

.feature dt {
	color: #fff;
	text-shadow: 1px 1px 1px #030404;
	font-family: 'Code-Pro-Bold', Verdana, sans-serif;
	font-size: 48px;
	letter-spacing: 1px; 
	margin-bottom: 4px;
}

.feature dd {
	text-align: right;
	font-family: 'Ubuntu', sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 1px #030404;
	line-height: 20px;
	width: 19em;
	float: right;
}
.feature dd, .feature dd a:link, .feature dd a:visited {
	color: #FFF;
	text-decoration: none;
}

.highlightsDiv{width: 840px; overflow-x: hidden;}

