/*  ophoenix.css*/
/* main stylesheet for the Ophoenix site */

body { 
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #eee;
	color: #000;
	min-width: 770px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.15em;
}
h2 {
	font-size: 1.01em;
	color: #036;
}
a:link, a:visited {
	color: #009;
	text-decoration: underline;
}
a:hover, a:active { 
	color: #900;
}
a:focus {
	color: #900;
}
img {
	border: none;
}
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	color: #eee;
	background-color: #000;
} 

#bannertext  {
	position: relative;
	margin: -50px 0px 0px 0px;
}
#bannertext h1, #bannertext h2 { /* add headings for structure, but do not display them */
	margin-left: -9999px;
}
#logo {
	position: absolute;
	top: -10px;
	left: 10px;
}
#pbc {
	position: absolute;
	top: 10px;
	left: 160px;
}

#preferences {
	position: relative;
	z-index: 200;
	margin: 10px 10px 5px 60%;
	white-space: nowrap;
	font-size: 13px;  /* pin down the font-size so it doesn't jump around */
}

ul#textsize {
	display: inline;
	margin: 4px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	list-style: none;
}
ul#textsize li {
	margin: 4px 5px;
	padding: 0;
	display: inline;
}
ul#textsize a:link, ul#textsize a:visited {
	margin: 1px 0px;
	padding: 2px 6px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border: 1px solid  #666;
}
ul#textsize a:hover, ul#textsize a:active {
	color: #FC0;
}	
ul#textsize a:focus {
	color: #900;
}
li#smalltxt {
	font-size: 12px;
}
li#largetxt {
	font-size: 18px;
}
li#largertxt {
	font-size: 24px;
}
#utilitybar {
	position: relative;
	margin: 10px 10px 0px 60%;
	z-index: 300;
	white-space: nowrap;
	font-size: 13px; /* pin down the font-size so it doesn't jump around */
}

#utilitybar ul {
	list-style: none;
	display: inline;
	margin: 0px 0px 6px 12px;
}
#utilitybar ul li {
	display: inline;
	margin: 0px 5px;
	padding: 1px 6px;
	border: 1px solid  #666;
}
#utilitybar a:link, #utilitybar a:visited {
	color: #FFF;
	text-decoration: none;
/*	font-size: 0.8em;
	background-color:#666666;*/
	padding: 2px 6px;
	margin: 0px;
	font-variant: small-caps;
}
#utilitybar a:hover, #utilitybar a:active {
	color: #FC0;
	text-decoration: underline;
}
 #utilitybar a:focus {
	color: #900; 
	text-decoration: underline;
}
#container {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #000;
	width: 100%;
	height: auto;
	border-top: 3px solid #A797DE;
	/*overflow: auto;*/
}
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #669;
	width: 180px;
	/*min-width: 130px;
	max-width: 200px;*/
	height: 800px;
	margin: 0px;
	padding: 0px 3px;
}
#nav ul {
	background-color: #669;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	width: 100%;
}
#nav ul li {
	margin: 10px 10px 10px 4px;
	padding: 10px;
	background-color: #ccc;
	font-size: 1em;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
#nav ul li:hover {
	border-right: 3px ridge #666;
	border-bottom: 3px ridge #666;
	border-top: 1px inset #666;
	border-left: 1px inset #666;
}
#nav a:link, #nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	width:100%;
	height: 100%;
	display: block;
}
#nav a:active, #nav a:hover {
	color: #900;
}
#nav a:focus {
	/*border: 1px dotted #000;*/
}
#content {
	position: absolute;
	top: 0px;
	left: 180px;
	background-color: #eee;
	margin: 0px;
	padding: 10px 20px 0px 20px;
	width: auto;
	height: auto;
	min-width: 650px;
	min-height: 800px;
}
#content h1, #content h2, #content h3 {
	margin: 0px 0px 6px 0px;
}
#content p {
	margin: 10px 0px;
	line-height: 1.2;
}
#content ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: disc;
}
#content li {
	line-height: 2;
}
#whatsnew {
	width: 100%;
	position: relative;
	line-height: 1.2;
}
#whatsnew ol {
	list-style: none;
	width: 100%;
	margin: 0 0 0 -4px;
}
#whatsnew li {
	float: left;
	width: 29%;
	height: 9em;
	overflow: hidden;
	margin: 4px;
	padding: 6px;
	border-top: 1px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
	background-color: #CCC;
	line-height: 1.2em;
}
#whatsnew li a:link, #whatsnew li a:visited {
	text-decoration: underline;
	font-size: 1.1em;
}

#siteinfo {
	background-color: #CCC;
	color: #000;
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 2px 10px;
	text-align: center;
}
#siteinfo p {
	font-style: italic;
	margin: 1px 0px;
}
#siteinfo ul {
	display: inline;
	list-style: none;
}
#siteinfo ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 6px 0px;
	background-color: #666;
}
#siteinfo ul li a:link, #siteinfo ul li a:visited {
	text-decoration: none;
	margin: 0px 20px;
	padding: 3px 3px;
	color: #fff;
}
#siteinfo ul li a:hover, #siteinfo ul li a:active {
	text-decoration: underline;
	color: #FC0;
}
#siteinfo ul li a:focus {
	border: 1px dotted #CCC;
}

body.home li.home a,
body.programs li.programs a,
body.news li.news a,
body.links li.links a,
body.donations li.donations a,
body.gallery li.gallery a {
	color: #900 ! important;
	border: 1px dotted #ccc;
}
body.about li.about a,
body.contacts li.contacts a {
	color: #fc0 ! important;
	border: 1px dotted #ccc;
}
.clearbreak {
	clear: both;
}
.emphasis {
	font-style: italic;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.invisible {
	display: none;
}
.vcard {
	font-style: italic;
	margin: 10px 0px;
	text-align: center;
}
ul.boardmembers{
	list-style: none;
}
ul.boardmembers li {
	clear: both;
	list-style: none;
	margin: 16px 0px;
}
ul.boardmembers img {
	float: left;
	margin: 0px 16px 10px 0px;
	border: 2px solid #333;
}
ul.links {
	list-style: circle ! important;
	margin: 12px 0px 20px 20px;;
}
p.pagetop {
	font-size: 0.9em;
	text-indent: 2em;
	background: transparent url(../images/arrowup.png) no-repeat top left;
}
p.subheading {
	margin: 0 0 10px 0;
	font-style:italic;
}
