/* This file holds the CSS styles used by the LHSFNA.org website */

/*
|| VERSION CONTROL ||
$Header: 
$Author: 
$Date: 
$Name:  
$Revision: 

|| DESCRIPTION || 
$Description: CSS styles used by LHSFNA.org 
$TODO: $

|| DEVELOPER ||
$Developer: Rob Kolosky
*/

    body {
	background-color: white;
	color: ##222;
	z-index: 1;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/150% Helvetica, Arial, sans-serif;
}
	
	img {border: 0px;}

	a:link, a:visited {
		font-weight:bold;
		text-decoration:none;
		}

	a:hover, a:active {
		font-weight:bold;
		text-decoration:underline;
		}

	.smallfoot
	{
      font-size:9px;
	}
	#contentContainer {
		width : 800px;
  		margin-right : auto;
  		margin-left : auto;
		text-align: left;
	}
	#leftContent {
		width: 596px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	#rightContent {
		width: 200px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-size: 10px;
	}
	#footer {
	text-align: center;
	}
	.sidebar {
		z-index: 1;
	}

	a#rightContent {
	color: Green;
	}

	.remove_filter {
				font-weight: bold;
				overflow: auto;
				-moz-opacity: 1.00;
			} 	
			
	#contentsTitle {
		text-align: center;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
	}
			
	.contentsArticles {
			text-align: right;
			height: 500px;
	}
			
	.transparent {
		position: absolute; top: 245px; left: 340px; width: 250px;
		background-color: #ffffff;
		filter: Alpha(Opacity=50);
		-moz-opacity: 0.50;
	} 

	#foldheader{cursor:pointer;
				font-weight:bold ;
				list-style-image:url(..\images\fold.gif)
	}
	
	#foldinglist{list-style-image:url(..\images\fold.gif)}
	
	.monthCover {
		float:left;
		width:350px;
		border: 1px solid black;
		margin: 10px 15px 15px 10px;
		padding: 5px;
	}
	
	.monthCover .monthHeadlines {
	float: right;
	width: 140px;
	margin: -145px;
	font: xx-small;
}


