/***********************************************/
/* AAAA.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: serif;
	background: white url(http://www.amesastronomers.org/images/AAAA_logo_bg.jpg) center no-repeat fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

p{
	text-align: justify;
 	padding-left: 1em;
 	padding-right: 1em;
	margin-top: 1em;
	padding-top: 0;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

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

h1{
 font-family: sans-serif;
 font-size: 200%;
 color: #355;
 margin: 0em;
 padding: .67em;
 text-align: center;
}

h2{
 font-family: sans-serif;
 font-size: 150%;
 color: #006699;
 margin: 0em;
 padding: 1em;
 text-align: center;
}

h3{
 font-family: sans-serif;
 font-size: 125%;
 color: #334d55;
 margin: 0px;
 padding: 0.75em;
 text-align: center;
}

h4{
 font-family: sans-serif;
 font-size: 113%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

h5{
 font-family: sans-serif;
 font-size: 106%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

ul{
 list-style-type: square;
 margin: 0;
 margin-left: 1em;
 padding: 0;
 padding-left: 1em;
 padding-right: 1em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
 text-align: justify;
 margin-bottom: 1em;
}

label{
 font-family: sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

div#image {
	text-align: center;
}

img {
 border: 0;
}

table {
	border-collapse: collapse;
	margin-left: 2em;
}

td {
	text-align: left;
}

td.office {
	text-align: right;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #ddd;
}

span.publication{
	font-style: italic;
}

div.postal-address {
	display: table;
	margin-left: 2em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************** .feature styles ***************/

.feature{
	min-width: 67%;
	margin-right: 288px;
	clear: left;
}

.feature h3{
	padding: 2em;
	text-align: center;
}

.feature img{
	float: left;
	margin: 1em 1em 1em 1em;
}

div#rightpane {
	position: absolute;
	right: 0;
 	top: 0;
	width: 288px;
	overflow-x: auto;
	max-width: 33%;
	padding-bottom: 1em;
}

div#rightpane ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#rightpane ul li{
	margin-top: .5em;
}

div#rightpane div#links ul li{
	margin-top: 0;
	border-bottom: 0;
	padding: 0.5em;
}

div#contentpane{
 	position: relative;
}

div#container{
	padding-left: 13em;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

div#clearskyclock {
	text-align: center;
}

div#moonphase {
	text-align: center;
}

/** siteInfo **/

div#siteInfo{
	border-top: 1px solid #ddd;
	position: fixed;
	text-align: center;
	background-color: #fff;
	bottom: 0;
	left: 13em;
	right: 0;
}

div#siteInfo p{
	margin-top: 2em;
	margin-bottom: .5em;
	margin-top: 0;
	margin-bottom: 1px;
}

div#siteInfo span{
	font-size: 67%;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/** misc stuff **/

/** leftnav stuff **/

#leftnav {
	background-color: #fff;
}

div#leftnav {
	position: fixed;
	font-family: sans-serif;
	top: 0;
	left: 0;
	bottom: 0;
	width: 13em;
	border-right: 1px solid #ddd;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 3;
}

* html div#leftnav {position:absolute;}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftnav li {
	margin: 0;
	padding: 0;
	margin-top: 1px;
 	text-align: center;
	font-variant: small-caps;
}

#leftnav a {
	text-decoration: none;
}

#leftnav li a {
	display: block;
	padding: .2em .2em .2em .2em;
	background-color: #eee;
	color: #000;
	border-left: .5em solid #fff;
	border-right: .5em solid #fff;
	text-decoration: none;
	margin: 0;
}

html>body #leftnav li a {
	width: auto; 
}

#leftnav li a:hover {
	background-color: #fff;
	color: #000;
	border-left: .5em solid #eef;
	border-right: .5em solid #eef;
/*	font-weight: bold; */
}

#leftnav h2 a{     
 color: #000;
 background-color: #fff;
 text-align: center;
}


li#Zodiac {
 text-align: center;
 font-family: serif;
 font-size: 550%;
 color: #eef;
 margin: 0em;
 padding: 0em;
}

/** header **/

div#header {
	position: relative;
	top: 0;
	width: auto;
}

div#logo-text {
	display: none;
	text-align: center;
	background-color: white;
	border-bottom: 1px solid #ddd;
}

div#logo-image {
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-color: white;
}
