/*  
Theme Name: Shepp Ranch Theme
Theme URI: http://www.sheppranch.com
Description: A two column style to match their design.
Version: 1.6
Author: Blizzard Internet Marketing
Author URI: http://blizzardinternet.com/

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

*/



/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 12px */
	line-height:1.5em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #EDE7AF url('images/back.gif') repeat-x;
	color: #800000;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
background: url('images/mainback.gif') repeat-y;
	/*margin: 0px auto;*/
	padding: 0;
	width: 760px;
	}

#header {
	/*background: url('images/topheader.jpg') no-repeat bottom center;*/
	/*background: url('http://d63560.u26.blizzardinternet.net/imagehead.php') no-repeat bottom center;*/
	margin: 0px; 
	padding: 0; 
	height: 248px; 
	width: 760px;
	}
	
.headerlink {
	display:block;
	height: 248px; 
	width: 760px;
	margin:0;
	padding:0;
	}
	
	#homehead1 {
	background: url('images/sidebartop.gif') no-repeat;
	width:226px;
	height:184px;
float:left;
clear:left;
	}
	
	#homehead {
	
	background: url('images/homehead.gif') no-repeat;
	width:534px;
	height:82px;
	float:left;
	clear:right;

	}

#content {
	float: left;
	font-size: 1.2em;
	/*
	padding-top: 5px;

	padding: 0 0 20px 45px;
	*/
	margin: 0;
	margin-top:-100px;
	width: 500px;
	}

#content img {
padding:15px;

}
#addressinfo {
color:#000000;
clear:both;
}








.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px 15px;;
	text-align: left;
	}
	
.postmetadata {
	clear: both;
}
	
.alt {
	margin: 0;
	padding: 10px;	
/*	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}

	
#footer {
background: #EDE7AF url('images/bottom.gif') no-repeat bottom left;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border: none;
	padding-bottom:15px;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0 0 50px;
	text-align: center;
	}

	
/* Begin Sidebar */
#sidebar {
float:left;
margin-top:-90px;
margin-right:30px;
	padding: 0;

	width: 190px;
clear:left;

	}

#sidebar form {
	margin: 0;
	}	
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	/*margin-bottom: 5px;
	margin-left: 5px;*/
	}

#sidebar ul p, #sidebar ul select {
	/*margin: 5px 0 8px;*/
	}
	

/*Font Style */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height:1.8em;
	}

h1 {
	font-size: 1.4em;
	color: #0000ff;
	}
	
h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom:15px;
	text-align: left;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #4A5218;
	text-decoration: none;
	}

a:hover {
	color: #4A5218;
	text-decoration: underline;
	}
	
a:visited {
	color: #06c;
	}
	
/* Begin Images */
p img {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#barlinks {
margin-top:50px;
font-size:.9em;
line-height:1.9em;
margin-left:0px;
padding-left:10px;
}
#barlinks li {
width:149px;
}
#barlinks li:hover {
background:#336699;
}
#barlinks li ul li a{
font-size:1.1em;
text-transform:none;
}
#barlinks li a{
font-size:1.7em;
color:#ffffff;
display:block;
text-transform:none;
}
#barlinks li a:hover{
text-decoration:none;
color:#FF9933;
}
#barlinks li ul li a:hover{
text-decoration:none;
color:#FF9933;
}
#barlinks li ul li:hover {
background:#336699;
}
#barlinks li ul {
padding:0;
margin:0;
position: absolute;
	left: -999em;
	
background:#336699;
margin-top:-21px;
	}
	#barlinks li ul li {
	padding:5px;
	}
	#barlinks li.sfhover {
	background:#336699;
	}
#barlinks li:hover ul, #barlinks li.sfhover ul {
	left: auto;
	
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	
	margin-left: 137px;

}

#barlinks li ul li:hover, #barlinks li ul li.sfhover {
background:#000000;

}
#barlinks li ul li.sfhover a, #barlinks li ul li:hover a {
color:#FF9933;
}

.arrow {
margin-right:12px;
}
#barlinks li ul li a {
display:inline;
font-weight:bold;
}

#image-fader {
	position:relative;
	background:url(slideshow/slide-bg.jpg) top left no-repeat;
	float:right;
	clear:right;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:760px;
	height:248px;
	left:auto !important; /*2 hacks for IE, or else pic does not fit, and will push everything below the sidebar */
	left:-3px;
	width:760px !important;
	width:757px;
}
.fade-box {
	position:absolute;
	top:0px;
	left:auto;
	height:248px;
	width:760px;
	margin-left:0px;
}