/*  

Leg Up Stables CSS Document 

*/

/* main styles */
body {
	background: #473520 url(images/background.png);
	margin: 0;
	padding: 0; 
}

/* text */
h1, h2, h3, p, ul, a, label, table, tr, td {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

h1, h2, h3, p, ul, a {
  font-weight: normal;
}

/* position divs */
#container {
  width: 900px;
  background: #FFF;
  margin: 0 auto;
  border: 3px double #369;
  border-width: 0 3px 3px 3px;
}

#content {
  padding: 5px 20px;
  text-align: left;
}

#footer {
  background: url(images/divider.png) no-repeat top center;
  width: 860px;
  padding: 40px 0 5px;
  margin: 25px 0;
  clear: both;
}

#footer p {
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  color: #666;
}

#footer p a {
  font-weight: bold;
}

#footer p a.active {
  color: #000;
  border: 1px solid #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px;
}

#header {
  position: relative;
  background: #1D4E6B url(images/header_gradient.png) no-repeat scroll top right;
}	

#header #logo {
  position: relative;
  width: 190px;
  float: left;
  margin-right: 20px;
}

#header h1 {
  font: 54px/54px Georgia, "Times New Roman", Times, serif;
  color: #fff;
  margin: 0;
  padding: 20px 0 15px 0;
}

#header h2 {
  font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
  color: #ffc;
  margin: 0;
}

h2 {
  font-size: 26px;
  color: #336699;
  margin-top: 0.5em;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
}

p, ul, ol {
  font-size: 15px;
  line-height: 20px;
}

a {
  font-weight: bold;
  text-decoration: none;
}

.topimg {
  margin-top: 15px;
}

table.grey {

}

table.grey th {
  background: #369;
  color: #fff;
}

table.grey tbody tr td {
  background: #E0E0E0;
}

table.grey td,
table.grey th {
  padding: 0.5em 1em;
}

/* link colors */

a:link, a:visited {
  color: #c60;
}

a:hover, #footer a:hover {
  color: #69C;
}


/* nav links */

#nav {
  color: #fff;
  background: #1e4559 url(images/nav-gradient.jpg) repeat-x top center;
  padding: 5px 0;
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

#nav a {
  padding: 0 2px;
}

#nav a.active:link,
#nav a.active:visited {
  color: #1e4559;
  background: #fff;
  padding: 6px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-radius-topright: 4px;
  border-radius-topleft: 4px;
}

#nav a:link, 
#nav a:visited {
  color: #fc0;
}

#nav a:hover {
  color: #fff;
}

#nav .dot {
  margin: 0 5px;
}

#subnav {
  color: #1e4559;
  padding: 5px 0;
  border-top: 1px solid #fff;
  background: #fff url(images/subnav-gradient.jpg) repeat-x top center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

#subnav.events {
  padding-left: 230px;
}

#subnav a {
  padding: 0 2px;
}

#subnav a.active:link,
#subnav a.active:visited {
  color: #666;
}

#subnav .dot {
  margin: 0 5px;
}


/* images */
.picleft {
  float: left;
  margin-right: 10px;
}

.picright {
  float: right;
  margin-left: 10px;
}

/* thumbs */
.thumbs {
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #eee;
  height: 100px;
}

.thumbs span.instructions {
  font: 18px Georgia, "Times New Roman", Times, serif;
  width: 200px;
  color: #999;
  float: left;
  margin-right: 20px;
  padding-top: 35px;
}

.thumbs .image {
  margin-right: 20px;
  float: left;
}

.thumbs .image img {
  border: 1px solid #C90;
}

.thumbs .image a:hover,
#header #logo a:hover {
  border: 0;
}

/* gallery */

#gallery {
  float: left;
  width: 100%;
}

#gallery .image {
  float: left;
  width: 270px;
  margin: 0 7px 10px;
}

/* horses for sale */

.horse-for-sale {
  float: left;
  width: 850px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.horse-for-sale .thumb {
  float: left;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
}

.horse-for-sale .price {
  color: #369;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}

.horse-for-sale .sold {
  color: #096;
}

.horse-for-sale .info {
  font-weight: bold;
  border: 1px solid #C60;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline;
  padding: 5px 10px;
}

p.interested {
  padding-bottom: 35px;
  float: left;
  font-size: 150%;
  line-height: 130%;
  text-align: center;
  width: 850px;
  background: url(images/faded-horses.png) no-repeat center;
}

/* form styles */

.field {
  margin-bottom: 20px;
}

.inputfield {
  margin-left: 100px;
}

.field label {
  display: block;
  float: left;
  width: 100px;
}

.greybox {
  border: 1px solid #ccc;
  border-bottom-color: #666;
  border-right-color: #666;
  background: #eee;
  padding: 10px 10px 0 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* sidebars */

div.sidebar {
  float: right;
  margin: 1em 0 1em 1em;
  width: 300px;
}

div.sidebar-round {
  color: #fff;
  border: 2px outset #2f637f;
  background: #336699;
  padding: 0.5em 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.sidebar-round h3 {
  margin: 0.5em 0 0.75em 0;
  color: #fff;
}

div.sidebar ul {
  padding-left: 1.5em;
  margin: 0;
}

div.sidebar li {
  padding-bottom: 0.5em;
}

/* Homepage */

.home-pic {
  border: 3px double #369;
}

.home-farm {
  float: right; 
  margin-left: 20px;
}

