/* GENERAL STYLES */
/*********************************************************************************

	Van Hecke Arabians
	Green Stylesheet
	
	©2007 3Click - Ruben Verborgh
	All rights reserved.

*********************************************************************************/

/**************** GENERAL FORMATTING *****************/


html {
	height: 100%;
	text-align: center;
	background:  #F3F9E6 url(img/content.jpg) center top fixed;
}

body,td,th,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

body {
	text-align: left;
	margin: 0px auto;
	width: 990px;
	color: #272834;
}

a {
	color: #1b2959;
}

a:hover {
	color: #32437b;
}

h1 {
	margin: .5em 0 0 0;
	padding: .2em 0 -1em 0;
	line-height: 1.5em;
	letter-spacing: -1px;
}

h1.sIFR-replaced {
	margin: .5em 0 -.3em -.1em;	
}

h2 {
	font-size: 1.4em;
	margin: .3em 0 .3em 0;
}

* html h2 {
	font-size: 1.6em;
	margin: .3em 0 0 0;
}

*:first-child+html h2 {
	font-size: 1.6em;
	margin: .3em 0 -.5em 0;
}

h3 {
	font-size: 1em;
	margin: .2em 0 .2em 0;
}

h2.sIFR-replaced {
	margin: .5em 0 -.5em -.1em;	
}

.updateprogress {
	padding-left: 20px;
	background: url(img/ajax_waiting.gif) no-repeat left center;	
	font-size: 80%;
}

div.MainPage div#ContentContainer {
	width: 630px;
	padding-right: 20px;
}

div.MainPage div.Sidebar {
	width: 270px;
	position: absolute;
	top: 220px;
	margin-left: 650px;
}


div.MainPage div.Sidebar div.Spotlight a {
	text-decoration: none;
}

div.MainPage div.Sidebar h2 {
	margin-bottom: 5px;
}


div.MainPage div.News div {
	margin: 8px 0 10px 0;
}

div.MainPage div.News a.RSS {
	background: url(img/rss.gif) no-repeat left center;
	margin-left: 10px;
	padding: 0 10px 0 20px;
}

div.MainPage div.Sidebar h2 {
	margin-bottom: 0;
}

div.MainPage div.Contact p {
	font-size: small;
	margin: 0;
	line-height: 1.3em;
}


ul.horselist a {
	font-weight: bold;
	font-size: large;
}

ul.horselistsubpages {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
}

div.Spotlight {
	text-align: center;
}

div.Spotlight span.photo {
	border-color: #444488;
}

div.Spotlight a span.photo img {
	border: none;
}

div.Spotlight a span.name {
	display: block;
}

div.Spotlight a:hover span.name {
	text-decoration: underline;
}

div.Spotlight span.parents {
	font-size: smaller;
}




/**************** LAYOUT AND SECTIONS *****************/

/* CONTENT */

div#content {
	width: 935px;
	margin-top: 205px;
	padding: 5px 35px 5px 20px;
	text-align: justify;
	line-height: 180%;
	min-height: 450px;
}

* html div#content {
	padding-top: 215px;
}

*:first-child+html div#content {
	padding-top: 210px;
}

/* HEADER */

div#header {
	width: 985px;
	height: 0px;
	padding-top: 160px;
	overflow: hidden;
	background: url(img/header.jpg) -5px top;
	position: absolute;
	top: 0px;
}

* html div#header {
	margin-left: 1px;
}

*:first-child+html  div#header {
	margin-left: 1px;
}

/* MENU */

div#menu {
	width: 985px;
	height: 35px;
	overflow: hidden;
	background: url(img/menu.jpg) -5px top;
	position: absolute;
	top: 160px;	
}

* html div#menu {
	margin-left: 1px;
}

*:first-child+html div#menu {
	margin-left: 1px;
}

div#menu ol {
	margin: 0;
	padding: 0 0 0 6px;
	height: 34px;
}

div#menu ol li {
	display: inline;
	float: left;
}

div#menu ol li a {
	display: block;
	background: url(img/home.jpg) right center no-repeat;
	padding-top: 34px;
	overflow: hidden;
	height: 0px;
	width: 65px;
	margin-left: 17px;
}

div#menu ol li a:hover {
	background-image: url(img/home-over.jpg);
}

/* IE 5-6 hack */
* html div#menu ol li {
	margin-top: -17px;
}
* html div#menu ol li a {
	padding-top: 50px;
}
/* IE 7 hack */
*:first-child+html div#menu ol li {
	margin-top: -17px;
}
*:first-child+html div#menu ol li a {
	padding-top: 50px;
}

/* MENU ITEMS */

div#menu ol li.contact a {
	background-image: url(img/contact.jpg);
	width: 90px;
	margin-left: 20px;
}

div#menu ol li.contact a:hover {
	background-image: url(img/contact-over.jpg);
}

div#menu ol li.maresfillies a {
	background-image: url(img/maresfillies.jpg);
	width: 160px;
	margin-left: 20px;
}

div#menu ol li.maresfillies a:hover {
	background-image: url(img/maresfillies-over.jpg);
}

div#menu ol li.stallionscolts a {
	background-image: url(img/stallionscolts.jpg);
	width: 180px;
	margin-left: 20px;
}

div#menu ol li.stallionscolts a:hover {
	background-image: url(img/stallionscolts-over.jpg);
}

div#menu ol li.articles a {
	background-image: url(img/articles.jpg);
	width: 90px;
	margin-left: 30px;
}

div#menu ol li.articles a:hover {
	background-image: url(img/articles-over.jpg);
}

div#menu ol li.links a {
	background-image: url(img/links.jpg);
	width: 65px;
	margin-left: 20px;
}

div#menu ol li.links a:hover {
	background-image: url(img/links-over.jpg);
}

div#menu ol li.admin a {
	padding: 0;
	overflow: visible;
	margin: 10px 0 0 85px;
	color: #990000;
}

div#menu ol li.admin a:hover {
	color: #CC0000;
}

/* NAVIGATION PATH */

div#navigationpath {
	position: absolute;
	top: 192px;
	margin-left: 20px;
}

* html div#navigationpath {
	top: 204px;
	margin-left: -14px;
}

*:first-child+html div#navigationpath {
	top: 204px;
	margin-left: -14px;
}

div#navigationpath ol {
	list-style: none;
	padding: 0;
}

div#navigationpath ol li {
	display: inline;
	font-size: smaller;
	font-style: italic;
	padding-right: 10px;
	color: #666666;
	font-weight: bold;
}

div#navigationpath ol li a {
	color: #555555;
	padding-right: 15px;
	background: url(img/breadcrumbs_separator.gif) no-repeat right center;
	text-decoration: none;
	font-weight: normal;
}

div#navigationpath ol li a:hover {
	color: #333333;
	text-decoration: underline;
}

/* FUNCTIONS */
div#Functions {
	text-align: right;
	font-size: smaller;
	position: absolute;
	top: 194px;
	width: 360px;
	margin-left: 600px;
}

* html div#Functions {
	top: 206px;
}

*:first-child+html div#Functions {
	top: 206px;
}

div#Functions ol {
	list-style: none;
	padding: 0;
}

div#Functions ol li {
	display: inline;
	padding-right: 5px;
}

div#Functions ol li a {
	text-decoration: none;
}

div#Functions ol li a:hover {
	text-decoration: underline;
}

div#Functions ol li a {
	font-style: italic;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}





/* FOOTER */

div#footer {
	width: 935px;
	height: 36px;
	padding-top: 36px;
	padding: 5px 35px 5px 20px;
	font-size: 70%;
	position: absolute;
}

div#footer p {
	margin: 0;
}

div#footer p#threeclick {
	display: inline;
	padding-right: 10px;
	background: url(img/dot.jpg) right center no-repeat;
}

div#footer p#owner {
	display: inline;
	margin-left: 3px;
}

div#footer span#creator {
	display: none;
}

/**************** FORMS *****************/

/* fieldset */
fieldset {
	display: block;
	width: 400px;
	padding: 2px 10px 0 10px;
	border: 1px solid #666666;
	line-height: 100%;
	margin: 5px 20px 15px 0px;
}
fieldset legend {
	color: #002200;
	font-style: italic;
}
/* layout lijst elementen */
fieldset ol{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
fieldset ol li{
	clear: both;
	margin: 5px 0 5px 0;
}
/* layout label+input */
fieldset ol label{
	display: block;
	width: 140px;
	float: left;
	text-align: left;
	font-size: 90%;
	color: #002200;
}

/* layout label+checkbox */
fieldset ol li label.checkbox {
	width: auto;
	float: none;
	font-weight: normal;
	margin-top: -2px;
}
fieldset ol li label.checkbox input{
	width: auto;
	margin: 2px 5px 10px 0px;
	display: block;
	float: left;
}
fieldset p.button {
	text-align: center;
}
fieldset p.button input {
	width: 100px;
	margin-left: 10px;
	font-size: 90%;
	font-weight: bold;
	padding: 2px;
	color: #002200;
}

/**************** EDITING *****************/

div.editlink {
	float: left;
	display: inline;
	font-size: smaller;
	text-transform: lowercase;
	position: absolute;
	margin-left: -10px;
	margin-top: 10px;
	background-color: Green;
	height: 15px;
	overflow: hidden;
	line-height: normal;
	border: 1px solid black;
}
div.editlink a {
	color: Black;
}

fieldset input, fieldset textarea, fieldset select {
	background-color: #FEF9E5;
}

fieldset textarea {
	height: 200px;
}

ol.controls {
	list-style: none;
	padding: 0;
	width: 300px;
}

ol.backlinks {
	list-style: none;
	margin: 0;
	padding: 20px 0 10px 0;
	clear: both;
}

/***************** HORSES LIST VIEW ******************/

ul.horselist {
	list-style: none;
	padding: 0 0 0 20px;
}

ul.horselist li {
	clear: left;
	height: 85px;
}

ul.horselist a {
	font-weight: bold;
	font-size: large;
}

ul.horselist a span.photo {
	border: 1px solid #000055;
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(img/empty-display-photo.gif) center center no-repeat;
}

ul.horselist a:hover span.photo {
	border-color: #444488;
}

ul.horselist a span.photo img {
	border-width: 0;
}

ul.horselist a span.name {
	display: block;
}

ul.horselist a:hover span.name {
	text-decoration: underline;
}

ul.horselist span.parents {
	font-size: smaller;
}

/******** TWO SECTIONS ********/

div.texts {
	width: 500px;	
}

div.graphics {
	width: 430px;
	position: absolute;
	margin-left: 510px;
	top: 220px;
}

/******** TEXT SECTION ********/

/* BREEDING INFO / CLASSIFICATION */

div.breedinginfo, div.classification {
	font-size: smaller;
	line-height: 1.5em;
}

div.classification {
	float: left;
	margin: 0 30px 0 0;
	min-width: 160px;
}

div.breedinginfo h2, div.classification h2 {
	display: none;	
}

div.breedinginfo dt, div.classification dt {
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

div.breedinginfo dd, div.classification dd {
	margin: 0;
}

div.classification dt.color, div.classification dt.sex {
	display: none;
}

div.classification dd.color, div.classification dd.sex {
	font-weight: bold;
}

div.classification dd.color {
	float: left;
	padding-right: 5px;
}

/* ABOUT */

div.about {
	clear: left;
}

div.about div.description {
	font-size: small;
	line-height: 1.5em;	
}

/* ANCESTORS / DESCENDANTS */

div.ancestors, div.descendants {
	width: 250px;
	display: inline;
	float: left;
	font-size: small;	
	margin-top: -10px;
}

div.ancestors {
	width: 200px;
	display: inline;
}

div.ancestors ol, div.descendants ol {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

div.ancestors ol a, div.descendants ol a {
	font-weight: bold;
}

/* OTHER */

p.inlovingmemory {
	clear: left;
	height: 0px;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: .5em 0 .5em 0;
	background: url(img/in_loving_memory.gif) no-repeat 130px center;
}

/* DROPDOWN */
span.drop-down-container {
	position: relative;
}
span.drop-down-list {
	z-index: 101;
	position: absolute;
	height: 100px;
	left: 0px;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	color: #555555;
	padding: 2px 2px 2px 2px;
	background-color: #FEF9E5;
}
span.drop-down-selection {
	cursor: default;
	font-size: 10pt;
	white-space: nowrap;
}
span.autocomplete {
	color: #000000;
	font-weight: bold;
}
div.drop-down-selection {

}
div.drop-down-selected {
	background-color: #AEC9A5;
}

/******** GRAPHICS SECTION ********/

div.pedigree a, div.photos a {
	color: #006600;
}

div.pedigree a:hover, div.photos a:hover {
	color: #008800;
}

div.pedigree, div.photos {
	background: url(img/green-transparent.png);
	border: 1px solid #336600;
	width: 430px;
	margin: 10px 0 10px 0;
}

* html div.pedigree, * html div.photos {
	background: none;
}

div.pedigree h2, div.photos h2 {
	margin: 0;
	text-align: center;
	color: #336600;
	font-size: 1.2em;
}

/* PEDIGREE */

div.pedigree ol {
	display: table;
	list-style: none;
	font-size: smaller;
	line-height: 1.2em;
	padding: 5px 5px 5px 20px;
	background: url(img/bracket_large.gif) no-repeat 5px center;
}

div.pedigree ol ol {
	font-size: 1em;
	display: table-cell;
	padding: 0 0 0 16px;
	background: url(img/bracket_medium.gif) no-repeat left center;
}

div.pedigree ol ol ol {
	padding-left: 10px;
	background-image: url(img/bracket_small.gif);
}

div.pedigree ol li {
	padding: 2px 0 2px 0;
}

div.pedigree ol a {
	display: table-cell;
	width: 11em;
	vertical-align: middle;
	text-align: left;
}

/* IE6 */

* html div.pedigree {
	height: 16em;
	font-size: smaller;
	text-align: left;
}

* html div.pedigree ol li {
	width: 130px;
	height: 1em;
}

* html div.pedigree ol li a {
	position: relative;
	top: 3.6em;
}

* html div.pedigree ol ol li a {
	top: 1em;
}

* html div.pedigree ol ol ol li a {
	top: 0;
}

* html div.pedigree ol ol {
	position: relative;
	top: -.5em;
}

* html div.pedigree ol ol ol {
	position: relative;
	top: -.2em;
	height: 3.6em;
}

* html div.pedigree ol {
	float: left;
	margin: 0;
}

* html div.pedigree ol ol {
	margin: -.5em 0 0 60px;
}

* html div.pedigree ol ol ol {
	margin: -1em 0 0 60px;
}

/* IE7 */

*:first-child+html div.pedigree ol {
	position: relative;
	top: 1em;
	float: left;
	margin: 0;
	height: 16em;
}

*:first-child+html div.pedigree ol ol {
	position: relative;
	top: -.5em;
	margin: -.5em 0 0 120px;
	height: 8em;
}

*:first-child+html div.pedigree ol ol ol {
	position: relative;
	top: -.5em;
	margin: -1em 0 -1em 120px;
	height: 4em;
}


*:first-child+html div.pedigree {
	height: 18em;
	font-size: smaller;
	text-align: left;
}

*:first-child+html div.pedigree ol li {
	width: 130px;
	height: 1em;
	padding-bottom: 8em;
	position: relative;
	top: -.9em;
}

*:first-child+html div.pedigree ol ol li {
	padding-bottom: 3.5em;
	top: -.3em;
}

*:first-child+html div.pedigree ol ol ol li {
	padding-bottom: .3em;
	top: -.6em;
}

*:first-child+html div.pedigree ol li a {
	position: relative;
	top: 3.6em;
}

*:first-child+html div.pedigree ol ol li a {
	top: 1em;
}

*:first-child+html div.pedigree ol ol ol li a {
	top: 1em;
}


/* PHOTOGRAPHS */

div.photos ol {
	list-style: none;
	padding: 0 10px 0 10px;
	text-align: center;
}

div.photos ol li {
	display: inline;
}

div.photos ol li img {
	border: 1px solid #006600;
	width: 75px;
	height: 75px;
}

ol.backlinks li {
	display: inline;
	font-style: italic;
}

/********** EDIT **********/

p.edit {
	margin: -.3em 0 -.5em 0;	
}

ol.actions {
	list-style: none;	
	padding: 0;
}

dl.actions ul {
	padding-left: 0;	
}

div.edithorseslist {
	height: 200px;
	width: 300px;
	overflow: auto;
	background: url(img/green-transparent.png);
	border: 1px solid black;
}

div.edithorseslist ol {
	list-style: none;
	line-height: 1.2em;
	padding: 5px;
	margin: 0;
}

div.edithorseslist a {
	text-decoration: none;
}

div.edithorseslist a:hover {
	font-weight: bold;	
	text-decoration: underline;
}

ol.actions ol.alphabet {
	list-style: none;
	padding: 0;
}

ol.actions ol.alphabet li {
	display: inline;
	margin-right: 5px;
}

div.editform fieldset input, div.editform fieldset select {
	width: 250px;
}

div.editform fieldset.age, div.editform fieldset.breeder {
	float: right;
	clear: right;
	margin-top: 0px;
}

p.notowned {
	clear: both;
	font-size: smaller;
}

div.Photo {
	text-align: center;
}

div.Photo * {
	text-align: left;
}

div.Photo img {
	margin-top: 10px;
}


/********* sIFR *********/
@media screen {
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		padding: 0;
	}

	.sIFR-replaced, .sIFR-ignore {
		visibility: visible !important;
	}

	.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	.sIFR-replaced {
		margin: 0;
	}
}

@media print {
	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}

	.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}
	div#menu, div.Sidebar, div#Functions, div#header {
		display: none;
	}
	div#content {
		width: 100%;
		margin: 20px 0;
	}
	div#navigationpath {
		top: 0;
	}
	div.MainPage div#ContentContainer {
		width: 100%;
	}
}


/* EDITOR PROPERTIES */
