/*
Theme Name: saddle-bred
Theme URI: http://www.saddlebredcentral.com/wp-content/themes/saddle-bred/style.css
Description: A custom theme for www.saddlebredcentral.com
Version: 1.0 
Code realization -- Author: Stephen Fiorella
Author URI: http://www.rez72.net
Author email: stephen@rez72.net
This is the target CSS--migrate this to a theme folder, which one? I do not know yet!
*/

/*a:link {  color: #578df1; text-decoration:none;}*/
a:link { text-decoration:none; color: #800;  }
a:visited {   text-decoration:none;color: #800; }
a:active {   text-decoration:none;color: #800; } 
a:hover {   text-decoration:underline;color: #800; }
/*All links; see hover related descriptors as they may change per specific link below*/

html {
	background:#eeeebb url('images/bg-html.gif') 0% 0% repeat;
}

body {
margin: 0 0;
padding: 0 0;
text-align: center;
font: 85% "Trebuchet MS", Arial, sans-serif;

}

body {
	width: 820px;
	margin: 0 auto;
	background: url('images/bg-body.jpg') 50% 0% repeat-y;

}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, form, input, blockquote, img {
	margin: 0;
	padding: 0;
	border:0;
	text-decoration:none;
	
}

/* begin typography */

h1 {
	font: 1.66em Georgia, "Times New Roman", serif;
	margin: 0.5em 0;
	padding-bottom: 0.25em;
	border-bottom: 1px dashed #ddd;
}
h2 {
	font: 1.5em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
h3 {
	font: bold 1em Georgia, "Times New Roman", serif;
	letter-spacing: 2px;
  text-transform: uppercase;
}
h4 {
	font: bold 1.1em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}

dl {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: left;
}
dt {
	font-weight: bold;
}

form {
	display: inline;
}
fieldset {
	border: none;
}

/* begin layout */

#page { width:790px;font: 0.9em Verdana, Helvetica, Arial, sans-serif; color: #333;
	background-color: #F3F1EA; /*fff*/
	border: 1px solid #aaa;/*959596*/
	border-width: 0 1px;
	text-align: left;margin: 0 auto;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0 0 1em 0;
	width: 790px; /*960*/
	font: 0.9em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1em;
	color: #333;
	background-color: #F3F1EA;
	border: 1px solid #aaa;
	border-width: 0 1px;
	text-align: left;
}






/* -- layout -- */
#header { width:790px; height:170px; /*820*/
	background-color: #fc3;text-align:center;padding-left:0px;
}

#header-img { width:790px; height:150px;
	background: #fc3 url('images/header.jpg')  no-repeat;margin:0px;
}
#topbanner {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 120px;
	border: 0;
	background-color: #303030;
}
#logo {
	display: none;
	position: relative;
	top: 100px;
	left: 0;
}


h2#tagline {
	color: #fff;
	text-align: right;
	font-style: italic;
	padding: .5em;
}

/* -- header navigation -- */

#header-menu {	clear: both;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	list-style: none;
	border: 0;
	text-transform: uppercase;
	background-color: #7E100F;
	}
	
	#navigation-top li {
	margin: 0;
	padding: 0 .3em;
	display: inline;
}
#navigation-top li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#navigation-top a:hover {
	color: #fc3;
}

/* rest of browsers */

#topbar:after, #footer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topbar {
	margin: 0;
	padding: 5px;
	height: 100%;	/* ie */
	background: #ebebeb url('images/bg-lines.gif') 0% 0% repeat;
	border: 1px solid #aaa;
	border-width: 1px 0;
}



#content {
	float: left;
	margin: 5px;
	padding: 10px;
	margin-left:25px;
	border: 0px solid #aaa;
	width: 540px;
	font-size: 0.88em;
	line-height: 1.8em;
	text-align: left;
	background-color: #fff;
}
#content p {
  margin-bottom: 1em;
}

#content h2 {
	font: 2.5em Georgia, "Times New Roman", serif;
	letter-spacing: 1px; margin-top:15px;
}


.entry {border-bottom:1px solid #ccc;}
p.postmetadata {border-bottom:1px solid #ccc;}

.post h3 {font: bold 1em Georgia, "Times New Roman", serif;
	letter-spacing: 2px;margin-top:10px;margin-bottom:10px;}
	
#respond {}
#respond h3 {margin-bottom:5px;}
#respond p{}
#respond #commentform {}
#commentform input{border:1px solid #ccc;}
#commentform input#submit {color:#fff; background-color:#800;border:1px solid #ccc;}


/* Begin Sidebar from kubrick*/
#sidebar
{
	padding: 20px 0 10px 0;
	/*margin-left: 545px;*/
	float:right;
	width: 180px;
	}

#sidebar form {
	margin: 0;
	}

#search {
	float: left;
	width: 80%;
}

#sidebar ul, #sidebar ul ol {
	margin-top: 40px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar li p {
	margin: 0 0 0 10px;width:125px;
	}	
/* End Entry Lists */



/* Begin search Form Elements */
.sidebar_searchbox {width:125px;border:0px solid #ccc;}
#sidebar #searchform {
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 125px;border:2px solid #ccc;
	padding: 2px;margin-bottom:5px;
	}

#sidebar #searchsubmit {background-color:#800;color:#fff;
	padding: 1px;margin-right:10px;
	}


/* End Sidebar */
/* begin footer */

#footer {
	clear: both;
	margin: 0;
	padding: 1em;
	font-size: 0.85em;
	color: #fff;
	border: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #7E100F; /*#800;*/
	height: 44px; /*100%  22px*/
}

/* -- footer navigation -- */
#navigation-bot {
	margin: 0 auto;
	padding: .4em;
	list-style: none;
	background-color: #7E100F;
	text-align: center;
}

#navigation-bot li {
	padding: 0;
	display: inline;
}
#navigation-bot li a {
	padding: .25em;
	font-weight: bold;
	color: #fff; /*#666*/
	text-decoration: none;
}

#navigation-bot li a:hover {
	background: #7E100F;
	color: #fff;
}

/* begin footer */

#copyright {
	float: left;
	width: 60%;
	text-align: left;
}
#webdev {
	float: right;
	width: 40%;
	text-align: right;
}
#webdev a {
	color: #fff;
}

#footer p.credits {text-align:center;color:#fff;}
#footer p.credits a {text-align:center;color:#fff;}

/* -- page styles -- */
.banner_ad {
	margin: 0 0 10px 0;
	padding: .25em;
	border: 1px solid #aaa;
	background-color: #fff;
}

.banner_ad h3 {
	padding: .1em;
	background-color: #800;
	color: #fff;
}

/* Misc elements */

#login {
	float: right;
	width: 20%;
	text-align: center;
}
#login p {
	margin: 0;
	margin-bottom: .25em;
}

#content .navigation {width:540px;height:30px;}
.navalignleft {float:left;}
.navalignright { float:right;}

.alignleft {float:left;clear:right;}
.alignright { float:right;clear:left;}
.left {float:left;}
.right { float:right;}
.center {margin: 0 auto;clear:both;}

img.left {float:left;clear:right; margin: 0px 15px 5px 0px;}
img.right { float:right;clear:left; margin: 0px 0px 5px 15px;}
img.center { margin: 0 auto 0 auto;clear:both; }

/* -- horse styles -- */
td {
	line-height: 1.2em;
}
td.image {
	width: 200px;
	background-color: #eee;
	text-align: center;
}
td.image img {
	vertical-align: middle;
}
td.synopsis .label {
	font-weight: bold;
}

.horselisting_images {
	text-align: center;
}

.horselisting_images img {
	border: 1px solid #aaa;
}

.horselisting_images p {
	margin: 10px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #aaa;
}
.horselisting_images p img {
	margin: 3px;
	cursor: pointer;
}

.listings_total table td {
	margin: 0;
	padding: 2px 0;
}

.totalline {
	border: 1px dashed #aaa;
	border-width: 1px 0 0 0;
	font-weight: bold;
}

.form_buttons {
	clear: both;
	margin: 0;
	padding: 10px 0;
}

.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-style: 12px;
	list-style: square;
}

#notice {
	width: 450px;
	border: 2px solid red;
	padding: 1em;
	margin-bottom: 2em;
	background-color: #f0f0f0;
	font: bold smaller sans-serif;
}


/*UNUSED  

#right_column {
	margin: 5px 5px 0 0;
	float: right;
	width: 180px;
}

#primary_nav {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	list-style: none;
	border: 0;
	text-transform: uppercase;
	background-color: #800;
	background-color: #7E100F;
}



#primary_nav li {
	margin: 0;
	padding: 0 .3em;
	display: inline;
}
#primary_nav li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#primary_nav a:hover {
	color: #fc3;
}

#secondary_nav {
	margin: 0 auto;
	padding: .4em;
	list-style: none;
	background-color: #fff;
	text-align: center;
}
#secondary_nav li {
	padding: 0;
	display: inline;
}
#secondary_nav li a {
	padding: .25em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#secondary_nav li a:hover {
	background: #666;
	color: #fff;
}*/

