/* CLEARS AND STUFF */
.clearall {
	clear: both;
	}

.clearleft {
	clear: left;
	}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

.custom #content_box, .custom #column_wrap {
	background: none;
	}

/* WORDPRESS DEFAULT STUFF */

.full_width > .page {
	background:transparent none repeat scroll 0 0;
	}

.format_text p {
	margin-bottom:0.467em;
	}

.custom .format_text p.note {
	background: #444;
	color: #CCC;
	border: 1px solid #000;
	}

.custom .format_text p.alert {
	color: #CCC;
	background: #BF7004;
	border: 1px solid #D26900;
	}

.custom pre {
	background: #333;
	color: #CCC;
	border: 1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

/* LINKS / COLOURS */

.custom a, custom a:visited {
	color: #e6af5e;
	text-decoration: none;
	}

.custom a:hover {
	color: #f6a836;
	}

.custom .entry-title a, .custom .entry-title a:active {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	}

.custom .entry-title a:hover {
	color: #e6af5e;
	}

.custom #header #logo a, .custom #header #logo a:active {
	color: #FFF;
	}

.custom #header #logo a:hover {
	color: #fff;
	}

.custom #footer a, .custom #footer a:visited {
	color: #e6af5e;
	text-decoration: none;
	border-bottom: none;
	}

.custom #footer a:hover {
	text-decoration: underline;
	}

/* HEADER */

.custom #logo {
	float: left;
	width: 40%;
	margin-top:-7px;
	}

.custom #header, .custom #footer {
	padding-left: 0px;
	padding-right: 0px;
	}

.custom #header #logo a { 
	display: block; 
	height: 75px; 
	width: 355px; 
	background: url(images/EQlogo.png) no-repeat; 
	outline: none;
	margin-top: -30px; 
	}

.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
	}

.custom #header_area .page {
	padding-left: 0px;
	padding-right: 0px;
	}

.custom #header_area {
	margin-bottom: 30px;
	}

/* NAV */

.custom #navbar {
	float: right;
	width: 60%;
	margin-top: 1.5em;
	}

.custom #tabs {
	border: none;
	width: auto;
	float: right;
}

.custom #tabs li {
	border: none;
	background: none;
}

.custom #tabs li.current_page_item {
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background:  url(images/nav_bg.gif);
	padding-bottom:0em;
}

.custom #tabs a, .custom #tabs a:visited {
	letter-spacing: normal;
	color: #fff;
	margin-left: 0.6em;
	margin-right: 0.6em;
	text-transform: none;
	font-weight: bold;
	line-height: normal;
	padding: 5px;
}

.custom #tabs li.current_page_item a {
	color: #fff;
	background: url(images/rightarrow.png) left no-repeat;
	padding-left: 20px;
}

.custom #tabs a:hover, .custom #tabs li.current_page_item a:hover {
	color: #f6a836;
	text-decoration: none;
}


/* BODY */

.custom h1, .custom h2, .custom h3, .custom h4 {
	color: #fff;
}
.custom h3 {
	font-size:2.25em;
	margin:0px 0px -30px 0px;
}

.custom h4 {
	font-size:2em;
}

.custom span {
	color: #fff;
}

body.custom {
	background: #333333 url(images/bg_header.png) center top no-repeat;
	color: #c9c9c9;
}

.custom #content_box {
	padding-bottom: 1.5em;
}

#archive_info p {
	letter-spacing: normal;
	text-transform: none;
}

.custom #content_area {
	background: #171717 url(images/EQ-mainpage-bkgrnd.png) top repeat;
	padding-top: 35px;
	border-top: 1px solid #2c2c2c;
	padding-bottom: 3.5em;
}	

/* SIDEBAR */

.custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}

.custom .sidebar .widget {
	background:  url(images/trans-light.png) repeat;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 1em;
}

.custom .widget h3 {
	font-variant: normal;
	letter-spacing: normal;
	color: #fff;
	padding-bottom: 1.2em;
}

.custom .sidebar_list {
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.custom #multimedia_box #custom_box {
	margin-right: 1.5em;
	margin-left: 1.5em;
}

li.widget p {
	margin-bottom:0.25em;
}

.sidebar ul.sidebar_list li {
	margin-top:-5px;
}

/* TT SPECIAL RSS / TWITTER / CONTACT */

.custom #tt_contact_widget {
	background:  url(images/trans-light.png) repeat;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding-right: 0px;
	width: 100%;
	padding: 1em;
	margin-bottom: 2.769em;
	float: left;
	font-size: 1.3em;
}

.custom #tt_contact_widget li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
}

.custom #tt_contact_widget a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	outline: none;
}

.custom #tt_contact_widget .tt_cw_twitter a {
	background: url(images/top_twitter.png) no-repeat;
}

.custom #tt_contact_widget .tt_cw_rss a {
	background: url(images/top_rss.png) no-repeat;
	margin-left: 6px;
}

.custom #tt_contact_widget .tt_cw_mail a {
	background: url(images/top_mail.png) no-repeat;
	margin-left: 4px;
}
	
	
/* POST */

.custom .headline_meta * {
	text-transform: none;
}

custom .headline_meta {
	font-style: normal;
	text-transform: capitalize;
	color: #f4f4f4;
	font-weight: bold;
	font-size: 8px;
}

.custom .tt_post .headline_meta {
	padding-left: 42px;
}

.custom .tt_post .headline_area .entry-title {
	padding-left: 40px;
}

.custom .headline_area {
	margin-bottom: .5em;
	background: url(images/trans.png);
	padding: 15px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin-bottom: 30px;
}

.custom .headline_area h1 {
	font-weight: bold;
	color: #fff;
}

.custom .headline_meta a {
	border-bottom: none;
}

/* COMMENTS */

.custom .bracket {
	display: none;
}

.custom #comment_list dt.comment, .custom #comment_list dd.comment {
	padding: 10px;
	background: url(images/trans-light.png);
	margin-left: 1em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.custom #comment_list dt.comment {

	margin-top: 15px;

}

.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {

	background: none;

	background: url(images/trans-light.png);

	border-left: 1px solid #fff;

	border-right: 1px solid #fff;

}

.custom #comment_list dt.comment-author-admin a {

	color: #fff;

}

.custom .reply a {

	background: #000;

	padding: 10px;

	-moz-border-radius: .5em;

	-webkit-border-radius: .5em;

}



/* COMMENT FORMS */



.custom #commentform input, .custom #commentform textarea {

	background: #0f0f0f;

	border: none;

	-moz-border-radius: .5em;

	-webkit-border-radius: .5em;

	color: #fff;

	padding:5px;

}

.custom #commentform p .required {

	color: #E6AF5E;

}

.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {

	border: none;

}

.custom #commentform #submit {

	padding: 5px 15px;

	color: #C9C9C9;

}

.custom #respond_intro p {

	color: #fff;

	font-weight: bold;

}



/* TEASERS */



.custom .teasers_box .entry-title{

	background: #0f0f0f;

	padding: 10px;

	-moz-border-radius: .5em;

	-webkit-border-radius: .5em;

	margin-bottom: 1em;

}

.custom .prev_next p {

	padding: 0px 20px;

	background: #0f0f0f;

	-moz-border-radius: .8em;

	-webkit-border-radius: .8em;

	text-transform: none;

	letter-spacing: normal;

	font-size: 1.3em;

}

.custom .prev_next a{

	font-size: 1em;

}



/* FOOTER */



.custom #footer {

	font-size: 1.3em;

	padding-top: 1.5em;

	padding-bottom: 1.5em;

	color: #c9c9c9;

	font-weight: bold;

}	

.custom #footer_area {

	background: #171717;

}



/* TT COMMENTS */



.custom .tt_comment_box {

	background: url(images/comments.png) no-repeat;

	float: right;

	width: 42px;

	height: 34px;

	padding-top: 5px;

	margin-top: 5px;

	text-align: center;

	font-size: 1.4em;

	font-weight: bold;

	margin-left: 10px;

}

.custom .tt_comment_box a {

	color: #000;

}



/* TT SPECIAL HEADER */



.custom #secondary_area {

	height: 269px;

	margin-right: -2px;

	padding: 0px 0 5px 0;

	background: #f6a836 url(images/bg_special.jpg) bottom no-repeat;

	border-top: #836436 1px solid;

	border-bottom: #836436 1px solid;

}

.custom #secondary_area .tt_icon {

	width: 225px;

	height: 303px;

	background: url(images/featurebag/rotate.php) no-repeat;

	float: left;

	margin-left: 30px;

	margin-right: 0px;

	margin-bottom: -30px;

}

.custom #secondary_area h3 {

	font-size: 5em;

	color: #333333;

	float: left;

	text-align: right;

	width: 25%;

	font-weight: bold;

	line-height: 1em;

	margin-top: 65px;

}



.custom #secondary_area p {

	font-size: 1.7em;

	line-height: 1.3em;

	color: #333333;

	float: left;

	width: 40%;

	margin-top: 105px;

	font-weight: bold;

}

.custom #secondary_area .tt_special_readmore {

	outline: none;

	padding: 5px;

	padding-left: 7.5px;

	padding-right: 10px;

	-moz-border-radius: 1em;

	-webkit-border-radius: 1em;

	background: #634519;

	float: left;

	margin-left: 10em;

	margin-top: 1em;

}

.custom #secondary_area .tt_special_readmore a {

	color: #fff;

	padding-left: 20px;

	padding-top: 2.5px;

	padding-bottom: 3px;

	background: url(images/more.png) left no-repeat; 

	font-weight: bold;

	font-size: 1.1em;

}

.custom #secondary_area .tt_special_readmore:hover {

	background: #a0783b;

}



/* WIDGET FOOTER */



.custom #main_footer_area {

	background: url(images/general_bg.gif);

	border-top: 1px solid #2d2d2d;

	border-bottom: 1px solid #2d2d2d;

	float: left;

	padding-top: 3em;

	padding-bottom: 3em;

	color: #999;

}

.custom #main_footer_area a {

	color: #FFF;

}

.custom #main_footer_area a:hover {

	color: #e6af5e;

}

.custom #main_footer_area .footer_space {

	width: 1.98%;

	float: left;

	height: 1px;

}

.custom #main_footer_area div.col {

	float: left;

	width: 32%;

}

.custom #main_footer_area h3 {

	border-bottom: 1px solid #6a6a6a;

	padding-bottom: 15px;

	margin-bottom: 15px;

	font-weight: bold;

	color: #fff;

}

.custom #main_footer_area .widget {

	padding-top: 0px;

}

.custom #main_footer_area .widget li {

	list-style-image: none;

	margin-left: 0px;

	margin-bottom: 15px;

}

.comments_closed p {

	font-size:5px;

}

a img {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:5px solid white;
}


/* SHOPP */

#shopp {

	margin-top:-15px;

}



#shopp form {

	margin-top:10px;

}



#shopp.list ul.products li div.frame {

	height: 245px;

	margin-left: 25px;

}



#shopp .products .frame img {

	display:inline;
}

#shopp ul.products li.product { 
	background: url(images/img-background.png) no-repeat 15px 0;
}

#shopp .name {
	margin:15px 0px -5px -15px !important;	
}

#shopp ul.products li.product .details {
	padding-left: 20px;
	float: none;
}

#shopp form.shopp input.addtocart {
	border-width: 0.067em;
	padding: 0.2em;
	width: 100px !important;
}

#shopp ul.products li .price {
	margin-top: 0px !important;
	padding-left: 0px;
	font-size:1.35em;
}

#shopp p.headline {
	font-size:12px;
	margin:0 0 25px;
	padding-top:35px;

}

#shopp .gallery .previews li {
	height:415px !important;
	left:30px !important;
	line-height:400px !important;
	width:360px !important;
}

#shopp .gallery .previews li img {
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
	margin-left: -80px;
	border:white solid 5px;

}

.sIFR-active .custom .headline_area h1 {

	margin: -10px 10px;

}	

#shopp .category h3.sIFR-replaced {

	margin: 0px 15px -40px;

	width: 600px;

}

#shopp h3.sIFR-replaced {

	margin: -10px -25px -10px 0px;

}



#shopp h3.price {
	margin-left: 370px;
	width: 300px;
}

#shopp.list ul.products li.product {

	border-bottom:1px solid #333 !important;

	margin-bottom:5px;

}

#shopp p {

	margin-top:5px !important;

}

#shopp ul.breadcrumb {

	margin:0 !important;

}



/* POLLS */

.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {

	background-image:none;

	display:inline-block;

	text-align:left;

	margin-left: -10px;

}

.wp-polls img, .wp-polls label, .wp-polls input, .wp-polls-loading img, .wp-polls-image img {

	margin:4px;

}