﻿/* Reset common tags ************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}


/* Redefine common tags *********************************************/
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; } 
h1 { font-size:1.4em; font-weight: bold; color: #000; } 
h2 { font-weight: bold; } 
h3 { font-weight: bold; } 
h1,h2,h3 { margin:0 0 1em 0; } 
abbr,acronym { border-bottom:1px dotted #000; }  
@media screen { abbr,acronym { cursor:help; } }
em { font-style:italic; } 
blockquote,ul,ol,dl { margin:1em; } 
ol,ul,dl { margin-left:2em; } 
ol li { list-style: decimal outside; } 
ul li { list-style: disc outside; } 
dl dd { margin-left:1em; } 
th { font-weight:bold; text-align:center; } 
th.selected { font-weight:bold; text-align:left; } 
th.alternate { font-weight:bold; text-align:left; } 
caption { margin-bottom:.5em; text-align:center; } 
p,fieldset,table { margin-bottom:1em; }
sup { font-size:xx-small; vertical-align:top; }
sub {font-size:xx-small; vertical-align:bottom;} 
.bold {font-weight: bold;}
/*** Redefine form elements *****************************************/
input[type="text"], input[type="password"], textarea, select 
{
    border-color: #cecece;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #333;
}
input[type="text"], input[type="password"], textarea { padding: 3px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus 
{
    border-color: #333 #999 #999 #333;
    background-color: #fefefe;
}

/**** Clear Fix *****************************************************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
.clear { clear: both; }

/**** noscript warning **********************************************/
.noscriptWarning
{
    padding: 10px;
    background: #ffe;
    border-bottom: 1px solid #776;
    color: #900;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.1em;
}

/* Set up global common elements for site and sms editor ***********/
body, td, pre 
{
    font-family: Georgia, "Times New Roman";
    font-size: 15px;
    line-height: 1.2em;
    color: #fff;
}
body {
    background: #000 url(../Images/Main-Bg.jpg) center 37px no-repeat;
    margin: 0 0 90px;
    text-align: center;
}
a  { color: #d5853d; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: 35px; line-height: 38px; padding: 0 0 10px; font-style: italic; border-bottom: 1px solid #ccc;color: #d5853d; font-weight: normal; margin: 0 0 12px; }
h2 { color: #d5853d; font-weight: normal; font-size: 25px; letter-spacing: 1px; margin: 0 0 15px; }
h3 { color: #d5853d; font-weight: normal; font-size: 18px; font-style: italic; letter-spacing: 1px; margin: 0 0 10px; }
h4 {}
h5 {}
blockquote { font-size: 18px; text-transform: uppercase; letter-spacing: 1px; padding: 0; margin: 0 0 15px;}
blockquote .firstLetter { font-size: 50px; float: left; display: block; line-height: 44px; margin: 0 5px 5px 0; }

/*==== Frame =================================================================*/
#canvas { width: 960px; margin: 0 auto; text-align: left; }
.deg { color: #0081c6 !important; }

/*==== Header ================================================================*/
#header { position: relative; margin: 0 auto; width: 860px; padding: 130px 0 0; }
#headerLogo { padding: 0px 0 20px 27px; display:none;}
#headerLogo a { 
    width: 0; 
    height: 0;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

/*==== Body ==================================================================*/
#body { 
    background: #fff; 
    margin: 15px 57px 0 52px; 
    padding: 30px 30px; 
    min-height: 430px;
    height: auto !important;
    height: 430px;
    position: relative;
}
#extra { position: absolute; top: -18px; left: -10px; background: url(../Images/Body-Top.gif) top left no-repeat; width: 57px; height: 67px; }
#body, #body td, #body pre { color: #000; }
.leftSide { width: 560px; float: left; }
.rightSide { width: 200px; float: right; padding: 22px 0 0; } 
#body p.firstp:first-line { font-variant: small-caps; }
#body p.firstp:first-letter { font-size: 36px; font-variant: none; float: left; line-height: 36px; }

/*==== Main Navigation =======================================================*/
#mainNav ul, #mainNav li { margin: 0; padding: 0; list-style-type: none; }
#mainNav { 
    position: absolute;
    top: 0;
    left: 15px;
    width: 860px;
    height: 119px;
    padding: 0;
    background: url(../Images/Header-Nav-Logo.jpg) top center no-repeat;
}
#mainNav ul li { float: left; padding: 40px 20px 0 0; }
#mainNav ul li a {
    display: block;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
#mainNav ul li a:hover, #mainNav ul li.selected a { background-position: 0 -21px; }
#eventInfoPageLink a { background-image: url(../Images/MainNav/Event-Info.gif); width: 105px; }
#rsvpNowPageLink a   { background-image: url(../Images/MainNav/RSVP-Now.gif); width: 100px; }
#photosPageLink a    { background-image: url(../Images/MainNav/Photos.gif); width: 70px; }
#mainNav #homePageLink { padding-top: 0; }
#mainNav #homePageLink a { background-position: 0 0; background-image: url(../Images/MainNav/Home.jpg); width: 155px; height: 119px; }
#aboutUsPageLink a   { background-image: url(../Images/MainNav/About-Us.gif); width: 89px; }
#sponsorsPageLink a  { background-image: url(../Images/MainNav/Sponsors.gif); width: 90px; }
#auctionPageLink a   { background-image: url(../Images/MainNav/Auction.gif); width: 80px; }

/*==== Footer ================================================================*/
#footer, #footer a { color: #fff; }
#footer { text-align: center; padding: 20px 0 0 0; }
#footer ul, #footer ul li { margin: 0; padding: 0; list-style-type: none; }
#footer ul { position: relative; left: -6px; }
#footer li { display: inline; }
#footer li span { margin-left: 12px; padding-left: 12px; border-left: 1px solid #fff; }
#footer li.first span { margin-left: 0; padding-left: 0; border-left: 0; }

/*==== Forms =================================================================*/
.formField label.insideTextarea { font-style: italic; font-size: 16px; cursor: text; color: #bbb; position: absolute; top: 3px; left: 6px; }
.formField { position: relative; }
.formField input.text { border: 2px solid #bbb; padding: 5px; }
.mailListForm { background: url(../Images/Form-Divider.gif) top center no-repeat; }
.mailListForm .toLeft { width: 270px; float: left; }
.mailListForm .toRight { width: 270px; float: right; }
.mailListForm .command { text-align: right; padding: 10px 0; clear: both; }
.mailListForm input.text { width: 255px; }

/*==== Sponsor Table =========================================================*/
table.sponsorList td { width: 33%; vertical-align: top; padding: 0 20px 10px 0; }

/*==== Right Side Links ======================================================*/
.rightSide ul.links, .rightSide ul.links li, #tweets ul, #tweets ul li { margin: 0; padding: 0; list-style-type: none; }
.rightSide ul.links li { margin: 0 0 15px; }
.rightSide ul.links li a { font-size: 17px; font-style: italic; }
#tweets { background: url(../Images/Twitter-Header.gif) top left no-repeat; padding: 45px 0 0; }
#tweets, #tweets a { color: #fff; font-size: 12px; font-family: Tahoma, Arial, Verdana; }
#tweets ul li { background: #000; padding: 2px 7px; margin: 0 0 1px; }
#tweets li { overflow-y: hidden; height: 19px; }
#tweets li.active { overflow: none; height: auto; background: #d5853d; }

.partnerScroller {
    overflow: hidden;
}
.partnerScroller ul, .partnerScroller ul li { padding: 0; margin: 0; list-style-type: none; }
.partnerScroller ul { width: 3000px; }
.partnerScroller ul li { float: left; }
.partnerScroller ul li .image { padding: 0 4px; }

.z-iError
{
	color: #FF0000 !important;
}

.details { font-size: .8em; }

table.formTable td { padding: 0 10px 15px 0; }
table.formTable td td { padding: 0; }
table.formTable td table { margin: 0; }
.AuctionPiece { padding-right: 10px; }

