/* Styles common to all pages */
html {
	height:100%;
}
      
a:link {
    color:#990000;
	text-decoration: none ;
	font-weight:bold;
        }

a:visited, a:hover { 
    color:#670000;
	text-decoration: none ;
	font-weight:bold;
      }
      
a.bibLink:link {
    color:#990000;
	text-decoration: none ;
	font-weight:normal;
        }

a.bibLink:visited, a.bibLink:hover { 
    color:#670000;
	text-decoration: none ;
	font-weight:normal;
      } 

body {
	background-color : #F7E1C7;
	font-family:Verdana, Arial, Helvetica, sans-serif sans-serif;
	font-size:13px; 
	margin:0px;
	height:100%;
	background-image:url(/web/20100407173828im_/http://usepigraphy.brown.edu/images/bg.gif);
	background-repeat:repeat-y;
	background-position:right;

 }
#container {
	background-image:url(/web/20100407173828im_/http://usepigraphy.brown.edu/images/nav_stamp.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:100%;
	}
/*hack for IE6 and below which doesn't understand min-height. */
* html #container {
	height:100%;
}

h2 {
	color:#003300;
	font-size:20px;
	font-weight:normal;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif sans-serif;
}

h3 {
	color:#670000;
	font-size:16px;
	padding-top:10px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif sans-serif;
}

h4	{
	color:#000000;
	font-size:14px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif sans-serif;
	}
		  
#sidebar
{
	float:right;
	width:180px;
	padding:20px 10px 10px 15px;
	color:#FFFFFF;
}
#sidebar a{
	color:#FFFFFF;
	}
	
#sidebar ul
{
	list-style-type:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}
#sidebar ul li
{
	padding-bottom:15px;
}

#main {
	margin:0px 250px 0px 35px;
	padding:20px 0px 20px 0px;	
}

td.attributes {
	line-height: 11px;
}

/*styles for collection.html and for files in collection folder*/
#main ul.collection
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#main ul.collection li
{
	padding-bottom:13px;
	padding-top:13px;
	border-bottom:1px solid #CCCCCC;
}

/* styles for collection.html mainly */
#main span.collName
{
	font-size:14px;

}

#main span.collLinks {
	margin-left:20px;
}

/* Pages with inscriptions in a collection (collections folder) */
#main img.thumb {
	float: left;
	margin-right: 10px;
}

#main p.info {
	font-size:11px;
	margin-left: 50px;
}

#main p.citeOnlyepinum
{
}
#main div.citeOnlycitation{
	padding-left: 10px;
}
#main div.citeOnlycitation p{
	margin:4px;
}


/* Styles for refList.html, also used in files in refs folder*/

#main ul.bibliography {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#main ul.bibliography li{
	padding-bottom:10px;
	padding-top:10px;
}


/*for pages in refs folder*/
#main span.epinum { 
	margin-left:20px;
}

#main span.ref { 
}


/* Styles for pages with a single inscription on them  (files
   in directory "inscriptions" */
#main div.summary {
	padding-left: 10px;
}
#main div.summary p {
	margin:2px;
}
#main table.attributes td.attributes
{	padding:0px 3px 6px 10px;
	font-size:13px;
}

#main div.bibl {
	padding-left: 10px;
/*	text-indent: 10px; */
	
}
#main div.bibl p {
	margin:2px;
}

#main div.images {
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #CCCCCC;
}

#footer {
	font-size:10px;
	margin-top:100px;
	text-align:center;
	padding-bottom:40px;
	border-bottom:1px solid #CCCCCC;
}

#main div.edition {
	padding-left: 10px;
}

#main div.edition table {
	font-size: 13px;
}
/* Styles to enable mouseover image changing */
ul#images {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	background: url('/web/20100407173828im_/http://usepigraphy.brown.edu/images/hover.gif') no-repeat 86px 0px;  
	height: 650px; /* assuming no images more than 630px tall */
}

ul#images:hover {
	background: none;
}

ul#images li {
	width: 75px;
	height: 75px;
	text-align: center;
	background: #670000;
	font-size: 12px;
	font-weight: bold;
	color: #F7E1C7;
	display: block;
	margin: 0;
	border-bottom: 1px solid #F7E1C7;
}

ul#images img.ithumb {
	display: block;
	margin: 5px auto;
}

ul#images img.image{
	position: absolute;
	top: 0;
	left: 86px;
	visibility: hidden;
	border: 10px solid #670000;
}

ul#images li:hover img.image {
	visibility: visible;
}

/* Styles from Gabby/Chet-C to style transcribed inscription text */


.linenumber {

/*color: #555; */

 font-family: "Arial Narrow",sans-serif;; 

font-size: 0.7em;

left: -2em;

padding-right: 0.2em;

position: absolute;

text-align: right;

top: auto;  

}



.edition *.abstract {

 
left: 2em;

line-height: .7;

margin-top: 8px;

margin-bottom: 8px;

position: relative;

padding-right: 2em;
 

}



.translation p, .translation *.abstract, #htmldocumentmeta p {

padding-left: 2em;

padding-right: 2em;

}



.edition span.personal-name, .edition span.place-name {

background: pink;

}

.edition span.epigraphic-abbreviation-understood:hover {

}

.edition span.supplied-characters:hover {

}

.edition span.addition:hover span.correction:hover{

border: thin solid red;

}


/* .edition span:hover {

border: thin solid red;

} */



.edition a.personal-name, .edition a.placename {

color: black;

background: pink;

text-decoration: none;

}

.edition p {
line-height: .7 em; 
}



.edition a.personal-name:visited, .edition a.place-name:visited {

color: #555;

}



.edition a.personal-name:hover, .edition a.place-name:hover {

color: red;

text-decoration: underline;

}



.edition a.personal-name:active, .edition a.place-name:active {

color: red;

}



/* span span:hover, a span:hover {

background: red;

color: black;

} */



.error {

background: red;

color: black;

text-decoration: blink;

font-size: 1.2em;

}



.italic {

font-style: italic;

}



.ligature {

background: pink;

}

.ligature:hover, .ligature:active {

border: thin solid red;

}



.line-through {

text-decoration: line-through;

}



.normal {

font-style: normal;

}



.previously-read {

background: #CCC;

}



.small {

font-size: 0.7em;

}



.space {

font-style: normal;

}



.supraline {

text-decoration: overline;

}



.tall {

font-size: 1.2em;

text-transform: uppercase;

}



.underline {

text-decoration: underline;

}



.tag, .att {

color: #057;;

}



.title-m-main, .title-j-main {

font-style: italic;

}

*[lang]  {
font-style:italic;
}



/*
     FILE ARCHIVED ON 17:38:28 Apr 07, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:14:05 Oct 06, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.813
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.012
  esindex: 0.014
  cdx.remote: 47.637
  LoadShardBlock: 153.153 (3)
  PetaboxLoader3.resolve: 148.741 (4)
  PetaboxLoader3.datanode: 134.613 (4)
  load_resource: 196.265
*/