/* ---------------
Page Settings
--------------- */

* { margin: 0; padding: 0; }
html { margin-bottom: 1px; height: 100%; }
body {
color: #333;
font: 14px/1.5 "Droid Sans", Helvetica, Arial, sans-serif;
/*padding-top: 35px;*/
background: url(../img/full-bars2.png) center -155px no-repeat white;
height: 100%;
}

#new-expo {
min-height: 100%;
position: relative;
}

.container {
width: 960px;
margin: 0 auto;
text-align: left;
position: relative;
}

/* ---------------
12-Grid Setup
--------------- */

.column {
padding: 0 15px;
width: 50px;
float: left;
position: relative;
}
.one, .font12 { font-size: 12px; }
.two { width: 130px; }
.three { width: 210px; }
.four { width: 290px; }
.five { width: 370px; }
.six { width: 450px; }
.seven { width: 530px; }
.eight { width: 610px; }
.nine { width: 690px; }
.ten { width: 770px; }
.eleven { width: 850px; }
.twelve { width: 930px; }

.full-one { width: 80px; padding: 0; }
.full-two { width: 160px; padding: 0; }
.full-three { width: 240px; padding: 0; }
.full-four { width: 320px; padding: 0; }
.full-five { width: 400px; padding: 0; }
.full-six { width: 480px; padding: 0; }
.full-seven { width: 560px; padding: 0; }
.full-eight { width: 640px; padding: 0; }
.full-nine { width: 720px; padding: 0; }
.full-ten { width: 800px; padding: 0; }
.full-eleven { width: 880px; padding: 0; }
.full-twelve { width: 960px; padding: 0; }


/* ---------------
Misc. Classes & Declarations
--------------- */

.text:focus, textarea:focus { outline: 0; }

.inline { display: inline; }
.error { color: red; }

.center { text-align: center; }
.right { text-align: right; }


/* ---------------
Common Elements
--------------- */

a { color: #00a13b; }
a img { border: 0; }
p { padding-bottom: 1em; }

small { font-size: .67em; font-weight: normal; }
sup { line-height: 0; }

h1 {
font-size: 2.5em;
line-height: 1.1;
padding-bottom: .5em;
color: #111;
/* OCR
font: 2.5em/1.1 "OCR A Std", "Droid Sans", Helvetica, Arial, sans-serif;
letter-spacing: -4px;
word-spacing: -4px; */
}
h2 {
font-size: 1.5em;
color: #222;
}
h3 {
line-height: 1.2;
font-size: 1.25em;
padding-bottom: .25em;
}
h4 { font-size: 1em; }
h5 { font-size: .833em; }
h6 { font-size: .75em; }

dl { padding-bottom: 1em; }
dt { font-weight: bold; }
dd { padding-bottom: .5em; }

ul { list-style-type: square; padding-bottom: 1em; }
ul ul { margin-left: 25px; }
ul.item-gaps li { padding-bottom: 1em; }
#review ol { padding-bottom: 1em; }

/*table {
font-size: 1em;
border-top: 1px solid #999;
border-collapse: collapse;
}
th, td { padding: .25em 10px; }
th { border-bottom: 1px solid #999; }
td { border-bottom: 1px solid #c7c7c7; }*/

table {
font-size: 1em;
border-collapse: collapse;
width: 100%;
margin: .25em 0 1.25em;
}
thead {
border: 1px solid #999;
border-width: 1px 0;
}
thead th {
font-size: 12px; 
text-transform: uppercase;
padding: .5em 0;
}
thead th.title {
text-align: left;
width: 60%;
}
table.order-summary thead th.title { width: 45%; }
thead th.ifby {
font-weight: normal;
text-transform: none;
}
tbody td {
padding: .5em 0;
border-bottom: 1px solid #c7c7c7;
}
tbody td.entry-data small { font-size: 11px; }
tbody td.price {
text-align: center;
font-size: 2em;
color: green;
}
tbody td.price .breakdown {
font: .4em/1.5 monospace;
color: #525252;
text-align: right;
padding: 0 10px;
}
tbody td.price .breakdown span {
float: left;
clear: left;
}
tbody td.price .breakdown strong { padding-left: 10px; }
tbody td.price span.grand-total, tbody td.price strong.grand-total {
display: block;
font: bold 14px/1.5 "Droid Sans", Helvetica, Arial, sans-serif;
padding-top: .25em;
}
tbody h4 {
padding: .25em 20px .75em;
line-height: 1.5;
font-weight: normal;
}
tbody h4.success-h4 {
background: url(../img/check.png) left .2em no-repeat;
font-size: 12px;
line-height: 1.3;
}
tbody h4.error-h4 {
background: url(../img/x.png) left .2em no-repeat;
font-size: 12px;
line-height: 1.3;
}
tbody h4 small { display: block; }
tbody h2 { padding-bottom: .125em; }
tbody h5 {
font-weight: normal;
font-size: 11px;
padding-bottom: 1em;
}


/* ---------------
Form Elements
--------------- */

input, textarea { font: 14px/1.5 "Droid Sans", Helvetica, Arial, sans-serif; }
input.text, select, textarea { width: 97%; }
input.text, textarea { border: 1px solid #e6e6e6; }
input.focused, textarea.focused { border-color: #999; }
input.error-border { border-color: #f99; }
input.submit { font-size: 16px; }
input#pin { width: 20%; }
select.auto, input.auto { width: auto !important; }
select { font-size: 16px; }

textarea {
height: 6em;
}

label {
display: block;
font-size: 12px;
color: #222;
font-weight: bold;
}
.required {
color: #222;
text-transform: uppercase;
}
label.inline {
display: inline;
font-weight: normal;
text-transform: none;
font-size: 14px;
color: #333;
}
label.error { color: red; }
label small {
text-transform: none;
font-size: .83em;
}
label.inline small { font-weight: bold; }

.form-item { margin-bottom: .5em; }
.chop { float: left; }
.two-thirds { width: 67%; }
.half { width: 50%; }
.third { width: 33%; }
.quarter { width: 25%; }
.sixth { width: 15%; }
.chop input.text, .chop select { width: 94%; }

fieldset {
border: 0;
border-top: 1px solid #c7c7c7;
padding: .75em 0 1em;
margin-bottom: 1.25em;
}
fieldset#errors {
display: none;
border: 1px solid #fcc;
border-width: 1px 0;
background: #fff6f6;
margin: 1em 0 2em;
}
fieldset#success {
border: 1px solid #aea;
border-width: 1px 0;
background: #efe;
margin: 1em 0 2em;
}
legend {
text-align: center;
padding: 0 15px;
font-weight: bold;
font-size: 1.25em;
background: white;
color: #222;
}
fieldset#errors legend { border: 1px solid #fcc; }
fieldset#success legend { border: 1px solid #aea; }
fieldset#errors ul { padding: 0 20px; }
fieldset#errors small { display: none; }
fieldset#success p {
padding: 1em 20px 2em;
}

.submit-box {
margin: 0 auto 1em;
border: 1px solid #c7c7c7;
background: #fcfcfc;
width: 360px;
padding: 1em 15px;
text-align: center;
}
#enter_page .submit-box {
display: inline;
margin: 0;
border: none;
width: auto;
background: transparent;
padding: 0;
}

button {
display: block;
margin: 1em auto 0;
border: 1px solid #99bedf;
background: url(../img/page_save.png) 12px center no-repeat #e7f2f8;
padding: .5em 12px .5em 36px;
color: #074b99;
font-size: 16px;
}
button:hover {
text-decoration: underline;
cursor: pointer; cursor: hand;
}
#contact_page button {
background-image: url(../img/comment.png);
padding-left: 32px;
}


/* ---------------
Masthead
--------------- */

#masthead { background: url(../img/full-bars2.png) center bottom no-repeat; }
.dot #masthead { background: url(../img/tile-test.jpg) left bottom; }
#masthead .container { height: 206px; }

#masthead img { position: absolute; }
#masthead img#logo { top: 37px; left: 4px; }
#masthead img#woman { top: 35px; left: 513px; }
#masthead img#dot_logo { top: 22px; left: -2px; }
#masthead img#competition { top: 25px; left: 230px; }
.dot #masthead img#logo { top: 65px; left: 805px; }

#masthead ul { list-style: none; }
#masthead li a { text-decoration: none; }
#masthead li a:hover { text-decoration: underline; }
ul#nav {
/*font: 18px/1 "OCR A Std";*/
text-transform: uppercase;
position: absolute;
top: 177px; left: 15px;
}
ul#nav li {
float: left;
margin-right: 10px;
}
ul#nav li div {
padding: 8px;
text-indent: -9999px;
padding: 0;
width: 118px; height: 29px;
background: url(../img/attendees-nav.gif) left top no-repeat white;
color: #00a13b;
}
ul#nav li.exh-nav div { width: 129px; background-image: url(../img/exhibitors-nav.gif); }
ul#nav li.dot-nav div { width: 222px; background-image: url(../img/dot-nav.gif); }
ul#nav li.wish-nav div { width: 299px; background-image: url(../img/wish-nav.gif); }
/*ul#nav li div {
position: relative;
padding: 8px;
background: white;
color: #00a13b;
letter-spacing: -2px;
word-spacing: -2px;
}*/
ul#nav li div:hover { cursor: hand; cursor: pointer; }
ul#nav li div span { color: #1b1718; }
ul#nav li ul {
display: none;
position: absolute;
top: 29px; left: 0;
text-transform: none;
z-index: 10;
margin: 0;
border-top: 5px solid #e3f5e9;
background: #e3f5e9;
width: 915px;
padding: .75em 15px .5em 0;
}
ul#nav li.att-nav ul { border-color: #d8e5f2; background: #d8e5f2; }
/*ul#nav li.exh-nav ul { border-color: #e5f0d5; background: #e5f0d5; }*/
ul#nav li.dot-nav ul { border-color: #ede1d8; background: #ede1d8; }
ul#nav li.wish-nav ul { border-color: #f7e2ea; background: #f7e2ea; }
.attendees ul#nav li.att-nav ul, .exhibitors ul#nav li.exh-nav ul, .dot ul#nav li.dot-nav ul, .wish ul#nav li.wish-nav ul { display: block; }
.attendees ul#nav li.att-nav div, .exhibitors ul#nav li.exh-nav div, .dot ul#nav li.dot-nav div, .wish ul#nav li.wish-nav div { background-position: left -29px; }
ul#nav li li {
margin: 0;
padding: 0 0 .5em 15px;
line-height: 1.2;
}
ul#nav li.not-linked {
font-size: 12px;
padding: 0 0 0 25px;
text-transform: uppercase;
color: #00a13b;
}
ul#nav li li ul {
font-size: 14px;
display: block;
position: static;
top: 0; left: 0;
width: auto;
padding: 0;
}

ul#nav li li ul.nav-att1 { width: 380px; }
ul#nav li li ul.nav-att2 { width: 405px; }
ul#nav li li ul.nav-dot1 { width: 270px; }
ul#nav li li ul.nav-dot2 { width: 515px; }
ul#nav li li ul.nav-exh1 { width: 190px; }
ul#nav li li ul.nav-exh2 { width: 370px; }
ul#nav li li ul.nav-wish1 { padding-left: 280px; width: 635px; }

ul#nav li li li {
float: left;
padding: 0 15px .5em 0;
}

ul#nav li a {
display: block;
color: #1b1718;
}
ul#nav li.active a {
/*font-weight: bold;
text-decoration: underline;*/
margin: -5px;
padding: 5px;
background: white;
}

ul#subnav {
position: absolute;
top: 0; right: 15px;
padding: 5px 15px 5px 5px;
background: white;
font-size: 12px;
text-align: right;
}
ul#subnav li {
display: inline;
margin-left: 8px;
}


/* ---------------
Main Content
--------------- */

#content {
padding: 40px 0 480px;
/* Horizontal changes */ padding-top: 75px;
}
/* Horizontal changes */
.expo #content, .admin #content { padding-top: 40px; }
.dot #content { padding: 75px 0 310px; }
.attendees #content, .exhibitors #content, .dot.logged-in #content { padding-top: 115px; }

/*#content ul {
list-style: none;
position: relative;
}
#content ol { list-style-position: inside; }
#content ul li {
width: 100%;
position: relative;
left: -8px;
padding-left: 8px;
z-index: 1;
background: url(../img/tiny-bullet.gif) left .7em no-repeat;
}
#content ul.pdf li {
width: auto;
left: 0;
padding-left: 22px;
background: url(../img/pdf.png) left 2px no-repeat;
}*/
#content ul { list-style: outside square; }
#content ol ul { margin-left: 26px; }

.ctype {
padding-top: .5em;
}
.ctype img {
float: right;
margin: .25em 0 1em 15px;
}

.google-map { border: 1px solid #c7c7c7; }

#content ul.sidebar { padding-bottom: 3em; }
#content ul.sidebar li.not-linked {
padding: 1.5em 0 0;
left: 0;
background-image: none;
font-size: 12px;
text-transform: uppercase;
}
#content ul.sidebar li#active a { font-weight: bold; }

#content ul.tabs {
list-style: none;
text-align: center;
width: 100%;
}
#content ul.tabs li {
float: left;
padding: 0;
left: 0;
width: auto;
background-image: none;
margin: 0 5px 5px 0;
text-align: center;
}
#content ul.tabs li a {
display: block;
padding: .25em 10px;
background: #00a13b;
color: white;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}
#content ul.tabs li.active a { background: #006ab8; }
#content ul.tabs li a:hover {

}

#slideshow {
width: 100%;
height: 505px;
margin-bottom: 30px;
background: #d8e5f2;
position: relative;
}
#slideshow .slide {
padding: 15px;
position: relative;
}
#slideshow .slide img {
border: 5px solid white;
width: 570px;
}
#slideshow .slide p, #slideshow .slide h6 {
position: absolute;
top: 420px; left: 95px;
z-index: 4;
padding-right: 15px;
}
#slideshow .slide h6 { top: 470px; }
.controls {
position: absolute;
top: 420px; left: 30px;
background: white;
padding: 10px;
text-align: center;
z-index: 5;
}
.controls a {
display: block;
font-size: 16px;
text-decoration: none;
}
.controls a:hover { text-decoration: underline; }

/* ---------------
DOT related
--------------- */

.questions {
clear: both;
margin: 1em 120px 0;
text-align: center;
line-height: 1.3;
font-size: 12px;
color: #666;
}
.questions p {
display: inline;
padding: 0;
}

.entry-steps {
border: 1px solid #c7c7c7;
padding: 1em 15px 0;
margin-bottom: 1.25em;
background: #fcfcfc;
}

.controls-only {
position: relative;
top: -50px;
background: url(../img/controls_holder.jpg) no-repeat;
padding: 62px 20px 0;
height: 260px;
width: 170px;
}

.current-status {
position: relative;
top: -60px;
z-index: 4;
background: url(../img/profile_holder.jpg) no-repeat;
padding: 85px 25px 0;
height: 260px;
width: 240px;

background: url(../img/form_holder.jpg) no-repeat;
padding-top: 105px;
height: 330px;
width: 320px;

}

.current-status ol li {
padding-bottom: .5em;
line-height: 1.4;
}

.current-status h2 {
line-height: 1.2;
padding-bottom: .25em;
}
#content .current-status ul#dot_steps li {
list-style: none;
left: 0;
padding-left: 0;
background-image: none;
}
.current-status ul#dot_steps li a, .current-status ul#dot_steps li div {
display: block;
background: url(../img/check.png) 6px .4em no-repeat;
margin: 0 -8px;
padding: 4px 8px 4px 28px;
line-height: 1.4;
}
.current-status ul#dot_steps li.step-notdone a, .current-status ul#dot_steps li.step-notdone div {
background-image: url(../img/x.png);
color: red;
}
.current-status ul#dot_steps li a { text-decoration: none; }
.current-status ul#dot_steps li a:hover { background-color: #f7d239; }
.current-status ul#dot_steps li small {
float: right;
font-size: 12px;
padding-top: 1px;
}

.current-status ul#dot_steps.step1on .step1 a, .current-status ul#dot_steps.step2on .step2 a, .current-status ul#dot_steps.step3on .step3 a, .current-status ul#dot_steps.step1on .step1 div, .current-status ul#dot_steps.step2on .step2 div, .current-status ul#dot_steps.step3on .step3 div {
background: url(../img/pencil.png) 6px .3em no-repeat white;
color: #333;
}


.current-status ul#user-controls {
position: absolute;
bottom: 30px; left: 25px;
width: 320px;
border-top: 1px solid #cb4;
padding-top: .5em;
}
#content ul#user-controls li {
left: 0;
padding-left: 0;
background-image: none;
list-style: none;
}
.current-status ul#user-controls li {
float: left;
width: 50%;
font-size: 12px;
}
ul#user-controls li small {
font-size: 9px;
display: block;
}
ul#user-controls li a {
background: url(../img/photo_add.png) 6px .3em no-repeat;
margin: 0 -8px;
padding: 4px 8px 4px 28px;
line-height: 1.4;
text-decoration: none;
color: #333;
display: block;
}
ul#user-controls li a:hover { background-color: #f7d239; }
.current-status ul#user-controls li.new_entry a, .current-status ul#user-controls li.profile a { margin-right: 0; }
ul#user-controls li.profile a { background-image: url(../img/pencil.png); }
.current-status ul#user-controls li.summary a, .current-status ul#user-controls li.welcome a {
background-position: 8px .3em;
margin-left: 0;
}
ul#user-controls li.summary a { background-image: url(../img/layout.png); }
ul#user-controls li.welcome a { background-image: url(../img/house.png); }

#profile_page ul#user-controls li.profile a, #welcome_page ul#user-controls li.welcome a, #summary_page ul#user-controls li.summary a, .new ul#user-controls li.new_entry a { background-color: white; }


.descriptions {
font-size: 12px;
color: #666;
line-height: 1.4;
border: 1px solid #eee;
padding: .75em 10px 0;
margin: 0 30px 1.5em;
background: #fcfcfc;
}
.descriptions p { padding-bottom: .75em; }

#other_entries { padding: 0 25px; }

#register-now {
/*position: absolute;
top: 412px; left: 15px;
width: 290px;*/
padding: 15px 0;
height: 40px;
background: url(../img/register-now.jpg) no-repeat;
}
#register-now h2 {
margin: 0 15px;
text-align: center;
font-size: 28px;
line-height: 40px;
background: white;
}
#register-now h2 a { color: #111; }
#register-now h2 a:hover { color: #00a13b; }

#home h1, #ataglance_page h1 {
line-height: 70px;
font-size: 3em;
}
.home-copy { line-height: 1.4; }
.home-copy h4, .home-copy li { padding-bottom: .5em; }


/* ---------------
Headshots
--------------- */

.headshot {
text-align: center;
padding-bottom: .5em;
position: relative;
z-index: 2;
}
.headshot h4 { line-height: 1.3; }
.headshot img {
padding: 1px;
border: 1px solid #c7c7c7;
margin-bottom: .5em;
}
.headshot img.no-border {
padding: 0;
border: 0;
}
.headshot a:hover img { border-color: #00a13b; }
.wish .headshot img { border-color: #fcf4f7; }
.headshot h3 {
border: 0 !important;
margin: 0 !important;
}
.headshot p {
line-height: 1.3;
font-size: 11px;
}
.headshot h5.faculty {
background: #006ab8;
color: white;
text-transform: uppercase;
display: inline-block;
padding: .33em 10px;
margin-top: .5em;
line-height: 1.2;
font-size: 10px;
font-weight: normal;
}

.session {
padding-bottom: 1em;
clear: right;
}
.session h2 {
line-height: 1.2;
margin: 0 0 .5em 80px;
}
h2.track-day {
font-size: 2em;
text-align: center;
border-bottom: 1px solid #c7c7c7;
margin-bottom: .75em;
}
.session h4, .session li { padding-bottom: .25em; }
.session h4.track { padding-bottom: 1em; }
.session .headshot {
clear: right;
float: right;
width: 154px;
margin: .25em 0 .25em 20px;
}
#wednesday .session .headshot, #thursday .session .headshot { clear: both; }
.session .headshot h4 { padding-bottom: .25em; }
.session .headshot p {
padding: 0 0 .25em;
line-height: 1.2;
}
.date {
float: left;
width: 65px;
text-align: center;
margin: 0 15px .5em 0;
color: #111;
}
.date .day {
padding: 5px 0;
font-weight: bold;
font-size: 10px;
background: #d8e5f2;
}
.date .time {
padding: 4px 0;
font-size: 12px;
border: 1px solid #d8e5f2;
}
.date em {
display: block;
font-size: 9px;
line-height: 1;
}

.speaker h2 { padding-bottom: .25em; }
.speaker h2 small {
float: left;
margin: .5em 10px 0 0;
padding: .25em 5px;
background: #00a13b;
background: #006ab8;
color: white;
font-size: 10px;
text-transform: uppercase;
}
.speaker h2 small a {
color: white;
text-decoration: none;
}
.speaker h2 small a:hover { text-decoration: underline; }
.speaker .headshot {
float: left;
width: 154px;
margin: .25em 15px .25em 0;
}
.speaker .copy { padding-top: 1em; }
.bullpen .closer {
float: left;
position: relative;
}
.bullpen img {
float: left;
position: relative;
z-index: 3;
margin: 0 0 1px 1px;
opacity: .7;
}
.bullpen a {
text-decoration: none;
color: white;
}
.bullpen a:hover img {
z-index: 5;
border: 3px solid #00a13b;
margin: -3px -3px -2px -2px;
opacity: 1;
}
.bullpen a.keychange img { border-color: black; }
.bullpen a.active img {
z-index: 4;
border: 3px solid #006ab8;
margin: -3px -3px -2px -2px;
opacity: 1;
}
.bullpen a span {
position: absolute;
top: -3px; right: 63px;
display: block;
z-index: 40;
font-size: 12px;
line-height: 46px;
background: #00a13b;
padding: 0 15px;
width: 150px;
text-align: right;
font-weight: bold;
}
.bullpen a.active span { background: #006ab8; }

h2.chooser {
line-height: 1.2;
}

.keynotes .session {
padding: 0;
clear: left;
}
.keynotes .session .headshot {
float: left;
margin: 0 12px 0 0;
width: 154px;
}
.keynotes h5 {
font-weight: normal;
padding-bottom: 1em;
}
.keynotes p { padding-bottom: .5em; }
.keynotes h4 { line-height: 1; }

.cochairs .headshot h4 { padding-bottom: .25em; }
.cochairs .headshot h5 {
font-weight: normal;
line-height: 1.3;
padding-bottom: .5em;
}
.keynotes h2, .cochairs h2 { padding-bottom: .25em; }

.track-host {
padding-bottom: 2em;
text-align: center;
}


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

#footer {
position: absolute;
width: 100%;
bottom: 0;
height: 470px;
/*background: url(../img/full-bars2.png) center 244px no-repeat;*/
}
#footer-inner {
background: url(../img/dropshadow.gif) left top repeat-x;
width: 100%;
height: 100%;
}
#footer h6, #footer img { position: absolute; }
#footer h6 {
top: 20px;
width: 210px;
text-align: center;
}
#footer img { top: 45px; }
#footer h6#platinum { left: 15px; }
#footer h6#gold { left: 255px; }
#footer h6#silver, #footer h6#media { left: 495px; }
#footer h6#media { top: 220px; }
#footer h6#others { left: 735px; }

#footer img#wetzel { left: 20px; }
#footer img#google { left: 285px; }
#footer img#gnc { left: 525px; }
#footer img#rocktenn { top: 115px; left: 525px; }
#footer img#hub { top: 240px; left: 562px; }
#footer img#hollywood { left: 761px; }
#footer img#menasha { top: 120px; left: 763px; }
#footer img#vestcom { top: 155px; left: 763px; }
#footer img#dupont { top: 190px; left: 764px; }
#footer img#starlite { top: 250px; left: 755px; }
#footer img#sasr { top: 295px; left: 780px; }

#footer img#boilerplate { top: 380px; left: 186px; }

.dot #footer {
height: 240px;
background-position: center 134px;
}
.dot #footer h6#dot-sponsors {
left: 15px;
width: 930px;
}
.dot #footer img { top: 55px; }
.dot #footer img#boilerplate { top: 160px; }
.dot #footer img#marketinglab { left: 92px; }
.dot #footer img#mechtronics { top: 40px; left: 272px; }
.dot #footer img#menasha { top: 57px; left: 397px; }
.dot #footer img#rand { top: 35px; left: 577px; }
.dot #footer img#tempt { top: 45px; left: 687px; }
.dot #footer img#wetzel { top: 35px; left: 817px; }

/* ---------------
Per-page Changes
--------------- */

#types_page #content h2, #hall_page #content h2, #judges_page #content h2 {
padding: .5em 0 .25em;
text-align: center;
/*background: #e3f5e9;*/
border-bottom: 1px solid #c7c7c7;
margin-bottom: .5em;
}
#bcns_page blockquote {
background: #f7e2ea;
padding: 10px;
margin-bottom: 1.5em;
}
#bcns_page blockquote p { padding: 0; }
#bcns_page #content h3 {
color: #811b4a;
padding-bottom: .5em;
text-align: center;
}
#cochairs_page dl {
text-align: center;
}
#cochairs_page h3 {
border-bottom: 1px solid #fcf4f7;
margin-bottom: .5em;
text-align: center;
}
#benefactors_page #content h2 {
border-bottom: 1px solid #fcf4f7;
margin-bottom: .5em;
}
#benefactors_page .three dl { font-size: 12px; }

#who_page #content .twelve img, #wish_index_page #content img, #featured_index_page #content img {
float: right;
margin: 0 0 1em 30px;
}
#wish_index_page #content img { border: 1px solid #fcf4f7; }

img.ignore {
float: none !important;
margin: 0 0 1.25em !important;
}

#hall_page #content img, #exh_index_page #content img, #about_page #content img {
float: right;
margin: 0 0 15px 15px;
padding: 1px;
border: 1px solid #c7c7c7;
}
#why_page #content img {
margin: 0 0 15px;
padding: 1px;
border: 1px solid #c7c7c7;
}
#hall_page #content h2 { padding-top: .75em; }

#should_page #content .twelve img { margin: 0 195px 1.5em; }

#dot_index_page #enter-now {
float: right;
position: relative;
top: -60px;
z-index: 4;
background: url(../img/profile_holder.jpg) no-repeat;
padding: 85px 25px 0;
height: 260px;
width: 240px;
margin: 0 0 -60px 30px;
}

#enter_page #content h2 {
padding: 0 0 .125em;
text-align: center;
border-bottom: 1px solid #c7c7c7;
margin-bottom: .75em;
}
#enter_page #content form {
position: relative;
top: -20px;
z-index: 4;
background: url(../img/form_holder.jpg) no-repeat;
padding: 105px 25px 0;
height: 330px;
}
#enter_page #content form h2 {
padding: 0;
text-align: left;
border: 0;
margin: 0;
}
#enter_page #content .submit {
margin-left: 5px;
width: 35%;
}
#enter_page .questions {
padding: 6em 0 0;
margin: 0;
}
#enter_page .questions p {
display: block;
background-image: none;
padding: 0;
}
#enter_page #content ol { font-size: 16px; }
#enter_page #content ol ul {
padding-bottom: .25em;
font-size: 14px;
font-weight: normal;
}

#featured_index_page #content img {
clear: right;
border: 1px solid #c7c7c7;
}
#featured_index_page #content table {
float: left;
text-align: center;
margin: .5em 30px 1em 0;
width: 290px;
}

#welcome_page .current-status {
position: relative;
top: -10px;
z-index: 4;
background: url(../img/profile_holder.jpg) no-repeat;
padding: 85px 25px 0;
height: 260px;

background: url(../img/form_holder.jpg) no-repeat;
padding-top: 105px;
height: 330px;
width: 320px;
}
#welcome_page .current-status h2 {
line-height: 1.2;
padding-bottom: .75em;
}
#welcome_page .current-status small { display: block; }
#welcome_page .current-status p { padding: 0; }

#declaration_page textarea, .admin textarea { margin-bottom: 1.25em; }
#featured_submission_page textarea { margin-bottom: .5em; }
#declaration_page textarea:focus, #featured_submission_page textarea:focus, .admin textarea:focus { height: 12em; }

#upload_page button { background-image: url(../img/picture_save.png); }

#board_page #content img {
float: right;
margin: 0 0 30px 30px;
border: 1px solid #c7c7c7;
}

#upload_page #preview-image {
float: right;
margin: 0 0 1em 20px;
text-align: center;
}
#upload_page #preview-image img { border: 1px solid #c7c7c7; }

#ataglance_page dt {
background: #006ab8;
background: #00a13b;
color: white;
padding-left: 5px;
margin-bottom: .5em;
}
#ataglance_page dd ul li {
padding-left: 0;
left: 0;
background-image: none;
}
#ataglance_page table { background: #e3f5e9; }

#travel_page #content img {
border: 1px solid #c7c7c7;
padding: 1px;
margin-bottom: .5em;
}
#travel_page #content h6 {
text-align: right;
margin-bottom: 2em;
}
#travel_page h2 {
text-align: center;
margin: .5em 0;
padding: .75em 10px;
line-height: 1.3;
border: 1px solid #c7c7c7;
border-color: #c7c7c7 #aaa #aaa #c7c7c7;
}

#dot_index_page #content img {
float: right;
margin: 0 0 15px 15px;
}

#rules_page #content img {
float: right;
border: 1px solid #c7c7c7;
padding: 1px;
margin: 0 0 1em 30px;
}

#pdf_page #content ul { margin-left: 16px; }
#pdf_page object { margin-bottom: 1em; }

/* ---------------
Clearfix
--------------- */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


#scroller {
position: fixed;
bottom: 0; left: 0;
}


/* ---------------
Print styles
--------------- */

@media print {

	body, #masthead { background-image: none !important; }
	#masthead ul, #masthead img { display: none; }
	#masthead img#logo, #masthead img#dot_logo { display: block; top: 0; }
	#masthead .container { height: 120px; }
	.dot #masthead .container { height: 150px; }
	.dot #masthead img#logo { top: 20px; left: 230px; }
	
	#content { padding: 0 !important; }
	
	#footer { display: none; }

}