/* Stylesheet for Rongorongo site P. Spaelti */
/* iPhone specific stylesheet */ 
/* revised 2011.3.11 */ 

body {
    background-color: #fff; /* Background color */
    color: #222; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 14px;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}

/* header bar on iPhone */
 
#header h1 {
    margin: 0;
    padding: 0;
}
#header h1.headerbar {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}

#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}

/* main content window */
 
#content, #navbar {
    padding: 10px;
}

/* navigation menu (can be toggled) */
 
#navbar {
    background-color: #da2; /* light yellow-brown */
}
#navbar ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#navbar ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#navbar ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#navbar ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#navbar ul.hide {
    display: none;
}

/* footer section (disply only on PC) */
 
#footer {
    display: none;
}

/* general menu for link lists */

ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}


/* specific formatting for map on index page */

#rongorongo_map {
	width: 100%;
}

/* 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;
}

/* specific formatting for tablet info table */

#tablet_info th:first-child +th +th {
	display: none;
}

#tablet_info td:first-child +td +td {
	display: none;
}

#tablet_info th:first-child +th +th +th {
	display: none;
}

#tablet_info td:first-child +td +td +td {
	display: none;
}

#tablet_info th:first-child +th +th +th +th {
	display: none;
}

#tablet_info td:first-child +td +td +td +td {
	display: none;
}

#tablet_info th:first-child +th +th +th +th +th {
	display: none;
}

#tablet_info td:first-child +td +td +td +td +td {
	display: none;
}

