/* 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% Verdana,Tahoma,Arial,sans-serif;
background: #404040 url("images/bg.gif") top center repeat-y;
}

#wrap {
background: #404040;
color: #ffffff;
margin: 0 auto;
width: 984px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 400px;
margin: 0 0 10px 0;
float: left;
font-size: 2.0em;
}

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

#banner {
margin: 0 0 10px 0;
border: 0;
}

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

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

#avmenu li {
margin-bottom: 4px;
}

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

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

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

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

#extras ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}	

#extras li {
margin-bottom: 4px;
font-weight: bold;
text-decoration: none;
}

#extras li a {
height: 20px;
color: #ffffff;
display: block;
padding: 6px 0 0 6px;
background: #808080;
border-right: 4px solid #ffffff;
text-decoration: none;
}

#extras li.header {
height: 20px;
color: #ffffff;
display: block;
padding: 6px 0 0 6px;
background: #808080;
border-right: 4px solid #ffffff;
}

	
#extras li a:hover {
background: #eaeaea;
color: #404040;
border-right: 4px solid #404040;
}

#content {
line-height: 1.6em;
text-align: justify;
}

#content h2 {
font-size: 1.7em;
margin: 0.2em 0 0.8em 0;
}

#content h4 {
font-size: 1.2em;
color: #808080;
margin: 0.2em 0 0.8em 0;
}

#content img {
padding: 1px;
display: inline;
background: #cccccc;
border: 2px solid #808080;
}

#content img.noborder {
padding: 0;
background: none;
border: none;
}

#content img.mounted {
padding: 0;
background: none;
border: 20px solid #808080;
}

#content ul.plain {
list-style: none;
}

#content table {
border: 4px solid #f0f0f0;
}

#content table.noborder {
border-style: none;
}

#content table.fixed {
table-layout: fixed;
}

#content table.thin {
border: 1px solid #f0f0f0;
}


h3 {
font-size: 1.3em;
margin: 0 0 1.0em 0;
}

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

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

a.white {
text-decoration: none;
color: #ffffff;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;

width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

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

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

hr {
width: 65%;
border: 0;
color: #808080;
background-color: #808080;
height: 1px;
margin-right: auto;
margin-left: auto;
}

hr.thick {
height: 3px;
}

.onecol {
margin: 30px 0 20px 0px;
padding: 0 0 0 0px;
}

.twocol {
margin: 0 0 20px 160px;
padding: 0 0 0 20px;
border-left: 1px solid #808080;
}

.threecol {
margin: 0 160px 20px 160px;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
padding: 0 20px 0 20px;
}

.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;
}

.vsmall {
font-size: 0.7em;
}

.bold {
font-weight: bold;
}

.underline {
text-decoration: underline;
}

.indent {
margin: 0 0 0 15px;
padding: 0 0 0 30px;
}

.hide {
display: none;
}
