/*------------------------------------------------------------------------
 | Basic HTML Tags
 ----------------*/

html, body, img, div, p, hr, ul, li, h1, h2, h3, h4, h5, h6, table, tr, td, a, span {
    margin: 0; padding: 0;
    }
body {
    background-color: #36181F;
    background-image: url(templates/images/comp-9-bg.jpg);
    background-repeat: repeat;
    color: #EAEAD8;
    font-family: "arial narrow", arial, tahoma, verdana, sans-serif;
    font-size: 80%;
    letter-spacing: .1em;
    line-height: 1.5em;
    }
img {
    border: none;
    }
br { /* IE was condensing the breaks on empty lines */
    letter-spacing: 0em;
    }
p {
    font-size: 1em;
    }
ul li {
    margin-left: 2.5em;
    }
h1, h2, h3, h4, h5, h6 {
	color: #EAEAD8;
	font-family: Garamond, Schindler, "Times New Roman", serif;
	font-weight: bold;
    }
  h1 {
    padding: 5px;
	background-image: url(templates/images/gold-box-gradient.gif);
	background-position: left center;
    background-repeat: repeat-x;
	border: 3px double #6A3341;
    color: #3A1A22;
	font-size: 2em;
	text-align: left;
    }
  h2 {
    padding: 5px;
	margin: 50px 0 20px -300px;
    background-image: url(templates/images/gold-box-gradient.gif);
    background-repeat: repeat-x;
    background-position: left center;
    border: 3px double #231014;
    color: #3A1A22;
    font-size: 1.5em;
    text-align: right;
  }
  h3 { /* used in site map only */
    margin: 1.7em 0 .5em -5px;
    font-size: 1.25em;
    }
  h4 {
    font-size: 1.3em;
    }
  h5 {
    border-bottom: 1px solid #EAEAD8;
    font-size: 1.2em;
    }
table, tr, td {
    border: none;
  }

a:link, #home-content a:link  {
    padding: 0 3px;
	border-bottom: 1px dotted #DEDDC0;
	color: #E5EAD8;
	text-decoration: none;
    }
a:visited, #home-content a:visited {
    padding: 0 3px;
	border-bottom: 1px dotted #DEDDC0;
	color: #DAE1C6;
    text-decoration: none;
    }
a:hover, #home-content a:hover {
    background-color: #DEDDC0;
	border-bottom: 1px solid #DEDDC0;
    color: #231015;
    text-decoration: none;
    }


/*------------------------------------------------------------------------
 | Classes - general use
 ----------------*/

.breaker { clear: both; }

.smalltext { font-size: .8em; }


/*------------------------------------------------------------------------
 | Header
 ----------------*/

#header {
	height: 153px;
	background-image: url(templates/images/comp-9-slices_02.jpg);
    background-repeat: repeat;
    }
#header p {
	position: relative; top: -15px;
	width: 99%;
	font-size: .8em;
	text-align: right;
    }
#titleart-top {
    position: absolute; top: 0px; left: 0px;
    }
#titleart-bottom {
    position: absolute; top: 203px; left: 0px;
    }



/*------------------------------------------------------------------------
 | Navs
 ----------------*/

#nav1 {
	position: relative; top: 0px;
	width: 100%; height: 51px; 
	background: url(templates/images/comp-9-slices_05.jpg);
        background-repeat: repeat;
	font-family: Garamond, Schindler, "Times New Roman", serif;
	font-size: 1.33em;
	text-align: right;
    }
#nav1 ul {
    padding: 0 5px;
    height: 51px; overflow: hidden;
	background: url(templates/images/comp-9-slices_04.jpg);
    background-repeat: no-repeat;
    }
#nav1 ul li {
    margin-left: 0; /* reset 2.5 em left margin in plain ul li */
    position: relative; top: 15px;
    display: inline;
	list-style-type: none;
    }
#nav1 ul a {
    padding: 0 5px;
	color: #DEDDC0;
	border: none;
    }
#nav1 ul a:hover {
	position: relative; top: -2px;
	background: transparent; /* reset background color in plain a:hover */
	color: #F6EAED;
    }
#nav1 ul a span {
    font-size: .6em;
    }
#nav2 {
    position: relative; top: -97px; left: 0px;
    font-size: .8em;
    text-align: right;
    }
  #nav2 a {
    color: #231014;
    margin-right: 5px;
    border: none;
    }




/*------------------------------------------------------------------------
 | Page Heading
 ----------------*/

#pageheading {
  /*border: 1px dashed yellow;*/
}
h1 span {
    font-size: .6em;
    }
#textstuff {
  /*border: 1px dashed blue;*/
    position: relative;
    margin-left: 170px;
	overflow: hidden;
    }
  /* IE hack - position relative brings #content forward in FF,
        but makes it disappear in IE */
  * html #textstuff {
    position: static;
    }
  /*    *   *   *   *   *   *   *   *   *   *   *   *   */
#head2imgs {
    position: absolute; top: 290px; right: 5px;
    width: 250px;
    text-align: right;
    }
  #bigmain {
    padding: 5px;
    position: relative; top: 0 ; left: 0 ;
    background-color: #36181F;
    background-image: url(templates/images/dark-box-gradient.gif);
    background-repeat: repeat-x;
    border: double 3px #EAE9D7;
    text-align: left;
    }
  #littlemain {
    padding: 1px;
    position: relative; top: -25px; left: -130px;
    background-color: #8E8E7B;
    background-image: url(templates/images/gold-box-gradient.gif);
    background-repeat: repeat-x;
    background-position: 0 -5px;
    border: double 3px #84626A;
    }
#stats {
    margin-top: 3px; padding: 10px;
    background-color: #36181F;
    background-image: url(templates/images/dark-box-gradient.gif);
    background-repeat: repeat-x;
    border: 3px double #84626A;
    text-align: left;
  }
  
  
/*------------------------------------------------------------------------
 | Content
 ----------------*/

#content {
    margin-right: 250px; padding-left: 35px;
	position: relative;   /*brings non-positioned elements in content to front */
    }
#description {
    margin-left: 215px; /* 250 - #content padding */
    }

#description:first-line {
    font-family: Garamond, Schindler, "Times New Roman", serif;
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: underline;
    }

h2#showrech2 {
    margin: 0 45px 0 -300px;
    position: relative; top: 4em;
    }
#showrec {
    float: right;
    }
  #showrec div {
    padding: 10px; padding-top: 4em;
    background-color: #36181F;
    background-image: url(templates/images/dark-box-gradient.gif);
    background-repeat: repeat-x;
    border: 3px double #84626A;
    }
  #showrec h4 {
    margin-top: 15px; padding: 0 10px;
    }
  #showrec ul {
    padding: 5px 10px;
    }
#content form {
  margin-left: 215px;
  }
.colored { /* form input background color */
    background-color: #CBC9B9;
    }
#map {
    border: 3px double #CAA79C;
    }

/*------------------------------------------------------------------------
 | Classes - special effects
 ----------------*/



table.heading { /* .heading tables are all also .goldbox tables -- they contain an h1 */
    position: relative; top: 0px; left: 50px;
    width: 100%;
    float: right;
    }
  table.goldbox td.box1 { /* top left corner */
    width: 17px; height: 17px;
    background-image: url(templates/images/gold-box-glow_01.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    }
  table.goldbox td.box2 { /* top center */
    height: 17px;
    background-image: url(templates/images/gold-box-glow_02.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    }
  table.goldbox td.box3 { /* top right corner */
    width: 20px; height: 17px;
    background-image: url(templates/images/gold-box-glow_03.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    }
  table.goldbox td.box4 { /* left middle */
    width: 17px;
    background-image: url(templates/images/gold-box-glow_04.gif);
    background-repeat: repeat-y;
    background-position: right bottom;
    }
  table.goldbox td.box5 { /* THE MEAT */
    padding: 5px;
    background-color: #8E8E7B;
    background-image: url(templates/images/gold-box-gradient.gif);
    background-repeat: repeat-x;
    }
  table.goldbox td.box6 { /* right middle */
    width: 20px;
    background-image: url(templates/images/gold-box-glow_06.gif);
    background-repeat: repeat-y;
    background-position: left top;
    }
  table.goldbox td.box7 { /* bottom left corner */
    width: 17px; height: 20px;
    background-image: url(templates/images/gold-box-glow_07.gif);
    background-repeat: no-repeat;
    background-position: right top;
    }
  table.goldbox td.box8 { /* bottom center */
    height: 20px;
    background-image: url(templates/images/gold-box-glow_08.gif);
    background-repeat: repeat-x;
    background-position: left top;
    }
  table.goldbox td.box9 { /* bottom right corner */
    width: 20px; height: 20px;
    background-image: url(templates/images/gold-box-glow_09.gif);
    background-repeat: no-repeat;
    background-position: left top;
    }

/*------------------------------------------------------------------------
 | Horse list styles
 ----------------*/
  
.horselistitem {
    margin-top: 20px; margin-left: 35px;
    float: right;
    width: 450px;
    position: relative; /* so i can position elements contained within */
    }
  .horselistitem p {
    padding: 10px 10px 10px 100px;
    background-color: #36181F;
    background-image: url(templates/images/dark-box-gradient.gif);
    background-repeat: repeat-x;
    border: 3px double #84626A;
    }
  .horselistitem h4 {
    margin-left: 120px; margin-bottom: -50px;
    position: relative; top: -20px ; left: 10px; right: 0px;
    height: 50px;
    background-image: url(templates/images/metalthingy-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    }
  .horselistitem h4 a:link, .horselistitem h4 a:visited {
    padding: 5px 0px 0px 15px;
    position: absolute; top: 0px; left: -30px;
    width: 100%; height: 50px; overflow: visible;
    background-image: url(templates/images/metalthingy-left.gif );
    background-repeat: no-repeat;
    border: none;
    color: #3A1A22;
    text-align: center;
    }
  .horselistitem h4 a:hover {
    color: #84626A;
    background-color: transparent; /* reset default hover color */
    }
  .horselistimg {
    padding: 1px;
    float: left;
    position: absolute; top: 0; left: 0;
    background-color: #8E8E7B;
    background-image: url(templates/images/gold-box-gradient.gif);
    background-repeat: repeat-x;
    background-position: 0 -5px;
    border: double 3px #84626A;
    }


/*------------------------------------------------------------------------
 | Photo Gallery styles and Latest News Thumbs
 ----------------*/

.thumbtable {
    float: right; clear: both;
    background: transparent;
    }
  .thumbtable td {
    margin: 10px; padding: 10px;
    background-color: #36181F;
    /*background-image: url(templates/images/dark-box-gradient.gif);
    background-repeat: repeat-x; */
    border: double 3px #8E8E7B;
    text-align: center;
    vertical-align: middle;
    }
  .thumbtable td span {
    padding: 0 8px; /* to line up with image instead of image border */
    }
.thumbtable a, .thumbtable a:link, .thumbtable a:visited, 
#home-content .imgs a, #home-content .imgs a:link, #home-content .imgs a:visited {
    padding: 0; /* reset 3px padding on default link style */
    background: transparent;
    border: none;
    }
.thumbtable a img, #home-content .imgs a img {
    padding: 5px;
    background-color: #8E8E7B;
    background-image: url(templates/images/gold-box-gradient.gif);
    background-repeat: repeat-x;
    background-position: 0 -2px; /* double border causes dark bg color to show between lines of top border */
    }
  .thumbtable a:link img, #home-content .imgs a:link img {
    border: double 3px #CAA79C;
    }
  .thumbtable a:visited img, #home-content .imgs a:visited img {
    border: double 3px #84626A;
    }
  .thumbtable a:hover img, #home-content .imgs a:hover img {
    border: double 3px #F6EAED;
    }
  .thumbtable a:active img, #home-content .imgs a:active img {
    border: double 3px #84626A;
    }
  /* IE hacks to make borders on thumbs change color when hovered over */
    * html #content .thumbtable img, * html #home-content .imgs img {
    	border: none;
        }
    * html #content .thumbtable a:link, * html #home-content .imgs a:link {
    	border: double 3px #CAA79C;
        }
    * html #content .thumbtable a:visited, * html #home-content .imgs a:visited {
    	border: double 3px #84626A;
        }
    * html #content .thumbtable a:hover, * html #home-content .imgs a:hover {
    	border: double 3px #F6EAED;
        }
    * html #content .thumbtable a:active, * html #home-content .imgs a:active {
    	border: double 3px #3A0210;
        }
  /*   *   *   *   *   *   *   *   *   *   *   *   *   *   *   *   *   */
  
#home-content .imgs {text-align: center;}
  
#photopage #pageheading #textstuff{
    margin-left: 0px; /* reset */
    }
#photopage #content {
    margin-left: 70px; margin-right: 0;
    }
.pandn { /* paragraph which holds links to prev and next images */
    text-align: left;
    word-spacing: 30px;
    }
.photowrapper { /* paragraph which holds image */
    padding: 20px;
    background-color: #36181F;
    background-image: url(templates/images/dark-box-gradient.gif);
    background-repeat: repeat-x;
    border: double 3px #84626A;
    text-align: left;
    }
  .photowrapper img {
	border: double 3px #CAA79C;
    }


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

#footer {
	margin: 0 250px 30px -30px; padding: 5px;
    background-image: url(templates/images/gold-box-gradient.gif);
    background-repeat: repeat-x;
    border: 1px solid #231014;
    font-size: .8em; }
 #footer p {
    padding: 5px 5px 5px 50px;
    background-image: url(templates/images/dark-box-gradient.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border: 3px double #84626A;
 }
	
	
/*------------------------------------------------------------------------
 | Home styles
 ----------------*/


#home-wrapper {
    margin: 25px auto 0 150px; padding: 5px;
    position: relative;
    width: 460px;
    background-color: #8E8E7B;
    background-image: url(templates/images/gold-box-gradient.gif); background-repeat: repeat-x;
    background-position: 0 -1px;
    border: 2px solid #231014;
    }
#home-wrapper #nav2 {
    position: static;
    font-size: .8em;
    text-align: left;
    }
  #home-wrapper #nav2 a {
    color: #231014;
    margin-left: 5px;
    border: none;
    }
#home-main {
	position: relative;
	width: 450px; height: 341px; overflow: hidden;
    border: 5px double #231014;
    }
#extra1 { /* 100% width header band on home page */
    position: absolute; top: 52px;
    width: 100%; height: 120px; overflow: hidden;
	background-image: url(templates/images/comp-9-slices_02.jpg); background-repeat: repeat;
	background-position: 0 -15px;
    }
  #extra1 img {
    margin-left: 162px;
    position: relative; top: -15px; left: 0;
    }
#home-main #nav1 {
    text-align: center;
    }
#home-main #nav1 ul { /* reset padding specified under #nav1 above */
    padding: 0;
    }
#home-content { /* latest  news */
    padding: 10px;
    position: absolute; top: 350px; left: 450px;
    width: 200px;
    background-color: #231014;
    border: 3px double #EAE9D6;
    }
#home-content h4 {
    margin-bottom: -30px;
    position: relative; top: -15px; left: 10px;
    width: 210px; height: 50px;
    background-image: url(templates/images/metalthingy-right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    }
  * html #home-content h4 {
    margin-right: -10px;
    }
  #home-content h4 a {
    padding: 5px 0px 0px 15px;
    position: absolute; top: 0px; left: -30px;
    width: 100%; height: 50px; overflow: visible;
    background-image: url(templates/images/metalthingy-left.gif );
    background-repeat: no-repeat;
    border: none;
    color: #3A1A22;
    text-align: center;
    }
  #home-content h4 a:hover {
    border: none;
    background-color: transparent;  /*reset default link hover bg color*/
  }

  #ialha-logo {
    padding: 30px 0 10px 150px;
  }
   #webrings {
    width: 200px;
    padding: 30px 0 50px 225px;
    font-size: .8em;
    text-align: center;
  }
  #webrings h5 {
    font-size: 1.2em;
  }
  
/**
    Expected Foals
    **/
    
		.expecting {
			clear: left;
			margin: 0; padding: 1em;
		}

			.expecting h4 {
				margin: 1.5em 0 0 0; padding: 0;
				border-bottom: none;
				text-align: right;
				border-top: 1px solid #84626A;
			}

			.expecting img {
				margin: 1em; 
				vertical-align: middle;
                padding: 1px;
                background-color: #8E8E7B;
                background-image: url(templates/images/gold-box-gradient.gif);
                background-repeat: repeat-x;
                background-position: 0 -5px;
                border: double 3px #84626A;
			}

			.expecting p {
				margin: 0; padding: 0;
				text-align: center;
			}

