/*
Theme Name: Cindy Sheff
Theme URI: http://www.cindysheff.com
Author: SFWD
Author URI: http://santafewebdesign.com/

*/

body
{
	background-image : url(/images/main_bg.jpg);
	background-repeat : no-repeat;
	background-position : top center;
	background-color : #cd4f1d;
	margin : 0px;
	padding : 0px;
	font-family : palatino, palatino linotype ms, serif;
	font-size : 14px;
}

.clearfix:after  {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

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

#header
{
	color : white;
	font-size : 14px;
	height : 55px;
}

#header a
{
	color : white;
	text-decoration : none;
}

#header_left
{
	float : left;
	width : 285px;
	padding-left : 115px;
	padding-top : 5px;
}

#header_right
{
	float : left;
	width : 570px;
	text-align : right;
	padding-top : 5px;
	font-size : 12px;
	line-height : 16px;
}

#main_content
{
	background-image : url(/images/content_bg.png);
	background-repeat : no-repeat;
	position : relative;
	padding : 13px;
}

#main_content.interior
{
	background-image : url(/images/interior_content_bg.png);
}

#logo
{
	position : absolute;
	top : -47px;
	left : -10px;
}

#nav
{
	background-image : url(/images/nav_bg.jpg);
	background-position : right;
	background-repeat : repeat-y;
	text-align : right;
	font-size : 14px;
	height : 42px;
	padding-right : 10px;
}

#nav a
{
	color : white;
	text-decoration : none;
	padding : 0px 13px 0px 8px;
	top : -15px;
	position : relative;
}

#sub_nav
{
	text-align : right;
	font-size : 12px;	
	color : #4282c9;	
	font-family : helvetica, verdana, sans-serif;
	padding-bottom : 5px;
	padding-top : 0px;
}

#sub_nav a
{
	padding : 0px 10px 0px 6px;
	color : #4282c9;
	text-decoration : none;
}

#sub_nav li
{
	float : left;
	list-style-type : none;
	width : 150px;
}

#content
{
	padding : 15px;
}

#content h1
{
	margin-bottom : 5px;
	font-size : 20px;
	color : #714f31;
}


#content h2
{
	margin-top : 10px;
	margin-bottom : 0px;
	color : #714f31;
	font-size : 18px;
}

#content-cell
{
	padding-top : 20px;
}

#content-cell a
{
	color : #B43411;
	text-decoration : none;
}

#footer
{
	padding-top : 10px;
}

#footer_left
{
	float : left;
	width : 275px;
	margin-right : 10px;
	padding : 10px;
	font-style : italic;
	color : #784828;
	font-size : 12px;
	background-image : url(/images/white_bg.png);
}

#how
{
	width : 257px;
	float : left;
	background-image : url(/images/how_bg.png);
	background-repeat : no-repeat;
	padding : 13px 20px 50px 20px;
	font-size : 11px;
	margin-right : 10px;	
	font-family : helvetica, verdana, sans-serif;
	color: #4F2B25;

}

#how h2
{
	color : #e6932c;
	font-size : 18px;
	margin-top : 0px;
	margin-bottom : 5px;
}

#how .post p
{
	height : 0px;
	margin : 0px;
	padding : 0px;
}

#how img
{
	
}

#feed
{
	font-style : normal;
	width : 275px;
	font-size : 11px;
	font-family : helvetica, verdana, sans-serif;
}

#feed h2
{
	color : #b43411;
	border-bottom : #b43411 1px solid;
	font-size : 14px;
	font-weight : normal;	
	font-family : palatino, palatino linotype ms, serif;
	margin-bottom : 5px;
}

#feed a
{
	color : #784828;
	text-decoration : none;
}

#galisteo_basin
{
	float : left;
	width : 257px;
	background-image : url(/images/basin_bg.png);
	background-repeat : no-repeat;
	padding : 13px 20px 50px 20px;	
	font-family : helvetica, verdana, sans-serif;
	font-size : 11px;
	color : #4F2B25;
}

#galisteo_basin h2
{
	color : #9cb261;
	font-size : 18px;
	margin-top : 0px;
	margin-bottom : 5px;
}

#galisteo_basin a
{
	color : #4F2B25;
	text-decoration : none;
}

#sidebar
{
	float : left;
	width : 200px;
	padding : 10px;
	background-color : #f2ece8;
	border : 1px solid #e2ddd9;
	margin : 5px 20px 10px 0px;
}

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

#sidebar li
{
	padding : 2px 0px;
}

#sidebar a
{
	color : #B43411;
	text-decoration : none;
}


/* ImageFlow Settings
==================================== */

	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
		height : 300px !important;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
        cursor: pointer !important;
	}

	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		top : 100px;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		top : -35px;
		left : 2px;
		text-align:center;
		z-index:100;
		border: 1px solid #806753;
		background: #faf6f3;
		color: #6a1c18;
		width: 360px !important;
		margin: 10px auto;
		padding: 5px !important;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
	}
	.imageflow .slider {
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}

	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	
	
	p.linklove {
	display:none;
}

/* 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 */


/* login page */

.registerBenefits {
  float: right;
  width: 420px;
  border: 1px solid #D0CDC8;
  padding: 10px;
  margin-top : 36px;
  margin-right : 30px;
  color: #4F2B25;
  font-size:12px;
  background: #FAF9F3;
}

.registerBenefits ul {
  padding: 0px 0px 0px 15px;
}

.registerBenefits ul li {
  margin: 0px 0px 8px 0px;
}

#errormessage {
  border: 1px solid #999;
  background: #FFCFCF;
  padding: 7px 2px;
  width: 406px;
  font-weight: bold;
  margin: -2px 0px 5px 0px;
}

#errormessage p {
  margin: 0px 5px;
}


#login_pad {
  padding : 15px 20px 0px 0px;
}


#login_pad h3 {
  margin: 0px 0px 5px 0px;
}

#login_pad form {
  border: 1px solid #D0CDC8;
  width: 410px;
  background: #FAF9F3;
  color : #4F2B25;
  margin: 0px 0px 20px 10px;
  padding: 0px;
}

#login_pad form .txt_box {
  width: 100%;
}

#login_pad table {
  width: 94%;
}

#tiny_footer
{
	font-size : 11px;
	clear : both;
	padding-top : 20px;
}

.gallery {
  list-style: none;
  padding: 0px;
}

.gallery li {
  float: left;
  margin: 0px 15px 15px 0px;
}

/* cforms */
/* Contact form */

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

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;
}

