/* Common stylesheet across all pages */

body {
    background: #1D394F url(../images/bg-gradient.jpg) repeat-x;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    padding: 5px 0 0 0;
}

/* Headings / Text
----------------------------------------------- */
h1 { /* h1 should appear only in #header */
    font-size: 1.3333em;
}
h2 {
    color: #fff;
    font-size: 2.5em;
    margin: 0 0 5px 0;
    text-align: right;
}
h2 span {
    color: #ccc;
}
#innovation-detail h2 {
    text-align: left;
}
p {
    margin: 0.5em 0;
}
strong {
    font-weight: bold;
}
/** END Headings / Text ----------------------- */

/* Links----------------------------------------------- */
/* Maintain the order below */
a:link {
    color: #736862;
    text-decoration: none;
}
a:visited {
    color: #736862;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
/** END Links --------------------------------- */

/* Page - main container
----------------------------------------------- */
#page {
    left: 50%;
    margin-left: -500px;
    position: relative;
    width: 1000px;
}
/** END Page ---------------------------------- */

/* Header
----------------------------------------------- */
#header {
    height: 160px;
    position: relative;
    z-index: 10;
}
#header h3 {
    color: #fff;
    clear: both;
    font-size: 1.1667em;
    margin: 0;
    text-align: left;
}
#header ul li {
    float: left;
    padding-right: 10px;
}
#header a {
    color: #fff;
}
/** END Header -------------------------------- */

/* Section Navigation
----------------------------------------------- */
#section-nav img {
    display: block;
    margin: 0 auto;
}
/** END Section Navigation -------------------- */

/* Content
----------------------------------------------- */
#content {
    margin-top: -20px;
}
/** END Content ------------------------------- */

/* Sidebar
----------------------------------------------- */
#sidebar {
    width: 264px;
}
#game-list #sidebar,
#innovation-list #sidebar {
    float: left;
    margin-right: 4px;
}
/** END Sidebar ------------------------------- */

/* Page Description
----------------------------------------------- */
#page-description {
    background: #1c6fbd;
    color: #fff;
    height: 312px; /* 480px - ((24px height for each button) * 3) - (10px padding)*/
    padding-top: 10px;
}
#page-description h3 {
    background: url(../images/border-white-on-blue1.gif) repeat-x left bottom;
    color: #ccc;
    font-size: 1.5em;
    margin: 0 12px 14px 12px;
    padding-bottom: 4px;
}
#page-description p {
    margin-left: 10px;
    margin-right: 10px;
}
/** END Description --------------------------- */

/* Tools
----------------------------------------------- */
#tools a {
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 0 10px;
}
#tools a:hover {
    color: #1C6FBD;
}
#tools li.button-0 a:hover {
    color: #acd5f2;
}
#tools li.button-0 {
    background: #1049a3;
}
#tools li.button-1 {
    background: #5fade3;
}
#tools li.button-2 {
    background: #80bfea;
}
#tools li.button-3 {
    background: #acd5f2;
}
/** END Tools --------------------------------- */

/* Innovation Categories Nav
----------------------------------------------- */
#innovation-categories {
    background: #1c6fbd;
    color: #fff;
    height: 446px; /* 480px - ((24px height for each button) * 3) - (10px padding)*/
    margin-top: 10px;
}
/** END Innovation Categories Nav ------------- */

/* Photo Gallery
----------------------------------------------- */
#photo-gallery {
    background: #469cd7;
    float: left;
    margin: 0 9px 5px 0;
    width: 470px;
}
/** END Photo Gallery ------------------------- */

/* Innovation Details
----------------------------------------------- */
#innovation-details {
    background: #1c6fbd;
    float: left;
    width: 521px;
}
/** END Innovation Details -------------------- */

/* Main Content
----------------------------------------------- */
#thumbnail-list {
    /* background: url(../images/thumbnail-list-bg.gif); */
    float: left;
    height: 399px;
    width: 732px;
}
#thumbnail-list dl {
    background: #469cd7;
    display: inline;
    float: left;
    height: 128px;
    margin: 0 0 5px 5px;
    position: relative;
    width: 361px;
}
#thumbnail-list dl dt,
#thumbnail-list dl dd {
    float: right;
    padding-right: 6px;
    width: 185px;
}
#thumbnail-list dl dt {
    font-size: 1.1667em; /* 14px */
    font-weight: bold;
    padding-top: 5px;
}
#game-list #thumbnail-list dl dt,
#innovation-list #thumbnail-list dl dt,
#video-list #thumbnail-list dl dt {
    margin-bottom: 4px;
}
#thumbnail-list dl dt a {
    color: #fff;
    text-decoration: underline;
}
#thumbnail-list dl dt a:hover {
    text-decoration: none;
}
#thumbnail-list dl dd {
    color: #039;
}
#thumbnail-list dl dd.thumbnail {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 156px;
}
#thumbnail-list dl dd.thumbnail img {
    display: block;
    margin: 4px 0 4px 4px;
}
#thumbnail-list dl dd.description {
    color: #fff;
    /* height: 45px; */
    margin-bottom: 4px;
}
#thumbnail-list dl dd.posted {
    color: #039;
}
#thumbnail-list dl dd.length,
#thumbnail-list dl dd.posted {
    font-size: 0.8333em;
}
/** END Main Content -------------------------- */

/* Rate This
----------------------------------------------- */
#rate-this {
    background: #acd5f2 url(../images/rate-this-bg.gif) no-repeat;
}
#rate-this p {
    line-height: 20px;
    margin: 0 0 0 283px;
}
#rate-this p img {
    margin: 0 7px;
    vertical-align: middle;
}
#innovation-details {
    margin-top: -21px;
}
/** END Rate This ----------------------------- */

/* Footer
----------------------------------------------- */
#footer {
    background: url(../images/footer-bg.gif) repeat-x;
    height: 133px;
    margin: 0 0 7px 0;
}
/** END Footer -------------------------------- */

/* Misc: Other
----------------------------------------------- */
#preload-images {
    display: none;
}

/* Misc: Classes (for use anywhere)
----------------------------------------------- */
.hidden {
    display: none;
}
/* Misc: Fixes
*---------------------------------------------- */
/* BEGIN Clearfix: Allows clearing of floats without structural markup. 
   More info: http://tinyurl.com/dh352 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Holly Hack targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Holly Hack targets IE Win only \*/
/* END Clearfix */
.clear {
    clear: both;
}

/* Misc: Temporary - For testing only
*---------------------------------------------- */

/** END Misc  --------------------------------- */


/* Video: LEARN Section - Edited by Sandro (7/20)
*---------------------------------------------- */
#externalPlayer {
	position: absolute;
	background-color: #000;
	background-image: url("images/loading.jpg");
	background-repeat: no-repeat;
	top: 170px;
}
/** END Video  --------------------------------- */
