@charset "utf-8";
/* NPGSports.com*/

body
{
		background:  #FFFFFF url(images/background.jpg) repeat-x top;
		padding: 0px;
		margin: 0px;
		font-family: Arial;
		font-size:12px;
		font-weight:normal;
		line-height:18px;
		color: #000000;
}

img

{
	border:0px;
}

a
{
	color: #0254A0;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}

h1
{
	padding-top: 5px;
	margin: 10px 0px 20px 0px;
	font-family: Arial;
	font-size: 22px;
	color: #B4251D;
	font-weight: bold;
}


h1 a
{
	color: #B4251D;
}

#logo_pane
{
	padding-top: 6px;

}
#container
{
	padding: 10px 0px;
}

#content
{
	padding: 0 10px 0px 15px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	border-right: 1px #CCCCCC solid;
}

.entry
{
	min-height: 325px;
	height: auto !important;
	height: 325px;
}

.img_padding
{
	padding-bottom: 10px;
}

.menu 
{	
	font: bold 16px Arial;
	overflow: hidden;
	margin: 0 ;
	padding: 0;
	list-style: none;
	text-transform: none;
}

.menu li
{
	padding: 0;
	margin: 0;
	display: inline;
	border: 0;
}

.menu  li a
{
	color: #99CCFF; 
	padding: 7px 13px;
	margin: 0;
	line-height: 36px;
	text-decoration: none;
	border-right: 1px #004F83 solid;
}

.menu li a:hover, .menu  li a.selected
{
	color: #fff ;
	text-decoration: none;
	padding: 7px 13px;
	line-height: 35px;
	background: url(images/nav_hover.jpg) repeat-x top;
	
}

.menu li a#leftmost
{
	border-left: 1px #004F83 solid;
}

#header
{
	padding-top: 10px;
}

#top_nav
{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	padding-top: 8px;
}

#top_nav a
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	
}

#top_nav a:hover
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

#footer
{
	background: url(images/footer.jpg) repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 16px;
}
#footer a
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	
}
#footer a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


/*-----------------BLOG-----------------------*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 2px 0 2px 10px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ul li a{
	margin: 0px;
	background: none;
}

.entry ul li{
	padding: 0px 0px 0px 10px;
	list-style: disc;
}

.entry ul{
	margin: 0px 0px 20px 0px;
}


.entry ol {
	padding: 0 0 20px 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 10px;
	}
	
#sidebar h2{
	font-size: 14px;
	color: #B4251D;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



