
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/

/* =============================================================================
   Links
   ========================================================================== */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/*stephen just have margin on bottom of paragraphs */
p{ margin: 0 0 1em 0;}

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Stylesheet: rr :: base Modified On 2012-09-05 10:21:15 */




body{
	background:url('/millcolib/layout/rr_body_bg.jpg') no-repeat center top;
	background-color:#000000;
min-width:992px;
}
a{
	color:#ab0006;
	text-decoration:none;
}

a:visited{
	color:#ab0006;
}
a:hover{
	text-decoration:underline;
}

#pageWrapperWrapper{
	margin:auto;
	width:992px;
	height:625px;
	background:url('/millcolib/layout/rr_wrapperwrapper_bg.jpg') no-repeat;
}



#pageWrapper, 
#pageWrapper.rr_home{
	margin:auto;
	width:992px;
	height:625px;
	background:url('/millcolib/layout/rr_story_bg.jpg') -1px 120px no-repeat;
width:expression(document.body.clientWidth < 992? "992px": "auto" );
}

#pageWrapper.default{
	
	background-image:none;
}

#pageWrapper.rr_home{
	background:url('/millcolib/layout/rr_story_bg.jpg') -1px 120px no-repeat;
}

#pageWrapper.rr_piscarius-dig-site{
background:url('/millcolib/layout/burial_bg_piscarius.jpg') -1px 120px no-repeat;
}
#pageWrapper.rr_savariana-dig-site{
	background:url('/millcolib/layout/burial_bg_savariana.jpg') -1px 120px no-repeat;
}
#pageWrapper.rr_brucco-dig-site{
	background:url('/millcolib/layout/burial_bg_brucco.jpg') 0px 120px no-repeat;
}
#pageWrapper.rr_julia-tertia-dig-site{
	background:url('/millcolib/layout/burial_bg_julia.jpg') 0px 120px no-repeat;
}


#pageWrapper.default #storyTitle h2{
	color:white;
	background:url('/millcolib/layout/rr_hr.png') repeat-x left bottom;
}

#pageWrapper.default #storyContent{
	color:#000000;
}


#paginationContainer{
	padding-top:10px;
	height:24px;
}

#nextPage{
	display:inline-block;
	float:right;
	margin-top:-2px;
}
#previousPage{
	display:inline-block;
	float:left;
	margin-top:-2px;
}
#nextPage a{ 
	color:#ffffff;
	background:url('/millcolib/layout/rr_prevnextlink_bg.png') no-repeat right -48px;
	padding:2px 22px 2px 4px;
	
	display:block;
}

#previousPage a{ 
	color:#ffffff;
	background:url('/millcolib/layout/rr_prevnextlink_bg.png') no-repeat left 0px;
	padding:2px 4px 2px 22px;
	display:block;
}



#pageWrapper.rr_home #storyContent{
	color:#431f21;
}

#header {
	height:114px;
}

#header h1{
	margin-bottom:2px;
	margin-top:0px;
	padding-top:0px;
}

#header h1 a{
	display:block;
	margin:0;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	text-decoration:none;
	color:#F8C52E;
	font-size:1.24em;
	line-height:1.2em;
	overflow: hidden;
	height:114px;
	width:660px;
	
}

#header h1 a:hover{
	
}
#header h1 a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size:1px;
	color:white;
}


#menu{
	padding-left:60px;
	margin-top:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	margin-top:-25px;
}

#menu a{
	display:inline-block;
	padding:5px 8px;
	margin: 0;
	font-size:1.25em;
	color:#422222;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.8);



	font-family:arial, verdana, sans-serif;
}	

#menu a:hover{
	text-shadow: 0px 0px 0px transparent;
	}


#menu ul{}
#menu ul li{}
#menu ul, #menu li{
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #222;
}



#content{
	margin:0px 40px 40px 40px;
	padding:40px 30px 10px 40px;
	font-family: times, serif;
	font-size:1.2em;
	line-height:1.1em;
	color:#431f21;
	position: relative;
}

#content.storyContainer{

}

/*dig sites*/


div.rr_piscarius-dig-site #landingPageNavigation,
div.rr_savariana-dig-site #landingPageNavigation,
div.rr_brucco-dig-site #landingPageNavigation,
div.rr_julia-tertia-dig-site #landingPageNavigation
{display:none;}

a.artifact{	
	display:block;
	position:absolute;
	border:0px dotted pink;
}
a.artifact:hover{background-color:pink;}
	
a.artifact span{display:none;}

a.arti_pisc_skeleton{height: 200px; left: 100px;top: 140px;width: 680px;}
a.arti_pisc_skeleton:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_piscarius.jpg') no-repeat 23px -17px;
}

a.arti_brucco_skeleton{height: 199px; left: 150px;top: 140px;width: 594px;}
a.arti_brucco_skeleton:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_brucco.jpg') no-repeat -25px -16px;
}

a.arti_brucco_ewer{height: 90px;left: 740px;top: 130px;width: 90px;}
a.arti_brucco_ewer:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_brucco.jpg') no-repeat -615px -6px;
}

a.arti_brucco_nails{height: 60px;left: 740px;top: 220px;width: 90px;}
a.arti_brucco_nails:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_brucco.jpg') no-repeat -615px -96px;
}
a.arti_brucco_pottery{height: 60px;left: 740px;top: 280px;width: 90px;}
a.arti_brucco_pottery:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_brucco.jpg') no-repeat -615px -156px;
}




a.arti_julia_skeleton{height: 199px; left: 150px;top: 140px;width: 594px;}
a.arti_julia_skeleton:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_julia.jpg') no-repeat -26px -256px;
}

a.arti_julia_bracelet{height: 70px; left: 130px;top: 130px;width: 100px;}
a.arti_julia_bracelet:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_julia.jpg') no-repeat -6px -6px;
}

a.arti_julia_plaque{height: 60px; left: 505px;top: 125px;width: 80px;}
a.arti_julia_plaque:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_julia.jpg') no-repeat -381px -1px;
}

a.arti_julia_jug{height: 80px; left: 670px;top: 125px;width: 125px;}
a.arti_julia_jug:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_julia.jpg') no-repeat -545px -1px;
}

a.arti_julia_earrings{height: 50px; left: 485px;top: 300px;width: 100px;}
a.arti_julia_earrings:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_julia.jpg') no-repeat -360px -176px;
}


a.arti_savariana_skeleton{height: 100px; left: 150px;top: 195px;width: 570px;}
a.arti_savariana_skeleton:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_savariana.jpg') no-repeat -27px -311px;
}

a.arti_savariana_teeth{height: 70px; left: 185px;top: 130px;width: 60px;}
a.arti_savariana_teeth:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_savariana.jpg') no-repeat -62px -6px;
}

a.arti_savariana_coins{height: 60px; left: 280px;top: 125px;width: 80px;}
a.arti_savariana_coins:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_savariana.jpg') no-repeat -157px -1px;
}

a.arti_savariana_pottery{height: 90px; left: 720px;top: 125px;width: 80px;}
a.arti_savariana_pottery:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_savariana.jpg') no-repeat -597px -1px;
}

a.arti_savariana_bangles{height: 50px; left: 365px;top: 160px;width: 80px;}
a.arti_savariana_bangles:hover{background:url('/uploads/images/dig_sites/rollovers_sprite_savariana.jpg') no-repeat -242px -35px;
}

#storyTitle h2{
	height:35px;
	padding:0px 20px 0px 00px;
	margin:0px 0px 10px 0px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#431f21;
	font-weight:normal;
}

#storyTitle.landingPageTitle h2{
	padding:0px 20px 0px 340px;
}

.rr_julia-tertia-dig-site #storyTitle.landingPageTitle h2,
.rr_piscarius-dig-site #storyTitle.landingPageTitle h2,
.rr_savariana-dig-site #storyTitle.landingPageTitle h2,
.rr_brucco-dig-site #storyTitle.landingPageTitle h2{color:#FFFFFF;}

#storyTitle.rr_home{display:none;}

#storyTitle.noImage h2{padding-left:0px;}


#storyImage{
	height:260px;
	width:381px;
	margin-right:25px;
	float:left;
	overflow:hidden;
}

#storyImage.landingPageImage{
	width:368px;
	height:412px;
	margin:-7px 0px 0px -22px;
}

#storyImage img{max-width:377px;}


#storyContent{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:18px;
	width:420px;
	float:left;
	height:260px;
}

div.default #storyImage, div.default #storyContent{
	height:310px;
}

div.default #storyContentText{
	height:180px;
}

div.default #storyContentText.noIcons{
	height:300px;
	overflow:auto;
}

#storyContent.landingPageContent{
	width:480px;
	height:126px;
}

#landingPageIcons{
	padding-right:160px;
	height:125px;
	margin-top:120px;
}

#landingPageNavigation{}


#storyContent.noImage{
	width:820px;
}

#storyContent.rr_resources{
	width:840px;
	height:400px;
	overflow:visible;

}

#googleMapContainer{
width:400px;
margin-right:15px;
float:left;
	border:5px solid white;
	-moz-box-shadow: 5px 5px 5px 5px #222;
	-webkit-box-shadow: 5px 5px 5px 5px #222;
	box-shadow: 5px 5px 5px #222;
	behavior: url(/millcolib/PIE-1.0.0/PIE.htc);

}

.column{width:49%;float:left;}

#storyContent.rr_home{
	width:840px;
	height:400px;
	overflow:visible;
	margin-top:-10px;
	margin-left:-10px;
}

/* not too tight to top, aim for middle RC*/
#storyContent.rr_home p{
	margin:20px 0px 4px 0px;
	padding:0px 0px 0px 140px;
	font-size:1.3em;
	line-height:1.2em;
}


/* ok images should be the ones with texture, will replace RC*/

table#storyRoundelTable{width:100%;padding:0;margin-left:-3px;margin-top:10px;}
table#storyRoundelTable td{margin:0;padding:0;text-align:center;}
table#storyRoundelTable a{
	display:block;
	width:215px;
	border:0px dotted orange;
	padding-top:219px;
	text-align:center;
	background:url('/millcolib/layout/rr_home_roundel_sprite.jpg') no-repeat 0px 0px;
}

table#storyRoundelTable a#storyRoundel4{background-position:-0px 0px;}
table#storyRoundelTable a#storyRoundel4:hover{background-position:0px -240px}

table#storyRoundelTable a#storyRoundel3{background-position:-215px 0px;}
table#storyRoundelTable a#storyRoundel3:hover{background-position:-215px -240px}

table#storyRoundelTable a#storyRoundel2{background-position:-430px 0px;}
table#storyRoundelTable a#storyRoundel2:hover{background-position:-430px -240px}

table#storyRoundelTable a#storyRoundel1{background-position:-645px 0px;}
table#storyRoundelTable a#storyRoundel1:hover{background-position:-645px -240px}

table#storyRoundelTable a:hover{
	color:#431f21;
}




#landingPageNavigation table#storyRoundelTable{
	width:430px;
	padding:0;
	margin-left:350px;
	margin-top:3px;
}

#landingPageNavigation table#storyRoundelTable a{
	width:109px;
	padding-top:99px;
	display:block;
	margin-right:10px;
	font-size:0.9em;
	text-align:center;
	background:url('/millcolib/layout/rr_story_roundel_sprite.jpg') no-repeat 0px 0px;

}


#landingPageNavigation table#storyRoundelTable a#storyRoundel4{background-position:-0px 0px;}
#landingPageNavigation table#storyRoundelTable a#storyRoundel4.active,
#landingPageNavigation table#storyRoundelTable a#storyRoundel4:hover{background-position:0px -120px}

#landingPageNavigation table#storyRoundelTable a#storyRoundel3{background-position:-108px 0px;}
#landingPageNavigation table#storyRoundelTable a#storyRoundel3.active,
#landingPageNavigation table#storyRoundelTable a#storyRoundel3:hover{background-position:-108px -120px}

#landingPageNavigation table#storyRoundelTable a#storyRoundel2{background-position:-215px 0px;}
#landingPageNavigation table#storyRoundelTable a#storyRoundel2.active,
#landingPageNavigation table#storyRoundelTable a#storyRoundel2:hover{background-position:-215px -120px}

#landingPageNavigation table#storyRoundelTable a#storyRoundel1{background-position:-323px 0px;}
#landingPageNavigation table#storyRoundelTable a#storyRoundel1.active,
#landingPageNavigation table#storyRoundelTable a#storyRoundel1:hover{background-position:-323px -120px}



a.druccoLink{
	display:block;
	padding:6px 0px 6px 116px;
	background:url('/millcolib/layout/rr_story_roundel_sprite.jpg') no-repeat 0px 0px;
}













a.modal{ }
.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 190;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 200;
	background: #fff;
	border: solid 8px #000;
	width:400px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.close-window {
	position: absolute;
	width: 47px;
	height: 47px;
	right: -23px;
	top: -23px;
	background: transparent url(/millcolib/close-button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

#flashcontent {
 width:98%;
 height:250px;
 margin:auto;
 text-align:center;
 }



#footer{
	clear:both;
	margin:auto;
	width:992px;
	height:125px;
}

#footerLogos{
	width:420px;
	float:left;
	padding:20px 0 0 32px;
	
}

#footerLogos a{
	display:block;
	width:125px;
	height:60px;
	margin-right:3px;
	float:left;
}

#footerLogos a span{display:none;}

#footerText{
	width:450px;
	font-size:0.9em;
	line-height:1.4em;
	float:right;
	text-align:right;
	color:#ffffff;
	padding:20px 0 0 0;
}
#footerText a{color:#CA5B01;}
/* Stylesheet: rr :: layout and typography Modified On 2013-04-23 11:20:34 */

#storyImageWrapper{
	width:377px;
	height:256px;
}





#storyImageWrapper img{
	border:2px solid white;
	-moz-box-shadow: 3px 3px 7px 3px #afaaa1;
	-webkit-box-shadow: 3px 3px 7px 3px #afaaa1;
	box-shadow: 3px 3px 7px 3px #afaaa1;
	behavior: url(/millcolib/PIE-1.0.0/PIE.htc);

}





#storyNavigation{
	clear:both;
	height:95px;
	padding-top:6px;
	background:url('/millcolib/layout/rr_story_navigation_bg.png') no-repeat -6px -1px;
}

#storyNavigation.modal_storyNavigation{
	background:url('/millcolib/layout/rr_story_navigation_modal_bg.png') no-repeat -5px -3px;
}

#storyPrevious{
	height:95px;
	width:193px;
	float:left;
}
#storyPrevious a, div.storyPreviousNone{
	display:block;
	height:95px;
	width:193px;
	background:url('/millcolib/layout/rr_story_navigation_previous.png') no-repeat 142px -3px;
}

#storyPrevious a:hover{
	background:url('/millcolib/layout/rr_story_navigation_previous.png') no-repeat 142px -193px;
}
div.storyPreviousNone{
	background:url('/millcolib/layout/rr_story_navigation_previous.png') no-repeat 142px -98px;
}
#storyPrevious a span{
	display:none;
}

#storyNavIcons{
	height:72px;
	width:441px;
	float:left;
	overflow:hidden;
	padding-top:12px;
	padding-left:8px;
}



div.storyOffset_1{ margin-left:-88px;}
div.storyOffset_2{ margin-left:-176px;}
div.storyOffset_3{ margin-left:-264px;}
div.storyOffset_4{ margin-left:-352px;}
div.storyOffset_5{ margin-left:-440px;}
div.storyOffset_6{ margin-left:-528px;}
div.storyOffset_7{ margin-left:-616px;}
div.storyOffset_8{ margin-left:-704px;}
div.storyOffset_9{ margin-left:-792px;}
div.storyOffset_10{ margin-left:-880px;}


#storyNavIcons a{
	display:inline-block;
	width:72px;
	margin-right:16px;
	height:72px;
	border:0px dotted green;
}


#storyNavIcons a span{
	display:block;
	height:72px;

}
#storyNavIcons a span{
	background-image:url('/millcolib/layout/rr_story_navIconsSheet.png');
}

#storyNavIcons.rr_parent_brucco-dig-site a span{
	background-image:url('/millcolib/layout/rr_story_navIconsSheet_Brucco.png');
}
#storyNavIcons.rr_parent_brucco-dig-site a span span{background:none;}

#storyNavIcons.rr_parent_brucco-dig-site a span{
	background-image:url('/millcolib/layout/rr_story_navIconsSheet_Brucco.png');
}
#storyNavIcons.rr_parent_brucco-dig-site a span span{background:none;}


#storyNavIcons.rr_parent_julia-tertia-dig-site a span{
	background-image:url('/millcolib/layout/rr_story_navIconsSheet_Julia.png');
}
#storyNavIcons.rr_parent_julia-tertia-dig-site a span span{background:none;}

#storyNavIcons.rr_parent_savariana-dig-site a span{
	background-image:url('/millcolib/layout/rr_story_navIconsSheet_Savariana.png');
}
#storyNavIcons.rr_parent_savariana-dig-site a span span{background:none;}

#storyNavIcons.rr_parent_piscarius-dig-site a span{
	background-image:url('/millcolib/layout/rr_story_navIconsSheet_Piscarius.png');
}
#storyNavIcons.rr_parent_piscarius-dig-site a span span{background:none;}


#storyNavIcons a span.navIconID_1{background-position:0px 0px;}
#storyNavIcons a span.navIconID_2{background-position:0px -72px;}
#storyNavIcons a span.navIconID_3{background-position:0px -144px;}
#storyNavIcons a span.navIconID_4{background-position:0px -216px;}
#storyNavIcons a span.navIconID_5{background-position:0px -288px;}
#storyNavIcons a span.navIconID_6{background-position:0px -360px;}
#storyNavIcons a span.navIconID_7{background-position:0px -432px;}
#storyNavIcons a span.navIconID_8{background-position:0px -504px;}
#storyNavIcons a span.navIconID_9{background-position:0px -576px;}
#storyNavIcons a span.navIconID_10{background-position:0px -648px;}
#storyNavIcons a span.navIconID_11{background-position:0px -720px;}

#storyNavIcons a span span{background:transparent;}
#storyNavIcons a span.current1 span{
	background:url('/millcolib/layout/rr_story_navIcons_highlight.png') no-repeat /*0px 1px */ -1px -1px;
height: 77px; width: 77px;
}

#storyNavIcons a span span span{display:none;}

#storyNext{
	height:95px;
	width:183px;
	float:left;
}
#storyNext a, div.storyNextNone{
	display:block;
	background:url('/millcolib/layout/rr_story_navigation_next.png') no-repeat -4px -3px;
	height:95px;
	width:183px;
}

div.modal_storyNavigation #storyNext, div. modal_storyNavigation #storyNext a{
width:100px;

}
#storyNext a span{
	display:none;
}
#storyNext a:hover{
	background:url('/millcolib/layout/rr_story_navigation_next.png') no-repeat -4px -193px;
}

div.storyNextNone{
	background:url('/millcolib/layout/rr_story_navigation_next.png') no-repeat -4px -98px;
}

img.showtip{}

table#rrGoogleMap{
font-size:0.8em;
line-height:1em;
}

.infobox {width: 220px;white-space:nowrap;}


.cggm_infowindow {
width: 280px;
font-size:0.8em;}


div.rr_root_the-dig-sites div#modaltextText,
div#modaltextText{
	height:180px;
	overflow:auto;
}
div.noNav div#modaltextText{
	height:270px;
}





div.rr_root_the-dig-sites div#modaltext.noIcons div#modaltextText,
div#modaltext.noIcons div#modaltextText
{
	height:300px;
}

div#modaltextIcons em{font-style:normal;}

a.ltts, a.gtts, a.gtd, a.hdwkt, a.hdwk{
	display:block;
	width:120px;
	height:20px;
	float:right;
	text-align:center;
	line-height:1em;
	background:url('/millcolib/layout/rr_icons_sprite.png') no-repeat;
	padding:64px 0px 0px 0px;
	font-family:Times New Roman, Times, serif;
	font-size:1em;
	cursor:pointer;
}
a.gtd{background-position:0px 0px;}
a.gtd:hover{background-position:-120px 0px;}
a.gtts{background-position:0px -100px;}
a.gtts:hover{background-position:-120px -100px;}
a.hdwkt{background-position:0px -200px;}
a.hdwkt:hover{background-position:-120px -200px;}
a.ltts{background-position:0px -300px;}
a.ltts:hover{background-position:-120px -300px;}



/* overloading webplayer styles */

p.ytLink .ywp-page-btn-play, p.ytLink .ywp-page-play-pause{
  background-image: none;
	width:0px;
}

#lttsContent{
	height:439px;
	width:826px;
	display:none;
	background:url('/millcolib/layout/rr_yt_bg.jpg') no-repeat;
	position:absolute;
}
#scientistPic{
	float:left;
	margin-top:30px;
}

#youtube-player-container{
	margin-left:280px;
	margin-top:40px;
}

#lttsContent.visibleScientist{
	display:block;
	margin-top:-419px;
	z-index:123;
}


div.default #lttsContent.visibleScientist{
	margin-top:-419px;
	margin-left:80px;
}

#lttsContent.visibleScientistNoNav{
	margin-top:-311px;
}


/* Stylesheet: rr :: shared Modified On 2012-11-07 09:02:19 */
