/* 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: #f4f4f4 url("images/bg_body.jpg") top left repeat-y;
}

#root {
margin: 0 0 0 0;
}

#header {
height: 38px;
background: #f4f4f4 url("images/bg_header.jpg") top left repeat-y;
}

#headertext {
position: absolute;
top: 10px;
left: 880px;
width: 250px;
}

#topmenu 
{
position: absolute;
top: 0xpx;
#top: 8px;
left: 10px;
width: 500px;
height 38px;
font: 7pt verdana, arial, sans-serif;  
};


#topmenu ul {
  height: 38px;
}

#topmenu ul li
{
  width: 10em;
  display: inline;
  float: left;
  list-style: none;
  text-align: center;
}

#topmenu ul li a 
{
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
}

#topmenu ul li a:hover,
#topmenu ul li a.active 
{
  font-weight: bold;
  color: #111;
  height: 32px;
  background: url("images/menu_tab.gif") no-repeat bottom center;
}

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

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

#content {
width: 650px;
color: #f0f0f0;
border-left: 0px solid #f0f0f0;
border-right: 0px solid #f0f0f0;
margin: 0 30px 20px 40px;
padding: 20px 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#title
{
  font: 900 1.4em verdana, sans-serif;
  color: #FFFFFF;
  background: #686868 url("images/rounded_tr.gif") no-repeat top right;
  margin-bottom: 10px;
}

#title a
{
  font: 900 1.0em verdana, sans-serif;
  color: #FFFFFF;
  background: #686868 url("images/rounded_tr.gif") no-repeat top right;
  margin-bottom: 10px;
}

#content h1
{
  font: 1.4em verdana, sans-serif;
  color: #FFFFFF;
  background: #686868 url("images/rounded_tr.gif") no-repeat top right;
  margin-bottom: 0px;
}

#content h1 a
{
  font: 900 0.9em verdana, sans-serif;
  color: #FFFFFF;
  background: #686868 url("images/rounded_tr.gif") no-repeat top right;
  margin-bottom: 0px;
}

#contentbody{
margin: 0 0 0 0;
}

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

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

#footer {
clear: both;
margin: 0 30px 20px 40px;
padding: 20px 10px 0 10px;
border-top: 4px solid #909090;
width: 640px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

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

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

#image {
  position: absolute;
  top: 38px;
  left: 700px;
  width: 165px;  
  height: 600px;
  vertical-align: top;
  background: #f4f4f4 url("images/plants.jpg") top left;
}

#rightpanel {
position: absolute;
top: 55px;
left: 830px;
width: 170px;
height: 580px;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
background: #444444 url("images/pchome1.gif") top right no-repeat;
}

#rightpanel p {
margin: 0 0 0 0;
}

#rightmenu{
margin: 130 0 0 0;
}
#rightmenu ul {	
font-size: 1.1em;
}	

#rightmenu li {
list-style: none;
margin-bottom: 4px;
}

#rightmenu li a {
margin: 0 0 0 0;
padding: 3px 0 0 3px;
font-weight: bold;
height: 18px;
text-decoration: none;
color: #C0C0C0;
display: block;
background: #606060;
border-left: 4px solid #808080;
}	
	
#rightmenu li a:hover {
margin: 0 0 0 0;
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#contentgallery{
font-size: 0.9em;
text-align: left;
float: bottom;
clear: bottom;
}

#contentgallery td{
font-size: 0.9em;
text-align: left;
float: bottom;
clear: bottom;
}

#contentimage{
text-align: left;
float: bottom;
clear: bottom;
}

#contentbody li{
list-style: bullet;
margin: 0 0 0 2em;
position: outside;
}

#contentimage img
{
    width: 99%;
}

.contentlistitem{
text-align: left;
clear: both;
}

.contentlistitem h1{
font-size: 1.1em;
color: #286ea0;
text-align: left;
}

.contentlistitem img{
margin: 5px 5px 5px 5px;
float: left;
}

.contentlistitem p{
}

#contentlistitem3 img{
margin: 5px 5px 5px 5px;
float: right;
}

.contentlistitem p{
}
