/* andreas02 - 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 27, 2005)

Screen layout: */

body {
padding: 0;
margin: 0;
font: 76% tahoma, verdana, sans-serif;
background: #D0D0C8;
color: #303030;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
}

.signature {
text-align: right;
font: tahoma, verdana, sans-serif;
font-style: italic;
}

blockquote {
background: url("images/quotes.gif") 0px 0px no-repeat;
margin:7px 0;
min-height:31px;
padding:0 0 0 78px;
}

ul {
list-style-image: url(images/bullet.gif);
list-style-type: circle;
list-style-position: outside;
line-height: 150%;
}

#container {
margin: 20px auto 20px auto;
width: 740px;
padding: 30px 30px 30px 30px;
background: #ffffff;
border: solid 1px gray;
}

#navitabs {
clear: both;
margin-left: 210px;
margin-top: 15px;
}

.navitab {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
color: #ffffff;
letter-spacing: 1px;
background: #98C838 url(images/corner.gif) top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

.navitab:hover {
text-decoration: none;
color: #ffffff;
background: #708C20 url(images/corner.gif) top right no-repeat;
}

.activenavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
background: #708C20 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration: none;
}

#logo-photo {
height: 200px;
background: #505050 url(images/front.jpg) top left no-repeat;
margin: 5px 0 0 0;
text-align: center;
}

#main {
width: 400px;
float: left;
padding: 20px 20px 0 0;
}

#board {
width: 700px;
float: left;
padding: 20px 20px 0 0;
}

.block {
background: #f0f0f0;
padding: 15px;
}

#sidebar {
width:300px;
padding: 20px 0px 0 0;
float:right;
}

#sponsors {
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
text-align: center;
}

#footer {
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
}

h1 {
margin: 0 0 20px 0;
font-size: 2.1em;
font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

.heading {
padding: 2px;
color: #708C20;
margin: 0 0 0 0;
font-family: verdana, sans-serif;
font-size: 1.6em;
font-weight: normal;
border-bottom: 1px solid #FFD78C;
}

.script {
padding: 2px;
color: #708C20;
margin: 0 0 0 0;
font-family: textile, "trebuchet ms", verdana, sans-serif;
font-size: 1.6em;
font-style: italic;
font-weight: normal;
}

.scriptlarge {
padding: 2px;
color: #708C20;
margin: 0 0 0 0;
font-family: textile, "trebuchet ms", verdana, sans-serif;
font-size: 2.2em;
font-style: italic;
font-weight: normal;
}

h3 {
margin: 10px 0 10px 5px;
font-size: 1.4em;
font-weight: normal;
}

#heading {
padding: 2px;
color: #708C20;
margin: 0 0 0 0;
font-family: verdana, sans-serif;
font-size: 1.6em;
font-weight: normal;
border-bottom: 1px solid #FFD78C;
}

p {
margin: 4px;
line-height: 1.5em;
text-align: left;
}

.right {
text-align: right;
}

a img {
border: 0;
}

.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}

.hide {
display: none;
}

.left_articles {
border: 1px solid #708C20;
padding: 4px 4px 4px 4px;	
margin: 0 0 10px 0;
background: #E8ECE8;
}

.image { 
float: left; 
margin: 0 9px 3px 0;
border: 1px solid #666666;
}

.notes {
border: 1px dotted #C6C7BD;
padding: 8px;	
margin: 0 0 10px 0;
background: #F9F9F9;
color: #454545;
}





