/* Site design based on 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
/* Thanks Andreas!
Version: 1.0
(July 27, 2005)

Screen layout: */

body {
padding: 0;
margin: 10;
font: 82% verdana, tahoma, sans-serif;
background: #000000 url(images/dnwa-background.gif) top left repeat;
color: #FFFFFF;
}

a {
text-decoration: none;
color: #8E9EF4;
}

a:hover {
text-decoration: underline;
}

#container {
margin: 0 auto 15px auto;
width: 760px;
padding: 0px 20px 20px 20px;
background: #000000;
}

#navitabs {
clear: both;
margin: 0 0 0 16px;
padding: 8px 0px 0px 0px;
}

.navitab {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
letter-spacing: 1px;
background: #202020 url(images/corner.gif) top right no-repeat;
border-bottom: 1px solid #404040;
border-left: 1px solid #404040;
}

.navitab:hover {
text-decoration: none;
background: #eeeeee url(images/corner.gif) top right no-repeat;
color: #000000;
}

.activenavitab {
padding: 4px 8px 5px 8px;
color: #FFFFFF;
margin: 0 0 5px 0;
text-decoration: none;
background: #505050 url(images/corner.gif) top right no-repeat;
border-bottom: 1px solid #303030;
}

.activenavitab:hover {
text-decoration: none;
}

#desc {
height: 490px;
color: #ffffff;
padding: 0;
background: #505050 url(images/fence_dnwa.jpg) top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}

#desc p {
width: 400px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 45px;
}

#desc h2 {
padding: 10px 10px 0 15px;
color: #ffffff;
}

#desc h3 {
padding: 10px 10px 0 15px;
color: #ffffff;
}

#desc a {
color: #ffffff;
text-decoration: underline;
}

#desct {
height: 490px;
color: #ffffff;
background: #505050 url(images/dare_not_walk_alone.jpg) top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}

#desct p {
width: 290px;
font-size: 1.3em;
line-height: 1.4em;
padding: 0 0 0 45px;
}

#desct h2 {
padding: 15px 15px 0 15px;
color: #ffffff;
}

#desct h3 {
padding: 0px 0px 0 0px;
color: #ffffff;
}

#desct a {
color: #ffffff;
text-decoration: underline;
}

#texbox {
height: 490px;
color: #ffffff;
background: #505050 url(images/fence_dnwa.jpg) top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}

#texbox p {
width: 660px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 45px;
}

#texbox h2 {
padding: 0px 10px 0 15px;
color: #ffffff;
}

#texbox h3 {
padding: 0px 10px 0 15px;
color: #ffffff;
}

#texbox a {
color: #8BAAF7;
text-decoration: none;
}

#texbox a:hover {
color: #E0E1FA;
text-decoration: underline;
}

#main {
width: 540px;
float: left;
padding: 0 15px 0 20px;
border-right: 1px solid #d0d0d0;
}

#main h3 {
color: #ffffff;
}

.block {
background: #f0f0f0;
padding: 15px;
}

#sidebar {
width:180px;
float:right;
}

#sidebar p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0 0 12px 0;
}

.sidelink {
text-align: left;
display: block;
width: 150px;
background: #202020 url(images/corner.gif) top right no-repeat;
padding: 3px 4px 3px 8px;
margin: 5px 10px 5px 0;
}

.sidelink:hover {
background: #e0e0e0 url(images/corner.gif) top right no-repeat;
text-decoration: none;
color: #606060;
}

#footer {
clear: both;
background: #000000;
color: #808080;
font-size: 0.8em;
padding: 8px 0 8px 0;
text-align: center;
}

#footer a {
color: #606060;
}

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;
}

h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

p {
margin: 0 0 15px 0;
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;
}

.picfloat {
float: right;
margin-left: 20px;
}

.picshow {
float: left;
margin-left: 240px;
margin-top: 50px;
}

.hide {
display: none;
}
