/* override because FF uses this, but newswire needs it not reset. */
ol li{list-style:none;}

/* this css inherits from main.css with specific fileforum declarations */
html {
  background: #db6f25 url(../fileforum2/site_bg.png) repeat-x;
}

body {
	background: #db6f25 url(../fileforum2/site_bg.png) repeat-x;
}

#header {
  background: url(../fileforum2/ff_logo.png) 0 0 no-repeat;
}

#userbox {
  background: url(../fileforum2/userbox_bg.png) no-repeat;
}

.navbar_topright {
  background: url(../betanews2/navbar_topbg.png) 0 0 repeat-x;
}

.navbar_topleft {
    background: url(../fileforum2/tab_right.png) 0 0 no-repeat;
}

#header_search {
  background: url(../fileforum2/navbar_rightbg.png) 100% 0px no-repeat;
}

li.tab_betanews {
  background: url(../fileforum2/tab_betanews.png) no-repeat;
}

li.tab_fileforum {
  background: url(../fileforum2/tab_fileforum.png) no-repeat;
}

li.tab_discussions {
  background: url(../fileforum2/tab_discussions.png) no-repeat;
}

/* ff-specific breadcrumb bar */	
#navbar_breadcrumb {
	float: left;
  height: 30px;
  background: url(../betanews2/navbar_bottombg.png) 0 100% repeat-x;
	width: 100%;
  border-bottom: 1px solid #d1d1d1;
}

	#navbar_breadcrumb li {
	  float: left;
	  font-family: Arial;
	  size: 93%;
	  font-weight: normal;
	  padding: 8px;
		padding-right: 10px;
	  line-height: 14px;
	  background: url(../fileforum2/nav_bullet.png) right center no-repeat;
		color: #444;
	}
	
		#navbar_breadcrumb li.first_crumb {
			font-weight: bold;
		}
	
		#navbar_breadcrumb li.last_crumb {
			background: none;
		}
	
		#navbar_breadcrumb li a {
			color: #FF7300;
		}

/* ff-specific content blocks */
#contentleft {
	float: left;
	margin: 10px 20px 10px 10px;
	width: 180px;
}

	#contentleft .ff_nav_link {
		float: left;
		margin-top: 10px;
	}

	#contentleft h1.orange_header {
		float: left;
		font: bold 93% verdana, helvetica, arial, sans-serif;
		color: #fff;
		border: 1px solid #db4000;
		width: 170px;
		padding: 4px;
		background: #db4000 url(../fileforum2/orange_header.png) repeat-x;
	}
	
		#contentleft h1.orange_header span {
			margin-left: 5px;
			padding-left: 15px;
			background: url(../fileforum2/white_downbullet.gif) left center no-repeat;
		}
	
	#contentleft h1.grey_header {
		float: left;
		font: bold 93% verdana, helvetica, arial, sans-serif;
		color: #ff7300;
		border: 1px solid #bcbcbc;
		width: 170px;
		padding: 4px;
		background: #bcbcbc url(../fileforum2/grey_header.png) repeat-x;
	}
	
		#contentleft h1.grey_header span {
			margin-left: 5px;
			padding-left: 15px;
			background: url(../fileforum2/orange_downbullet.gif) left center no-repeat;
		}
	
	#contentleft ul {
		width: 168px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px 0px 5px 10px;
	}
	
		#contentleft ul li {
			padding: 5px 0px 0px 10px;
		}
		
			#contentleft ul li a {
				color: #000;
			}
	
		#contentleft ul.ff_categories {
			float: left;
		}
	
		#contentleft ul.ff_categories li {
			font: bold 85% verdana, helvetica, arial, sans-serif;
			background: url(../fileforum2/nav_bullet.png) no-repeat 0 10px;
		}
		
		#contentleft ul li.separator {
			background: none;
			margin-top: 5px;
			height: 1px;
			border-bottom: 1px solid #ccc;
			width: 148px;
		}
		
	#contentleft ul.ff_nav, #contentleft ul.ff_watchedfiles {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		float: left;
	}
		
		#contentleft ul.ff_nav li, #contentleft ul.ff_watchedfiles li {
			font: normal 85% verdana, helvetica, arial, sans-serif;
			background: url(../fileforum2/nav_bullet.png) no-repeat 0 10px;
		}
		
			#contentleft ul.ff_nav li.selected {
				background: url(../fileforum2/orange_downbullet.gif) no-repeat 0 10px;

			}
		
			#contentleft ul.ff_nav_subcat {
				border: 0;
				width: 148px;
				padding: 0px 0px 0px 10px;
			}
	
				#contentleft ul.ff_nav_subcat li {
					padding: 5px 0px 0px 10px;
					width: 120px;
				}
				
			#contentleft ul.ff_watchedfiles_subcat {
				border: 0;
				width: 148px;
				padding: 0px 0px 0px 10px;
			}

				#contentleft ul.ff_watchedfiles_subcat li {
					padding: 0px 0px 0px 10px;
					background-position: -6000px;
					width: 120px;
					color: #444;
				}
		
	#contentleft ul.ff_highestrated {
		padding: 5px 5px 10px 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		float: left;
	}
	
		#contentleft ul.ff_highestrated li {
			font: normal 85% verdana, helvetica, arial, sans-serif;
			width: 153px;
		}
	
		#contentleft ul.ff_watchedfiles p span {
			color: #444;
			margin-left: 10px;
			font-size: 85%;
			padding-top: 2px;
		}
		
		#contentleft ul.ff_watchedfiles p.editlist {
			font: normal 85% verdana, helvetica, arial, sans-serif;
			float: left;
			margin-top: 10px;
			margin-left: 10px;
		}
		
			#contentleft ul.ff_watchedfiles p.editlist a {
				color: #444;
			}

#contentmiddle {
	padding-top: 10px;
	margin-left: 210px;
	margin-right: 330px;
}

	#contentmiddle h1.todays_hot_releases {
		font: bold 93% verdana, helvetica, arial, sans-serif;
		color: #fff;
		height: 50px;
		background: #fff url(../fileforum2/todayshotreleases.png) no-repeat;
		text-indent: -6000px;
	}

	#contentmiddle #featured_file {
		background-color: #363636;
		background: #363636 url(../fileforum2/featuredfile_bg.png) repeat-x;
		margin-bottom: 20px;
	}
	
	#contentmiddle #featured_file .featured_file_header {
	  background-image: url(../fileforum2/featuredfile_header.png);
	  background-repeat: no-repeat;
	  padding: 20px;
	}
	
		#contentmiddle #featured_file h1 {
			font: bold 146.5% arial, sans-serif;
			color: #FF7300;
			padding-top: 40px;
		}
		
			#contentmiddle #featured_file h1 a {
				color: #FF7300;
			}
	
		#contentmiddle #featured_file h2 {
			color: #fff;
			padding-top: 10px;
			font: normal 100% arial, sans-serif;
		}
		
		#contentmiddle #featured_file p {
		  padding-top: 10px;
			color: #FF7300;
			font: normal 123.1% arial, sans-serif;
		}
		
		#contentmiddle #featured_file a {
			color: #FF7300;
		}
		
		#contentmiddle #featured_file a:hover {
			text-decoration: underline;
		}
		
		#contentmiddle .featured_file_image {
		  float: right;
		  padding: 10px 0px 10px 10px;
		}
	
	#contentmiddle .hot_release, #dashboard_contentleft .hot_release {
		margin-bottom: 40px;
	}
	
	#contentmiddle .hot_release_info h2, #dashboard_contentleft .hot_release_info h2 {
		font: normal 123% verdana, helvetica, arial, sans-serif;
		margin-bottom: 3px;
		color: #FF7300;
	}
	
		#contentmiddle .hot_release_info h2 a, #dashboard_contentleft .hot_release_info h2 a {
			color: #0552BD;
			font-weight: bold;
		}
		
		#contentmiddle .hot_release_info h2 img, #dashboard_contentleft .hot_release_info h2 img {
			margin-top: 5px;
		}
	
	#contentmiddle .hot_release_info h3, #dashboard_contentleft .hot_release_info h3 {
		font: normal 108% verdana, helvetica, arial, sans-serif;
		color: #444;
	}
	
		#contentmiddle .hot_release_info h3 a, #dashboard_contentleft .hot_release_info h3 a{
			font-weight: bold;
			color: #444;
		}
		
		#contentmiddle .hot_release_info h3 span, #dashboard_contentleft .hot_release_info h3 span {
			color: #0552BD;
			font-weight: bold;
		}
	
	#contentmiddle .hot_release_info p, #dashboard_contentleft .hot_release_info p {
		font: normal 93% helvetica, arial, sans-serif;
		color: #000;
		margin-top: 5px;
		line-height: 131%;
		padding-bottom: 5px;
	}
		
	#contentmiddle .hot_release_footer {
		padding-top: 5px;
		color: #444;
		border-top: 1px dotted #ccc;
	}
	
		#contentmiddle .hot_release_footer a {
			color: #0552BD;
			font: normal 93% verdana, helvetica, arial, sans-serif;
		}
		
		#contentmiddle .hot_release_footer select {
			width: 200px;
		}
	
		#contentmiddle .hot_release_footer span {
			font: normal 93% verdana, helvetica, arial, sans-serif;
			color: #444;
		}
		
	#contentmiddle .hot_release_footer_left {
		width: 50%;
		float: left;
	}
	
	#contentmiddle .hot_release_footer_right {
		float: right;
		text-align: right;
	}
			
#contentright {
	float: right;
	width: 300px;
	margin: 15px 10px 0px 20px;
}

	#contentright h1.orange_header {
		float: left;
		font: bold 108% verdana, helvetica, arial, sans-serif;
		color: #000;
	}
	
	#contentright h1.from_the_forum {
		float: left;
		font: bold 93% verdana, helvetica, arial, sans-serif;
		color: #fff;
		width: 300px;
		height: 50px;
		background: #fff url(../fileforum2/fromtheforum.png) no-repeat;
		text-indent: -6000px;
	}
	
	#contentright h1.top_five {
		float: left;
		font: bold 93% verdana, helvetica, arial, sans-serif;
		color: #fff;
		width: 300px;
		height: 50px;
		background: #fff url(../fileforum2/topfive.png) no-repeat;
		text-indent: -6000px;
	}
	
	#contentright .misc_item {
		float: left;
		width: 300px;
		margin-bottom: 10px;
	}
	
		#contentright .misc_item h2 {
			float: left;
			font: normal 108% verdana, helvetica, arial, sans-serif;
			width: 300px;
		}
		
			#contentright .misc_item h2 a {
				color: #00b300;
			}
			
			#contentright .misc_item h2 a.popular {
				color: #FF7300;
				font-weight: bold;
			}
		
		#contentright .misc_item h3 {
			float: left;
			font: normal 85% verdana, helvetica, arial, sans-serif;
			color: #444;
			width: 300px;
		}
		
			#contentright .misc_item h3 a {
				font-weight: bold;
				color: #444;
			}
		
		#contentright .misc_item p {
			float: left;
			font: normal 85% verdana, helvetica, arial, sans-serif;
			color: #000;
			width: 300px;
		}

.rating {
	width: 108px;
	height: 20px;
	background-image: url(../fileforum2/rating_block.png) center no-repeat;
}
    
	.rating.r0_5 { 
		background-position: center 0px -20px;
	}
	.rating.r1_0 {         
		background-position: center 0px -40px;
	}
	.rating.r1_5 {        
		background-position: center 0px -60px;
	}
	.rating.r2_0 {        
		background-position: center 0px -80px;
	}
	.rating.r2_5 {        
		background-position: center 0px -100px;
	}
	.rating.r3_0 {        
		background-position: center 0px -120px;
	}
	.rating.r3_5 {        
		background-position: center 0px -140px;
	}
	.rating.r4_0 {        
		background-position: center 0px -160px;
	}
	.rating.r4_5 {        
		background-position: center 0px -180px;
	}
	.rating.r5_0 {        
		background-position: center 0px -200px;
	}
		 

#download_links {
	padding-top: 50px;
}

#download_links a {
	margin-right: 10px;
	padding-bottom: 2px;
}

	#download_links a:hover {
		
	}
	
.review_buttons {

}

	.review_buttons a {
		display: block;
		float: right;
		font-size: 138.5%;
		margin-bottom: 5px;
	}

		.review_buttons a.left {
			float: left;
		}
	
/*------footer--------*/
#footer {
  background-color: #dc7316;
	border-top: 5px solid #ffa154;
}

.footercolumn {
	border-right: 1px solid #ffa154;
}

	.footercolumn dt {
		color: #fff;
	}

	.footercolumn dd a {
		color: #fff;
		border-bottom: 1px solid #ffa154;
	}

		.footercolumn dd a:hover {
			color: #ffa154;
		}

	#footer_tailmessage p {
		color: #fff;
	}
	
.latest_reviews li {
	display: block;
	margin-bottom: 10px;
	border-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

.review_content a {
	display: block;
	font: bold 108% verdana, helvetica, arial, sans-serif;
	color: #0552BD;
}

	.review_content a.comment_link {
		color: #00b300;
	}

.review_content p {
	margin-top: 2px;
	font: normal 93% arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

	.review_content p span {
		color: #444;
		font: normal 108% arial, helvetica, sans-serif;
	}
	
	.review_content p a {
		font: normal 93% arial, helvetica, sans-serif;
		display: inline;
	}
	
	
.reviewcontent_actionbuttons {
	text-align: right;
	margin-bottom: 10px;
}
	
.reviewcontent_actionbuttons a {
	display: inline;
	font-size: 108%;
	font-weight: normal;
	margin-bottom: 5px;
}
	
/* nocontent box */
.nocontent {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	color: #444;
	font-size: 108%;
	margin-bottom: 10px;
}

	.nocontent.clear {
		clear: both;
	}
	
	.nocontent a {
		font-size: 85%;
	}
