@charset "UTF-8";
/* 
    Document   : annaoanna-style1
    Created on : 2013-02-28, 16:27:00
    Author     : kent
    Description:
        Initial (draft?) style sheet for the www.annaoanna.com site.
*/

root
{ 
    display: block;
}

body
{
    color: black;
    background-color: white;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 12pt;
}

div
{
    display: block;
}

h1
{
	font-size: 36pt;
	color: blue;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 10px;
}

h2
{
	color: blue;
	font-size: 24pt;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 0px;
}

h3
{
	font-size: 18pt;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 0px;
}

h4
{
	font-size: 18pt;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	display: inline;
}

h5
{
	font-size: 14pt;
	color: black;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 0px;
	display: inline;
}

h6
{
	font-size: 12pt;
	color: black;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 30px 0px 0px 0px;
}

p, ol, ul
{
	width: 40em;
}

nav div table
{
    background-color: rgba(0,0,0,0.8);
    cursor:pointer;
}

nav div td
{
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
nav div td:hover
{
    background-color: orange;
}

nav li
{
    font-size: 13pt;
    display: table-cell;
    background-color: orange;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    width: 15em;
    text-align: center;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
nav li.active
{
    font-size: 13pt;
    display: table-cell;
    background-color: red;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    width: 15em;
    text-align: center;
}
nav li:hover
{
    font-size: 13pt;
    display: table-cell;
    background-color: red;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    width: 15em;
    text-align: center;
}

nav a
{
    color: black;
}

a
{
    color: red;
}

a:link, a:visited, a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}


div#overlay
{
	display: none;
	z-index: 2;
	margin: auto;
	position: fixed;
	/*top: 3em;
	left: 3em;
*/
}

input.bg1
{
	background: url(../IMGs/c142.gif) no-repeat;
}