/*
	HotPress Web Framework
	By: Team HotPress Web
	Created: 2011
*/
@import url(reset.css);
@import url(hotpress-module-styles.css);
/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	 color: #524846;
}
hr {
	border: 0 #eee solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h4, h5, h6 {
	color:#333;
	letter-spacing:1px;
	text-transform:uppercase;
font-family: 'Quattrocento', serif;
	font-weight:normal;
}
h1 {
	font-size: 21px;
	line-height:1;
	color:#594f4d;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px;
	text-transform:uppercase;
}
#aside h1 {
	font-size: 20px;
	line-height:1;
}
h2 {
	font-size: 16px;
	color:#342e2c;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px;
}
h2.product-name {
	font-size:18px;	
}
#aside h2 {
	font-size: 18px;
}
h3 {
	color: #342E2C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}
h3 a:link, h3 a:visited {
	color:#C76E38;	
}
#aside h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	color:#524846;
}
#aside h4 {
	font-size: 13px;
}
h5 {
	
	font-size: 22px;
color: #F1B126;
}
#aside h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
#aside h6 {
	font-size: 10px;
}
caption {
	color:#333;
	font-size: 18px;
	font-weight:bold;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color:#C76E38;
	text-decoration:none;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active {
	color:#524846;
	text-decoration:none;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, form {
	margin-bottom: 20px;
}
ol li {
	list-style: decimal;
	list-style-position:inside;
	padding-bottom:10px;
}
ol li li {
	padding-left:25px;
}
ol ol {
	margin-bottom:0;
	padding-top:10px;
}
ul li {
	padding-left:20px;
	padding-bottom:10px;
	background:url(images/bullet.gif) no-repeat left 4px;
}
ul li li {
	padding-left:25px;
}
ul ul {
	margin-bottom:0;
	padding-top:10px;
}
/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a:link, a:visited {
	text-decoration:underline;
	color:#C76E38;
}
a:hover, a:active {
	text-decoration:none;
	color:#C76E38;
	outline:none;
}
a:focus {
	outline:none;
}
button {
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
}
address span {
	display:block;
	margin:0 0 10px 0;
}
blockquote {
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
	float:left;
}
table {
	width: 100%;
}

table, table td {
	border: none;
	vertical-align: top;
}
table tr td.odd {
	background: #eee repeat scroll 0 0;
}
/* Background
----------------------------------------------------------------------------------------------------*/
body {
	background: #f5f5f5 url(images/bg.jpg) repeat-x scroll 0 0;
}
#container {
	margin: 0 auto;
	width: 960px;
}
.container {
	background: #fff repeat scroll 0 0;
	margin: 0 auto;
	position:relative;
	width: 960px;
	z-index:33;
}
/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}
h1#logo {
	float: left;
	margin: 55px 0 0;
	padding: 0;
}
h1#logo a:link,  h1#logo a:visited {
	background: url("images/logo.png") no-repeat scroll left top transparent;
	display: block;
	height: 45px;
	text-indent: -9999em;
	width: 291px;
}
h1#logo a:hover,  h1#logo a:active {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#utility-nav,  #member-nav {
	display:inline;
	float: right;
	margin: 6px 0 5px;
	width:260px;
}
#member-nav {
	display: none;
}
#utility-nav ul,  #member-nav ul {
	display:inline;
	float:right;
	margin:0;
}
#utility-nav ul li,  #member-nav ul li {
	display:inline;
	float:left;
	list-style:none;
	padding: 0 8px;
	background: none;
}
#utility-nav ul li a:link,  #utility-nav ul li a:visited,  #member-nav ul li a:link,  #member-nav ul li a:visited {
	color: #e9e3d3;
	font-size: 12px;
	text-decoration:none;
}
#utility-nav ul li a:hover,  #utility-nav ul li a:active,  #member-nav ul li a:hover,  #member-nav ul li a:active {
	color: #f5e0a6;
}
#utility-nav ul li.selected a:link, #utility-nav ul li.selected a:visited {
	color:#c76e38;
	text-decoration:none;
}
#utility-nav ul li#join a {
	background:#c76e38;
	padding: 5px 15px;
	text-decoration: none;
}
#subnav {
	margin-bottom:40px;	
	padding-left:29px;
}
#subnav ul li {
	background:none;
	border-bottom:1px solid #e4e4e4;
	  padding: 8px 0 5px 0px;
}	
#subnav ul li a:link,#subnav ul li a:visited{
	color:#594f4d;
	font-weight:bold;
	text-decoration:none;
	
}
#subnav ul li a:hover, #subnav ul li.selected a:link, #subnav ul li.selected a:visited {
	color:#c76e38;
}
#utility{
	display:inline;
	float:left;
    margin: 0;
    overflow: hidden;
    width: 668px;
	zoom:1;
}
#header #shopping-cart {
	display: inline;
    float: right;
    line-height: 10px;
    margin-bottom: 0 !important;
    margin-top: 5px;
    overflow: hidden;
    padding-left: 15px;
    width: auto;
	zoom:1;
}
#shopping-cart img {
	float:left;
	margin:-3px 0 0 0;	
}
#shopping-cart span#catCartSummary{
	display:inline;
	float:left;
}
#header #shopping-cart a:link,  #header #shopping-cart a:visited {
	color: #e9e3d3;
	text-decoration:none;
	font-size: 12px;
}
#search {
	float: right;
	margin-top: 45px;
	position: relative;
}
#search-input {
	float: left;
}
#search-input input {
	height: 24px;
	border: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b3b3b3;
	width:215px;
	padding:2px 5px;
}
#search-btn {
	float: left;
	position:absolute;
	top:2px;
	right:2px;
	width:25px;
}
#search-btn input {
	background:url(images/search.jpg) no-repeat;
	overflow:hidden;
	text-indent:-999em;
}
/* Main Navigation
----------------------------------------------------------------------------------------------------*/
#nav {
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	margin: 25px 0 20px;
	overflow: hidden;
	width: 960px;
}
#nav ul {
	margin:0;
	overflow:auto;
	padding: 0;
}
#nav ul li {
	background: none;
	display:inline;
	float:left;
	list-style:none;
	padding: 0;
}
#nav ul li.selected a:link,  #nav ul li.selected a:visited,  #nav ul li ul li.selected a:link,  #nav ul li ul li.selected a:visited {
	background: #fff;
	color:#b6551a;
}
#nav ul li a:link,  #nav ul li a:visited,  #nav ul li ul li a:link,  #nav ul li ul li a:visited {
	color: #524846;
	display: block;
	font-size: 13px;
	padding: 10px 29px;
	font-weight:bold;
	text-decoration: none;
}
#nav ul li a:hover,  #nav ul li a:active,  #nav ul li ul li a:hover,  #nav ul li ul li a:active {
	color: #c76e38;
}
#nav ul li ul {
	background:#fff;
	left: -999em;
	position: absolute;
	z-index:333;
 border:2px solid #EAEAEA;	
 	border-top:1px solid #EAEAEA;

}
#nav ul li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li ul li {
	border-top:1px solid #EAEAEA;
	display:block;
	float:none;
}
#nav ul li.selected ul li a:link,  #nav ul li.selected ul li a:visited {
	background:none;
}
#nav ul li.selected ul li a:active,  #nav ul li.selected ul li a:hover {
	background:#594f4d;
	color: #f9f9f9;
}
#nav ul li ul li.selected a:link,  #nav ul li ul li.selected a:visited {
	background: #594f4d;
	color:#f9f9f9;
}
#nav ul li ul li a:hover, #nav ul li.selected ul li a:hover{
	background:	#EAEAEA;
	color:#594f4d;
}
#nav ul li ul li a:link,  #nav ul li ul li a:visited {
	color: #524846;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
#nav ul li ul li a:hover,  #nav ul li ul li a:active {
	background:#594f4d;
	color: #f9f9f9;
}
/* Body
----------------------------------------------------------------------------------------------------*/
#page-top {
	background:url(images/shadow.jpg) no-repeat bottom;
	height: 460px;
}
#page-top.inner {
	height: 410px;
}
#body {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#main-body {
	background: #fff none repeat-y scroll 0 0;
	float: left;
	margin: 0;
	padding: 25px 25px;
	overflow: hidden;
	width: 910px;
	border-bottom:1px solid #eaeaea;
}
#main-body.inner {
	float:right;
	width: 655px;
}
#main-body.blog {
width:910px;
}
#main-body.blog #main{
	float: right;
    width: 650px;
}

#sidebar {
	width:230px;
	margin-right:25px;
	float:left;
	padding:20px 0;
}
#sidebar h3, #subnav strong{
	margin-bottom:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:29px;
}
#subnav strong {
	font-size:16px;
	padding-left:0;
	
}
.BlogRecentPost, .BlogTagList, .BlogPostArchive {
	margin-bottom:40px;	
}
#main {
	float: left;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	width: 715px;
}
#aside {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    width: 205px;

}
/* home
----------------------------------------------------------------------------------------------------*/
#ad {
	float:left;
	width:290px;
	height:434px;
	overflow:hidden;
}
/* Main [2 col]

----------------------------------------------------------------------------------------------------*/

/* Sidbar
----------------------------------------------------------------------------------------------------*/
#sub-nav {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#sub-nav ul {
	margin:0 0 20px;
	overflow:auto;
	padding: 0;
}
#sub-nav ul li {
	background: none;
	border-bottom: solid 1px #aaa;
	display: block;
	list-style:none;
	padding: 0;
}
#sub-nav ul li a:link,  #sub-nav ul li a:visited {
	color: #00F;
	display: block;
	font-size: 13px;
	padding: 10px 0;
	text-decoration: none;
}
#sub-nav ul li a:hover,  #sub-nav ul li a:active {
	color: #524846;
}
#newsletter {
	border-bottom: solid 1px #aaa;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}
#newsletter p,  #newsletter table {
	margin: 0;
}
#cta {
	border-bottom: solid 1px #aaa;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}
#cta ul {
	margin:0 0 10px;
	overflow:auto;
	padding: 0;
}
#cta ul li {
	background: none;
	display: block;
	list-style:none;
	margin: 0 0 10px;
	padding: 0;
}
#cta ul li a:link,  #cta ul li a:visited {
	background: #666 repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
}
#cta ul li a:hover,  #cta ul li a:active {
	background: #333 repeat scroll 0 0;
}
/* Home Page
----------------------------------------------------------------------------------------------------*/
.section-1 {
	display:inline;
	float:left;
	margin:0 45px 0 30px;
	padding-right:10px;
	width:320px;
}
.section-2 {
	display:inline;
	float:left;
	margin-right:30px;
	padding-right:10px;
	width:240px;
}
.section-3 {
	display:inline;
	float:left;
	width:230px;
}
.section-2 ul li, .section-3 ol li {
	background:none;
	list-style:none;
	padding-left:0;
}
.author {
	display:none;
}
.date {
	display:block;
}
/* Social Links
----------------------------------------------------------------------------------------------------*/
ul.social-links {
	float:left;
	margin:0 0 25px;
	overflow:hidden;
	padding:0;
	width:100%;
}
ul.social-links li {
	background:none;
	display:inline;
	float:left;
	padding:0 20px 0 0;
	list-style:none;
}
a.dis-count {
	float:right;
	width:90px;
}
.clearFloats {
	clear:both;
}
/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background: #ccc repeat scroll 0 0;
	margin: 0 0 35px;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#footer-utility {
	background: #F5F5F5;
	overflow: hidden;
	padding: 30px 10px 10px;
	width: 940px;
}
h2#logo-sm {
	margin: 0 0 10px;
	border-bottom:0;
	padding: 0;
}
h2#logo-sm a:link,  h2#logo-sm a:visited {
	display: block;
	font-size: 18px;
	text-decoration: none;
}
h2#logo-sm a:hover,  h2#logo-sm a:active {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#footer-utility ul {
	/*float:right;*/
	margin:0;
	overflow:auto;
}
#footer-utility ul li {
	background: none;
	display:inline;
    /*float:left;*/
	list-style:none;
	padding: 0 0 0 10px;
}
#footer-utility ul li a:link,  #footer-utility ul li a:visited {
	color: #949190;
	display: block;
	font-size: 13px;
	text-decoration:none;
}
#footer-utility ul li a:hover,  #footer-utility ul li a:active {
	color: #524846;
}
#footer-nav {
	background: #F5F5F5;
	overflow: hidden;
	width: 960px;
}
#footer-nav ul {
	display:block;
	float:left;
	margin:0;
	overflow:auto;
}
#footer-nav ul li {
	background: none;
	display:inline;
	float:left;
	list-style:none;
	padding:0 10px;
}
#footer-nav ul li#footer-nav-first {
	padding-left: 0;
}
#footer-nav ul li a:link,  #footer-nav ul li a:visited {
	color: #949190;
	font-size:11px;
	text-decoration:none;
}
#footer-nav ul li a:hover,  #footer-nav ul li a:active {
	color: #524846;
}
#hotpress-link {
	display:block;
	float:right;
	margin: 0;
	padding: 0;
}
#hotpress-link a:link,  #hotpress-link a:visited {
	background:url(images/hotpress.png) no-repeat left top;
	display:block;
	font-size: 0px;
	height:13px;
	margin:0;
	text-indent:-9999px;
	width: 129px;
}
#hotpress-link a:hover,  #hotpress-link a:active {
	opacity: .8;
}
#footer .newsletter {
	float:left;
}
#footer .newsletter input {
	width:200px;
	float:left;
	margin-right:5px;
}
#footer .newsletter input.cat_button {
	width:auto;
}
#icon-facebook, #icon-twitter, #icon-linkedin {
	overflow: hidden;
	padding: 0 3px 11px !important;
	text-indent: -9999em;
	width: 31px;
}
#icon-facebook a, #icon-twitter a, #icon-linkedin a {
	height:31px;
}
/* System Message Template 
----------------------------------------------------------------------------------------------------*/
#system-container {
	background: transparent repeat scroll 0 0;
	margin: 80px auto;
	position: relative;
	width: 960px;
}
#system-header {
	background: #aaa repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 940px;
}

h1#system-logo {
	float: left;
	margin: 0;
	border-bottom:0;
	padding: 0;
}
h1#system-logo a:link,  h1#system-logo a:visited {
	display: block;
	font-size: 36px;
	text-decoration: none;
}
h1#system-logo a:hover,  h1#system-logo a:active {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#system-body {
	background: #fff repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
	width: 880px;
}
/* Web Apps 
----------------------------------------------------------------------------------------------------*/

/*Staff*/

.staff-list img {
	float: left;
	margin: 5px 20px 10px 0;
}
.listings-list {
	margin-bottom: 10px;
}
.listings-list .date {
	width: 80px;
}
.listings-list .date, .listings-list .itme {
	float: left;
}
#listings-search form {
	border-bottom: 1px solid #AAAAAA;
}
/* Modules 
----------------------------------------------------------------------------------------------------*/


/* Misc
----------------------------------------------------------------------------------------------------*/
.align-right {
	float:right;
	margin:0 0 10px 10px;
	display:inline;
}
.align-left {
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.test {
	border:1px solid red;
}
br.clearabove {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
