/*
File Name: header.css 
Sections: Logo, Main Menu, Featured Block, Category Navigation and Drop Down Box, Custom Search Block
*/

/*
------------------------------------------------Logo and Main Menu------------------------------------------------
*/

/* Logo */

#header #blog-title {
	margin: 0;
	padding: 0;
	float: left;
}
#header #blog-title h1 {
	width: 212px;
	margin: 0;
	padding: 0;
}
#header #blog-title h1 a.image_logo {
	width: 212px;
	height: 35px;
	margin: 0;
	padding: 0;
	display: block;
	background: transparent url(../images/logo.png) no-repeat left top;
	text-indent: -9999px;
}
#header #blog-title h1 a.text_logo {
	margin: 0;
	padding: 0;
	color: #e3a743;
	font: bold 45px "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	line-height: 35px;
}
/* Main Menu */

.menu {
	width: 700px;
	margin: 2px 0 0 0;
	padding: 0;
	float: right;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.menu ul li {
	height: 34px;
	margin: 0 10px 0 0;
	padding: 0 0 0 16px;
	float: left;
	display: block;
	background: url(../images/menu_btn_left.png) no-repeat left top;
}
.menu ul li a {
	height: 34px;
	margin: 0;
	padding: 0 16px 0 0;
	color: #535353;
	float: left;
	display: block;
	z-index: 10;
	position: relative;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 32px;
	text-transform: capitalize;
	overflow: hidden;
	background: url(../images/menu_btn_right.png) no-repeat right top;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #000;
}
.menu ul li.current_page_item, .menu ul li.current-menu-item {
	background: url(../images/menu_current_btn_left.png) no-repeat left top;
}
.menu ul li.current_page_item a, .menu ul li.current-menu-item a {
	color: #FFF;
	background: url(../images/menu_current_btn_right.png) no-repeat right top;
}
.menu ul li.current_page_item a:hover, .menu ul li.current-menu-item a:hover {
}

/*
------------------------------------------------Featured Block------------------------------------------------
*/

#featured {
	width: 962px;
	height: 255px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/featured_bg.png) no-repeat left top;
	position: relative;
}
#featured-content {
	width: 962px;
	height: 255px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.featured-image {
	width: 442px;
	height: 233px;
	margin: 5px 0 0 49px;
	padding: 0;
	float: left;
	background: #eee;
}
.featured-image img {
	width: 442px;
	height: 233px;
}
#featured h3 {
	width: 140px;
	height: 52px;
	margin: 35px 0 0 -15px;
	padding: 0 20px 0 20px;
	color: #FFF;
	font: normal 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: -1px;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	line-height: 44px;
	position: absolute;
	background: url(../images/title_bg3.png) no-repeat left top;
}
.featured-text {
	width: 375px;
	height: 190px;
	margin: 90px 0 0 30px;
	padding: 0;
	float: left;
	overflow: hidden;
}
.text_wrapper {
	width: 375px;
	height: 86px;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#featured .featured-text h2 {
	font: bold 28px "Myriad Pro", Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 28px;
	text-shadow: 1px 1px #FFF;
	letter-spacing: -1px;
}
.featured-text h2 a {
	color: #444;
}
.featured-text h2 a:hover {
	text-decoration: none;
	color: #000;
}
#featured .featured-text p {
	width: 375px;
	margin: 0;
	padding: 15px 0 0 0;
	color: #000;
	line-height: 20px;
}
#featured .featured-text p a:hover {
	text-decoration: underline;
	color: #555;
}
ul.slides {
	width: 962px;
	margin: 0;
}
.container {
	width: 962px;
	height: 255px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
div.slides {
	width: 962px;
	height: 255px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#featured a.previous {
	width: 28px;
	height: 29px;
	top: 50px;
	right: 18px;
	position: absolute;
	display: block;
	text-indent: -9999em;
	background: url(../images/previous.png) no-repeat left top;
}
#featured a.next {
	width: 28px;
	height: 29px;
	top: 196px;
	right: 18px;
	position: absolute;
	display: block;
	text-indent: -9999em;
	background: url(../images/next.png) no-repeat left top;
}
#featured a.featured-btn {
	width: 77px;
	height: 24px;
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
	background: url(../images/featured_btn.png) no-repeat left top;
	text-indent: -9999px;
}
ul.pagination {
	width: 15px;
	top: 85px;
	right: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
ul.pagination li {
	margin: 0 0 11px 0;
}	
ul.pagination a {
	width: 13px;
	height: 12px;
	margin: 0 0 0 1px;
	padding: 0;
	display: block; 
	background: url(../images/bullet_hole_empty.png) no-repeat left top;
	text-indent: -9999px;
}
ul.pagination li.active a {
	width: 15px;
	height: 14px;
	margin: 0;
	background: url(../images/bullet_hole_fill.png) no-repeat left top;
	cursor: default;
}

/*
------------------------------------------------Category Navigation Block------------------------------------------------
*/

/* Global Category Navigation Block */

#cat-nav {
	width: 962px;
	height: 45px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/cat_nav_bg.png) repeat-x left top;
}
#cat-nav-left {
	width: 2px;
	height: 45px;
	float: left;
	background: url(../images/cat_nav_left_bg.png) no-repeat left top;
}
#cat-nav-right {
	width: 2px;
	height: 45px;
	float: right;
	background: url(../images/cat_nav_right_bg.png) no-repeat left top;
}

/* Category Drop Down */

ul#navcatlist {
	width: 139px;
	float: left;
	display: block;
	list-style: none;
	position: relative;
}
ul#navcatlist li {
	float: left;
	list-style: none;
	cursor: default;
}
ul#navcatlist li#cat-nav-btn {
	width: 139px;
	height: 45px;
	float: left;
	background: url(../images/cat_nav_btn_bg.png) no-repeat left top;
	cursor: pointer;
}
ul#navcatlist li#cat-nav-btn:hover {
	background: url(../images/cat_nav_btn_bg.png) no-repeat left bottom;
}
ul#navcatlist li ul {
	width: 420px;
	height: auto;
	padding: 0 2px 7px 12px;
	float: left;
	z-index: 999;
	left: -999em;
	position: absolute;
	display: block;
	background: #444 url(../images/cat_drop_bg.png) no-repeat left bottom;
	cursor: default;
	list-style: none;
	text-transform: capitalize;
	color: #FFF;
	font: normal 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	line-height: 25px;
}
span.navcatlist-inner {
	padding: 0 0 5px 10px;
	float: left;
	border: 1px solid #888;
	border-top: 0;
}
ul#navcatlist li li {
	width: 130px;
	height: 25px;
	padding: 0 10px 0 0;
	float: left;
	overflow: hidden;
}
ul#navcatlist li li a {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
	color: #FFF;
	font: normal 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	line-height: 25px;
}
ul#navcatlist li li a:hover, ul#navcatlist li li a:active {
	color: #e2e025;
	text-decoration: none;
}
ul#navcatlist li.current-cat a {
	color: #e2e025;
}
ul#navcatlist li:hover ul, ul#navcatlist li.sfhover ul {
	left: -2px;
	top: 45px;
	float: left;
	display: block;
}
ul#navcatlist li:hover ul {
	z-index: 999;
}

/* Featured Categories */

ul#cat-nav-featured {
	width: 500px;
	height: 45px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	overflow: hidden;
	display: block;
	list-style: none;
}
ul#cat-nav-featured li {
	height: 45px;
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	display: block;
	color: #FFF;
	font: normal 14px Arial, Helvetica, sans-serif;
	list-style: none;
	text-transform: capitalize;
	line-height: 45px;
}
ul#cat-nav-featured li a {
	height: 45px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	color: #FFF;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	line-height: 45px;
}
ul#cat-nav-featured li a:hover {
	text-decoration: underline;
}

/* Custom Search */

#custom-search {
	width: 198px;
	margin: 10px 0 0 0;
	padding: 0 70px 0 0;
	float: right;
}
#custom-search #custom-s {
	width: 130px;
	height: 25px;
	margin: 0;
	padding: 0 10px 0 10px;
	float: left;
	line-height: 25px;
	background: url(../images/custom_s_bg.png) no-repeat left top;
	border: 0;
}
#custom-search #custom-search-submit {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 25px;
	float: left;
	background: url(../images/custom_search_submit_bg.png) no-repeat left top;
	border: 0;
	cursor: pointer;
}