/* Custom Stylesheet by Mike-N-tosh */
/* --------------- Basic Element Declarations --------------- */
html, body
{
	height: 100%;
}

body
{
	background-color: #FFF;
	font-size: 12pt;
	font-family: "Times New Roman", Times, Georgia, Serif;
	line-height: 16pt;
	color: #663300;
}

.a1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #900;
}

.a2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00C;
	text-align: center;
}

.a3
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #900;
}

a, a:visited
{
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

img
{
	border-style: none;
	text-decoration: none;
}

a:hover
{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

ul
{
	margin: 0;
	list-style-type: none;
}

/* --------------- Layout Elements --------------- */
#wrapper
{
	width: 1000px;
	margin: 0 auto -30px;
	display: block
	min-height: 100%;
	height: auto !important;
	position: relative;
}

#header
{
	display: block;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	background-image: url(images/header_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu
{
	width: 1000px;
	height: 30px;
	display: block;
	margin: 1px auto;
	background-image: url(images/menu_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#main
{
	width: 1000px;
	height: 100%
	margin-bottom: 35px;
}

#article_nav
{
	width: 760px;
	height: 30px;
	display: block;
	background-image: url(images/article_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.side_col
{
	width: 210px;
	display: block;
	float: left;
	background-color: white;
	padding-top: 5px;
}

.side_col div.head
{
	width: 210px;
	height: 30px;
	padding: 0;
	text-align: center;
	font-size: 14pt;
	line-height: 30px;
	font-weight: bold;
	background: #e7b67e;
	color: #663300;
}

#content
{
	width: 720px;
	min-height: 100%;
	position: relative;
	display: block;
	margin-left: 5px;
	padding: 5px;
}

#content span.left img
{
	display: inline;
	padding: 5px;
	float: left;
}

#content span.mid img
{
	display: inline;
	padding: 5px;
}

#content span.right img
{
	display: inline;
	padding: 5px;
	float: right;
}

#footer
{
	width: 1000px;
	height: 30px;
	display: block;
	font-size: 10pt;
	margin: 3px auto 5px auto;
	background-image: url(images/menu_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #663300;
}

#footer a, #footer a:visited
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	color: #996633;
	text-decoration: none;
	font-style: normal;
}

#footer div.left
{
	width: 40%;
	float: left;
	display: inline;
	padding-left: 10px;
	text-align: left;
	line-height: 30px;
}

#footer div.right
{
	width: 40%;
	float: right;
	display: inline;
	padding-right: 10px;
	text-align: right;
	line-height: 30px;
}

/* tidbits */
.clear
{
	clear: both;
}

.clear_float
{
	float: right;
	height: 5px;
}
.clear_v
{
	width: 100%;
	height: 10px;
	clear: both;
}

.clear_footer
{
	height: 35px;
	clear: both;
}

.pagination
{
	display: inline;
	float: right;
	padding-right: 5px;
	height: 30px;
	width: 160px;
	background-image: url(images/pagination_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
	line-height: 30px;
}

/* Ad Elements */
#top_leaderboard
{
	width: 732px;
	height: 94px;
	display: block;
	margin: 0 auto;
	padding: 0 5px 5px 0;
	border-color: #996633;
	border-width: 1px;
	border-style: solid;
	background: #e7b67e;
}

.side_g_links
{
	display: block;
	width: 200px;
	height: 100px;
	padding: 5px;
	margin: 0 auto;
}

.side_200_ad
{
	display: block;
	width: 200px;
	float: none;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	text-decoration: none;
	padding: 3px;
	margin: 0 auto;
}

.content_320_ad
{
	Display: inline;
	width: 336px;
	height: 280px;
	text-decoration: none;
}

.content_200_ad
{
	Display: inline;
	width: 200px;
	height: 200px;
	padding-left: 10px;
	float: right;
	text-decoration: none;
}

/* Mike-N-Tosh CSS popup help */

/* CSS for help text hidden */

span.csshelp
{
	position: relative;
	top: 0;
	left: 0;
}

span.csshelp span
{
	position: absolute;
	visibility: hidden;
	height: 0;
	width: 0;
}

.csshelp:hover span
{
	position: absolute;
	bottom: 16px;
	left: -30px;
	min-width: 120px;
	width: auto;
	min-height: 18px;
	height: auto;
	visibility: visible;
	background-color: lightyellow;
	padding: 3px;
	border: #996633 1px solid;
	color: #996633;
	text-decoration: none;
	text-align: center;
	z-index: 100;
	font-size: 10pt;
	font-family: Times New Roman, Georgia, Times, serif;
	line-height: 12pt;
}
