/*   
Theme Name: gatton
Theme URI: www.gattonheavyhorses.com
Description: this is the theme for gatton heavy horses site
Author: andrewg
Author URI: ita.com.au
Version: 1.0
*/

/* STRUCTURE */

body {
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#81afc9;
}

#outer {
	margin:20px auto 10px auto;
	width:940px;
	background-color:#fff;
	border:1px solid #969696;
	border-bottom:2px solid #969696;
	border-right:2px solid #969696;
}

#header {
	width:940px;
}

#main {
	width:900px;
	margin:0px 20px 0px 20px;
	border:1px solid #969696;
}

#collage {
	border-bottom:1px solid #969696;
	padding:0;
	margin:0;
	height:199px;
	overflow:hidden;
}

#menubar {
	background-image:url(images/menu_back.gif);
	background-repeat:repeat-x;
	height:34px;
	border-bottom:1px solid #969696;
	text-align:right;
	margin:0px;
	padding:0px;
}

#menubar ul {
	list-style:none;
	margin:9px 0px 0px 204px;
	position:absolute;
}

* html #menubar ul {
	position:relative;
	margin:0px 0px 0px 244px;
}

#menubar li {
	float: left;
	padding:0px;
	margin:0px;
}

#menubar li ul {
	position: absolute;
	left: -9999px;
}

#menubar li:hover ul {
	position:relative;
	left:0px;
	top:9px;
	background-color:#f7f7f7;
	border:1px solid #969696;
	border-top:0px solid #969696;
	display:block;
	padding:0px;
	margin:0px;
}

#menubar li:hover ul li {
	float:none;
	text-align:left;
	padding:6px 10px;
}

#menubar li:hover ul li:hover {
	background-color:#81afc9;
	color:#bc5d64;
}

#menubar a {
	text-decoration:none;
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding:9px 25px 9px 26px;
}

#menubar a:hover {
	background-color:#81afc9;
	color:#e6e7e9;
}

#menubar li:hover ul a {
	padding:6px 20px 6px 5px;
	margin:0px;
}

#content {
	padding:15px;
	min-height:450px;
}

#content_left {
	padding:15px;
	float:left;
}

#content_left ul {
	list-style-type:none;
}

#content_left li {
	margin-bottom:5px; 
	font-weight:bold;
}

#content_right {
	margin-left:240px;
	width:600px;
	padding:15px;
}

* html #content_right {
	margin-left:0px;
	min-height:450px;
}

.clearboth {
	clear:both;
}

#footer {
	position:relative;
	width:900px;
	height:30px;
	margin:0px 20px 0px 20px;
	padding:15px;
}

#footer_right {
	float:right;
	margin-right:20px;
}


#content_left img {
	border:1px solid #969696;
}

/* TEXT STYLING */

h1 {
	font-size:16px;
	color:#bc5d64;
	border-top:1px dashed #bc5d64;
	padding-top:3px;
}

h2 {
	font-size:14px;
	color:#bc5d64;
}

h3 {
	font-size:12px;
}

.alert {
	color:red;
}

hr {
	border:none;
	background-color:#969696;
	color:#969696;
	height:1px;
	width:100%;
}

#footer a { 
	font-size:10px;
	color:#333;
	bottom:12px;
}

/* PHOTO GALLERY STYLES */

#gallery_sub {
	text-align:center;
}

#gallery_back {
	position:relative;
	left:80px;
	top:20px;
}

#gallery_fwd {
	position:relative;
	left:734px;
	top:0px;
}

.photo {
	border:1px solid #000000;
	position:relative;
	z-index:1;
}

.photo_side {
	border:1px solid #000000;
	position:relative;
	z-index:1;
	margin:0px 10px 10px 10px;
}

img {
	border:none;
}

/* FORMS */

.textField {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#872b2a;
	width:400px;
	background-color:#ffffff;
	border: 1px solid #808080;
	margin:6px 0px 6px 0px;
}

.textField:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}

.textField {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#872b2a;
	width:400px;
	background-color:#ffffff;
	border: 1px solid #808080;
	margin:6px 0px 6px 0px;
}

.textField:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}

.textFieldCaptcha {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#872b2a;
	width:120px;
	background-color:#ffffff;
	border: 1px solid #808080;
	margin:6px 0px 6px 0px;
}

.textFieldCaptcha:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}

.textArea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#872b2a;
	width:400px;
	height:100px;
	background-color:#ffffff;
	border: 1px solid #808080;
	margin:6px 0px 6px 0px;
}

.textArea:focus {
	background-color:#ffffcc;
	border: 1px solid #333333;
}