/* 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;
font: normal 76%/1.7em Verdana, Tahoma, Arial, sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 770px;
}

#header {
	clear: both;
	padding: 0;
	height: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	float: none;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#TopNav {
	float: none;
	height: auto;
	clear: both;
	width: 770px;
	font-size: .9em;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: none #f0f0f0;
	border-right: none #f0f0f0;
	border-bottom: none #f0f0f0;
	border-left: none #f0f0f0;
}

#TopNav a {
	margin: 0 0 15px;
	float: none;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	height: auto;
	clear: none;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
}

#TopNav a:hover {
	color: #FF6000;
	font-size: 1.1em;
	text-decoration: none;
}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 10 0 15px;
	padding: 0;
	font-size: 0.9em;
	text-decoration: none;
	height: auto;
	background: #FFFFFF;
	border: 1px none #f0f0f0;
}

#avmenu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px;
	padding: 0;
	text-decoration: none;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
	text-decoration: none;
}

#avmenu li a {
	font-weight: bold;
	height: auto;
	color: #333333;
	display: block;
	padding: 3px 0 0 10px;
	background: #D8E3F5;
	border-left: 10px solid #FF6600;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}	
	
#avmenu li a:hover {
	background: #F3F3F3;
	color: #FF6600;
	border-left: 10px solid #000000;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#extras {
float: right;
width: 125px;
margin: 0 0 10px;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0 140px 20px 160px;
	padding: 0 10px;
	line-height: 1.6em;
	text-align: left;
	color: #333333;
	border: 1px solid #f0f0f0;
}

#content h1 {
	font-size: 1.4em;
	margin: 5px 0 0.5em;
	color: #FF6600;
}
#content h2 {
	font-size: 1em;
	margin: 5px 0 0.5em;
	color: #333333;
	font-weight: normal;
}

#content h3 {
	font-size: 1.3em;
	margin: 5px 0 0.5em;
	color: #FF6600;
	font-weight: bold;
}

#content h4 {
	font-size: 2em;
	margin: 5px 0 0.5em;
	color: #000000;
	font-weight: bold;
}

#content img {
	display:inline;
	background: #cccccc;
	border: thin none #D8E3F5;
}

h3 {
	font-size: 1.3em;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #FF6600;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #FF6600;
}

a img {
	margin-top: 5px;
	margin-left: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#footer {
clear: both;
margin: 0 auto;
padding: 5px 0 20px;
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;
}
