/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Trebuchet,Trebuchet,Trebuchet,sans-serif;
background: #123456;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 800px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 5px;
text-align: center;
}

#header h1 {
width: 760px;
text-align: center;
color: #123456;
margin: 5px 5px 10px 0;
float: left;
}

#header p {
width: 250px;
float: right;
text-align: center;
color: #123456;
margin: 10px 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 25px 10px 25px;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 10px 10px 5px;
padding: 0;
font-size: 0.9em;
}

#avmenu ol {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #123456;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #123456;
border-left: 4px solid #123456;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: justify;
}

#content h2 {
font-size: 1.5em;
color: #123456;
margin: 0 0 0.5em 0;
}

h3 {
font-size: 1.3em;
color: #123456;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

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

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #123456;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* Additions - Aerialco */


#avmenu ol li {
position: relative;
}

#avmenu li ol {
position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */

#avmenu li:hover ol { 
display: block; 
}

#avmenu li.over ol { 
display: block; 
}

h4 {
font-size: 1em;
font-style: italic;
color: #ac1c25;
margin: 0;
}

.tableh5 {
font-size: 1em;
color: #123456;
magin: 0;
}

h5 {
font-style: italic;
color: #ac1c25;
margin: 0;
}


table {
	border-spacing:1px;
	font-family:Trebuchet, Trebuchet, Trebuchet, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	text-align:justify;
}

td, th {
	padding: 0px 15px 0px 10px;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:hover {
	color:#FF8601;
}


.bad {
font-size: 1em;
font-style: italic;
color: #ac1c25;
margin: 0;
}
.good {

}

.imgleft {
padding: 1px;
margin: 0 5px 0 0;
display:inline;
background: #cccccc;
border: 1px solid #123456;
float:left;
}

.imgright {
padding: 1px;
margin: 0 0 0 5px;
display:inline;
background: #cccccc;
border: 1px solid #123456;
float:right;
}

.imgrightbottom {
padding: 1px;
margin: 0 5px 5px 5px;
display:inline;
background: #cccccc;
border: 1px solid #123456;
float:right;
}

.imgleftbottom {
padding: 1px;
margin: 0 5px 0px 0px;
display:inline;
background: #cccccc;
border: 1px solid #123456;
float:left;
}

.imgleftweird {
padding: 1px;
margin: 7px 5px 0px 0px;
display:inline;
background: #cccccc;
border: 1px solid #123456;
float:left;
}

.imgrightweird {
padding: 1px;
margin: 9px 0 0 5px;
display:inline;
background: #cccccc;
border: 1px solid #123456;
float:right;
}

.imgleftweird2 {
padding: 1px;
margin: 9px 5px 0px 0px;
display:inline;
background: #cccccc;
border: 1px solid #123456;
float:left;
}