/* 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: 14pt Verdana,Tahoma,Arial,sans-serif;
background: #E4E4E4 top center repeat-y;
text-align: left;
}

#root
{
background: #c4c4c4 url("images/bg_body.png") top center repeat-y;
margin-left: auto;
margin-right: auto;
width: 970px;
text-align: left;
}

#header
{
margin-left: auto;
margin-right: auto;
width: 970px;
height: 119px;
background: #0000ff url("images/bg_header.png") top center;
float: none;
}

#headertext 
{
font: 30pt comic sans ms, verdana, arial, sans-serif;
font-weight: bold;
color: #fabc02;
position: relative;
top: 14px;
left: 180px;
width: 650px;
}

#leftmenu ul li 
{
  margin-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  text-align: left;
  padding-bottom: 5px;
}         

#leftmenu ul li a
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  display: block;
  height: 24px;
  background-color: #D0D0D0;
  font-size: 18px;
  color: #404040;
  border: 2px solid #0000ff;
  text-decoration: none;
  border-radius: 12px;
}

#leftmenu ul li a:hover
{
background-color: #fabc02;
}

#leftmenu ul li a.active
{
  display: block;
  background-color: #fabc02;
  text-decoration: none;
}           

#leftmenu
{
  margin-top: 10px;
  margin-left: 10px;
  margin-right: -2px;
  width: 180px;
}
                  
#leftmenu ul 
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}

#leftpanel
{
  float: left;
  width: 220px;
};

#topmenu 
{
position: absolute;
display: none;
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: 690px;
color: #000000;
border-left: 2px solid #0000fF;
border-right: 0px solid #f0f0f0;
margin: 0px 30px 20px 210px;
padding: 12px 10px 0 10px;
line-height: 1.6em;
}

#title
{
  font: 900 1.4em verdana, sans-serif;
  color: #FFFFFF;
  background: #000039 no-repeat top right;
  border-radius: 0 8px 8px 0;
  padding: 0 3px;
  text-transform: uppercase;
  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.3em verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  background: #000039 no-repeat top right;
  border-radius: 0 8px 8px 0;
  padding: 0 3px;
  font-variant: small-caps;
  margin-bottom: 0px;
}

#content h1 a
{
  font: 900 0.9em verdana, sans-serif;
  color: #FFFFFF;
  background: #000039 no-repeat top right;
  margin-bottom: 0px;
}

#contentbody{
margin: 0 0 0 0;
}

#content h2 {
font-size: 1.3em;
margin-top: 0.5em;
margin-bottom: 0.3em;
}

#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: 840px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

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

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

#image {
  display:none;
  top: 0px;
  left: 0px;
  width: 5px;  
  height: 5px;
  vertical-align: top;
  background: top left;
}

#rightpanel {
display:none;
top: 5px;
left: 0px;
width: 0px;
height: 5px;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
background: #444444;
}

#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: right;
  height: 140px;
}

.contentlistitem h1
{
width: 100%;
font-size: 1.1em;
color: #286ea0;
text-align: left;
clear: right;
}

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

.contentlistitem p
{
  float: left;
  clear: right;
}


