/** =========================
	File: Simple Style Sheet (simple.css)
	Author: Joey Siggens (joey@thefermataexperiment.com)
	Summary: Style declarations for the Winternals fork page.
	See fork_main.css for additional styles.
	==========================**/

/** ----------------------------------------------
	general
	-----------------------------------------------**/

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: 12px;
	color: #333333;
	margin:	0px;
	padding: 0px;
	}

.border_right {
	border-right:1px solid #000;
}

.border_bottom {
	border-bottom:1px solid #000;
}

.border_all {
	border:1px solid #000;
}

.divider {
	display:block;
	margin:0;
	padding:0;
}

#menuBorder {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#topNav td {
	text-align:center;
	font-size:11px;
	vertical-align: middle;
	text-transform: uppercase;
}

.content {
	margin:12px;
	color:#fff;
	font-size:13px;
}

.birdseed {
	font-size: 10px;
	color: #fff;
	text-align: right;
	margin-top: 6px;
	margin-right: 10px;
}

.purchase {
	padding:2px;
	color:#fff;
	background-color:#666;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

/** ----------------------------------------------
	text
	-----------------------------------------------**/

.title {
	color:#fff;
	font-size:16px;
}

.sectiontitle {
	color:#000;
	font-size:14px;
	margin-bottom:0px;
}

.content p {
     color:#000;
     margin-top:5px;
}


/** ----------------------------------------------
	links
	-----------------------------------------------**/
	
a:link {
	text-decoration:none;
	color:#fff;
	}
a:visited {
	text-decoration:none;
	color: #fff;
	}
a:active {
	text-decoration:none;
	}
a:hover	{
	text-decoration:underline;
	}	
	
#topNav a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	}
#topNav a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	}
#topNav a:active {
	color: #772222;
	text-decoration: none;
	font-weight: normal;
	}
#topNav a:hover	{
	color: #772222;
	text-decoration: none;
	font-weight: normal;
	}

#topNav a.onpage:link {
	text-decoration: none;
	color: #772222;
	font-weight: normal;
	}
#topNav a.onpage:visited {
	text-decoration: none;
	color: #772222;
	font-weight: bold;
	}
#topNav a.onpage:active {
	color: #772222;
	text-decoration: none;
	font-weight: bold;
	}
#topNav a.onpage:hover	{
	color: #772222;
	text-decoration: none;
	font-weight: bold
	}	
	
#news a:link {
	text-decoration:underline;
	color:#333;
	}
#news a:visited {
	text-decoration:underline;
	color: #333;
	}
#news a:active {
	text-decoration:underline;
	}
#news a:hover	{
	color:#600;
	text-decoration:underline;
	}	




/** turns off gaps around images **/
img	{
	border:	0px;
	}	