﻿/* Reset */
@import url('reset.css');

/* Layout */
body								{ text-align: center; margin: 0; font-family: Arial; font-size: 67%; }
#page								{ width: 960px; margin: 0 auto; text-align: left; overflow: hidden; }
#leftColumn							{ width: 180px; float: left; padding: 187px 10px 50px 10px; }
#rightColumn						{ width: 180px; float: left; padding: 187px 10px 50px 10px; }
#content							{ padding: 30px 0; text-align: center; float: left; width: 560px; }
#content-wrapper					{ text-align: left; }
ul#BreadCrumb						{ text-align: left; margin-bottom: 15px; overflow: hidden; border-bottom: 1px solid #ccc; padding: 0 0 5px 0; }
ul#BreadCrumb li					{ float: left; padding: 0 5px 0 0; }

/* Default text styles */
a, a:visited, a:active				{ color: #3680e4; text-decoration: none; }
a:hover								{ text-decoration: underline; color: #cb2c7c; }
h1									{ font-size: 1.7em; margin: 0 0 15px 0; }
h2									{ font-size: 1.5em; margin: 0 0 10px 0; }
h3									{ font-size: 1.3em; margin: 0 0 5px 0; }
p									{ margin: 0 0 15px 0; }
p.intro								{ font-weight: bold; }
p.intro i							{ font-size: 0.9em; font-weight: normal; }
p.disclaimer						{ font-size: 0.9em; font-style: italic; color: #999;}

/* frontpage */
#frontpageEgg						{ height: 570px; background: url('../images/eggFrame.jpg') no-repeat center top; opacity:0.8; filter:alpha(opacity=30); }
#frontpageEgg #searchbox-wrapper	{ top: 150px; }

/* Content template */
#content-wrapper ul					{ list-style-type: circle; margin: 0 0 15px 30px; }
#content-wrapper ul li				{ padding: 2px 0;  }
#content-wrapper table				{ margin: 0 0 20px 0; width: 100%; }
#content-wrapper table	td			{ padding: 2px 0; }
#content-wrapper table .header td	{ border-bottom: solid 1px #111; font-weight: bold; }
.center								{ text-align: center; }

/* Column Box */
.columnBox							{ position: relative; width: 160px; background: Transparent url('../images/columnBoxBg.png') repeat-y top left; padding: 15px 10px; margin: 0 0 20px 0; }
img.columnBoxBottom					{ position: absolute; bottom: 0px; left: 0px; }

#blogFeed							{}
#blogFeed li						{ padding: 0 0 10px 0; }

#blogFeed h3						{ }
#blogFeed span.date					{ color: #666; display: block; margin: 0 0 2px 0; }
#blogFeed p							{ margin: 0 0 5px 0; }

/* Searhbox */
#searchbox-wrapper					{ position: relative; height: 128px; margin-bottom: 30px; width: 560px; }
#searchBox							{ width: 524px; height: 107px; margin: 0 auto; background-repeat: no-repeat; position: relative;  background-image: url('../images/searchBoxBg.jpg'); }
#searchBox input					{ position: absolute; border: 0; background: Transparent; }
#searchBox .queryInput				{ left: 15px; top: 50px; height: 18px; width: 400px; padding: 4px 10px 2px 10px; }
#searchBox .searchButton			{ left: 452px; top: 48px; height: 30px; width: 60px; cursor: pointer; }

#searchBox .watermarkOn				{ color: #ccc; font-style: italic; }
#infoUrl							{ position: absolute; right: 19px; bottom: 0px; color: #fff; text-decoration: none; }
#movieUrl							{ position: absolute; right: 40px; bottom: -2px; color: #fff; text-decoration: none; }
#home								{ position: absolute; left: 0px; top: 0px; width: 420px; height: 30px; font-size: 9px; }
#about								{ position: absolute; left: 20px; bottom: 3px; color: #163588; }
#about a, a:active, a:visited		{ text-decoration: none; color: #163588; }
#about a:hover						{ text-decoration: underline; }
#about span.pink					{ color: #cb2c7c; }
#about span.brown					{ color: #5d5153; }
#about span.babyBlue				{ color: #70a3cb; }

/* The Egg */
#theEgg								{ position: relative; text-align: center; }
#theEgg .eggContainer				{ height: 567px; width: 548px; background: url('../images/eggBg.png') no-repeat; margin: 0 auto; text-align: left; }
.eggContainer div a					{ margin: 0 5px; display: inline-block; }
.eggContainer img					{ cursor: pointer; }
div.dbWrapper						{ position: relative; display: inline-block; margin: 0; width: 100px; overflow: hidden; }
.badge								{ background: Transparent url('../images/badgeBg.png') no-repeat top left; width: 31px; padding: 2px 0; color: #9cb969;
      								  z-index: 900; position: absolute; left: 69px; top: 0px; font-size: 10px; text-align: center; }

.eggContainer .row					{ position: absolute; text-align: center; }
.eggContainer .row ul				{ overflow: hidden; margin: 0 auto; /*background: rgba(0,0,0,0.3);*/ }
.eggContainer .row ul li			{ floaT: left; text-align: center; }
.eggContainer .r1					{ left: 109px; top: 0px; height: 60px; width: 328px; padding-top: 23px; }
.eggContainer .r2					{ left: 54px; top: 95px; height: 63px; width: 438px; padding-top: 10px; }
.eggContainer .r3					{ left: 23px; top: 180px; height: 61px; width: 500px; padding-top: 10px; }
.eggContainer .r4					{ left: 7px; top: 264px; height: 60px; width: 533px; padding-top: 10px; }
.eggContainer .r5					{ left: 1px; top: 347px; height: 59px; width: 545px; padding-top: 10px; }
.eggContainer .r6					{ left: 1px; top: 430px; height: 59px; width: 545px; padding-top: 6px; }

/* Modal popup */
.childModal							{ display: none; position: absolute; top: 120px; width: 300px; background: #FFFFCC; 
           							  border: 1px solid #a9b5b3; padding: 10px; text-align: left; color: #123285; }
.childModal	ul						{ margin: 0 0 20px 0; }
.childModal	ul li					{ text-transform: capitalize; }
.closeModal							{ text-transform: lowercase; }
.helpModal							{ text-transform: lowercase; float: right; }

/* McMaster styles */
.mcmaster-resultcount				{ font-size: 12px; font-style: italic; color: #cb2c7c; }
.mcmaster_resultlist				{ }
.mcmaster_resultlist li				{ padding: 5px; }
.mcmaster_resultlist li.alt			{ background-color: #d8eaf5; }

/* human atlas */
#human-atlas-wrapper				{ text-align: center;  height: 480px; }

/* video player */
#player								{ display: block; width: 520px; height: 330px;}


