﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #5e5e5e;
	background: #000 url(Images/red-hot-body-bg.png) no-repeat center top;
	text-align: left;
}
* {
	margin: 0;
	padding: 0;	
}
#wrapper 
{
	margin: 0 auto;
	width: 790px;
	position: relative;
	background:#fff;
}
.content {
	margin: 0;
	padding: 0 0 0 20px;
	width: 530px;
	float: left;
	font-size:1.2em;
}
.sidebar {
	margin: 0;
	padding: 0;
	width: 230px;
	float: right;

}
#wrapper .footer 
{
	width: 100%;
	height: 80px;
	clear: both;
	padding-top: 70px;
	background: transparent url(Images/red-hot-footer.png) repeat-x 0 100%;
}
.contact 
{
	position: absolute;
	bottom: 25px;
	left: 2em;
	width: 300px;
}
.wrap {
}
.mainbar .wrap 
{
	margin: 0;
	padding: 0 0 120px;
	
}
.contentWrapper 
{
	width: 100%;
	float: left;

}
.top-nav 
{
	padding: 0 0 0 10px;
	position:absolute;
	top:160px;
}
/* Headings */
 h1.logo {
	margin: 0;

	height: 123px;
	width:163px;
	text-indent: -9999px;
	background: transparent url(Images/red-hot-logo.png) no-repeat;
	position:absolute;
	top:8px;
	left:314px;
}
.pageHeader
{
	position:relative;
	height:197px;
	background: #000 url(Images/red-hot-top.png) no-repeat center bottom;
}
h2 {
	margin: 0 0 25px;
	padding: 0 0 .3em;
	font-size: 2.4em;
	font-weight: bold;
}
.content h2 
{

	color: #9C0000;
	border-bottom:1px solid #B7B6B6;
	font-size:2em;
}
h3 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 1.8em;
	font-weight: normal;	
}
.sidebar
{
	background:url(Images/red-hot-news.png) no-repeat right top;
	padding-top:10px;
}
.sidebarSubnav
{
		background:none;
		padding:0;
}
.sidebar h3
{
	background:none;
	text-indent:-9999px;
	border:none;
}
#wrap .sidebar h3 
{
	font-size: 1.5em;
	margin: 0 0 0 15px;
	padding: 10px 0 5px 21px;
	color: #fff;

}
.sidebar .contact h3 
{
	font-size: 1.1em;
	text-transform: uppercase;
	background: transparent url(Images/arrow.gif) no-repeat 100% 50%;
	float: left;
	padding: 0 10px 0 0;
	margin-left: 0;
	color: #fff;
	text-indent:0;
}
h4 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
.news-list h4 
{
	color: #5b5b5b;
	font-size: 1.2em;
	margin: 0;
}
/* Paragraphs */
.content p {
	margin: 0 0 25px;
	padding: 0;
	font-size: 1.2em; 
}
.sidebar p {
	margin: 0;
	padding: 0;
	font-size: 1.1em; 
}
.footer p 
{
	margin: 0 9px;
	padding: 25px 10px 0 0;
	text-align: right;
	font-size: 1.1em;
	color:#fff;

}
.contact
{
	color:#fff;
}
.sidebar .news-list .date
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-style: italic;
}
/* Lists */
.content ul, .content ol {
	margin: 0 0 25px 25px;
	padding: 0;
	list-style-position: outside;
	font-size: 1.2em;
}
.content ul li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: disc;
}
.content ol li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: decimal;
}
.sidebar .news-list 
{
	margin: 0 0 0 21px;
	padding: 0;
	list-style-type: none;
}
.sidebar .news-list li 
{
	margin: 0;
	padding: 10px 10px 10px 10px;

}
/* Semantic */
strong {
	font-weight: bold;
	font-style: normal;
}
.content h2 strong 
{
	color: #fff;
}
em {
	font-weight: normal;
	font-style: italic;
}
address 
{
	font-size: 1.1em;
	font-style: normal;
	color: #fff;
	border-left: 1px solid #abaaaa;
	padding-left: 1em;
	margin-left: 7.9em;
}
a img 
{
	border: 0;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #9C0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.sidebar .news-list a 
{
	padding-right: 10px;
	background: transparent url(Images/red-hot-arrow.png) no-repeat 100% 50%;
}

.footer a, .contact a
{
	color:#fff;
}

/* News List */
.content ul.sf_newsList 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content ul.sf_newsList li
{
	margin: 0;
	padding: 0 0 1.5em;
	list-style-type: none;
}
.content ul.sf_newsList li .sf_newsTitle {
	background: none;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.content .sf_singleNews .sf_NewsTitle {
	background: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.content ul.sf_newsList p, .content .sf_singleNews p {
	margin: 0;
	padding: 0;
}
.content ul.sf_newsList p.sf_newsDate, .content .sf_singleNews p.sf_newsDate {
	padding-bottom: 10px;
}
