/*
andreas01 - an open source xhtml/css website layout originally by Andreas Viklund  - http://andreasviklund.com
Modified by William Donnell for www.troop1018.org

Screen layout: */

body{
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url("../new/bg.gif") top center repeat-y;
color:#303030;
}

#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:450px;
margin:0 0 10px 0;
float:left;
}

#header p{
width:300px;
float:right;
text-align:center;
color:#a0a0a0;
margin:0 0 10px 0;
font-size:0.8em;
line-height:1.2em;
background-color:inherit;
}

#frontphoto{
margin:0 0 10px 0;
border:0;
}

/* the link bar on the left */
#avmenu{
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

/* list o links */
#avmenu ul{	
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-size:1.1em;
}	

/* link on said list */
#avmenu li{
margin-bottom:4px;
}

/* uhh...redundant? */
#avmenu li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 10px;
background:#f4f4f4;
border-left:4px solid #cccccc;
}	

/* what happens to spanned text inside a linkbar link */
#avmenu li a span
{
display: none; /* you want the stuff to be invisible normally */
}

/* what happens when you hover over one of the links on the left linkbar */
#avmenu li a:hover{
background:#eaeaea;
color:#238B4E;
border-left:4px solid #238B4E;
}

/* what happens to the spanned area of the link when you hover over the link (aka making the text popup */
#avmenu li a:hover span {
display: block;
position: absolute;
top: 670px; /* IF YOU ADD MORE LINKS TO THE LINK BAR, CHANGE THIS!!! ===========*/
width: 115px;
padding: 5px; 
margin: 0px; z-index: 100;
color: #238B4E;
background: #f4f4f4;
border: 1px solid #238B4E;
font: .9em;
text-align: center;
}

.announce{
margin:10px 0 10px 0;
padding:10px;
width:130px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}

/* small "extra" bar on the right - When in use, put center frame stuff in "content" div */
#extras{
float:right;
width:120px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
line-height:1.5em;
}

#extras p{
margin:0 0 1.5em 0;
}

/* the main content of the page - doesn't take up whole space, use with "extras" div for 3 frame layout */
#content{
margin:0 130px 20px 160px;
border-left:1px solid #f0f0f0;
border-right:1px solid #f0f0f0;
padding:0 10px 0 10px;
line-height:1.6em;
text-align:left;
}

/* main content area designed to go all the way to the left of the page - DONT USE WITH "EXTRAS" DIV */
#fullContent{
margin:0 10px 20px 160px;
border-left:1px solid #f0f0f0;
border-right:1px solid #f0f0f0;
padding:0 10px 0 10px;
line-height:1.6em;
text-align:left;
}

/* IF YOU CHANGE THIS, CHANGE IT FOR FULL CONTENT H2 ALSO */
#content h2{
font-size:1.5em;
margin:0 0 0.5em 0;
}

/* IF YOU CHANGE THIS, CHANGE IT FOR FULL CONTENT IMG ALSO */
#content img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

/* IF YOU CHANGE THIS, CHANGE IT FOR CONTENT H2 ALSO */
#fullContent h2{
font-size:1.5em;
margin:0 0 0.5em 0;
}

/* IF YOU CHANGE THIS, CHANGE IT FOR CONTENT IMG ALSO */
#fullContent img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
text-decoration:none;
color:#238B4E;
}

a:hover{
text-decoration:underline;
color:#238B4E;
}

a img{
border:0;
}

#footer{
clear:both;
margin:0 auto;
padding:25px 0 20px 0;
border-top:4px dotted #f0f0f0;

width:760px;
text-align:center;
color:#808080;
font-size:0.8em;
}


#footer a{
color:#505050;
text-decoration:underline;
}

#footer a:hover{

}

.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;
}