/* CSS Document */
/*	ky.css

	Notes:
	All positioning is done using floats (no absolute positioning).

	We encounter the IE div spacing bug frequently, and use the "* html" hack to
	get around it. Layout is nearly identical in IE & FF.
	
	Anytime you make positioning changes, look for a corresponding "* html" rule for WinIE specific layout.
*/
/* debugging:
div { border: solid 1px red; }
*/

/*Zero the defaults
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}


/* global stuff */
.image { border: 0px; }
.clear { clear: both; }

a { text-decoration: none; }
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #d8b028; }
h1 { font-weight: normal; color: #d8b028; margin: 10px 0 5px 0; font-size:14px; }
h2 { font-weight: normal; color: #d8b028; margin: 10px 0 5px 0; font-size:14px; text-align: center; }
h3 { font-weight: normal; color: #d8b028; margin: 10px 0 5px 0; font-size:18px; text-align: center; line-height: 24px; }
.bold {font-weight: bold; }
.firstletter { font-size: 150%; color: #d8b028; }
.italic { font-style:italic; }
div.pictureleft {float: left; margin: 0px 10px 0px 0px; }
div.pictureright {float: right; margin: 0px 0px 0px 10px; }
.imagecenter { text-align: center;  border: 0;}
.center { text-align: center; }
.smallfont { font-size: 10px; line-height: 10px; }
ol, ul { margin: 0px 20px 10px 40px; text-align: left; }
div#indent { margin-left: 20px; margin-top: 10px; }
.reg { font-size: 14px; }


html { font-size: 100.01%; }

body { background-color: #000;  color: #fff; font-family: Arial, Sans-Serif; font-size:14px; }
/* the fullpage div has a specified width to keep the main information from collapsing when a window is shrunk
*/
div#fullpage { margin-left: auto; margin-right: auto; width: 830px; height: 1000px; }

/*header is where the logo (Kristi's name) and all the twinkling stars live*/

div#header { height: 185px; overflow: hidden; }

div#ky1 { height: 185px; width: 145px; background-image: url(images/ky1.gif); background-repeat: no-repeat; float: left; }
div#ky2 { height: 185px; width: 252px; background-image: url(images/ky2.gif); background-repeat: no-repeat; float: left; }
div#ky3 { height: 185px; width: 289px; background-image: url(images/ky3.gif); background-repeat: no-repeat; float: left; }
div#ky4 { height: 185px; width: 114px; background-image: url(images/ky4.jpg); background-repeat: no-repeat; float: left; }


/*	the nav div is for the navigation elements.
 */

div#nav { line-height: 18px; float: left; width: 145px; padding-top: 0px; background-color: #000; text-align: left; font-size: 120%; }
div#nav a { display: block;  margin: 0 0 35px 5px; padding-left: 22px;  }
div#nav a:link { color: #d8b028; }
div#nav a:visited { color: #d8b028; }
div#nav a:hover { color: #d00f4f; background-image: url(images/star.gif); background-position: 0px 0px;  background-repeat: no-repeat; text-decoration: none; }
<!--div#navsubtext { color: #d00f4f; font-size: 80%; }-->

div.navsubtext { line-height: 12px; width: 145px; font-size: 80%; }
div#nav div.navsubtext a { margin: -25px 0 35px 15px; }
div#nav div.navsubtext a:link { color: #639; }
div#nav div.navsubtext a:visited { color: #639; }
div#nav div.navsubtext a:hover { color: #d00f4f; background-image: url(images/star.gif); background-position: 0px 0px;  background-repeat: no-repeat; text-decoration: none; }


<!--div#navsubtext { color: #b15e28; font-size: 80%; margin-top: 5px; }-->
	
div#navstripes { height: 811px; width: 21px; background-image:url(images/navstripes.gif); background-repeat: no-repeat; float: left; padding-right: 20px; }	

/* section and subsection info*/


div#main { width: 600px; line-height: 18px; text-align: left; float:left; }

div#toptext  { text-align: left; width: 600px; height: 400px; }
div#toptext_long  { text-align: left; width: 600px; height: auto; }

div#sectiontitle { text-align: center; margin-bottom: 5px; }

/* subsections */
div#subsection { text-align:center; margin-bottom: 20px; }
div#subsection a{ color: #d8b028;}
div#subsection a:hover{ text-decoration: underline; }

/* bottom background image is different for each page */
div#bottombackground_home { width: 620px; height: 500px; background-image:url(images/home_collage.jpg); background-position: 0px 0px; background-repeat:no-repeat;}
div#bottombackground_bio { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/bio.jpg); background-repeat:no-repeat;}
div#bottombackground_bio2 { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/bio2.jpg); background-repeat:no-repeat;}
div#bottombackground_dwts { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/dwts.jpg); background-repeat:no-repeat;}
div#bottombackground_news { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/news1.jpg); background-repeat:no-repeat;}
div#bottombackground_news2 { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/news2.jpg); background-repeat:no-repeat;}
div#bottombackground_photos { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/photos.jpg); background-repeat:no-repeat;}
div#bottombackground_sponsors { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/sponsors.jpg); background-repeat:no-repeat;}
div#bottombackground_blog { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/blog.jpg); background-repeat:no-repeat;}
div#bottombackground_contact { width: 600px; height: 330px; background-image:url(images/bottombackgrounds/contact.jpg); background-repeat:no-repeat;  }
div#bottombackground_none { width: 0px; height: 20px;  }

div#bottomtext { text-align: left; width: 400px; height: 330px; }


div#copyright { font-size: 80%; text-align: center;  width: 600px; margin-left: 181px; margin-right: auto; margin-top: 40px; clear: both; }
div#trina { font-size: 80%; text-align: center;  margin-left: auto; margin-right: auto; }

/*recognitipn section */

div.newshighlight { height: 100px; margin-bottom: 20px; }
div.newstitle { color: #e3b929; font-weight:bold; margin-bottom: 10px; }
div.newstitle a:link {  color: #e3b929; }
div.newstitle a:hover { text-decoration: underline; }

div.newstitle_small { color: #e3b929; font-weight:bold; margin-bottom: 10px; font-size: 13px; }
div.newstitle_small a:link {  color: #e3b929; }
div.newstitle_small a:hover { text-decoration: underline; }


div.newsthumb { float:left; margin: 0px 20px 0px 0px; border: none; }

/*sponsors section*/

/*dwts section*/

div.dwtssmall { font-size: 12px; line-height: 14px; }

div.sponsorslogo { border: none; margin-right: 4px; float: left; }

/*contact section*/

div.contact1 { width: 280px; float: left; margin: 0 10px 10px 0px; }

.tigerjam { color:#0197d6; }
