/*
Theme Name: SFDG
Theme URI: http://santafedrygoods.com/
Author: SFWDLLC
Author URI: http://santafewebdesign.com/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	background-image : url(/images/bg.jpg);
	background-position : 0px -15px;
	background-repeat : repeat-x;
	background-color : #f5f5f5;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	color : #3e3937;
  
}

/* general css that could really go in the main css file */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


a {
  color: #52484d;
}

a:hover {
  color: #d81f00;
}

a.active {
  color: #d81f00;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#layout
{
	width : 960px;
	margin : 0px auto 0px auto;
}

#cart_top
{
	text-align : right;
	font-size : 12px;
  margin: 0px;
}

#cart_top a
{
	color : #3e3937;
	text-decoration : none;
}

#logo
{
	text-align : center;
	height : 85px;
	padding-top : 30px;
}

#nav
{
  padding:0px;
  margin: 0px;
  list-style: none;
	color : white;
	text-align : left;
	padding-top : 9px;
	font-size : 10px;
	padding-bottom : 30px;
  position: relative;
  z-index: 25;
}

#nav li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

#nav a
{
	color : white;
	text-decoration : none;
	font-size : 19px;
}

#nav span {
  padding: 0px 17px 0px 17px;
}



.newsletterContainer .success
{
	position : absolute;
	top : -25px;
	margin-bottom : -25px;
	right : 0px;
}

#newsletterLoading
{
	position : absolute;
	top : -25px;
	right : 0px;
	margin-bottom : -25px;
}

#mailing_list
{
	position : relative;
	float : left;
	width : 303px;
	border : 1px solid #d81f00;
	margin-right : 25px;
	background-image : url(/images/mailing_bg.jpg);
	background-repeat : repeat-x;
	background-color : #e3e3e3;
	padding : 11px 0px 5px 6px;
}

#mailing_list h2
{
	font-family : palatino, palatino linotype ms, times new roman, serif;
	font-size : 13px;
	margin : 0px;
	color : #d81f00;
	text-transform : uppercase;
	float : left;
	width : 170px;
}

#mailing_list form
{
	float : left;
	width : 130px;
	display : inline;
}

.newsletterTextInput
{
	float : left;
	width : 107px;
	border : 1px solid #d3d3d3;
	color : #929292;
	font-size : 9px;
	display : inline;
	text-align : center;
	height : 16px;
	margin-right : 1px;
}

.submit
{
	float : left;
	width : 18px;
	color : #d81f00;	
	border : 1px solid #d3d3d3;
	background-color : white;
	display : inline;
	height : 20px;
	font-size : 10px;
	padding-top : -4px;
}

#mailing_list h1
{
	margin : 0px;
	color : #5e5d5d;
	font-family : palatino, palatino linotype ms, times new roman, serif;
	font-size : 31px;
	font-weight : normal;
}

#news_feed
{
	width : 300px;
	margin-right : 20px;
	float : left;
	font-size : 11px;
	color : #595151;
}

.more-link 
{
	color : #934848!important;
	text-decoration : none;
	font-size : 12px;
	display: block;
	font-weight: bold;

}

.more-link:hover
{
	color : #000!important;
	text-decoration : underline;

}

#news_feed h2
{
	font-family : palatino, palatino linotype ms, times new roman, serif;
	font-size : 14px;
	margin : 0px;
	color : #d81f00;
	text-transform : uppercase;
}



#news_feed h2 a#see_all_link
{
	color : #595151;
	text-decoration : none;
	font-size : 11px;
	text-transform : lowercase;
	padding-left : 10px;
	z-index : 2000;
	position : relative;
}

#news_feed p
{
  margin-top : 0px;
}

#news_feed a
{
	color : #595151;
	text-decoration : none;
}

#news_feed img
{
	float : right;
	width : 80px;
	text-align : right;
  margin-left: 5px;
}

#style_watch
{
	float : left;
	width : 290px;
	font-size : 11px;
	color : #595151;
}

#style_watch h2
{
	font-family : palatino, palatino linotype ms, times new roman, serif;
	font-size : 14px;
	margin : 0px;
	color : #d81f00;
	text-transform : uppercase;
}

#style_watch p
{
	margin-top : 0px;
}

#style_watch a
{
	color : #595151;
	text-decoration : none;

}


#style_watch img
{
	float : right;
	width : 80px;
	text-align : right;
}

#footer_boxes {
  margin-top: 25px;
}

#bottom_nav
{
	font-size : 14px;
	color : #55504e;
	border-bottom : 2px dotted #d8d8d5;
	padding-bottom : 10px;
	padding-top : 25px;
	clear : both;
}

#bottom_nav a
{
	color : #55504e;
	text-decoration : none;
}

#contact
{
	background-image : url(/images/bottom_pink.png);
	background-repeat : no-repeat;
	height : 325px;
	padding-top : 10px;
	font-size : 14px;
}

#contact a
{
	color : #b61901;
}

#light_grey
{
	color : #b3aeae;
}

#sidebar
{
	width : 195px;
	float : left;
	font-size : 14px;
  padding-top: 5px;
  min-height: 400px;
}


#sidebar h2, h2#underline
{
	background-image : url(/images/h2_bg.png);
	background-repeat : no-repeat;
	background-position : left 24px;
	padding-bottom : 20px;
	margin : 0px;
	font-family : palatino, palatino linotype ms, times new roman, serif;
	font-size : 20px;
	padding-left : 10px;
	border-bottom : 0px !important;
}

#sidebar h2 a
{
	text-transform : none !important;
}

h2#underline
{
	width : 245px;
}

#sidebar ul
{
  margin-top : 0px;
  font-family : arial, helvetica, sans-serif;
  list-style-type : none;
  padding-left: 22px;
}

#sidebar li
{
  padding-bottom : 10px;
}

#sidebar a
{
	color : #52484d;
	text-transform : uppercase;
	text-decoration : none;
}

#sidebar a:hover {
  color: #d81f00;
}

#sidebar a.active {
  color: #d81f00;
}

#narrow_content
{
	float : left;
	width : 750px;
	padding-bottom : 20px;	
}

#narrow_content.wide {
  width: 949px;
}

#content h2
{
	color : #BB1B00;
	border-bottom : 1px solid #969696;
}

#index_flash
{
	margin : auto;
	width : 892px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */



/* cforms */
/* Contact form */

form.cform {
 margin: 0px 20px;
  background: #fff;
  border: 1px solid #555;
  padding: 0px 10px 10px 10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

form.cform fieldset {
	border: 0px solid #e5e5e5;
	padding:5px;
	clear:both;

}
form.cform legend {
  font-size: 1px;
  display: none;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width:150px;
}
form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
}
form.cform .cf-box-title {
	font-weight:bold;
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
  float:left;
  margin:5px 0 0 .5em;
  font-size:11px;
  color: red;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 8px;
}
form.cform .cf_hidden {
	display:none;
}

form.cform .required {
	color:#ff0000;
}

form.cform label {
	font-size:12px;
	color:#666;
}
.inputbox,
input.single,
select.cformselect,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}
select.cformselect {
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
input.inputbox,
input.single {
	height:14px;	
	font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}
textarea.inputbox,
textarea.area {
	width:98%;
	font:12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}


textarea.area {
  height: 75px;
}

.cf_hidden {
  display: none !important;
}

form.cform .button,
form.cform .sendbutton {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:10px;
	cursor:pointer;
	height:25px;
	padding:0 4px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;	
	-webkit-border-radius:7px;
	border-radius:7px;
	border-width:1px !important;
	border-style:solid !important;
	text-decoration:none;
	color:#fff;
	background:#8CA8CF;
	border-color:#8CA8CF;
	width:auto;
}
form.cform .button:hover,
form.cform .sendbutton:hover {
	background-color:#DFEDFF;
	color:#333;
}


.entry .waiting {
  	color: black;
	border:1px solid #555;
	background-color:#fff !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .success {
	color: blue;
	border:1px solid #555;
	background-color:#fff !important;
	padding:15px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#EFE0E0 !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* Uncomment this and you're pretty much declaring war on Delicious Days... donate then do it ;) */
p.linklove {
	display:none;
}

#popupwindow {
	background-image : url(/images/bottom_pink.png) !important;
	background-repeat : no-repeat;
}






/* index featured */

.featured_wrapper {
  position : relative;
  height : 520px;
  width: 882px;
  margin: 10px auto 25px auto;
}

.featuredprod {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 882px;
  height: 520px;
}

.featuredprod img {
  width: 882px;
  height: 520px;
  overflow: hidden;
  position: relative;
}

/* for Internet Explorer */
/*\*/
* html .featured_wrapper {
  width: 882px;
  height: 520px;
}
/**/


