/* 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: 70% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
border-bottom:1px dashed #00ACF4;
}

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

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

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

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

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

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 2px solid #EEEEEE;
}	
	
#avmenu li a:hover {
background: #ffffff;
color: #00ACF4;
border-left: 2px solid #00ACF4;
}



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

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

.content {
margin: 0 15px 20px 20px;
color:#333333;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.contentgrey {
margin: 0 15px 20px 20px;
color: #999999;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.contentheading {
margin: 0 20px 20px 20px;

padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
font-size: 1.3em;

border-bottom:1px dashed #00ACF4;
}

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

#content img {
padding: 10px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {

}

h2 {
font-size: 1.3em;
margin: 0 0 10px 0;

}

a {
text-decoration: none;
color: #00ACF4;

}

a:hover {
text-decoration: underline;
color: #00ACF4;
}

a img {
border: 0;
}

.footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 2px solid #00ACF4;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
background: #FFFFFF url(../images/diags.jpg)  0% 30% repeat-x;
}

.footer a {
color: #00ACF4;
text-decoration: none;
}

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

.left {
margin:  10px 10px 5px 25px;
float: left;
padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
}
.left_no_border {
margin:  10px 10px 5px 25px;
float: left;

	
}


.right {
margin:   10px 20px 5px 10px;
float: right;
padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
}
.right_no_border {
margin:   10px 20px 5px 10px;
float: right;

}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
.bottom_ul { /* The small list of links on the bottom of the page. */
	list-style: none; /* no dot next to the list. */
	
	width: 135px; /* Always be 420px wide, to get that cool hover effect. */
	height: 13px;
	background-color:#FFFFFF;
		line-height: 1.6em;
		 /* 10px fontsize, 12px height. Seems enough. */
	 /* No extra margins anywhere. It's tight enough */
}
	
	.bottom_ul a { /* The links in the list stated above. */
		margin:  0 0 0 5px;
		
		display: block; /* Get that hover effect, display your links in a block with fixed height and width... */
		padding: 3px; /* 3px whitespace everywhere. */
		width: 135px; /* Hey, there's that 420px again! */
		color: #AAAAAA; /* Lightgrey fontcolor. */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4; /* Font. */
	}
	.bottom_ul a:hover { /* Mouseover that list and you'll see... */
		color: #00ACF4; /* Oceanblue fontcolors. */
		width: 135px; /* Hey, there it is again! */
		background: #F8F8F8 url(../images/arrow_right.jpg) 98% 50% no-repeat; 
		text-decoration: none;/* And an even lightergrey background! */
	}
	.announce {
margin:  0 0 0 15px;
padding: 10px;
width: 140px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}


