/** 
 ** Initialization
 **/

body {
	background-color: #000;
    font-family: verdana, arial, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	margin: 0;
}
p, h1, h2, h3, h4, ul, li, td, th, div, a, input, select, textarea, form, img { 
    margin: 0; 
    padding: 0; 
}
p, ul { 
	margin-bottom: 1em; 
}
ul { 
	margin-left: 1.5em; 
}
sup { 
	height: 0; 
	position: relative; 
	vertical-align: baseline !important; 
	vertical-align: bottom; 
	top: -0.6em;
}
a img {
	border: 0;
}
a:link, a:visited, a:active { 
	color: #b25da7; 
}
a.pdf { 
	background: url(images/pdf.gif) no-repeat 98% 50%; 
	padding: 2px 20px 2px 0; 
}
a.button:link,
a.button:visited,
a.button:active,
a.button:hover {
    background-color: #B25DA7;
    border: 1px solid #bbb;
    color: #fff;
	float: right;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    padding: 0.1em 0.5em;
    cursor: pointer;
    margin: 1em .5em .5em 0;
    text-transform: uppercase;
    text-decoration: none;
}
a.button:hover {
	color: #000;
}

/** 
 ** Helpful Classes
 **/

img.inline {
	vertical-align: middle;
}
.hidden {
	visibility: hidden;
}

/** 
 ** Page Layout
 **/
 
#pageContainer {
	text-align: center;
}
	#page {
		margin: 0 auto;
		text-align: left;
		position: relative;
		width: 960px;
	}
		#contentWrapper {
			float: left;
		}
			#mainNavigation {
				float: right;
				width: 810px;
			}
			#mainContent {
				float: right;
				width: 810px;
			}
			#secondaryContent {
				float: left;
				width: 150px; /* no shadow */
				/* width: 160px with shadow */
			}

/**
 ** Header
 **/
 
#header {
	position: relative;
	height: 74px;
}
	#header img, #header div {
		position: absolute;
	}
	#header img#gallopaloozaLogo {
		z-index: 99;
	}
	#header img#thortonsLogo {
		right: 40px;
		z-index: 100;
	}
	#header #horseCloseups {
		background-color: #ccc;
		height: 74px;
		right: 0;
		width: 581px;
		z-index: 1;
	}
	#printLogo {
		display: none;
	}

/**
 ** Site Navigation
 **/
 
#mainNavigation {
	background: #3a92d0 url(images/nav-bg.gif) repeat-x;
	height: 27px;
}
	#mainNavigation span.extraNavBG {
		background: url(images/nav-bg-left.gif) repeat-y;
		display: block;
		float: left;
		height: 27px;
		width: 8px;
	}
	#mainNavigation ul {
		list-style-type: none;
		margin: 0; padding: 0;
	}
	#mainNavigation li {
		float: left;
	}
	#mainNavigation li a {
		color: #fff;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		height: 21px;
		padding: 3px 12px 3px 0;
		text-decoration: none;
	}
	#mainNavigation li span {
		display: block;
		height: 22px;
		float: left;
		width: 12px;
	}
	#mainNavigation li a:hover, #mainNavigation li.On a  {
		background: url(images/nav-bg-on.gif) repeat-x;
	}
	#mainNavigation li a:hover span, #mainNavigation li.On a span {
		background: url(images/nav-bg-on-left.gif) no-repeat;
	}

/**
 ** Content Wrapper
 **/ 

#contentWrapper {
	background: url(images/side-bg.png) no-repeat;
}

/**
 ** Main Content Styles
 **/

#mainContent {
	background: #fff url(images/body-bg-left.png) repeat-y;
	position: relative;
}
	#mainContent span.extraBG {
		background: url(images/body-bg-top.png) repeat-x;
		position: absolute;
		height: 8px;
		top: 0; left: 0;
		width: 100%;
	}
	#mainContent #content {
		margin: 30px 0 0 50px;
		min-height: 500px;
		height: auto !important;
		height: 500px;
		padding-bottom: 175px;
		width: 535px;
	}
	#mainContent h1 {
		color: #b25da7;
		font-size: 1.125em;
		margin-bottom: 1em;
	}
	#mainContent h2 {
		color: #b25da7;
		font-size: 1.125em;
		margin: 1.5em 0 1em 0;		
	}
	#mainContent h3 {
		color: #58595b;
		font-size: 0.875em;
		font-weight: bold;
		margin: 0 0 0.35em 0;		
	}
	#mainContent h4 {
		color: #b25da7;
		font-size: 0.775em;
		font-weight: bold;
		margin: 0 0 0 0;		
		padding: 0 0 0 0;		
	}
	#mainContent p, #mainContent li {
		color: #58595b;	
		font-size: 0.8125em;
	}
	#mainContent p.highlight {
		color: #b25da7;
	}

        #mainContent div#mainLogo {
            float:  right;
        }
        img.hero {
            float:  right;
        }
	#mainContent p.ErrorMessage {
		color: red;
	}

/**
 ** Secondary Content
 **/
 
#secondaryContent {
	position: relative;
}
	#horseBadge {
		position: absolute;
		top: 15px;
                padding-top:  15px;
	}
	#loginButton {
		left: 40px;
		position: absolute;
		top: 275px;
	}
	#secondaryNavigation {
		margin-top: 1.25em;
	}
	#secondaryNavigation ul {
		list-style-type: none;
		margin: 0 0 0 6px; padding: 0;
	}
	#secondaryNavigation li a {
		color: #fff;
		display: block;
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		height: 26px;
		line-height: 26px;
		text-decoration: none;
		width: 94%;
	}
	#secondaryNavigation li a span {
		display: block;
		height: 26px;
		float: left;
		width: 4px;
	}
	#secondaryNavigation li a:hover, #secondaryNavigation li.On a  {
		background: #32a72a url(images/sub-nav-bg-on.gif) repeat-x;
	}
	#secondaryNavigation li a:hover span, #secondaryNavigation li.On a span {
		background: #32a72a url(images/sub-nav-bg-on-left.gif) no-repeat;
	}

/**
 ** Footer
 **/
 
#footer {
	position: relative;
	height: 150px;
	width: 100%;
        clear:  both;
}
	#footer p {
		background: url(images/footer-bg-top.png) no-repeat;
		color: #5d4113;
		font-size: 0.6875em;
		padding: 30px 0;
		position: absolute;
		text-align: center;
		top: -40px;
		height: 130px;
		width: 100%;
	}
		#footer a:link,#footer a:visited,#footer a:active {
			color: #5d4113;
		}

/**
 ** Specific Global Styles
 **/
 
ul#peopleList {
	list-style: none;
	margin: 0;
}
ul#peopleList li {
	margin-bottom: 3px;
}


/**
 *  Event Styles
 **/



div.eventBlock{
    position:  relative;
    border-bottom:  1px solid #d5d4d5;
    width:  600px; 
    min-height:  135px;
}

div.newsBlock {
    border-bottom:  1px solid #d5d4d5;
}

div.eventBlock .eventColumn1 {
    position:  absolute;
    top:  10px;
    left:  5px;
    width:  90px;
    height:  90px;
}

div.eventBlock .eventColumn2 {
    padding-top:  10px;
    margin-top:  5px;
    margin-bottom:  10px;
    margin-left:  100px;
    padding-left:  5px;
    width:  400px;
}

#mainContent #content span.eventTitle, #mainContent #content span.eventDate {
    color: #58595b;	
    font-size: .80em;
    font-weight:  900;
    line-height:  1.25;
}

#mainContent #content span.eventTitle {
    font-size:  .90em;
    font-weight:  900;
}

#mainContent #content span.eventContent {
    font-weight:  100;
    font-size:  .70em;
} 

/**
  *  News View Styles
  */

div#content div#backlink {
    text-align:  left;
}

div.newscontent {
    text-align:  left;
}

div#newstitle p {
    font-size:  1.5em;
}

div#newsimage {
    padding:  10px 10px 15px 10px;
}

div#newscontent p {

}
