/* #Site Styles
================================================== */

.deletethisnav {
	position:absolute;
	top:0px;
	float:left;
	text-align:left;
	width:230px;
	padding:5px 10px 10px 10px;
	background-color:#333;
	margin-top:12px;
	z-index:1000;
	color:#ccc;
	}
.wrapper {
	width: 100%;
}
.topbar {
	background-color: #232323;
	height: 12px;
}
.logo {
	background-color: #232323;
	width: 226px;
	height: 135px;
	position: absolute;
	top: 0px;
}
.logo:hover {
	opacity: .7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.header-bkg-repeat {
	background-image: url(../images/header-bkg-repeat.png);
	background-repeat: repeat-x;
}
.header-bkg {
	background-image: url(../images/header-bkg.jpg);
	background-repeat: no-repeat;
	height: 263px;
	background-position: center;
}
.header-ad {
	padding-top: 8px;
	height: 104px;
	text-align: right;
}
.header-nav1 {
	height: 39px;
}
.header-nav2 {
	height: 112px;
}
.header-nav2 li {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	list-style: none;
	margin-left: 0px;
}
.header-nav2 ul {
	float: left;
}
.header-nav2 li:hover {
	opacity: .7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.content {
	padding-top: 50px;
	background-color: #fbfaf6;
	padding-bottom: 40px;
}
article.home {
	width: 100%;
	background-color: #fff;
	padding: 0px 24px 12px 0px;
	margin-bottom: 24px;
    clear: both;	
}
article img {
	float: left;
	padding: 0px 24px 90px 0px;
}
article {
	background-color: #fbfaf6;
	padding: 0px 24px 24px 0px;
	margin-bottom: 24px;
}
.category-title img {
	float: left;
	padding-right: 20px;
}
.category-title h1 {
	padding-top: 27px;
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.sidebar img {
	border: 4px solid #FFFFFF;
}
.sidebar aside {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 2px solid #FFFFFF;
}
.sidebar {
	line-height: 15px;
}
.footer-blackbar {
	background-color: #232323;
	height: 35px;
}
.footer {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #522029;
	min-height: 150px;
}
/* #Navigation & Dropdowns
================================================== */

.nav {
	padding-top: 10px;
	text-align: right;
}
.nav li {
	display: inline-block;
	list-style: none;
	margin-left: 0px;
	padding-right: 4px;
}
.nav a {
	padding-left: 10px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .5);
	cursor: pointer;
}
.nav a:hover {
	color: #ccc;
	text-shadow: 0 1px rgba(0, 0, 0, 1);
}
.footer-nav li {
	display: inline-block;
	padding-right: 8px;
	list-style: none;
	margin-left: 0px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #ccc;
}
