/**
* 	TT-G Stylesheets
*	by Michael Sharon
*	uberthings.com
*	Feel free to use, modify or adapt with or without attribution. 
*/

/* standard tags redefined */
a {
text-decoration: none;  
border-bottom: 1px dotted #666;
color: #666;
}

a:link {
}

a:visited{
}

a:active{
}

a:hover{
background: #FF705E;
color: #fff; 
}

body {
background: #fff;
font: 15px Geneva, Verdana, Arial, sans-serif; 
margin: 10px 0; 
padding:0px;
text-align:center;
}

#home {

}

.frontLogo {
margin: 20px 0 0 30px; 
}

/*****************
Shared tags
******************/
#footer {
	font-size: 1.2em; 
	color: #666; 
	padding: 10px; 
}

#mainContent {
	position: relative; 
	min-height: 200px;
	width: auto; 
	top: -10px; 
	padding: 5px; 
	margin: 10px 0;
	overflow: hidden; 
	clear: both; 
}

#navcontainer { margin-left: 30px; }

#current {
color: #FF705E; 
background: url("/images/current.png") no-repeat 0; 
border-bottom: 1px dotted #FF705E;
padding-left: 10px
}

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }

#newsBar {
font-size: 0.8em; 
border-left: 1px solid #aaa; 
float: right; 
width: 200px; 
margin: 0 10px;
padding: 10px; 
}

#wrapper {
width: 684px; 
background: #fff; 
margin:0px auto;
text-align:left;
padding:10px; 
}

/* - - - - - - - - - - - - - - - - - 
News
 - - - - - - - - - - - - - - - - - */

.newsdate {
font-size: 0.6em; 
text-align: right; 
font-weight: bold;
border-bottom: 1px solid #aaa; 
text-transform: uppercase; 
}

.newstitle {
padding: 0 10px; 
color: #fff; 
background: #0EE010;
}

.newsbody {
padding: 0 10px; 
line-height: 1.3em;
}


/* end CSS */