@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003300;
}
#container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px; /* change to auto to center divs */
	background-color: #FFFFFF;
} 

#content{
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; /* change to auto to center divs */
	background-color: #FFFFFF;
} 

#content .full_page {
        width: 946px;
        padding: 0px;
        background: #fff url(img/full_page_bg.gif) repeat-y;
        margin: 0px 10px;
        border-bottom: 1px solid #336633;
}

#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #fff;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 299px;
	top: auto;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

#welcome {
	float: left; /* since this element is floated, a width must be given */
	width: 394px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background: #fff url(img/welcome_bg.gif) repeat-y;
	margin: 0px 0px 0px 10px;
        border-bottom: 1px solid #336633;
        position: relative;
}

#welcome_label { position: relative; z-index: 2 }
#welcome_image { z-index: 1; position: absolute; left: 2px; top: 54px; }

#mainContent {
	width: 550px;
	background:#fff;
	margin: 3px 10px 10px 420px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent div {
    width: 541px;
    background: #fff url(img/news_bg.gif) repeat-y;
    border-bottom: 1px solid #336633;
}


#sidebar {
    float: right;
    width: 200px;
    background: #fff;
    margin: 0px 0px 10px 10px;
    padding: 0px;
}

#sidebar .sidebox {
    width: 200px;
    background: #fff url(img/sidebar_bg.gif) repeat-y;
    border-bottom: 1px solid #336633;
}

.green {
    color: #336633;
}

.article_title {
    font-size: 13pt; 
    font-weight:bold; 
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
    color: #336633;
}

.archive_month {
    font-size: 14pt; 
    font-weight:bold; 
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
    color: #336633;
}

.photo_credit { font: 10px Verdana, Arial, Helvetica, sans-serif; 
                font-style: italic; }

#footer {
	width: 960px;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
} 
#footer p {
	margin: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background:#fff;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p { margin: 10px;}

h3 { margin: 10px;
	   font: 11px verdana, tahoma, helvetica, geneva, sans-serif; 
	   font-weight: bold;}
	   
a { color:#336633; }   
a:link { color:#336633; }  
a:visited { color:#669966; }  
a:hover {color:#ff9900; }  
a:active { color:#ff9900; }  
a.lyrics { padding: 0 0 0 12px;
           background: transparent url(img/links/lyrics_up.gif) 0 50% no-repeat; }
a.lyrics:hover { background: transparent url(img/links/lyrics_over.gif) 0 50% no-repeat; }
a.sample { padding: 0 0 0 13px;
           background: transparent url(img/links/listen_up.gif) 0 50% no-repeat; }
a.sample:hover { background: transparent url(img/links/listen_over.gif) 0 50% no-repeat; } 
a.contact { padding: 0 0 0 12px;
           background: transparent url(img/links/contact_up.gif) 0 50% no-repeat; }
a.contact:hover { background: transparent url(img/links/contact_over.gif) 0 50% no-repeat; }  
a.search { padding: 0 0 0 13px;
           background: transparent url(img/links/search_up.gif) 0 50% no-repeat; }
a.search:hover { background: transparent url(img/links/search_over.gif) 0 50% no-repeat; }
a.news { padding: 0 0 0 13px;
           background: transparent url(img/links/news_up.gif) 0 50% no-repeat; }
a.news:hover { background: transparent url(img/links/news_over.gif) 0 50% no-repeat; }



/* NAV - top horizontal nav */
#menu, #menu ul {padding: 0;margin: 0;list-style: none;}
#menu {font-size: 12pt; height: 25px; font-weight: bold; font-family: Palatino Linotype, Book Antiqua, Palatino, serif;  position: absolute; left: 150px; top: 234px; z-index: 10;}
#menu li {position:relative;background: transparent; float: left; width: 10em; display:block; margin: 0; padding-bottom: 1px; border-left: 2px solid #000}
#menu > li:first-child { border-left: 0; }
#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {text-decoration:none;cursor:pointer;color:#000;display: block;padding: 0px 10px}
#menu a:hover {color:#336633}
#menu .title {font-style: italic}
	
#menu li ul {border-left: 1px solid #FFA109;background: #FADBAC url("img/box.jpg") no-repeat 100% 100%;width:15.8em;\position: absolute;font-weight:bold;left: -999em; z-index: 100;}
#menu li:hover ul, #menu li.sfhover ul {left: 0;z-index:99999}
	
#menu li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0}
#menu li li.last {border-bottom:none}
#menu li li a, #menu li li a:link, #menu li li a:visited, #menu li li a:hover {color:#000;padding: 3px 10px 2px;width:14.5em}
#menu li li a:hover {color:#336633;background:#FFC260}
 
#menu li li ul { float: left; display: none; border-left: 1px solid #FFA109;background: #FADBAC url("img/box.jpg") no-repeat 100% 100%;width:15.8em;margin-top:3px;position: absolute; font-weight:bold;left: -999em; z-index: 100;}
#menu li li:hover ul, #menu li li.sfhover ul {left: 15.7em; top: 0;z-index:99999; display: block}
	
#menu li li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff; border-right:none; border-left:none; padding-left:0}
#menu li li li.last {border-bottom:none}
#menu li li li a, #menu li li li a:link, #menu li li li a:visited, #menu li li li a:hover {color:#000;padding: 3px 10px 2px;width:14.5em}
#menu li li li a:hover {color:#336633;background:#FFC260}
	
/* hide from IE mac \*/
#menu li {width:auto}

/* Fix for IE 7 Sticky Hover on click bug */
#menu li:hover { background-position: 0 0; }

/* Albums Page */
.track_list { margin-left: 200px; padding: 0px}
.album_cover { margin: 10px; 
               border: 1px solid #336633; }
