/* 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)

Print layout: */

body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
font-size: 12pt;
background: #ffffff;
color: #000000;
}
	
#container {
margin: 2%;
width: auto;
float: none !important;
}

#main {
float: none !important;
}

#logo h1 {
margin: 0 0 20px 0;
}

#toptabs, #navitabs, #lownavitabs, #sidebar, #bottomtabs, .separator, .print_hide, .hide {
display: none;
}

#desc {
border: 2px solid #333333;
}

#desc a:link:after, #desc a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
text-decoration: none;
}

#content img {
display: none;
}

a {
text-decoration: underline;
color: #000000;
}

h1 {
margin: 0 0 20px 0;
text-align: center;
font-size: 20pt;
font-weight: bold;
}

h1 a {
margin: 0 0 10px 0;
text-decoration: none;
}

h2 {
margin: 10px 0 10px 0;
font-size: 14pt;
font-weight: bold;
}

h2.subtitle {
margin: 10px 0 10px 0;
font-size: 20pt;
text-align: center;
font-weight: bold;
}

ul, ol  {
margin: 10px 10px 10px 30px;
}

p {
margin: 10px 10px 10px 20px;
}

.right {
text-align: right;
}

.entry-footer {
margin: 5px 0 20px 30px;
font-size: 8pt;
}

.entry-more-link a:link:after, .entry-more-link a:visited:after {
content: " " attr(href) " ";
font-size: 90%;
text-decoration: none;
}

.entry-more-link {
margin: 0 0 0 30px;
text-decoration: none;
font-size: 8pt;
}

.entry-body a:link:after, .entry-body a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
text-decoration: none;
}
