/* 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;
background: #f4f4f4 url('bg.gif') repeat-y top center;; font-style:normal; font-variant:normal; font-weight:normal; font-size:100%; font-family:Verdana, Tahoma, Arial, sans-serif
}

/*For TABLES */



table {
	width: 60%;
	padding: 0;
	font-size: 90%;
}

caption {
	font-size: 100%;
	font-weight: bold;
}

th {	
	border: 1px solid #4AA02C;
text-align: center;
}


td {
	border: 1px solid #4AA02C;
	padding: .25em;
	background: #fff;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}


/*For TABLES end*/

#wrap {
background: #ffffff;
color: #303030;
margin: .5em;
width: 100%;
}

#header {
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 146px;
background-color: #4AA02C;
}

#header h1 {
width: 100%;
float: left;
color: #fff;
font-size: 3em;
margin-top: 0em; font-weight: bold; font-style: italic;  text-align: left; padding-left: .5em;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}


#avmenu {
clear: left;
float: left;
width: 200px;
margin: 10px 0 10px 0;
padding: 0;
font-size: 0.8em;
}

#avmenu ul {	
list-style: none;
width: 200px;
margin: 0 0 10px 0;
padding: 0;
font-size: .8em;
}	

#avmenu li {
margin-bottom: 5px;
}

#avmenu li a {
font-weight: bold;
height: 25px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 5px 10px;
background: #C3FDB8;
border-left: 4px solid #4AA02C;
}	
	
#avmenu li a:hover {
background: #5EFB6E;
color: #286ea0;
border-left: 4px solid #4AA02C;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 180px;
color: #505050;
background-color: #C3FDB8;
line-height: 1.3em;
}

#extras {
float: right;
width: 200px;
margin: 10px 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#extras h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

#extras img{
padding: 1px;
display:inline;
}

#content {
margin: 10px 210px 20px 210px;
border-left: 1px solid #C3FDB8;
border-right: 1px solid #C3FDB8;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content p {
font-size: 1em;
margin: 0 0 0.5em 0;
}

#content p.single {
font-size: 1em;
margin: 0 0 -0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #C3FDB8;
margin: 1em;
}

#content h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
background: #C3FDB8;
}


a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0px none;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #C3FDB8;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

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

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

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}


.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}