/*----------------------Browser Reset----------------------*/
/*-----------------------DO NOT EDIT-----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----------------------End Browser Reset----------------------*/

body {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

.clear {
	width:100%;
	height: 0px;
	clear:both; 
	visibility: hidden;
	
}

.articlelist {
	display:none;	
}


#container {
	width: 830px;
	text-align:left;
	margin: 0 auto;
	position:relative;
	padding: 111px 0 0 0;
	_padding: 125px 0 0 0;
	z-index: 1;
}

#centercolumn {
	width: 570px;
	float:left;
	margin: 0 0 20px 0;
	*margin: 0 0 -91px 0;	
}

	h1 {
		color: blue;
		font-size:16px;
		font-weight:bold;
		margin: 0 0 10px 0;
	}
	
	#centercolumn p {
		margin:0 0 10px 0;
		text-align:center;
	}
	
		#centercolumn p strong {
			font-weight:bold;
		}
	
	#centercolumn .newarticles {
		width: 546px;
		background: #ffff99;
		border: 2px inset;
		padding: 10px;
		margin: 0 0 10px 0;		
	}
	
		#centercolumn .newarticles h3 {
			color:blue;
			font-size: 16px;
			font-weight:bold;
			margin: 0 0 5px 0;
		}
		
		#centercolumn .newarticles ul {
			
		}
			
			#centercolumn .newarticles ul li {
				display:block;
				float:left;
				width: 273px;
				margin:0 0 5px 0;
			}
				
				#centercolumn .newarticles ul li a {
					color:blue; 
					clear:both;
					display:block;
					margin: 0 0 2px 0;
				}
	
	#centercolumn .categorylist {
		height: 460px;
	}
		
		#centercolumn .categorylist li {
			display:block;
			float:left;
			margin: 0 2px 0 0;
		}
			
			#centercolumn .categorylist li a {
				display:block;
				width: 283px;
				height: 92px;
			}
				
				#centercolumn .categorylist li a span {
					display:none;
				}

#rightcolumn {
	background:yellow;
	width:206px;
	float:left;
	padding:10px;
	border:2px outset;
	text-align:center;
	margin: 0 0 0 30px;
	_margin: 0 0 0 15px;
}

	#rightcolumn .tagline {
		background:white; 
		color:red;
		font-weight:bold;
		font-size:16px;	
		border: 2px inset;
		margin: 0 0 10px 0;	
	}
	
	#rightcolumn img {
		margin: 0 0 10px 0;
	}
	
	#rightcolumn .newsletter {
		text-align:left;
	}
	
		#rightcolumn .newsletter h5 {
			color:red; 
			font-size: 14px;
			font-weight:bold;
		}
		
		#rightcolumn .newsletter h4 {
			color:blue;
			font-size:16px;
			font-weight:bold;
		}
		
		#rightcolumn .newsletter em {
			font-size:10px;
		}
		
		#rightcolumn .newsletter p {
			margin:0 0 5px 0;					
		}
		
			#rightcolumn .newsletter p strong {
				font-weight:bold;
			}
		
		#rightcolumn .newsletter form {
			margin: 0 0 10px 0;
		}
		
#header {
	background: blue;
	height:91px;
	width:820px;
	padding:5px;
	clear:both;
	position: absolute;
	top:0;
	left:0;
	z-index:2;
}

	#header img {
		float:left;
	}
	
	.save {
		height:25px;
		background:white;
		padding: 5px;
		margin: 10px 0 0 175px;
		width:630px;
	}
	
		.save li {
			display:block;
			float:left;
			height:28px;
			line-height: 22px;
			vertical-align: middle;
			margin: 0 25px 0 0;
			font-weight:bold;
			font-size:10px;
		}
		
		.save li.email {
			background:url('images/email.gif') 0 7px no-repeat;
			padding: 0 0 0 20px;
		}
		
		.save li.bookmark {
			background:url('images/iestar.gif') top left no-repeat;
			padding: 0 0 0 26px;			
		}
		
		.save li.newsletter {
			background:url('images/baseball.jpg') top left no-repeat;
			padding: 0 0 0 26px;
			margin:0;
		}
		
	.nav {
		height:16px;
		width: 636px;
		margin: 10px 0 0 175px;
		border: 2px outset;
	}
		
		.nav li {
			display:inline;
			margin: 0 0 0 12px;			
		}
		
			.nav li a {
				color:white;
			}
		
#footer {
	clear:both;	
}
	
	.bbtfooter {
		height:91px;
		width:470px;
		margin: 0 auto;
		background: #ffff99;
		border:2px outset;
		padding: 5px;
	}
		
		.bbtfooter img {
			float:left;
			margin: 0 10px 0 0;
		}
		
		.bbtfooter h5 {
			font-size:14px;
			font-weight: bold;
			text-align: center;
			margin: 0 0 5px 0;
		}
		
		.bbtfooter p {
			text-align:center;
			margin: 0 0 5px 0;			
		}
	
	.bottomnav {
		height:25px;
		background:white;
		padding: 5px;
		margin: 10px auto;
		width:630px;
	}
	
		.bottomnav li {
			display:block;
			float:left;
			height:28px;
			line-height: 22px;
			vertical-align: middle;
			margin: 0 25px 0 0;
			font-weight:bold;
			font-size:10px;
		}
		
		.bottomnav li.email {
			background:url('images/email.gif') 0 7px no-repeat;
			padding: 0 0 0 20px;
		}
		
		.bottomnav li.bookmark {
			background:url('images/iestar.gif') top left no-repeat;
			padding: 0 0 0 26px;			
		}
		
		.bottomnav li.newsletter {
			background:url('images/baseball.jpg') top left no-repeat;
			padding: 0 0 0 26px;
			margin: 0;
		}
		
/*--lightboxes--*/
.articlelist {
		position: absolute;
		width: 476px;
		height: 376px;
		border: 2px outset;
		padding: 10px;
		overflow: auto;
		background: #3366FF;
		z-index: 1500;
	}
	
		.articlelist h3 {
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 15px;
			padding: 3px;
			color: white;
			background: red;
		}
		
		.articlelist ul {
			
		}
		
			.articlelist ul li {
				margin: 0 0 10px 0;
				_margin: 0;
				_padding: 0;
			}
			
			.articlelist ul li.new {
				background:url('http://baseballtips.com/images/layout/new.gif') top left no-repeat;
				padding-left:33px;
				
			}
			.articlelist ul li.popular {
				background:url('http://baseballtips.com/star.gif') top left no-repeat;
				padding-left:25px;
				
			}
			
				.articlelist ul li a {
					color: white;
					_margin: 0;
					_padding: 0;
				}
				
				.articlelist ul li a:hover {
					background: red;
				}
				
				.articlelist ul li span.author {
					display: block;
					margin: 3px 0 0 0;
					_padding: 0;
				}

#overlay {
		position: absolute;
		top: 0;
		background-color: black;
		-moz-opacity: 0.8;
		opacity: .80;
		filter: alpha(opacity=80);
		z-index: 1000;
	}
	
a#closelist {
		display: block;
		height: 24px;
		width: 59px;
		margin-bottom: 10px;
		background: url('http://baseballtips.com/images/layout/close_default.png') top left no-repeat;
		text-decoration: none;
		border: none;
	}
	
	a#closelist:hover {
		background: url('http://baseballtips.com/images/layout/close_over.png') top left no-repeat;
		cursor: pointer;
	}
	
		#closelist span {
			display: none;
		}

















































