/*
Theme Name: sauca
Theme URI: http://www.ripe.com
Description: A saucy Wordpress theme developed by ripe.com
Author: ripe.com
Author URI: http://www.ripe.com
version: 1.0
Tags: sauca
*/

/* ========== Color Key ========== */
/* b6956c - Tan (h2)               */
/* 753f00 - Dark brown (h2 hover)  */
/* 793d00 - Med. brown (p)         */
/* 4d2900 - Darker brown           */
/* d9531e - Rust (entry a)         */
/* =============================== */


/* Reset all default browser styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;	font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }


/* basics */

*{margin:0; padding:0;}

html {
	background: url(images/background-bamboo.jpg) repeat;
	background-attachment: fixed;
	height: 100%;
	}

body {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	margin: 0px auto;
	overflow-x: hidden;
	color: #793d00; /* med brown */
	}

	
h1 {font-size: 20pt;}
h2 {font-size: 18pt;}
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}


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


/* links */

a{
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	background: url(images/background-paper.png) repeat-y;
	width: 975px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	text-align: left;
	font-size: 9pt;
	}
	
/* header */

#header {
	background: url(images/banner-back.png) no-repeat;
  	width: 975px; 
  	height: 193px;
	color: #fff; 
	margin: 0px auto;
	}

.h1banner {
	font:normal 20pt georgia, times;
	width: 450px;
	height: 91px;
	background: url(images/banner.png) no-repeat;
	text-indent: -9000px;
	display: block;
	position: relative;
	top: 45px;
	left: 40px;
	}
	
#header h1 a{color: #404040; 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;	
	}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

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

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:570px;
	overflow: hidden;
	margin:0px auto auto 40px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 16pt;
	}
	
.post .title {
	font: normal 16pt;
	text-transform: uppercase;
/* 	text-shadow: 1px 1px #f0f0f0; */
	position: relative;
	margin-top: -25px;
	margin-left: 58px;
	z-index: 20;
	}
	.pagetitle {
		font: normal 16pt;
		text-transform: uppercase;
		margin: 5px 0 0 0;
		}
.post h2 a, .post h3 a {
	color: #753f00; /* Dark Brown */
	text-decoration: none;
	}
	
.post h2 a:hover, .post h3 a:hover{
	color: #b6956c; /* Tan */
	text-decoration: none;
	}

.pagetitle {
	margin-left: 58px;
	}

.post ul {}

.post li {}

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

.entry a:link, .entry a:visited {
	color: #d9531e;
	text-decoration: none;
	}
	.entry a:hover {
		text-decoration: underline;
		}

.datestamp {
	height: 78px;
	width: 78px;
	background: url(images/date-stamp.png) no-repeat;
	position: relative;
	}
	.datestamp p {
		color: #ebb556;
		position: relative;
		top: 30px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		z-index: 10;
		}

.hr {
	width: 570px;
	height: 28px;
	background: url(images/hr.gif) no-repeat;
	}

.postmetamain{
	clear: both;
	padding: 6px 6px 6px 60px;
	margin: 20px 0;
	color: #b6956c;
	font-size: 8pt;
	}
	.postmetamain a:link, .postmetamain a:visited {
		color: #793d00;
		text-decoration: none;
		}
		.postmetamain a:hover {
			text-decoration: underline;
			}

.postmetadata small {
	line-height: 7pt;
	opacity: .5;
	filter: alpha(opacity=50);
	}
	.postmetadata small:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		}
.postmetadata {
	padding-top: 10px;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	.navigation .alignleft {
		margin-left: 60px;	
		}
	.navigation .alignright {
		margin-right: 10px;
		}
		.navigation .alignleft a, .navigation .alignright a {
			border: 1px solid #b6956c;
			padding: 7px;
			margin: 0;
			color: #b6956c;
			display: block;
			text-transform: uppercase;
			font-size: 9pt;
			max-width: 220px;
			}
		.navigation .alignleft:hover a, .navigation .alignright:hover a	{
			background: #b6956c;
			color: white;
			text-decoration: none;
			}
			
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	width:221px;
	float:right;
	margin: 0 60px 0 0;
	padding: 0;
	color: #b6956c;
	font-size: 9pt;
	}

#sidebar a:link, #sidebar a:visited {
	color: #793d00;
	text-decoration: none;
	text-transform: uppercase;
	}
	#sidebar a:hover {
		color: #753f00;
		text-decoration: underline;
		}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	padding: 0;
}
	.h2recentposts {
		width: 221px;
		height: 33px;
		background: url(images/h4-recent-posts.gif) no-repeat;
		text-indent: -9000px;
		display: block;
		}
	.h2archive {
		width: 192px;
		height: 36px;
		background: url(images/h4-archive.gif) -4px 0 no-repeat;
		text-indent: -9000px;
		display: block;
		margin: 30px 0 0 0;
		}
	.h2categories {
		width: 174px;
		height: 40px;
		background: url(images/h4-categories.gif) -7px 0 no-repeat;
		text-indent: -9000px;
		display: block;
		margin: 30px 0 0 0;
		}
	.h2twitter {
		width: 219px;
		height: 66px;
		background: url(images/h4-twitter.gif) 0 0 no-repeat;
		text-indent: -9000px;
		display: block;
		margin: 30px 0 0 0;
		}
	.h2facebook {
		width: 216px;
		height: 36px;
		background: url(images/h4-facebook.gif) 0 0 no-repeat;
		text-indent: -9000px;
		display: block;
		margin: 30px 0 0 15px;
		}
#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

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

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

#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{

}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar ul ul.recentposts {
	padding: 0;
	margin: 14px 0;
	}
	#sidebar ul ul.recentposts li {
		list-style-type: circle;
		margin-left: 2px;
		}
	.ie7 #sidebar ul ul.recentposts li {
		margin-left: 4px;
		}

#sidebar ul li.categories ul {
	padding: 0;
	margin: 14px 0;
	}
	#sidebar ul li.categories ul li {
		margin-left: 2px;
		}

.twitterfeed {
	padding-left: 8px;
	}
	.twitterfeed p {
		line-height: 14pt;
		}
	a.twtr-join-conv {
		opacity: .4;
		filter: alpha(opacity = 40);
		}
	a.twtr-join-conv:hover {
		opacity: 1;
		filter: alpha(opacity = 100);
		}

.fblink a {
	margin-left: 10px;
	}



/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	#commentform a {
		color: #d9531e; border-bottom: 0px;
		}
	
#commentform p{
	}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment {
	font-size: 9pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #b6956c;
	opacity: .5;
	filter: alpha(opacity = 50);
	}
	.ie7 #author, .ie7 #email, .ie7 #url, .ie7 #comment {
		filter: alpha(opacity = 100);
		}
	#author:focus, #email:focus, #url:focus, #comment:focus {
		opacity: 1;
		filter: alpha(opacity = 100);
		}

#author, #email, #url {
	padding: 5px;
	}
	
#comment {
	width: 487px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	padding: 5px;
	}

#submit {
	border: 1px solid #b6956c;
	padding: 7px;
	margin: 0;
	color: #b6956c;
	display: block;
	text-transform: uppercase;
	font-size: 9pt;
	background: none;
	}
	#submit:hover {
		background: #b6956c;
		color: white;
		text-decoration: none;
		}


	
#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 {
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

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

ol.commentlist a {color: #d9531e; border-bottom: 0px;}

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

.comment-body {
	margin-left: 50px;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
	}
.comment-author {
	padding-bottom: 10px;
	}
#comments {
	padding: 30px 0 20px 60px;
	}

#respond {
	margin-left: 60px;
	}



/* search */

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

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

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

.clear {
	clear: both;
	}

a.divlink {
	height: 100%;
	text-indent: -9000px;
	display: block;
	border: 0px;
	}

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
	}

div.alignleft {
	margin: 10px 10px 10px 0;
	}

div.alignright {
	margin: 10px 0 10px 10px;
	}
	
.wp-caption {
   border: 1px dotted #b6956c;
   text-align: center;
   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;
}


/* footer */

#footer {
	width: 975px;
	height: 95px;
	margin: 0px auto;
	background: url(images/background-footer.png) no-repeat;
	clear: both;
	color: #b6956c;
	padding: 10px 0;
	font-size: 9pt;
	}
	
#footer p{padding:20px 0;margin: 0; text-align:center;}
#footer a{color: #753f00; text-decoration: none;}
#footer a:hover{color: #753f00; text-decoration: underline;}

/* fixed items */

.cornerseed {
	width: 340px;
	height: 165px;
	background: url(images/background-nut-spill.png) no-repeat;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: -10;
	}

.cornerpeppercorn {
	width: 400px;
	height: 253px;
	background: url(images/background-peppercorn-spill.png) no-repeat;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: -11;
	}

.saucahome {
	position: relative;
	top: 60px;
	left: 710px;
	}

/* IE 6 Warning */

.iewarning {
	width: 100%;
	text-align: left;
	height: 30px;
	position: fixed;
	z-index: 40;
	top: 0px;
	font-size: 10px;
	border-bottom: 1px solid yellow;
	margin-top: -1px;
	background-color: #feffef;
	}
	.iewarning p {
		padding: 10px 5px 5px 5px;
		margin: 0px;
		line-height: 9px;
		}
	.iewarning img {
		float: left;
		padding-right: 20px;
		margin-top: -5px;
		}