/* Stylesheet for Rongorongo site P. Spaelti */
/* revised 2011.3.11 */ 

body {
	height: 21cm;
}

/* frames */
 
#header { 
	width: 100%;
	height: 120px;
	position: static;
	/*background-color: rgb(255, 153, 102);*/
	margin-bottom: 5px;
	overflow: hidden;
}

#navbar {
	width: 10em;
	height: 100%;
	position: static;
	float: left;
	background-color: rgb(153, 255, 153); /* ZigergrŸn */
}

#content {
	width: auto;
	height: auto;
	position: static;
	margin-left: 12em; /* margin set to accomodate the naviagtion bar */
	margin-right: 0em;
	margin-top: 1em;
	border-style: groove;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	font-family: Helvetica, sans serif;
	text-align: left;
	line-height: 1.5em;
}

#footer {
	position:static;
	margin-left: 12em; /* margin set to accomodate the naviagtion bar */
	margin-right: 0em;
	border-top-style: dotted;
	border-top-width: 1px;
	text-align: center;
}

/* themes for the  headerbar */


.rongorongo {
	background-color: #b81;
	background-image: url(images/rongorongo.svg);
	color: #420;
	text-shadow: 3px 3px 3px #fc6;
}
  
/* text for the header frame */ 
 
.headerbar {
	margin-top: .8em;
	height: 1.3em;
	padding-left: 2em;
	overflow: hidden;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32pt;
	font-style: oblique;
}


/* Navigation bar */

ul.nav {
	list-style-type: none;
	padding-top: 0.5em;
	line-height: 1.5em;
	color: rgb(102, 51, 0);
	font-weight: normal;
	font-style: regular;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	text-shadow: 1px 1px 0px #353535;
}

.nav li {
	background-color: rgb(75, 126, 75);
	margin-top: 0.5em;
	margin-left: -1.5em;
	margin-right: -0.5em;
	border-style: none;
	padding-left: 0.8em;
	color: rgb(255, 255, 102);
}
    
.nav a { text-decoration: none; }

.nav a:link { color: rgb(255, 255, 102); }

.nav a:hover { color: rgb(102, 255, 255); }
  
.nav a:visited { color: #FFCC66; }
  
li.lang_menu { background-color: rgb(102, 51, 51); }

/* textstyle for the update info for use in the sidebar */

.update {
	margin-top: 2em;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 0em;
	font-style: italic;
	font-family: Times New Roman,Times,serif;
	text-align: center;
}
    


/* Specific formatting for map */

#rongorongo_map {
	width: 450px;
}

/* Specific formatting for tablet directory table */

table#tablet_info {
	border-style: solid;
	border-color: #444;
	border-collapse: collapse;
}

table#tablet_info th {
	background-color: #ccc;
	padding: 0.2em;
}

table#tablet_info td {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-collapse: inherit;
	padding: 0.2em;
}

a.ref {
	vertical-align: super;
	font-size: smaller;
}

/* Specific formatting for dictionary directory */

table#dic_directory {
	border-style: solid;
	border-width: 2px;
	text-align: center;
}

#dic_directory th {
	border-style: inherit;
	border-width: 2px;
	background-color: #f66;
	width: 50px;
}

#dic_directory td {
	border-style: inherit;
	border-width: 2px;
	background-color: #aaa;
	width: 50px;
}

#dic_directory a {
	color: #fff;
	text-decoration: none;
}

