/*
Theme Name: Fiveloaves Twofish
Theme URI: http://fiveloavestwofishclothing.com
Description: Fiveloaves Twofish custom theme.
Author: Kymera
Author URI: http://kymerastudio.com
version: 1.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#ffffff;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 12px;
	color:#646464;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
p { 
	font-size:13px;
	line-height:21px;
}
.clear {
	width:100%;
	height:0px;
	clear:both;
}
.hidden {
	display:none !important;
}
.brown {
	color:#6f4b35;
}
/* links */

a{
	color:#800000;
	text-decoration:none;
	}

a:hover{
	color:#6f4b35;
	text-decoration: none;
}

a:active, a:focus {
	outline:0px;
}

/* container */

#contentcontainer {
	width:100%;
	background:url(images/bg-content.png) top center repeat-y;
	position:relative;
	z-index:1;
}
.container {
	width: 982px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	}
	
/* header */
#headercontainer {
	width:100%;
	background: url(images/bg-header.png) bottom repeat-x;
	margin-bottom:18px;
	position:relative;
	z-index:20;
}
#header {
  	width: 982px; 
  	height: 150px;
	margin:0px auto;
	color:#efebd7;
	text-transform:uppercase;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;
	display:none;
	}
	
#header h1 a{ text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	display:none;
	}

/* main menu */


#menu {
	font-size: 11pt;
}

#menu ul ul {
  visibility: visible !important; 
  display: none;
}
#menu ul {
	margin:0px;
	padding:0px 0px 0px 20px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
}

#menu ul li a {
	padding:10px 10px 11px 10px;
	margin: 0;
	display:block;
	color:#9a9a9a;
}

#menu ul li a:hover {
	color:#6f4b35;
	text-decoration:none;
}

#menu ul li.current_page_item a, #menu ul li.current_page_parent a {
	color:#6f4b35;
	background:url(images/bg-menu.png) bottom center no-repeat;
}
#menu ul li.current_page_parent li a, #menu ul li.current_page_item li a {
	background:#efebd7;
}
#menu ul li.current_page_ancestor ul li a, #menu ul li.current_page_item ul li a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_ancestor a:hover {
	color:#6f4b35;
}
#menu ul li.current_page_ancestor ul li a:hover, #menu ul li.current_page_item ul li a:hover {
	color:#ffffff;
	
}
#viewcart {
	font-style:italic;
	border-left:1px solid #efebd7;
	position:relative;
	overflow:visible;
	
}
#viewcart a {
	position:relative;
	z-index:10;
}
#shoppingbag {
	width:46px;
	height:55px;
	position:absolute;
	right:0px;
	top:0px;
	background:url(images/shopping-bag.png) top left no-repeat;
	z-index:1;
	margin-top:-10px;
	margin-right:-13px;
}
/*Menu - Dropdowns*/
#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:37px;
	z-index: 15;
	clear:none;
	overflow:hidden;
	background: #efebd7;
	padding-top:0px;
	padding:0px;
}
#menu ul li:hover ul {
	display:block;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
}
#menu ul li.sfHover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
}

#menu ul li ul li {
	clear:both;
	overflow:visible;
	margin:0px;
	border:0px;
	z-index:10;
}
#menu ul li ul li a {
	display: block;
	font-size:13px;
	text-decoration:none;
	width:130px;
	padding:6px 10px;
	text-transform:none;
	text-align: left;
	cursor:pointer;
	background: #efebd7;
	color:#6f4b35;
	text-transform:none;
	font-size:14px;
	line-height:15px;
	border-bottom: 1px dotted white;
}
#menu ul li ul li a:hover {
	text-decoration:none;
	color:#ffffff;
	background:#6f4b35;
}

/* Lightbox */

#cboxCurrent, #cboxTitle {
	color:#666 !important;
}
/* content */


#content {
	float: right;
	width:738px;
	padding:20px;
	}	
#contentwide {
	width:890px;
	padding:20px 46px;
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h1, .post h2{
	color:#800000;
	font-weight:bold;
	font-style:italic;
	font-size:30px;
	padding: 0px 0px 14px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom:1px solid #efebd7;
	text-transform:uppercase;
	letter-spacing:1.5pt;
	}
	
.post h2 a{
	color:#800000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
.post h3 {
	text-transform:uppercase;
	margin-bottom:5px;
	color:#6f4b35;
}
.post ul {}

.post li {}

.entry p{margin:0px 0px 12px 0px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:9pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	margin:25px 0;
	}
	
.alignleft a{margin:25px 0;}
.alignright a{margin:25px 0;}

h2.gray {
	color:#9a9a9a;
	border:0px;
	font-size:24px;
	text-transform:none;
}
h2.pink {
	color:#e24b71;
	border:0px;
	font-size:24px;
	text-transform:none;
}
.collectionsleft {
	width:512px;
	float:left;
	text-align:right;
	padding-top:37px;
}
.collectionsleft h2 {
	padding:0px !important;
	margin:0px 0px 10px 0px !important;
}
.collectionsright {
	width:356px;
	float:right;
	font-size:14px;
	line-height:22px;
	padding-top:70px;
}
span.script {
	font-size:28px;
}
/*Store Pages */

#shopbanner {
	width:940px;
	margin:0px auto 20px auto;
}
/*Home content*/

#homecontent {
	width:944px;
	padding:0px 19px 0px 19px;
}
#homeSlider {width:944px;height:557px;overflow:hidden; }
#homeSlider img {width:944px;}
#homeboxes {
	width:944px;
	height:197px;
	padding-top:6px;
	border-top:2px solid #efebd7;
	margin-top:23px;
}
.homebox {
	height:197px;
	float:left;
	position:relative;
	background:#CCC;
	text-align:center;
}
.homebox .top {
	width:100%;
	position:relative;
	height:94px;
	background:url(images/bg-homebox-top.png) top left repeat-x;
	z-index:5;
}
.homebox img {
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0px;
}
#homebox1 {
	width:307px;
	margin-right:5px;
}
#homebox2 {
	width:290px;
	margin-right:5px;
}
#homebox3 {
	width:337px;
}
#homebox1 h2 {
	color:#6f4b35;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 20px 8px 20px;
}
#homebox1 h3 {
	color:#6f4b35;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
}
#homebox2 h2 {
	font-size:29px;
	color:#800000;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	padding:12px 10px;
}
#homebox3 h2 {
	color:#6f4b35;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 20px 8px 20px;
}
/*MailChimp Form*/
.mc_signup_submit {
	float:left;
	clear:none !important;
	width:auto !important;
	padding:0px !important;
	margin:0px !important;
}
#mc_signup_submit {
	display:block;
	background:#ffffff;
	color:#6f4b35;
	border:1px solid #979797;
	cursor: pointer;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	height:26px;
	width:44px;
	border-left:0px;
}
#mc_signup_form {
	padding:0px 20px !important;
}
.mc_merge_var { float:left; }
.mc_var_label { display:none !important; }
#mc_mv_EMAIL {
	border:1px solid #979797 !important;
	color:#6f4b35 !important;
	width:230px !important;
	padding:5px 10px !important;
	margin:0px !important;
	height:14px !important;
}
/*Slider*/
		/*
		 * Required 
		*/
		.slider { width:944px; height:557px; overflow:hidden; position:relative; cursor:pointer; }
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides > div,ul.slides li { position:absolute; top:0; width:944px; display:none; padding:0; margin:0; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { margin:0 auto; width:944px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; }
		ul.pagination li.active a { background:blue; color:white; }

/*Extra Secondary Style */
.leftcol {
	width:407px;
	float:left;
}
.rightcol {
	width:427px;
	float:right;
	padding-top:5px;
}
#contentwide img { max-width:890px; }
/* sidebar */

#sidebar {
	font-size:12px;
	width:190px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	color:#6f4b35;
	margin: 0;
	padding: 0;
}

#sidebar label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px 12px 12px 20px;
	padding:0;
	list-style-type:none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0px 0px 20px 10px;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0px;
	margin:0px 0px 2px 0px;
	color: #898989;
}

.wpsc_categories li a{
	color:#6f4b35;
	text-transform:uppercase;
}
.wpsc_categories li li a {
	color:#888888;
	text-transform:none;
}
.wpsc_categories li li a:hover {
	color:#6f4b35;
}
.wpsc_categories li li a.wpsc-current-cat {
	color:#800000;
}
.shopsidebar h2 {display:none; }
/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/*Store*/
input, textarea { 
font-family:Arial, Helvetica, sans-serif;
color:#666;
border:1px solid #979797;
}
.wpsc_checkout_forms h2 {
	font-size:20px;
	color:#6F4B35;
	padding-bottom:6px;
	margin-top:20px;
	font-style:normal;
}
.wpsc_gateway_container h3 {
	margin-top: 20px;
}


/* footer */
#footercontainer {
	width:100%;
	background: url(images/bg-footer.png) top repeat-x;
	margin-top:18px;
}
#footer {
	color:#9a9a9a;
	font-size:9pt;
	width:982px;
	height:80px;
	margin:0px auto;
	text-transform:uppercase;
	}
#footer p.right {float:right;}
#footer p.left {float:left; }
#footer p.left a { display:inline-block;margin:0px 20px 0px 0px; }
#footer p{
	padding:38px 20px 0px 20px;
	margin: 0;
}
#footer a{color:#9a9a9a;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: none;}

/*Gallery */
.ngg-gallery-thumbnail-box {
}
.ngg-gallery-thumbnail-box div {
}
.ngg-gallery-thumbnail img {
	height:100px !important;
}
.ngg-navigation {
	padding-bottom:5px;
}
