﻿/* 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)

Print layout: */

body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}
	
#wrap {
margin: 2%;
width: auto;
float: none !important;
}

#header h1 {
margin: 0 0 10px 0;
}

#frontphoto, #avmenu, #extras, .announce, .hide {
display: none;
}

#content img {
display: none;
}

#content .contentpicture img {
display: block;
}

a {
text-decoration: underline;
color: #0000FF;
}

table {
table-layout: auto;
width: 100%;
padding: 0px;
margin: 0px;
}

.articletdtitle {
vertical-align: top;
text-align: left;
padding-right: 15px;
border-bottom: 1px solid #f0f0f0;
}

.articletddatecat {
text-align: left;
width: 125px;
vertical-align: top;
border-bottom: 1px solid #f0f0f0;
}

.bold {
font-weight: bold;
}

.box {
margin: 10px auto 10px auto;
padding: 10px;
width: 300px;
line-height: 1.3em;
}

.footnote {
vertical-align: super;
font-size: 0.8em;
}

#footnotes {
border-top: 2px solid #f0f0f0;
padding: 5px 5px 10px 20px;
font-size: 0.9em;
line-height: 1.2;
}