/* Generic Stuff */

* {
	margin:0;
	padding:0;
}

body {
	font: 100% Arial, Helvetica;
	color:#000000;
	background:#000000;
	background:#000000 url(images/background.png) repeat-x;
	background-position: 0% 1.5%;
}

p {
	margin: 4px 0px;
	text-align:left;
}

a:link, a:visited {
	color: #777700;
	text-decoration:none
}

a:hover, a:active {
	color: #000000;
	text-decoration:none;
}

a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
}

h1 {
	font-weight:bold;
	font:2.6em Arial;
	display:block;
	padding-bottom:5px;
	text-align:center;
}

h2 {
	height: 50px;
	color:777700;
	font-size:20px;
	text-decoration: none;
	font-weight:none;
}

h3 {
	padding: 7px 0px 7px 0px;
	margin: 0px 2px 3px 0px;
	color:#FFF;
	background: #A9A9A9;
	text-align:center;
	border-right:solid 1px #666666;
	border-left:solid 1px #666666;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;
}

h4 {
	padding: 6px 0px 6px 0px;
	color:000000;
}

td {
	font-size:12px;
}




/* Header Picture */

/*
#head {
	width:1000px;
	margin-top:5px;
	padding:0px;
}	*/

#head {
	padding: 0px;
	margin: 0px;
	float: left;
	height: 170px;
	width: 1000px;
}

#head img {
	border:0px;
	padding:0px;
	height:150px;
	width:726px;
}




#horizontalad {
	margin: 0px 16px 0px 265px;
	position: relative;
}




/* Navigation Bar*/

#navbar {
	width:870px;
	height:23px;
	margin: 15px 0px 0px 130px;
	padding: 0px;
/*	background:#CC9900;	*/
}

ul#tabs {
	list-style: none;
	background:#CC9900;
}

ul#tabs li {
	float: left;
	margin: 0;
	padding:5px 0px 0px 0px;
	height: 18px;
	text-align: center;
	text-transform:uppercase;
}

ul#tabs a {
	display: block;
	height: 100%;
	text-decoration: none;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	color: white;
}

ul#tabs a:hover {
	color: black;
}

ul#tabs li#home {
	width: 70px;
	background: url('http://www.thegoodpoint.com/images/homeN.png');
}
ul#tabs li#basketball {
	width: 121px;
	background: url('http://www.thegoodpoint.com/images/basketballN.png') no-repeat;
}
ul#tabs li#baseball {
	width: 104px;
	background: url('http://www.thegoodpoint.com/images/baseballN.png') no-repeat;
}
ul#tabs li#hockey {
	width: 91px;
	background: url('http://www.thegoodpoint.com/images/hockeyN.png') no-repeat;
}
ul#tabs li#football {
	width: 104px;
	background: url('http://www.thegoodpoint.com/images/footballN.png') no-repeat;
}
ul#tabs li#other {
	width: 140px;
	background: url('http://www.thegoodpoint.com/images/othersportsN.png') no-repeat;
}
ul#tabs li#writers {
	width: 100px;
	background: url('http://www.thegoodpoint.com/images/writersN.png') no-repeat;
}

ul#tabs li#home:hover {
	background: url('http://www.thegoodpoint.com/images/homeH.png') no-repeat;
}
ul#tabs li#basketball:hover {
	background: url('http://www.thegoodpoint.com/images/basketballH.png') no-repeat;
}
ul#tabs li#baseball:hover {
	background: url('http://www.thegoodpoint.com/images/baseballH.png') no-repeat;
}
ul#tabs li#hockey:hover {
	background: url('http://www.thegoodpoint.com/images/hockeyH.png') no-repeat;
}
ul#tabs li#football:hover {
	background: url('http://www.thegoodpoint.com/images/footballH.png') no-repeat;
}
ul#tabs li#other:hover {
	background: url('http://www.thegoodpoint.com/images/othersportsH.png') no-repeat;
}
ul#tabs li#writers:hover {
	background: url('http://www.thegoodpoint.com/images/writersH.png') no-repeat;
}




/* Page Structure */

#page {
	width: 870px;
	padding: 0px;
	background: #dcdcdc;
	font-size: 0.7em;
	position: relative;
	margin: -2px 0px 0px 130px;
}




#pageindex {
	width: 870px;
	padding: 0px;
	background: #dcdcdc;
	font-size: 0.7em;
	position: relative;
	margin: -2px 0px -20px 130px;
}




	/* Headline Story */

	#headline {
		width:530px;
		min-height:475px;
		float:left;
		background:#ececec;
		margin: 0px 0px 0px 0px;
		padding: 2px 6px 2px 8px;
		font-size:1.05em;
		line-height:1.5em;
		border: 1px solid #AAAAAA;
	}

	#headline h1 {
		min-height: 75px;
	}

	#headline p {
		margin: 0px;
		padding: 3px 0px;
	}

	#headline img {
		border:0px;
	}

	#headline div.title {
		display:block;
		padding-bottom:15px;
	}

	#headline div.hlphotoleft {
		font-size: 0.8em;
		display: block;
		margin:0px 25px;
		margin-top: -13px;
		padding: 10px 0px 2px 0px;
	}

	#headline div.hlphotoright {
		font-size: 0.8em;
		display: block;
		margin:-50px 40px 0px 0px;
		padding: 10px 0px 2px 0px;
		float: right;
	}

	#headline div.all {
		padding: 0px 0px 15px 0px;
	}

	#headline div.all h6 {
		font-size: 18px;
	}




	/* Featured Stories */

	#stories {
		width: 662px;
		float: left;
		background: #ececec;
		margin: -1px 0px 0px -128px;
		padding: 5px;
		font-size: 1.05em;
		line-height: 1.5em;
		border: 1px solid #AAAAAA;
	}

	#stories img {
		border: 0px;
	}

	#stories div.storyone {
		font-weight: bold;
		font: 1.0em Arial;
		display: block;
		padding: 0px 5px 5px 0px;
		width: 325px;
		float: left;
	}

	#stories div.storytwo {
		font-weight: bold;
		font: 1.0em Arial;
		display: block;
		padding: 0px 0px 5px 5px;
		width: 325px;
		float: right;
	}

	#stories div.stphotoleft {
		font-size:0.8em;
		display:block;
		margin-top:0px;
		padding-bottom:0px;
		padding-left:9px;
	}

	#stories div.stphotoright {
		font-size:0.8em;
		display:block;
		margin:-25px 20px 0px 0px;
		padding-bottom:0px;
		padding-left:9px;
		float: right;
	}

#storiestext {
	width: 509px;
	float: left;
	background: #ececec;
	margin: -35px 0px -15px 0px;
	padding: 0px 15px 0px 20px;
	font-size: 1.05em;
	line-height: 1.5em;
/*	border: 1px solid #AAAAAA;	*/
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}




/* Left Menu */

#leftmenu {
	width:126px;
	float:left;
	background:#dcdcdc;
	padding: 0px;
	font-size:1.0em;
	line-height:1.3em;
	margin: 400px 0px 0px -127px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}




/* removes border around featured writer pics */
#leftmenu a img {
	border:0px solid #ccc;
}

#leftmenu a#title {
	color: black;
}

#leftmenu a:hover {
	text-decoration: underline;
}




/* Right Menu */

#rightmenu {
	width:315px;
	float:right;
	background:#dcdcdc;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding:2px 4px 2px 3px;
	font-size:1.0em;
	line-height:1.3em;
}

/* removes border around featured writer pics */
#rightmenu a img {
	border:0px solid #ccc;
}




/* More Stories */

#morestories {
	width: 662px;
	float: left;
	background: #ececec;
	margin: -1px 2px 0px -128px;
	padding: 0px 5px;
	font-size: 1.05em;
	line-height: 1.5em;
	border: 1px solid #AAAAAA;
	text-align: left;
}




.table {
	cellpadding:10px;
	cellspacing:10px;
	border:2px;
	align:center;
}




/* Clearer */

.clearer {
	clear: both;
}




/* Footer */

#footer {
	width: 996px;
	margin: 0px 0px 0px 2px;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	background: #CC9900;
	border: 1px solid #AAAAAA;
}

#footer a {
	color:#777700;
}

#footer a:hover {
	color:black;
}




/* Footer */

#footermain {
	width: 996px;
	margin: -15px 0px 0px -128px;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	background: #CC9900;
	border: 1px solid #AAAAAA;
}

#footermain a {
	color:#777700;
}

#footermain a:hover {
	color:black;
}




/* RSS Feed */

.rss {
	text-align:right;
}

.rss a, .rss a:visited {
	font-weight:bold;
	color:#CC9900;
}

.rss a:hover {
	font-weight:bold;
	color:#000000;
}

.rss img {
	padding:0px 7px 0px 7px;
	margin:0px;
	border:0px;
}




/* Comments */
.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}

/* COMMENTS SECOND SECTION */

.postedby {
	padding: 0 0 0 18px;
	background: url(images/abullet.gif) no-repeat 0 4px;
	}
	
h3.formtitle {
	margin : 0px 0px 0px 0px;
	padding-bottom: 8px;
	}

.commentbody1 {
	background: #D5D5D5;
	border-top: 1px dotted #ccc;
	}

.commentbody2 {
	background: #E0E0E0
	border-top: 1px dotted #ccc;
	}
	
/*gray box*/
.submitcomment, #submitcomment, #currentcomments, #rating, .textad {
	background-color: #F5F5F5;
	border: 1px dotted #ccc;
	padding: 5px;
	padding: 5px;
	margin: 20px -10px 6px -15px;
	}


/*FORMS
*------------------------------------*/

.form {
	font-size: 70%;
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	}

.formtext {
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	padding: 2px;
	border-bottom: 1px dotted #ccc
	}

.form:hover, .formtext:hover {
	background: white;
	}
	
.form:focus, .formtext:focus {
	background: white;
	border: solid 1px #000000;
	}
	
.submit {
	background-color: #D3D3D3;
	border: solid 1px #C6C6C6;
	border-right:  solid 1px #9A9A9A;
	border-bottom:  solid 1px #9A9A9A;
	}
	
.submit:hover, .submit:focus {
	background: #EDEDED;
	}