/*
Title:   Churchtown Morgan Stud Farm main style sheet
Author:  Clive Goodhead, Cornwall Internet Limited
Version: 13 May 2007
Notes:   Web site www.churchtownmorgans.co.uk
*/

/* ---------------------------------------------------------------- */
/* General */

/* Force Firefox, etc. to render vertical scroll bar. */
html {
	overflow: -moz-scrollbars-vertical;
}

a, a:active, a:visited {
	color: #fff999;
}  
				
a:hover {
	color: #ee8003;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}






/* ---------------------------------------------------------------- */
/* Pre-navigation */

body {
	color: #fffccc;
	background-color: #fffccc;
	text-align: left;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	border: 0;
	margin: 10px 30px 30px 30px; 
	padding: 0;
	behavior:url(http://www.churchtownmorgans.co.uk/style/csshover.htc);
}

#container {
	width: 770px;
	background-color: #660000;
	border: 1px solid #660000;
	margin: 0 auto;
}

#title_bar {
	height: 65px;
	background-image: url(../style/title.png);
	background-repeat: no-repeat;
	background-position: 50% 70%;
}

#title_bar h1 {
	visibility: hidden;
}

/* ---------------------------------------------------------------- */
/* Navigation */

#our_nav {
	width: 100%;
	font-size: 12px;
	background-color: #660000;
	border-top: 2px solid #fffccc;
	border-bottom: 2px solid #fffccc;
}

#our_nav:after {  /* Clears the x_nav float property (not IE). */
	display: block; 
	content: "."; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#our_nav div {
	float: left;
	border-right: 1px solid #fffccc;
}

#our_nav div:hover ul {
	display: block;
}

#our_nav span {
	display: block;
	line-height: 22px;
	text-align: center;
	padding: 0;
}

#our_nav span:hover {
	background-color: #cccccc;
}

#our_nav span a, #our_nav span a:active, #our_nav span a:visited {
	color: #fff999;
	text-decoration: none;
	padding: 4px 18px;
}

#our_nav span a:hover {
	color: #ee8003;
	text-decoration: none;
}

#our_nav ul {
	z-index: 9;
	display: none;
	position: absolute;
	width: 120px;
	background: #999999;
	border-right: 1px solid #666666;
	border-left: 1px solid #cccccc;
	margin: 0px 1px;
	padding: 2px 0 0 0;
}

#our_nav li {
	background-color: #999999;
	list-style-type: none;
	padding: 1px 0 1px 0;
	margin: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
}

#our_nav li a, #our_nav li a:active, #our_nav li a:visited {
	width: 110px;
	display: block;
	color: #660000;
	text-decoration: none;
	margin: 0;
	padding: 3px 5px;
}

#our_nav li:hover {
	background-color: #cccccc;
}

/* ---------------------------------------------------------------- */
/* Picture bar */

#picture_bar {
	height: 120px;
}

#picture_bar #title_img {
	float: right;
}

#picture_bar #title_text {
	color: white;
	font-family: times new roman;
	font-size: 16pt;
	text-align: left;
	margin: 0;
	padding: 15px 0 0 15px;
}

/* ---------------------------------------------------------------- */
/* Page layout */

h2 {
	font-size: 140%;
	margin: 20px 10px 10px 20px;
}

h3 {
	font-size: 110%;
	margin: 20px 10px 5px 20px;
}

p {
	font-size: 82%;
	text-align: justify;
	margin: 12px 30px 0 20px;
}

li {
	font-size: 82%;
	margin: 6px 30px 0 20px;
}

#main {  /* Contains main part of page. */
	width: 100%;  /* Approx 770px. */
	border: 0;
	margin: 0;
	padding: 0;
}

#main:after {  /* Clears the x_nav float property (not IE). */
	display: block; 
	content: "."; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ---[ info ]--------------------------------- */

#info-r { 
  float: right;
}

div.info-box {
  width: 250px;
  font-size: 82%;
  border: 1px solid #ff3333;
  margin: 5px 20px 20px 20px;
  padding: 0 0 15px 0;
}

div.info-title-bar {
  width: 100%;
  color: #ffffff;
  background: #ff3333;
  margin: 0;
  padding: 0 0 3px 0;
}

span.info-title {
  color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
}

#info-r ul {
  border: 0; 
  margin: 0.5em 0 0.5em 20px;
  padding: 0;
  text-align: left;
  list-style-type: square;
}

#info-r li {
  margin: 4px 0;
}

/* ---------------------------------------------------------------- */
/* The history page */

#history_intro {
	color: #ee8003;
}

#article_1 {
	float: left;
	margin: 10px 20px 10px 20px;
}

#article_2 {
	margin: 10px 20px 10px 20px;
}

/* ---------------------------------------------------------------- */
/* The breed page */

#breed img {
	float: right;
	margin: 10px 20px 10px 20px;
}

/* ---------------------------------------------------------------- */
/* Stallions page */

#stallions p {
	text-align: left;
}
#stallions img {
	float: left;
	margin: 10px 10px 10px 20px;
}

#stallions div.clear {
	clear: both;
}

/* ---------------------------------------------------------------- */
/* Bloodlines page */

#bloodlines table {
width: 700px;
color: #666666;
border: 1px solid black;
margin: 10px 10px 10px 30px;
}

#bloodlines td {
font-size: 10px;
border: 1px solid #666666;
padding: 3px;
}

#bloodlines td.m {
background-color: #66ffff;
}

#bloodlines td.f {
background-color: #ff99ff;
}

/* ---------------------------------------------------------------- */
/* For sale page */

#forsale {
	width: 96%;
	border: 1px solid #ffffff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 6px;
}

#forsale td {
	width: 50%;
	border: 1px solid #ffffff;
}

#forsale td.info {
	padding: 6px;
	font-size: 82%;
}

/* ---------------------------------------------------------------- */
/* Gallery */

#gallery img {
	width: 640px;
	height: 480px;
	margin: 10px 0px 10px 30px;
}

#gallery hr {
	width: 640px;
	height: 1px;
	margin: 10px 0 10px 30px;
}


/* ---------------------------------------------------------------- */
/* Contact page */

div.contact-table-row {
width: 96%;
border: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 30px;
}

div.contact-left {
width: 35%;
float: left;
font-size: 82%;
font-weight: bold;
border: 0px;
margin: 0px;
padding: 0px;
}

div.contact-right {
width: 65%;
float: right;
font-size: 82%;
border: 0px;
margin: 0px;
padding: 0px;
}

div.contact-space-line {
clear: both;
}

.scrambler {
	display: inline;
	position: relative;
	top: 3px;
}

/* ---------------------------------------------------------------- */
/* Footer */

#footer {
	text-align: center;
	border-top: 1px solid #fffccc;
	margin: 20px 80px 10px 80px;
	padding-top: 5px;
}

#footer hr {
	visibility: hidden;
	display: none;
}

#footer p {
	text-align: center;
	font-size: 65%;
	margin: 0; padding: 0;
}

#footer a {
	color: #fff999;
	text-decoration: none;
}

/* ---------------------------------------------------------------- */
/* Main body of page */





