﻿body 
{
    margin:0px;
    padding:0px;
    background-color:#eee;
    background-image:url(../images/hall-images/pageBG.jpg);
    background-repeat:repeat-x;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
}

a:link, a:visited
{
    color:#284179;
    text-decoration:none;
}

a:active, a:hover
{
    color:#284179;
    text-decoration:underline;
}

.wings
{
	position:fixed;
	top:170px;
	left:50%;
	margin-left:-580px;
	width:1160px;
	height:620px;
	overflow:hidden;
}

.wings .wing.left
{
    position:relative;
    float:left;
    margin-top:20px;
    width:80px;
    height:620px;
}

.wings .wing.right
{
    position:relative;
    float:right;
    margin-top:20px;
    width:80px;
    height:620px;
}

.wings .wing .photo
{
    position:absolute;
    text-align:center;
    line-height:80px;
    left:0px;
    top:0px;
    width:80px;
    height:80px;
}

.wings .wing .text
{
    position:absolute;
    left:-160px;
    top:260px;
    width:400px;
    height:80px;
    line-height:80px;
    font-family: 'PT Sans', sans-serif;
    font-weight:bold;
    font-size:36px;
}

.wings .wing.left .text
{
    text-align:left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.wings .wing.right .text
{
    text-align:right;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.wings a { color:#000; text-decoration:none; }

.header
{
    position:relative;
    width:960px;
    height:170px;
    margin-left:auto;
    margin-right:auto;
}

.header .logo
{
    float:left;
    width:235px;
}

.header .animation
{
    position:absolute;
    bottom:50px;
    right:300px;
    width:400px;
    height:90px;
    background-color:#fff;
}

.header .animation #slider_recImage
{
    text-align:center;
}

.header .nav
{
    position:absolute;
    text-align:center;
    top:10px;
    right:10px;
    width:500px;
    height:30px;
    background-color:#000;
    line-height:30px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    z-index:10;
}

.header .nav a
{
    color:#fff;
    padding:10px;
}

.contentWrapper 
{
    width:960px;
    padding:0px 10px 0px 10px;
    margin-left:auto;
    margin-right:auto;
}

.stageWrapper
{
    width:940px;
    min-height:590px;
    padding-left:10px;
    padding-right:10px;
    background-color:#fff;
}

.welcome
{
    color:#333;
}

.welcome h2
{
    font-family:'Arvo', serif;
    font-weight:normal;
    font-size:24px;
    margin:20px 0px;
}

.welcome p
{
    line-height:24px;
}

.welcome p a:link,
.welcome p a:visited
{
    color:#333;
    text-decoration:underline;
}

.welcome p a:active,
.welcome p a:hover
{
    color:#333;
    text-decoration:none;
}

.homeVideo 
{
    float:right;
    width:480px;
    height:270px;
    margin-left:20px;
    padding-left:30px;
    border-left:1px solid #CCC;
}

.homeVideo .video
{
    width:480px;
    height:270px;
    background-color:#000;
}

.breadCrumbs 
{
    background-color:#fff;
    font-size:12px;
    padding:0px 20px 0px 20px;
}

/* Inductee List */

#inducteeList
{
    width:940px;
    background-color:#fff;
    margin:0px;
    padding:10px 10px 20px 10px;
}

#inducteeList h2
{
    text-align:center;
    font-family:'Arvo', serif;
    font-weight:normal;
    font-size:42px;
    color:#c52736;
    margin:20px 0px 20px 0px;
}

#inducteeList .alphaNav
{
    text-align:center;
    margin-bottom:30px;
}

#inducteeList .listColumn
{
    width:50%;
    float:left;
}

#inducteeList .inductee
{
    padding:0px 10px 10px 10px;
    margin-bottom:20px;
}

#inducteeList .inductee .thumb
{
    float:right;
}

#inducteeList .inductee .thumb img
{
	max-width: 80px;
	max-height: 80px;
    padding:2px;
    border:solid 1px #CCC;
}

#inducteeList .inductee .inductionyear
{
    padding-bottom:10px;
    border-bottom:2px solid #c52736;
}

#inducteeList .inductee a
{
    display:block;
    font-family:'Arvo', serif;
    font-weight:normal;
    font-size:24px;
    margin:20px 0px 5px 0px;
}

#inducteeList h3
{
    text-align:center;
    padding:5px;
    color:#fff;
    background-color:#000;
    margin:0px 0px 20px 0px;
}

#inducteeList h3 a
{
    color:#fff;
}

#inducteeList .inductee h3 a,
.topLink
{
    display:inline;
    text-align:left;
    font-family:'PT Sans', sans-serif;
    font-weight:normal;
    font-size:12px;
    margin:0px;
    color:#fff;
}

/* Pages */

#page
{
    width:940px;
    background-color:#fff;
    margin:0px;
    padding:10px 10px 20px 10px;
    line-height:24px;
}

#page h2
{
    font-family:'Arvo', serif;
    font-weight:normal;
    font-size:24px;
    color:#c52736;
    margin:20px 0px 20px 0px;
}

/* Profiles */

#profile
{
    width:940px;
    background-color:#fff;
    margin:0px;
    padding:10px 10px 20px 10px;
}

#profile h2
{
    text-align:center;
    font-family:'Arvo', serif;
    font-weight:normal;
    font-size:42px;
    color:#c52736;
    margin:20px 0px 20px 0px;
}

#profile .leftCol
{
    float:left;
    width:32%;
    margin-right:2%;
}

#profile .leftCol .profileInfo
{
    border:2px solid #284179;
    margin-bottom:20px;
}

#profile .leftCol .profileDetails
{
    padding:20px;
    color:#fff;
    background-color:#284179;
}

#profile .leftCol .profileDetails .years
{
    font-size:16px;
    margin-bottom:5px;
}

#profile .leftCol .profileDetails .athlete,
#profile .leftCol .profileDetails .humanitarian
{
    font-size:22px;
    font-weight:bold;
    margin-bottom:5px;
}

#profile .leftCol .profileDetails .owner
{
    font-weight:14px;
    margin-bottom:5px;
}

#profile .leftCol .profileDetails .inductionyear
{
    font-weight:12px;
}

#profile .leftCol .primaryphoto
{
    text-align:center;
    border-bottom:10px solid #c52736;
    padding-bottom:20px;
    margin-bottom:0px;
}

#profile .leftCol .primaryphoto img
{
	width:296px;
}

#profile .leftCol .photo
{
    text-align:center;
    border-bottom:2px solid #c52736;
    padding-bottom:20px;
    margin-bottom:20px;
}

#profile .leftCol .photo img
{
	max-width: 300px;
	max-height: 300px;
}

#profile .leftCol .photoList h3,
#profile .rightCol .video h3
{
    text-align:center;
    font-family:'Arvo', serif;
    font-weight:normal;
    font-size:18px;
    color:#c52736;
    margin:0px 0px 10px 0px;
}

#profile .leftCol .primaryphoto .photocredit, 
#profile .leftCol .photo .photocredit
{
    margin-top:5px;
    font-size:12px;
    font-weight:bold;
    color:#333;
}

#profile .rightCol
{
    float:left;
    width:66%;
}

#profile .rightCol .citation
{
    margin-top:20px;
    line-height:24px;
}

/* Contact */

#contactForm
{
    width:940px;
    background-color:#fff;
    margin:0px;
    padding:20px 10px 20px 10px;
}

#contactForm .leftCol
{
    float:left;
    width:48%;
    margin-right:2%;
}

#contactForm .rightCol
{
    float:left;
    width:30%;
    padding:10%;
}

/* Footer */

.footer
{
    margin:0px auto 0px auto;
    padding:40px 10px 40px 10px;
    width:940px;
    background-color:#eee;
    font-size:11px;
}

.footer a:link,
.footer a:visited
{
    color:#333;
    text-decoration:underline;
}

.footer a:active,
.footer a:hover
{
    color:#333;
    text-decoration:none;
}

/* Forms */

fieldset {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

legend {
    font-size: 14px;
    color:#333;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.formLabel
{
    font-weight:bold;
}

.inputFields,
.inputTextArea
{
    padding:5px;
    font-family: 'PT Sans', sans-serif;
    font-size:12px;
    color:#000;
    background-color:#FFFFFF;
    background-image:url(../images/hall-images/textfieldBG.png);
    background-repeat:repeat-x;
    background-position:center top;
    border:solid 1px #CCCCCC;
    margin:2px 0px 2px 0px;
    vertical-align:middle;
}

.btnSubmit
{
    padding:5px;
    font-family: 'PT Sans', sans-serif;
    font-size:12px;
    color:#FFFFFF;
    background-color:#244487;
    background-image:url(../images/hall-images/submitbtnBG.png);
    background-repeat:repeat-x;
    background-position:center top;
    border:solid 1px #244487;
    margin:2px 0px 2px 0px;
    vertical-align:middle;
    cursor:pointer;
}

/* About Horses */

#content {
    width:480px;
    max-height:320px;
    overflow-x:hidden;
    overflow-y:auto;
    padding:20px;
}

#content h1 {
    font-family:'Arvo', serif;
    font-weight:normal;
    font-size:24px;
    color:#c52736;
    margin:0px;
}

#content h2 {
    font-family:'PT Sans', sans-serif;
    font-weight:700;
    font-size:14px;
    color:#333;
    margin:0px;
}

#content .links {
    font-family:'PT Sans', sans-serif;
    font-size:16px;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #CCC;
}

#content .links a {
    font-weight:700;
}

#content .links ul {
    margin:0px;
    padding:0px;
}

#content .links li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#content .links .desc {
    font-size: 12px;
}

.inducteeList {
    text-align:right;
    font-weight:700;
    margin-right:180px;
    padding-top:5px;
    padding-bottom:5px;
}

.inducteeList a:link,
.inducteeList a:visited {
    color:#000;
    text-decoration:none;
}

.inducteeList a:active,
.inducteeList a:hover {
    color:#000;
    text-decoration:underline;
}