/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of reset*/

/* Standard */

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.73em;
	background: #E6E6E6 url(../images/body-background.png) repeat-y scroll 50% 0;
}

div#page-container 
{
	margin: 0 auto;
	width: 980px;
	background: #FFFFFF;
}

h1, h2, h3, h4
{
	color: #336600;
	font-weight: bold;
	margin-bottom: 14px;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

p 
{
	line-height: 1.3;
	margin-bottom: 10px;
}

ul
{
	margin-bottom: 10px;
}

li
{
	line-height: 1.3;	
}

hr
{
	border: 0;
	width: 99%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin: 8px auto;
}

table
{
	margin-bottom: 10px;
	line-height: 1.3;
}

table th,
table td
{
	padding: 4px 8px;
}

table th
{
    color: #004000;
}

table thead th
{
	text-decoration: underline;
}

table tbody th
{
	text-align: left;
}

table tr.alternative
{
	background: #E4E4E4;
}

.float-wrapper
{
	overflow: auto;
	width: 100%;
}

.highlight 
{
    background: #FFFF00;
    font-weight: bold;
}

.hidden
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#content li
{
    margin-bottom: 10px;
}

#content div.ui-multiselect li
{
    margin-bottom: 1px;
}

/* Image Replacement */

.replace {
	position: relative;
	overflow: hidden;
}

.replace em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
}

/* Forms */

legend
{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 6px;
}

input,
select 
{
	border: 1px solid #999999;
}

input 
{
	height: 18px;
}

select 
{
	height: 22px;
}

label
{
	line-height: 1.5;
}

input.button 
{
	height: auto;
	border: none;
}

input.checkbox
{
	height: auto;
	width: 14px;
	height: 14px;
	margin: 6px 4px 4px 4px;
}

input.radiobutton
{
	height: auto;
	width: 14px;
	height: 14px;
	margin: 6px 4px 4px 4px;
	border: none;
}

div.form-item,
div.form-checkbox,
div.form-buttons
{
	overflow: hidden;
}

div.form-checkbox
{
	padding-bottom: 10px;
}

div.form-buttons,
div.form-checkbox
{
	padding-left: 150px;
}

div.form-item
{
    margin-bottom: 10px;
}

.form-item label 
{
	display: block;
	float: left;
	width: 150px;
}

.form-item input,
.form-item select
{
	display: block;
	float: left;
	width: 150px;
}

.form-item input.hasDatepicker
{
	width: 130px;
}

img.ui-datepicker-trigger 
{
    float: left;
    margin-left: 4px;
    margin-top: 3px;
}

.form-item select
{
	width: 154px;
}

.form-item div.wysiwyg-container
{
    clear: left;
}

.form-item select.multi-select
{
    width: 560px;
    height: 400px;
}

/* Form validation stuff */

.form-item span.error
{
	display: block;
	float: left;
	width: 200px;
	margin-top: 4px;
	margin-left: 4px;
	min-height: 16px;
	padding-top: 2px;
	padding-left: 18px;
	font-size: 0.9em;
	padding-left: 18px;
	background: url(../images/cross-sml.png) no-repeat;
}

.form-item span.valid
{
	background: url(../images/tick-sml.png) no-repeat;
}

input.input-validation-error,
input.error
{
	background: #FEF1EC;
	border: 1px solid #CD0A0A;
}

div.validation-summary
{
	position: relative;
	padding: 0.7em 0.7em 0.7em 4em;
	margin-bottom: 14px;
}

div.validation-summary .ui-icon
{
	position: absolute;
	left: 10px;
	top: 10px;
}

div.validation-summary ul
{
	list-style-type: disc;
}

/* Flash Message Box */

div.flash-message
{
	position: relative;
	padding: 0.7em 0.7em 0.7em 2.4em;
	margin-bottom: 14px;
}

div.flash-message p
{
	margin-bottom: 0;
}

div.flash-message .ui-icon
{
	position: absolute;
	left: 10px;
	top: 10px;
}

/* Header */

div#header
{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left;
    overflow: auto;
    height: 150px;
}

div.header-bg0
{
    background-image: url(../images/header-bg0.jpg);
}

div.header-bg1
{
    background-image: url(../images/header-bg1.jpg);
}

div.header-bg2
{
    background-image: url(../images/header-bg2.jpg);
}

div.header-bg3
{
    background-image: url(../images/header-bg3.jpg);
}

div.header-bg4
{
    background-image: url(../images/header-bg4.jpg);
}

div.header-bg5
{
    background-image: url(../images/header-bg5.jpg);
}

div.header-bg6
{
    background-image: url(../images/header-bg6.jpg);
}

div.header-bg7
{
    background-image: url(../images/header-bg7.jpg);
}

div.header-bg8
{
    background-image: url(../images/header-bg8.jpg);
}

div.header-bg9
{
    background-image: url(../images/header-bg9.jpg);
}

#header img
{
   float: right;
   margin: 6px; 
}

/* Main Menu */

div#main-menu
{
    overflow: auto;
    background-color: #004000;
}

#main-menu ul
{
    
}

#main-menu li
{
    float: left;
    border-right: solid 2px #FFFFFF;
}

#main-menu li.on,
#main-menu li:hover
{
    background-color: #668C66;
}

#main-menu a
{
    display: block;
    padding: 6px 20px 6px 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
}

/* Breadcrumbs */

div#bread-crumbs
{
    padding: 6px;
}

/* Content Tree */

div#content-tree a.add-link
{
    background-image: url(./tree-themes/default/create.png);
}

div#content-tree a.pending-item
{
    background-image: url(./tree-themes/default/faded.png);
}

/* Content Wrapper and Layout */

div#content-wrapper
{
    overflow: auto;
    padding-bottom: 10px;
}

div#left-column,
div#content,
div#right-column
{
    padding: 4px;
    float: left;
}

/* three-column */

.three-column div#left-column
{
    width: 194px;
}

.three-column div#content
{
    width: 580px;
}

.three-column div#right-column
{
    width: 182px;
}

/* alt-three-column */

.alt-three-column div#left-column
{
    width: 354px;
}

.alt-three-column div#content
{
    width: 340px;
}

.alt-three-column div#right-column
{
    width: 252px;
    padding: 9px;
}

/* Birthplace of Champions */

img#birthplace
{
    margin: 10px 0 0 26px;
}

/* Left Menu */

ul#left-menu
{
    width: 194px;
}

#left-menu ul
{
    display: none;
    margin-bottom: 0;
}

#left-menu li.on ul
{
    display: block;
}

#left-menu li
{
    
}

#left-menu a
{
    display: block;
    padding: 6px;
    background: #004000;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
}

#left-menu a:hover,
#left-menu li.on a,
#left-menu li.on li a:hover,
#left-menu li.on li.on a
{
    background: #668C66;
}

#left-menu li.on li a
{
    background: #004000;
}

#left-menu ul
{
    width: 194px;
}

#left-menu ul a
{
    padding-left: 18px;
}

/* Right Menu */

#right-column img
{
    border: 1px solid #000000;
    margin-bottom: 10px;
}

ul#right-menu
{
    width: 182px;
}

#right-menu a
{
    display: block;
    padding: 6px;
    background: #004000;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
}

#right-menu a:hover,
#right-menu li.on a
{
    background: #668C66;
}

/* Right column widgets */

div.widget
{
}

.widget ul
{
    list-style-type: disc;
    margin-left: 18px;
}

.widget ul li
{
    margin-bottom: 5px;
}

.widget ul li a
{
    font-weight: bold;
}

.widget ul li a:hover
{
    text-decoration: none;
}


/* News Items Listing */

div.news-items-listing
{
}

.news-items-listing div.news-item
{
    margin-bottom: 20px;
}

.news-item span.date
{
    display: block;
    margin-top: 4px;
    color: #808080;
    font-size: 0.9em;
}

/* News Item Page */

h1 span.date
{
    display: block;
    margin-top: 4px;
    color: #808080;
    font-size: 0.6em;
}

/* Pedigree Table */

table.horse-pedigree
{
    border: 1px solid #000000;
}

.horse-pedigree th,
.horse-pedigree td
{
    padding: 8px 20px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #000000;
    width: 100px;
}

.horse-pedigree th.sire,
.horse-pedigree td.sire
{
    text-transform: uppercase;
}

.horse-pedigree th.dam,
.horse-pedigree td.dam
{
    
}

/* Horse Gallery */

div.horse-gallery
{
    overflow: auto;
    margin-bottom: 20px;
}

div.horse
{
    padding: 4px;
    float: left;
}

.horse a
{
    display: block;
    overflow: auto;
    text-decoration: none;
}

.horse img
{
    border: 1px solid #000000;
}

.horse span
{
    display: block;
    padding: 4px;
    font-weight: bold;
    color: #004000;
}

.horse a span
{
    text-decoration: underline;
}

/* Photo Gallery */

div.photo-gallery
{
    
}

.photo-gallery div
{
    float: left;
    margin: 3px;
}

.photo-gallery img
{
    border: 1px solid #000000;
}

/* Video Gallery */

div.video-galler
{
    
}

.video-gallery div.video
{
    width: 480px;
    margin: 0 auto 14px auto;
}

.video-gallery div.about
{
    overflow: auto;
    margin-bottom: 30px;
}

.about span.caption
{
}

.about span.byline
{
    display: block;
    float: right;
    color: #808080;
}

/* Footer */

div#footer
{
    overflow: auto;
    padding: 10px;
    background-color: #004000;
    color: #FFFFFF;
    text-align: center;
}

#footer p
{
    margin-bottom: 0;
}

#footer a
{
    color: #FFFFFF;
}