@import "reset.css"; /* set default styling across browsers */

/* -------------------------------------------------------------- 
   layout -- box sizes, position, backgrounds
-------------------------------------------------------------- */
body {
    background-color: white;
    text-align: center;
}
#page, #footer {
    width: 980px;
}
#page {
    background: url('../images/design/content-bg.jpg') repeat-y scroll left top;
	margin: 30px auto 0 auto;
	text-align: right;
	position: relative;
	overflow: auto;
}
#content {
    margin-right: 105px;
    margin-top: 116px;
    text-align: left;
	background: url('../images/design/lightning-bolt-with-margin.png') no-repeat scroll left top;
	overflow: auto;
}
#footer {
    margin: 0px auto 20px auto;
	width: 980px;
	background: url('../images/design/footer-bg.jpg') no-repeat scroll left top;
	padding-top: 100px;
}
.navskip {
    position: absolute;
    top: -10px;
    bottom: -10px;
}
.float-right {
    float: right;
	display: inline; /* fixes IE double-margin bug */
    margin: 0 0 14px 14px;
}
.float-left {
    float: left;
	display: inline; /* fixes IE double-margin bug */
    margin: 0 14px 14px 0;
}
.clear {
    display: block;
    clear: both;
}
.clear-right {
    clear: right;
}
.clear-left {
    clear: left;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.align-justify {
    text-align: justify !important;
}
.sponsor {
    margin-top: 10px;
    background-color: white;
    padding: 10px;
    border: 1px solid #757073;
}
.ingenuity-background {
    background: url('../images/logos/ingenuity-bg.jpg') repeat-x scroll left top;
}

/* -------------------------------------------------------------- 
   headers -- replacing h1 tags in a city near you
-------------------------------------------------------------- */
#header h1 {
    visibility: hidden;
    height: 72px;
}
#home #header {
    background: url('../images/design/headers/home.png') no-repeat right top;
}
#details #header {
    background: url('../images/design/headers/details.png') no-repeat right top;
}
#booking #header {
    background: url('../images/design/headers/booking.png') no-repeat right top;
}
#credits #header {
    background: url('../images/design/headers/credits.png') no-repeat right top;
}
#photos-videos #header {
    background: url('../images/design/headers/photos-videos.png') no-repeat right top;
}
#press-room #header {
    background: url('../images/design/headers/press-room.png') no-repeat right top;
}

/* -------------------------------------------------------------- 
   menu -- styles for the top menu bar
-------------------------------------------------------------- */
#menu {
	background: url('../images/design/navigation-bg.jpg') no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 100px;
}
ul#menu li {
    display: block;
    position: absolute;
    height: 26px;
    top: 37px;
}
ul #menu li img {
    border: 0px;
}
#home-nav {
    left: 73px;
    width: 151px;
}
#booking-nav {
    left: 304px;
    width: 117px;
}
#credits-nav {
    left: 513px;
    width: 122px;
}
#photos-videos-nav {
    left: 715px;
    width: 194px;
}

/* -------------------------------------------------------------- 
   gallery -- just a little something
-------------------------------------------------------------- */
ul#gallery {
	float: right;
	clear: both;
	width: 500px;
	text-align: left;
}
ul#gallery li {
	display: inline;
}
ul#gallery li img {
	margin: 5px;
	padding: 5px; /* to prevent margin-collapsing */
}


/* -------------------------------------------------------------- 
   typography -- fonts, sizes, and text spacings
-------------------------------------------------------------- */

html, body {
	font-family: "Lucida Console", Lucida, "Gill Sans", "Franklin Gothic";
    font-size: 14px;
    line-height: 120%;
    color: black;
}
h3 {
    font-size: 18px;
    font-weight: bold;
}
p {
	margin-bottom: 14px;
}
#content p,
#content h2,
#content h3 {
	width: 500px;
	line-height: 144%;
}
strong {
    font-weight: bold;
}
p.news-quote {
    color: #DC6335;
    width: 279px;
    margin-left: 28px !important;
    margin-top: 32px;
    float: right;
	display: inline; /* fixes IE double-margin bug */
    text-align: left;
}
p.news-quote {
    text-indent: -0.5em;
}
a {
    color: #DC6335;
    text-decoration: underline;
}
span.publication-name {
    display: block;
    font-style: italic;
    text-align: right;
    margin-right: 48px;
}
#footer {
    color: #DC6335;
    text-align: center;
}
#footer a {
    color: #DC6335;
    text-decoration: underline;
}

/* Automatically generate quotation marks around 'q' tag */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before { content: open-quote; }
q:after  { content: close-quote; }
/* Safari support for css quotes */
q:before   { content: '\201C'; }
q:after    { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after  { content: '\2019'; }

/* -------------------------------------------------------------- 
   news ticker
-------------------------------------------------------------- */

.newsticker {
	list-style-type: none;
}
