* {
	margin:0px;
	padding:0px;
}

p {
	font-family: 'Century Gothic';
	font-size: 13px;
}

footer {
	text-align:center;
}

footer div{
	margin:10px 0 10px;
}

footer #copyright{
	font-family: 'TrajanPro-Regular';
	font-size: 15px;
}

a {
	text-decoration: none;
	color: inherit;
}
/**
*TITLE
**/
.htitle{
	font-family: 'TrajanPro-Regular';
	color:#890808;
}


/**
*
**/
#content-body{
	min-height:300px;
}

#wrapper{
	
}

#container{
	margin:0px auto;
	width:990px;
}

#banner {
	/*max-height: 273px;*/
	height: 100%;
}


#banner-rw-container{
	clear: both;
	display:inline-block;
}

#banner-rw-container div{
	float: left;
}

#banner-rw-container img{
	vertical-align: bottom;
}

	#countdown-container{
		background: url('../../assets/images/rw/countdown.jpg');
		height:144px;
		width:146px;
		margin-top:55px;
	}
	
	#countdown-container #countdown-days{
		color:#890808;
		font-size: 68px;
		margin-top:-14px;
		width: inherit;
		text-align: center;
		font-family: 'Taiga';
	}
	
	
	
/**
* NAV
*/
#nav {
	background:#717171;
	height: 32px;
	font-family: 'TrajanPro-Regular' !important;
	min-width: 980px;
	font-size: 14px;
}


#nav ul {
	/*clear: both;*/
	list-style-type: none;
	/*position: relative;*/
}

#nav > ul {
	height: inherit;
}

#nav > ul > li {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	padding:0px 28px;
	color: #ffffff !important;
	
	
}

#nav > ul > li:hover{
	background-color:#838383;
	cursor: pointer;
	
}

#nav > ul > li:hover .sub-menu{
	display: block;
	
}

/**
* NAV DIAMOND
*/
#nav > ul > li:not(:first-child){
	background-image: url('../../assets/images/rw/diamond_left.png'),url('../../assets/images/rw/diamond_right.png');
	background-repeat: no-repeat;
	background-position: right , left;
}

#nav > ul > li:first-child{
	background-image: url('../../assets/images/rw/diamond_left.png');
	background-position: right;
	background-repeat: no-repeat;
}

#nav > ul > li:last-child{
	background-image: url('../../assets/images/rw/diamond_right.png');
	background-position: left;
	background-repeat: no-repeat;
}

/**
* NAV SUB MENU
*/



#nav .nav-menu{
	position: relative;
}

.nav-menu .sub-menu{
	float: left; 
	position: absolute; 
	bottom: -31px;
	color: black;
	text-align: center;
	height: inherit;
	left:0px;
	width:100%;
	font-size: 13px;
	display: none;
	
}

.nav-menu .sub-menu li:hover {
	color:#ffffff;
}

.nav-menu .sub-menu li {
	/*display: block;*/
	padding-top:12px;
	padding-bottom: 12px;
	background-color:rgba(131, 131, 131,0.8);
	position: relative;
	/*border-top-style: solid ;
	border-top-color: #ffffff;
	border-top-width: 2px;*/
	z-index: 999;
	
}

.v-separator{
	border: 1px solid #ffffff;
	width:80%;
	position: absolute;
	top: 0px;
	left: 15px;
}


/**
* HOME
**/

#updates-content{
	clear:both;
	display: inline-block;
}

#updates-content  .updates-box{
	float:left;
	overflow:hidden;
}

.updates-box{
	width: 235px;
	height: 290px;
	background:#ebebeb;
	margin:10px 6px;
	word-wrap: break-word;
}
.updates-content , .filter-content{
	padding:0px 5px;;
}

.updates-content .date, .filter-content .date{
	color:#848484;font-size: 12px;
}

.see-all {
	font-family: 'TrajanPro-Regular';
	color:#890808;
	margin-top:10px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

#featured-content {
	clear: both;
	display: inline-block;
}

#featured-video {
	width:580px;
}

#featured-photos {
	width:369px;
}

#featured-video-slider{
	background:#ebebeb;
	width: 100%;
	height: 170px;
	margin-top:7px;
}

.side-photo-container {
	width:160px;
	height: 140px;
	float:left;
	font-weight: bold;
	font-size: 14px;
	/*overflow: hidden;*/
}

.side-site-photo-container {
	width:160px;
	max-height: 140px;
	float:left;
	font-weight: bold;
	font-size: 14px;
	/*overflow: hidden;*/
}

/**
* SITEMAP
*/

#sitemap-content{
	clear: both;
	display: inline-block;
	
}

#sitemap-main{
	width: 580px;
}

#sitemap-featured {
	width:369px;
	overflow: hidden;
}

.sitemap-other-box {
	width: 235px;
	height: 290px;
	background:#ebebeb;
	margin:10px 6px;
	word-wrap: break-word;
	overflow:hidden;
}


/**
* UPDATES CONTROL
*/

#controls .filter{
	color:#949494;
	font-family: 'TrajanPro-Regular';
	font-size: 14px;
}


/*
#controls input[type="radio"] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #e7e7e7;
    border-color: #ddd;
}

#controls input[type="radio"]:checked + label { 
   background-image: none;
    background-color:#d0d0d0;
}

#controls input[type="radio"]+label:hover {
	cursor:pointer;
}*/

.filter-box {
	width: 235px;
	height: 290px;
	background:#ebebeb;
	margin:10px 11px 6px 0px;
	word-wrap: break-word;
}


.more-on{
	font-family: 'TrajanPro-Regular';
	color:#949494;
}

.border-gray{
	border:1px solid #cfcfcf;
}

.bg-gray{
	background:#ebebeb; 
}

.vertical-align{
	display: table-cell;
	vertical-align: middle;
}

.title , .title p{
	font-weight: bold;
	font-size: 14px;
	max-height: 37px;
	overflow: hidden;
}

.fix-tile-content{
	max-height: 51px;
	overflow: hidden;
}

.content-icons{
	width:22px;
	height: 19px;
	display:inline;
}

.big-box {
	height: 394px;
}

.big-box img {
	height:394px;
}

.medium-box {
	height:190px;
	width:280px;
}

.medium-box img.landscape{
	margin:7px;
}

.small-box {
	width:163px;
	height:119px;
}

.lazy {
	/*display: block;*/
}

.btn-prev {
	background: url("../../assets/images/buttons/hover_left.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 70px;
    width: 45px;
}

.btn-next {
    background: url("../../assets/images/buttons/hover_right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 70px;
    width: 45px;
 }
 
 #pagination-container{
		width:100%;
	}


.custom-pagination {
	display:inline-block;
	font-size:18px;
	font-family:'Century Gothic';
	color:#939393;
	max-height: 30px;
	overflow-y: hidden;
	font-weight: bold;
}

.custom-pagination li {
	 list-style-type: none;
	 display:inline;
	 margin:0px 5px;
}

.custom-pagination li.active{
	text-decoration: underline;
}

.pcontrol{
	display: inline;
	color:#000000 !important;
	font-weight: bold;
	margin: 0px 8px;
}

#update-rw-loading{
	position:relative;
	top:-130px;
}