/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)

Screen layout: */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% "Trebuchet MS", Arial, Helvetica, serif;;
background:#FFF;
color:#404040;
}

#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:850px;
 	border-left: 1px solid #D7E1D9;
	border-right: 1px solid #D7E1D9;
	border-bottom: 4px solid #CC0000;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 1.4em 0;
line-height: 1.5em;
}

/***** Header *****/

#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2em;
float:left;
}

#header h1 a {
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

/***** Left sidebar *****/

#leftside {
clear:left;
float:left;
width:180px;
margin:10px 0 5px 0;
padding:0;
}

#leftside h2 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:10px 0 1px 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #CC0000;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/

ul.avmenu {
width:170px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:170px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#FFFFFF;
color:#505050;
font-weight:bold;
width:170px;
float:left;
margin:5px 0 0 2px;
padding:3px 1px 3px 5px;
border: 2px dotted #CAD9CF;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#D7E1D9;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Main content *****/

#content {
margin:0 10px 5px 190px;
padding:0 10px;
line-height:1.5em;
}


#content h2 {
font-size:1.5em;
margin:8px 0 20px 0;
line-height:1.3em;
}

#content h3 {
font-size:1.1em;
padding:15px 0 6px 0;
}

#content h4 {
font-size:1.0em;
padding:5px 0 6px 0;
font-weight: bold;
}


#content ul, #content ol {
margin:0 10px 16px 5px;
 list-style-type: square;
}

#content li {
padding:0 10px 16px 5px;
}

#content ul ul, #content ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:10px 0;
border-top:1px solid #D7E1D9;
width:850px;
text-align:center;
color:#808080;
background:#ffffff;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}
