/* @override 
	http://ranch-horses.dev/css/style.css
	http://ranchhorses.dyndns-server.com/css/style.css */

/* Layout Specific Styles ==============================    */  

body {background: url(images/body.jpg) repeat;}

.clear-block {
    display: block; 
    clear: both;
}

.top-bar {
    background: url(images/top-bar.jpg) repeat top center; 
    height: 9px;
}

#container {
    width: 960px;
    margin: 0 auto;
    background: url(images/glow.jpg) top center no-repeat;
    padding-top: 25px;
}

p.view-more {margin-top: 10px;}

p.view-more a { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: url(images/read-more.jpg) no-repeat center;
    color: #b3b496;
    padding: 7px 22px;
}

p.view-more a:hover {color: #E8D4AF;}

hr {
    background: none;
    border-top: 1px dotted #5b5a4e;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #8a8571;
    margin: 15px 0;
}

a {
    color: #a2ccd0;
    text-decoration: none;
}

 a:hover {color: #badee1;}   

/* Header ==============================    */  

#header {margin-bottom: 20px;}

h1.site-logo a {
    background: url(images/logo.png) no-repeat;
    display:block;
    height:0 !important;
    overflow:hidden !important;
    padding-top:94px;
    width:231px; 
    margin: 0 auto 10px auto; 
}

/* Navigation and Search ==============================    */  

#navigation {
    background: url(images/navigation.jpg) no-repeat top center;
    height: 52px;
    padding: 28px 0 0 0;
    text-align: center;
}

#navigation li {
	display: inline-block;
    margin-right: 5px;
}
  
#navigation a {
    color: #e8d4af;
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 19px;
    width: 81px;
    display: block;
    text-align: center;
    padding-top: 8px;
}  

#navigation a:hover,
#navigation a.active { background: url(images/navigation-hover.jpg);}                              

#navigation .search {float: right;}

#navigation .search input.form-text {
    background: url(images/form-text.jpg) repeat-x;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 6px 10px;
}

#navigation .search input.form-submit { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 27px;
    width: 81px;   
    text-align: center; 
    border: none;
    background: url(images/navigation-hover.jpg) no-repeat;
    color: #b3b496;
}

#navigation .search input.form-submit:hover { 
    cursor: pointer;
    color: #E8D4AF;
}

/*Primary ==============================    */

#primary h3 {
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0;
    font-weight: normal;
}

#primary h1.page-title {
    font-weight: normal;
    color: #d1a773;
    font-family: Georgia, Palatino, serif;  
    font-size: 50px;       
}

#primary h1 a:hover {color: #badee1;}

#primary p.subhead {
    color: #e8d4af;
    font-size: 16px;
    font-family: Georgia, Palatino, serif;
    margin: 5px 0 15px 0;
    line-height: 20px;
}

#primary h2 {
    color:#E8D4AF;
    font-family:Georgia,Palatino,serif;
    font-size:24px;
    font-weight:normal;
    letter-spacing:1px;
    line-height:20px;
    margin:0 0 10px;
}

#primary p,
#primary li {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    line-height: 15px;
    margin-bottom: 15px;
}

#primary ul li {
    margin-left: 30px;
    list-style: square;
    margin-bottom: 5px; 
}

#primary ol li {
    margin-left: 30px;
    list-style: decimal;
    margin-bottom: 5px; 
}

#primary img {border: 5px solid #454439;}

#primary img.img-right {
    margin: 0 0 5px 20px; 
    float: right;
}

#primary img.img-left {
    margin: 0 20px 5px 0; 
    float: left;
} 

#primary .column-1 {
    width: 460px;
    float: left;
    margin-top: 15px;
}

#primary .column-2 {
    width: 460px;
    float: right;
    margin-top: 15px;
}

.news #primary .column-1 {
    width: 700px;
    float: left;
    margin-top: 15px;
}

.news #primary .column-2 {
    width: 220px;
    float: right;
    margin-top: 15px;
}

#primary .item {
    border-bottom:1px dotted #8A8571;
    float:left;
    margin-right: 20px;
    margin-bottom:20px;
    padding-bottom:15px;
    width: 460px;
    height: 210px;
}

#primary ul,
#primary ol {margin-bottom: 20px;}

#primary .submitted {
    font-style: italic;
    font-size: 10px;
}

#primary .contact-form {padding-top: 10px;}

#primary .contact-form label {
    width: 40px;
    float: left;
    margin-top: 5px;
}

#primary .contact-form textarea {
    height: 100px; 
    width: 400px;
    margin-top: 5px;
}

#primary .contact-form input {
    background: url(images/form-text.jpg) repeat-x;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 6px 10px;
}

#primary .contact-form textarea {
    background: url(images/form-text.jpg) repeat-x bottom #f0e4c5;
    color: #5b5a4e;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    border: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 6px 10px;
}

#primary .contact-form input.submit-button { 
    text-decoration: none;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    height: 27px;
    width: 81px;   
    text-align: center; 
    border: none;
    background: url(images/navigation-hover.jpg) no-repeat;
    color: #b3b496;
}

#primary .contact-form input.submit-button:hover { 
    cursor: pointer;
    color: #E8D4AF;
}

/*Bottom Container ==============================    */

#bottom-container {
    background: url(images/bottom.jpg) repeat-x;
    margin-top: 30px;
    border-bottom: 1px dotted #8a8571; 
}

/*Secondary ==============================    */  

#secondary .inside {padding: 30px;}

#secondary {
    float: left; 
/*    width: 50%;*/
}

#secondary h3 {
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0 15px 0;
    font-weight: normal;
}

#secondary .column {
    float: left;
    width: 50%;
}

#secondary img {
    float: left;
    border: 1px solid #545348;
    margin-right: 5px;
}

#secondary h4 a {
    text-decoration: none;
    color: #a2ccd0;
    font-family: Georgia, Palatino, serif; 
    font-size: 15px;
    font-weight: normal;
}

#secondary h4 a:hover {color: #badee1;}

#secondary p {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    line-height: 15px;
}

#secondary .item {
    float: left;
    width: 224px;
    margin-bottom: 15px;
}

/*Tertiary ==============================    */  

#tertiary .inside {padding: 30px;}

#tertiary {
    float: right; 
    width: 50%;
}

#tertiary h3 {
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0 15px 0;
    font-weight: normal;
}

#tertiary h2 a {
    text-decoration: none;
    color: #a2ccd0;
    font-family: Georgia, Palatino, serif; 
    font-size: 24px;
    font-weight: normal;
}

#tertiary h2 a:hover {color: #badee1;}

#tertiary p {
    color: #f4e6cc;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    line-height: 15px;
}

#tertiary p.view-more {margin-top: 20px;}

/*Footer ==============================    */

#footer p {
    padding: 10px 0;
    color: #b3b496;
    font-family: Georgia, Palatino, serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** containers **/
div.form,
div.admin-index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}

#container h2 {
	color: #e8d4af;
	font-size: 24px;
	margin-bottom: 10px;
}

div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#e8d4af;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e8d4af;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	color: #e8d4af;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em 2em;
	background: white;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
	color: #e8d4af !important;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:first-child{
	background: none !important;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
table tr:nth-child(odd) {
	background-color: #f4f1f1;
}
td a {
    color: Brown;
    text-decoration: underline;
}
td a:hover {color: #badee1;}   

td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
