/* =General Styles
----------------------------------------------------------------- */
body {
	font-family:Arial, sans-serif;
	background:#fff;
	color:#555;
	font-size:12px;
	line-height:22px;
}
a, a:visited {
	color:#323232;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#111;
}
a:active { color:#111; }
a.info {
	font:bold 11px Verdana, Helvetica, sans-serif;
	color:#777;
}
/* =Header
----------------------------------------------------------------- */
#header-wrapper { background: #1e1e1e url(images/header_wrapper_bg.jpg) repeat-x 0 0; }
#header {
	width:960px;
	height:92px;
	position:relative;
	z-index:50;
	margin:0 auto;
}
#logo {
	position:absolute;
	top:2px;
	left:0;
}
/* =Navigation
----------------------------------------------------------------- */
#nav-wrapper {
	height:50px;
	padding-right:18px;
	position:absolute;
	top:23px;
	right:0;
	background:transparent url(images/menu.png) no-repeat scroll right bottom;
}
#nav {
	float:left;
	height:47px;
	padding-top:1px;
	padding-left:13px;
	background:transparent url(images/menu.png) left top no-repeat;
}
/* =Featured Slideshow
----------------------------------------------------------------- */
#featured-wrapper { background:#000 url(images/featured_bg.jpg) repeat-x; }
#featured-area {
	width:960px;
	height:291px;
	background:url(images/featured_img.jpg) no-repeat;
	position:relative;
	margin:0 auto;
}
/* page title */
#page-title {
	width:960px;
	height:83px;
	background:url(images/featured_img.jpg) no-repeat;
	margin:0 auto;
}
#page-title h3 {
	font:normal 31px "Helvetica LT Std", Helvetica, Arial, sans-serif;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.7);
	letter-spacing:1px;
	padding-top:25px;
}
/* =Content
----------------------------------------------------------------- */
.intro .cta-button {
	background: url(images/cta.png) no-repeat right -52px;
	padding-right:36px;
	height:42px;
	font-size:20px;
	display:inline-block;
	margin-left:10px;
	margin-top:5px;
}
.intro .cta-button span {
	background: url(images/cta.png) no-repeat left 0px;
	display:block;
	color:#fff;
	font-size: 20px;
	letter-spacing:1px;
	text-shadow:1px 1px 0 #333;
	line-height:20px;
	padding:11px 0 11px 36px;
}
.widget .date, .thumb-list .date {
	font:9px Tahoma, Geneva, sans-serif;
	color:#444;
}
#folio a.info {
	color:#777;
	font-weight:400;
	font-size:10px;
	text-transform:uppercase;
	padding-right:15px;
}
/* =Footer
----------------------------------------------------------------- */
#footer-wrapper {
	width:100%;
	background:#700e0f url(images/footer_bg.jpg) repeat-x;
}
#footer {
	width:960px;
	padding-bottom:40px;
	margin:0 auto;
	color: #fff;
}
#footer .block h3 {
	font-size:20px;
	font-weight:400;
	color:#fff;
	background:url(images/s_line.gif) left bottom repeat-x;
	padding:0 0 15px;
}
#footer .block ul li {
	background:url(images/s_line.gif) left bottom repeat-x;
	padding:5px 3px 10px;
}
#footer .block ul li, #footer .block ul li a {
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#fff;
}
#footer .textwidget {
	color: #fff;
	font-size:11px;
	padding-top:5px;
}
/* subfooter */
#subfooter-wrapper { background:url(images/sub_footer_bg.jpg) repeat-x; }
#subfooter p {
	position:absolute;
	top:14px;
	left:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#8e8e8e;
}
#subfooter p a, #subfooter p a:visited { color:#fff; }

