/*
Theme Name: AFE
`Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

html {
	background: #FFF url(../images/bg-body.jpg) repeat center fixed;
}
body {
	margin: 0px;
	padding: 10px 0 0 0;
	behavior: url("csshover3.htc");
}

strong {
	font-weight:bold;
}

#doc2 {
	width: 1100px;
	-moz-box-shadow: 0 0 10px 0 #666;
	-webkit-box-shadow: 0 0 10px 0 #666;
	box-shadow: 0 0 10px 0 #666;
	margin-top:9px;
	/* For IE 5.5 - 8 */
	/*
	filter:
		progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')
		progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=315, Color='#999999')
		progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45, Color='#999999')
		progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=225, Color='#999999')
	;
	*/
}
#doc2sub {
	position:relative;
	margin-bottom:20px;
}
.yui-t2 .yui-b {
	width: 217px;
}
.yui-t2 #yui-main .yui-b {
	margin-left: 247px;
}
a {
	text-decoration: none;
	color:#660000;
	font-weight:bold;
}
p {
	color:#666666;
	text-align: justify;
}

address { color:#666666}

#header {
	background: url(/wp-content/themes/afe/css/header.jpg) no-repeat 0px 0px;
	height: 133px;
	width: 100%;
	position: relative;
}
.socialLinks {
	margin:0;
	width:165px;
	overflow:hidden;
	position:absolute;
	left:473px;
	top:60px;
}
.socialLinks li {
	float:left;
	padding-right:5px;
}
.logoLink {
	cursor:pointer;
	position:absolute;
	width:300px;
	height:83px;
	top:7px;
	left:30px;
}
#header #menubar {
	left:15px;
	position:absolute;
	top:108px;
	width:1086px;
	overflow:hidden;
	color: #111111;
	font-weight: bold;
	margin-left:0;
}
#header #menubar a {
	text-transform: uppercase;
	color: #111111;
/*	font-weight: normal; */
	font-size: 11px;
}
#header #menubar li {
	float: left;
	margin-right: 16px;
	z-index:1;
}
#footer {
	background: #FFF url(../images/bg-footer.jpg) repeat-x bottom;
	width: 100%;
	padding:0 0 15px 0;
}
#ft {
	text-align: center;
	background-color: black;
}
#ft li {
/*	display: run-in;*/
/*	float: left;*/
}
#ft a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	font-weight:normal;
}
#ft #footerLinks {
	text-align: center;
	padding-top: 30px;
}
#ft #footerLinks ul {
	border-top: 1px solid #d6d2cf;
	margin:0;
	padding-top:6px;
}
#ft #footerLinks li {
	margin: 0px 8px;
	display:inline;
}
#ft #copyright {
	color: #999999;
	font-size: 10px;
	padding-top: 14px;
}
#bd {
	background-color: white;
	padding-top: 15px;
	min-height:600px;
}
#accordion h3 a {
	color: #222222;
	font-weight: bold;
	margin: 10px 0px 20px;
	font-size: 10px;
}
#accordion h3 {
	padding: 6px 0px;
	font-weight: bold;
	color: #222222;
	cursor: pointer;

		font-size: 11px;
}
#accordion h3 span{
	color: red;
	font-family: arial;
	vertical-align:top;
	font-size: 10px;
	font-weight: normal;
}
#accordion .ui-state-active{
	background: url(../images/arrow-down.gif) no-repeat 0px 9px;
	padding-left: 9px;
}
#accordion .ui-state-default {
	background: url(../images/arrow-right.gif) no-repeat 0px 9px;
	padding-left: 9px;
}

.contentBody a.flexo-link-active{
	display: block;
	background: url(../images/arrow-down.gif) no-repeat 0px 2px;
	padding-left: 9px;
}

.sidebar .archiveLiElement {
	list-style:none;
}

.contentBody a.flexo-link-noactive {
	display: block;
	background: url(../images/arrow-right.gif) no-repeat 0px 2px;
	padding-left: 9px;
}

#accordion div {
}

#accordion li, #accordion li a {
	list-style-position:inside;
	list-style-type:square;
	color: #843a04;
	text-transform: uppercase;
	font-size: 11px;
}

.sidebar #accordion{
	margin-left: 7px;
	padding-bottom: 10px;
}

.sidebar .contentBody  {
	margin-left: 0;
	padding: 0 5px 10px 5px;
}
.sidebar {
	padding: 0px 5px 5px 13px;
	background-color: #fff;
	margin-bottom: 7px;
}
.sidebar .content {
	border: solid 1px #dbd3c8;
	background-color: #fbf7f3;
}

.sidebar .prodNav{
	min-height:535px;	
}

.manyLogos {
	display:block;
	margin-top:10px;
}

.sidebar .catJumper {
	margin-bottom:10px;
	padding-bottom:10px;
}

.sidebar .catJumper li a{
	color:#111111;
	font-size:11px;
	list-style-position:inside;
	list-style-type:square;
	text-transform:uppercase;
}

.sidebar .catJumper .selectedCat{
	font-weight:bold;
	
}

.sidebar li, .sidebar li a {
color:#666666;
font-size:11px;
list-style-position:inside;
list-style-type:square;
text-transform:uppercase;
}

.sidebar .title {
	text-align: center;
	padding: 5px;
	border-bottom: solid 1px #dbd3c8;
	color: #843a04;
	margin-bottom: 5px;
	height: 18px;
}

.sidebar .contentTitle {
	text-align: center;
	text-transform:uppercase;
	padding: 5px 0;
	border-bottom: solid 1px #dbd3c8;
	color: #843a04;
	margin-bottom: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	height: 18px;
}
.sidebar .title h2, .sidebar .contentTitle h2  {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
#jsGallery {
	width: 818px;
	height: 374px;
	margin: 0px 0px 19px 0px;
	position: relative;
	z-index: 1;
}
#jsGallery ul {
	margin: 0px;
	z-index: 1;
}
#jsGallery li {
	position: relative;
	margin: 0px;
	z-index:1;
}
#jsGallery #jsGalleryBoundry {
	height:374px;
	overflow:hidden;
	position:absolute;
	width:880px;
	left:-24px;
	z-index: 1;
}
.jsGalleryItems {
	position:absolute;
	border:1px solid #e7e7e7;
	left:22px;
}
.jsGalleryItems li img {
	display:block;
	width:818px;
	height:370px;
}
.carousel-wrap .jsGalleryItems {
	border:0;
}
#jsGallery .bannerCaption,
#jsGallery .bannerBackground {
	display:block;
	padding:10px 0;
	position: absolute;
	bottom:22px;
	font-size: 20px;
}
#jsGallery .bannerCaption {
	color: white;
	padding-left:20px;
}
#jsGallery .bannerBackground {
	background-color: #000; /*re-enable this to have the black background behind the text appear on the rotating banner*/
	width:100%;
}
.storycontent {
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	padding-right: 35px;
}
.storycontentBlog {
	padding-right:0;
	width:100%;
	overflow:hidden;
}
.storycontent p {
	margin-bottom: 10px;
	margin-top: 10px;
}
.storycontent h2{
	margin-top: 20px;
}
#comments{
	margin-top: 30px;
}
#nextSlide, #prevSlide {
	width: 20px;
	height: 42px;
	position: absolute;
	cursor: pointer;
}
#nextSlide {
	background-image:url(../images/btnNextSlide.png);
	left: 845px;
	top: 165px;
}
#prevSlide {
	background-image:url(../images/btnPrevSlide.png);
	left: 1px;
	top: 165px;
}
.carousel-wrap {
	width:818px;
	border:1px solid #dbd3c8;
}
.mainContent h1, .mainContent h1 a {
	color: #843a04;
	font-size: 16px;
	font-weight:bold;
	padding-top: 2px;
}
ul {
	margin-left: 20px;
}
#shoppingCart #items label {
	display: inline;
}
#shoppingCart label {
	clear: left;
	display: block;
	margin-top: 10px;
}
#shoppingCart #contactInformation, #shoppingCart #shippingInformation {
	float: left;
	margin: 30px 30px 30px 80px;
	
}
#shoppingCart #contactInformation input, #shoppingCart #shippingInformation select, #shoppingCart #contactInformation select, #shoppingCart #shippingInformation input {
	display: block;
	margin-bottom: 10px;
}
.clearl {
	clear: left;
}
#products li {
	float: left;
	width: 140px;

	margin: 10px;
	min-height: 100px;
	height: 170px;
	text-align: center;
}
.page0 #products li {
/*	height: 100px;*/ 
}
#products li img {
	padding: 3px;
	background-color: #fff;
	border: solid 1px #C3C3C3;
}

	#products li.itemBox{
		border: solid 1px #fff;
	}

	#products li.itemBox:hover{
		border: solid 1px #e5ccbf;
	}
	
	#products .itemBox .viewDetails{
		color: black;
		font-weight: normal;
		text-decoration: underline;
	}

#products .itemDescription {
	font-size: 12px;
	color: #000;
}
#products .itemDescription a {
	color: #7c3d09;
}
#products .itemDescription .title {
	font-weight: bold;
}
#products .itemDescription .details {
	text-decoration: underline;
	cursor: pointer;
}
#products .catdescription {
	color: black;
	text-align: justify;
}
#products .individual_item {
	margin-bottom: 30px;
	float: none;
	text-align: left;
	width: 500px;
	height: auto;
}
#products .individual_item img, #products .individual_item li {
	float: none;
}
.galleryItem {
	margin: 0px;
}

.gallery_title
{	font-size: 12px; color:#630; padding-bottom: 2px}

.gallery_description
{	margin-bottom: 15px;}

.alignleft {
	float: left;
}
.page {
	margin-bottom: 50px;
}
/* Contact Us*/

.page15 a {
	color: #7c3d09;
}
.page15 h3 {
	font-weight: bold;
	clear: left;
	color: #000;
	margin-top: 30px;
	margin-bottom: 15px;
	
}
.page15 div div {
	float: left;
	margin-right: 70px;
	color: #000;
}
.page15 h2 {
	color: #666666;
	margin: 30px 0px;
	clear: left;
}
#searchField {
	background-color:transparent;
	border:medium none;
	color:#7C3D09;
	left:861px;
	position:absolute;
	top:55px;
}
#searchButton {
	background-color:transparent;
	cursor:pointer;
	height:20px;
	left:1032px;
	position:absolute;
	top:52px;
	width:25px;
}
#ajaxSearchResults {
	height:10px;
	left:854px;
	position:absolute;
	top:81px;
	width:220px;
	z-index: 1000;
	margin: 0;
}
#ajaxSearchResults li {
	background-color: #f4f0eb;
	padding: 5px;
	width: 200px;
	margin: 5px;
	border: solid 1px #7c3d09;
	clear: left;
	height: 44px;
	z-index: 2000;
	position: relative;
}
#ajaxSearchResults li a {
	color: #7c3d09;
}
#ajaxSearchResults li a img {
	width: 30px;
	height: 30px;
	padding: 5px;
	border: solid 1px gray;
	background-color: #fff;
	margin-right: 10px;
	float: left;
}
.gotop {
	cursor: pointer;
}
input.error {
	border: solid 1px red;
}
label.error {
	color:red;
}
/* From old site below this */



h2 {
	font-size: 14px;
	color: #666666;
	padding: 0;
	margin: 0 0 5px 0;
}
h3 {
	color: #000000;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight:bold
}



#pageCrumbs{
	 text-align: right; 
}

#pageCrumbs a{
	color: #843A04
}

#previewCart{
	color: #843A04;
	font-size: 10px;
	background-color: white;
	padding: 15px;
}

#previewCart a{
	color: #843A04;	
}

#shoppingCartCont{
	height: 110px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #cccccc;
	margin-right: 30px;
	padding-left:0;
}

#shoppingCartCont img, #previewCart img{
	border: solid 1px gray;
	background-color: #gray;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}

#previewCart label{
	margin-left: 20px;
}

#previewCart .productDetails, #shoppingCartCont .productDetails{
	padding: 10px 0px 0px 10px;
}

#previewCart frame{
	overflow: hidden;
}


#shoppingCartCont li, #previewCart li{
	list-style: none;
	border-bottom: solid 1px #decec1;
	width: 540px;
	padding: 5px;
	clear: left;
}

#previewCart h1{
	font-size: 18px;
	margin: 0px 0px 20px;
}

#previewCart .prodTitle a{
	font-size: 10px;
	font-weight: bold;
}

.prodTitle{
/*	width: 200px;*/
}

.gallery ul{
	margin:0;
	width:100%;
	overflow:hidden;
}
.gallery li{
	float: left;
	padding: 10px 5px 0 0;
	height:210px;
	width: 200px;
	
}

#categoryJump{
	float: right;
	width: 100px;
	background-color: pink;
}

table h4{
color: #222222;
font-weight: bold;
padding-bottom:10px;
font-size:12px;

}
table a{
text-decoration: none;
color: #660000;
}

.mainContent h1 span{
 display: none;
}









.contact_detail {
	margin: 0 0 20px 0;
}
.contact_detail .detail_address {
	float: left;
	width: 300px;
	padding-right: 30px;
}
.contact_detail .detail_phone {
	float: left;
	width: 300px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:0;
	float:right;
	padding-top:171px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#centre {
	width:650px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left: 0px;
}
#centre p, #centre address {
	font-size: 12px;
}
#centre #bc {
	font-size: 10px;
	float: right;
	color: #7B3637;	
}
#centre #bc a {
	text-decoration: none;
	color: #7B3637;
}

#outer {
	width:100%;
	overflow:hidden;
}
#innerwrap {/* enables content first */
	float:left;
	width:1200px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#hd{
	position: relative;
}

#newsletter{
	position: absolute;
	top: 0px;
	left: 410px;
	text-align: center;
	z-index: 10000;
	width: 285px;	

}

#newsletterSignupForm{
	position: relative;
	width: 285px;
	height: 36px;
	background: url(../images/newsletter-top-panel.png) no-repeat 0px 0px;
}

#button-newsletter-submit{
	width: 67px;
	height: 20px;
	position: absolute;
	left: 200px;
	top: 2px;	
	cursor: pointer;
}

#newsletter-email{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	font-size:10px;
	height:17px;
	left:17px;
	position:absolute;
	top:5px;
	width:168px;
	color: #333;	
}

#newsletterOpen{
	position: relative;
	width: 172px;
	height: 23px;
	background: url(../images/newsletter-button.png) no-repeat 0px 0px;
	margin: 0 auto;
	top: -6px;
	cursor: pointer;
}

.new {
	color: red;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}
#products .maintitle a{
	text-decoration: underline;
}

#products .maintitle{
	padding: 10px;
	border: solid 1px #ccc;
}

#products .description, #products .note{
	font-style: italic;
}

.postMeta {
	border-top: 1px solid #E2E2E2;
	margin-top: 15px;
	overflow: hidden;
	padding-top: 20px;
	clear: left;
}

.social {
	width: 95%;
  border-top: 1px solid #E2E2E2;
	margin-top: 25px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 10px;
	margin-right: 30px;
	clear: left;
}

.likefb {
	padding-top: 5px;
	vertical-align:middle;
}

.social img {
	background: none repeat scroll 0 0 transparent;
	border: none;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
}

.postMeta img {
	vertical-align:middle;
}

.moreLink {
	background: url("../images/ico_readmore.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 3px 35px;
}

.metaRight {
	float: right;
}

.metaRight img {
	margin-left: 20px;
	vertical-align:middle;
}

.postDate {
	background: url("../images/bk_date.png") no-repeat scroll 0 0 transparent;
	color: #C5ECFC;
	font-size: 11px;
	height: 89px;
	padding-top: 16px;
	text-align: center;
	width: 62px;
	margin-bottom: 10px;
	line-height:162%;
	float:left;
}

.postContent {
	float:right;
	width:745px;
}

.postContent .storytitle {
	margin:15px 0;
}

.mainContent .storytitleBlog {
	margin-bottom:15px;
}

.postDate .postDay {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px #157EC4;
}

.post {
	position: relative;
	display: block;
	border-bottom: solid 1px #843A04;
	margin-bottom: 15px;
	padding-bottom:20px;
	overflow:hidden;
	width:820px;
}
.single .post {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
}

.postThumb {
	float: left;
	margin: 0 25px 25px 0;
	overflow: hidden;
	width: 201px;
}
.postThumb a {
	display:block;
}
.postThumb img {
	background: none repeat scroll 0 0 #F0F0F0;
	border-color: -moz-use-text-color #CCCCCC #CCCCCC -moz-use-text-color;
	border-style: none solid solid none;
	border-width: medium 1px 1px medium;
	padding: 10px;
	vertical-align: middle;
	border: 0;
	display:block;
}

.navigationFooter{
	overflow: hidden;
	padding: 10px 0;
}

.navigationTitle {
	color: #555555;
	margin-right: 4px;
}
.navigationFooter .page, .navigationFooter .next, .navigationFooter .prev{
	
	background: url("../images/bk_pagenavi.jpg") repeat-x scroll 0 100% transparent;
	border: 1px solid #DDDDDD;
	color: #666666;
	margin-right: 5px;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
}
.navigationFooter .wp-paginate .current, .navigationFooter .wp-paginate a:hover {
	background: none repeat scroll 0 0 #18AEF5;
	border: 1px solid #0A95D8;
	color: #FFF;
	margin-right: 5px;
	padding: 4px 8px;
}

.paginationCurrent {
	background: none repeat scroll 0 0 #18AEF5;
	border: 1px solid #0A95D8;
	color: #fff;
	margin-right: 5px;
	padding: 4px 8px;
}

.commentBox {
	width: 68%;
	padding: 0 0 20px 0;
	position:relative;
}

.commentHeader {
	background: url("../images/ico_comments.png") no-repeat scroll 0 50% transparent;
	display:block;
	font-weight:bold;
	padding:20px 0 15px 40px;
	overflow:hidden;
	vertical-align:middle;
	color:#333;
}

.commentNumber {
	margin: 0 20px 0 0;
	padding-top: 5px;
	color:#333;
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	float: left;
}

.addComment {
	background: url("../images/but_addcomment.png") no-repeat scroll 0 0 transparent;
	color:#FFF;
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	height: 30px;
	margin-top: 0;
	padding-top: 8px;
	text-align:center;
	width: 151px;
	text-transform:uppercase;
}

.commentList{
	border-bottom: 2px solid #E5E8EA;
	border-top: 3px solid #E5E8EA;
	display: block;
	list-style: none outside none;
	margin: 0 0 20px 0;
}

ul.commentList li {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #E5E8EA;
	margin-top: 20px;
	padding: 0 0 20px 0;
	position: relative;
}

ul.commentList li .avatar {
	background: none repeat scroll 0 0 transparent;
	border: 4px solid #EEEEEE;
	padding: 1px;
	position: absolute;
	left: 0;
	top: 20;
}

.leaveComment {
	font-size: 22px;
	font-style:italic;
	letter-spacing: -1px;
	color:#333;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:normal;
	line-height: 135%;
}

#commentform input, #commentform textarea {
	-moz-border-radius: 4px 4px 4px 4px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 8px;
	width: 300px;
}

#commentform textarea {
	width: 500px;
}

#commentform label {
	display:block;
	padding: 5px 0;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #0099FF;
}

#commentform input#submit{
	background: url("../images/but_addcomment.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor:pointer;
	font-size: 12px;
	font-weight:bold;
	height: 30px;
	margin-top: 10px;
	padding: 0;
	width: 151px;
	color:#FFF;
	text-transform:uppercase;
}

.commentBodyHeader{
	font-size: 16px;
}

ul.commentList li .commentBody {
	padding-left: 50px;
	position: relative;
	top: 0;
	
}
.commentBodyDate {
	color: #999;
	font-size: 11px;
}

.commentBodyText {
	margin-top: 10px;
}

.reply{
	background: url("../images/bk_link_reply.png") no-repeat scroll 0 0 transparent;
	font-size: 10px;
	height: 21px;
	position:absolute;
	right: 0;
	text-align: center;
	text-indent: -9999px;
	top: 0;
	width: 46px;
}

.reply a{
	color: #FFF;
	display: block;
	height: 21px;
	width: 46px;
}

.commentFormField {
	display:block;
	color:#333;
	padding: 5px 0;
}

.formContest {
	width: 60%;
	margin: 20px 0 20px 0;
}

.formField {
	width: 50%;
	padding: 0 10px 10px 0;
	vertical-align:top;
	text-align:right;
}

.formLabelText {
	color:#000;
	font-weight:bold;
	font-size: 116%;
}
.formInput {
	margin-bottom: 10px;
	width: 80%;
	padding-bottom:10px;
}

.formInputText {
	margin-bottom: 5px;
}
.alert{
	display:block;
	color: #990000;
}
.alertForm{
	display: block;
	width: 70%;
	padding: 10px;
	font-size: 123.1%;
	font-weight:bold;
	text-align:center;
	color:#096;
	border:1px #096 solid;
}
.redStar {
	color: red;
}
.contestForm {
	display:block;
	color:#FFF;
	background-color:#3B5998;
	padding: 5px 10px;
	border: 0;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	
}

td label .terms  {
	color:#3B5998;
	font-size: 100%;
	font-weight:normal;
	text-decoration:underline;
}
