/* 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 {
	padding: 0px;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-color: #b71500;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrap {
	background: #ffffff;
	color: #303030;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 137px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header A {
	text-decoration: none;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0px 0px 10px 0px;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	padding: 0px;
	font-size: 0.9em;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0px 0px 20px 0px;
padding: 0px;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0px 0px 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

.announce {
	padding: 10px;
	width: 150px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;

}

#extras {
	FONT-SIZE: 0.9em;
	FLOAT: right;
	WIDTH: 110px;
	LINE-HEIGHT: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#extras p {
margin: 0 0 1.5em 0;
}
#extras img {
margin-top: 5px;
}

#content {
margin: 0 120px 20px 190px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

.text {
margin-top: 5px;
margin-bottom: 5px;
}

#content h2 {
color: #990033;
font-size: 1.5em;
margin: 0;
padding-top: 5px;
border-bottom: 1px solid #f0f0f0;
}

#content img {
padding: 1px;
display:inline;


}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #990033;
}

a:hover {
text-decoration: underline;
color: #cc0000;
}

a img {
border: 0;
}


#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
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;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }
.itemfooter {
	width: 500px;
	margin-bottom: 25px;

}
/*
05 topNavi */
div#Navi {
	background-color:#CC0000;
}

#Navi ul {
 list-style-type:none;
	margin:0px;
	padding:0;
	width:840px;
	height:33px;
}

#Navi ul li {
 list-style-type:none;
 list-style-position:outside;
 float:left;
 margin:0;
 padding:0;
}
#Navi ul li #Navi01 {
 margin-left:2px;
}

#Navi ul li a {
 border:0px;
}

#Navi ul li a img {
 margin:0;
 border:0px;
}

div.loginform .formfield, div.commentform .formfield, div.mailform .formfield { 
    display: block; 
} 
