/*
Theme Name: McQueenBaseball
Theme URI: http://www.highnoondesigns.com
Description: Simple theme.
Version: 1.0
Author: Kristy Fifelski
Author URI: http://www.highnoondesigns.com
Tags: black simple blue white sports baseball team
*/


body {
    background: url(images/background.jpg) no-repeat top #000; 
	margin: 0;
    padding: 0;
    text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;

}

#container {
    width: 804px;
    margin: 0px auto;
	padding-top: 3px;
	background-color:#FFF;
    text-align: left;
	border-right:#000 1px solid;
	border-left:#000 1px solid;
}

#navbar {
	margin: 8px 10px 5px 11px;
	padding:o;
	background: #d7d7d7;
	background-repeat: repeat-x;
	height: 42px;
	width: 784px;
	border: solid #b7b7b7;
	border-width: 1px 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar li {
	display: inline;
	float: left;
	border-left: solid #b7b7b7;
	border-width: 0 1px;
	margin: 0 0 0 -1px;
}

#navbar a {
	display: block;
	float: left;
	height: 42px;
	padding: 0px 32px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 42px;
}

#navbar a:hover {
	background: url(images/navbghover.jpg) #0066ff;
	color:#FFF;
}

#navbar .current_page_item a {
	background: url(images/navbghover.jpg) #0066ff;
	color:#FFF;
}

#header {
	height: 208px;
	/*padding: 0px 20px 0 130px;*/
	background: #ffffff url(images/headerbg.jpg) no-repeat;
    margin: 0px 10px 10px 10px;
	font-size: 15px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 30px;
}

#header a {
	text-decoration: none;
	color: #ccc;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	color: #ccc;
}

#header #search {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#slideshow {
	margin-top: -43px;
	margin-left: -12px;
	float:left;
}

/*************Rollover Images on Homepage************/

.preload {
	position:absolute;
	top:-9999;
	left:-9999;
	height:1px;
	width:1px;
	overflow:hidden;
}

#gameresults a {
	background: url(images/1.jpg);
	display:block;
	width: 221px;
	height: 81px;
}

#gameresults a:hover {
	background: url(images/1rollover.jpg);
}

#sponsors a {
	background: url(images/2.jpg);
	display:block;
	width: 221px;
	height: 74px;
}

#sponsors a:hover {
	background: url(images/2rollover.jpg);
}

#schedule a {
	background: url(images/3.jpg);
	display:block;
	width: 221px;
	height: 81px;
}

#schedule a:hover {
	background: url(images/3rollover.jpg);
}

#hatphotos a {
	background: url(images/4.jpg);
	display:block;
	width: 221px;
	height: 74px;
}

#hatphotos a:hover {
	background: url(images/4rollover.jpg);
}

.hiddenPic {
	display:none;
}


/*************End Rollover Images on Homepage************/

#posts {
	width: 60%;
	padding: 10 0 0 0px;
	margin: 0;
	float: left;
	overflow: hidden;
}

.commentbubble {
	position: relative;
	left: 530px;
	width: 71px;
}

.commentbubble a {
	display: block;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.commentbubble a:hover {
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.date {
	width: 50px;
	height: 60px;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 0 10px 10px 0;
	float: left;
}

.month {
	font-size: 10px;
	background: url(images/navbg.jpg) #aba000;
	background-repeat: repeat-x;
	background-position: 0 -5px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
}

.day {
	font-size: 22px;
	height: 25px;
	line-height: 30px;
	font-weight: bold;
}

.year {
	font-size: 10px;
	height: 15px;
	line-height: 15px;
}

.post {
	margin: 0 0 10px 10px;
	background: #ffffff;
	padding: 20px 20px 5px 15px;
}

.tags {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 0 60px;
}

.entry {
	margin: 0;
	clear: both;
}

.entry p {
	margin: 0;
}


/*************Begin Table Styles************/

.entry table {
	background-color:#000;
	color:#E8E8E8;

}

.entry thead {
	background-color:#999;
	color: #fff;
	font-weight:bold;
	border:none;
}

.entry table tr {
	border-bottom:#333 solid 1px;
	border-top: none;
	vertical-align:top;
}

.entry table a {
	text-decoration:none;
	color: #fff;
	
}


.hometable table {
	height: 100px;
	background-color:#fff;
	color:#E8E8E8;
	margin-left: -15px;
	margin-top: 6px;
}

.hometable table tr {
	vertical-align:top;
	padding:0;
}

.hometable table a {
	text-decoration:none;
	color: #fff;	
}

.hometable p {
	margin: 0;
	padding:0;
}



.sponsors table {
	margin: 0;
	padding: 0;
}

.sponsors table tr {
	vertical-align:top;
	padding:0;
}

.sponsors table td {
	padding:0;
}

.sponsors table a {
	text-decoration:none;
	color: #fff;
	
}

.sponsors p, .sponsors ul li, .sponsors ul li p, .sponsors ul li div {
	margin: 0;
	padding:0;
}

#sidebar ul li p .sponsors , #sidebar ul li div .sponsors {
	margin: 0;
	padding: 4px 0 0 3px;
}


.ad {
	height: 155px;
}

.hometable .homephoto img {
	margin-top: 5px;
	border: #999 solid 1px;

}


/*************End Table Styles************/


.post h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0px;
}

.page .post h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	/*border-bottom: 1px dotted #cccccc;*/
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post h2 a{
	text-decoration:none;
}

.post h2 a:hover{
	text-decoration:none;
}

.post a, .navigation a {
	color: #072a54;
}

.post a:hover, .navigation a:hover {
	text-decoration:underline;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 11px;
	line-height: 1.25em;
	margin: 0px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 20px 0 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.commentdate {
	font-size: 11px;
}


/********************Footer*******************/

#footer {
	clear: both;
	margin: 10px 10px 20px 10px;
}

#footer-container {
	font-size: 11px;
	line-height: 1.4;
	background: #d7d7d7;
	color: #000;
	padding: 10px;
	height: 85px;
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;

}

#footer-left {
  	float: left;
  	width: 240px;
}

#footer-middle {
  	margin-left: 33%;
  	margin-right: 33%;
}

#footer-right {
  	float: right;
  	width: 240px;
}

#footer-credit {
	clear:both;
	font-size: 10px;
	color: #000;
	background: #fff;
	left: 10px;
	height: 30px;
	padding: 5px 0 5px 0;
	line-height: 1.3;
	text-decoration:none;
}

#footer-credit .alignleft .alignright {
	padding-bottom: 10px;
	margin-bottom: 0;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer img {
	border:#666 solid 1px;
}

#footer a:hover {
	color: #333;
	text-decoration:underline;
}

#footer h2 {
	margin: 0;
	background: url(images/navbghover.jpg) repeat-x #0066ff;
	color: #e1e1e1;
	height: 27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:100;
	padding: 13px 3px 3px 15px;
	border: #999 solid 1px;
}

/********************END Footer*******************/

#wp-calendar {
	width: 220px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}


/********************BEGIN Sidebar*******************/

#sidebar {
	float: right;
	width: 320px;
	margin: 0 0 0 0px;
	color: #000;
}

#sidebar a {
	color: #736f44;
}

#sidebar h2 a {
	color: #e1e1e1;
	text-decoration:none;
}

#sidebar img {
	border: none;
}

#sidebar ul {
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
}

#sidebar ul .enhanced-recent-posts .dateinfo {
	color:#333;			
	font-size: 0.80em;
	margin-left: 26px;
	margin-top: -8px;
}

#sidebar ul li {	
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	font-size: 0.90em;
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	background: /*url(images/sidebarbackground.jpg) repeat-x*/ #d7d7d7; 
}

#sidebar ul li h2 {
	margin: 0;
	background: url(images/navbghover.jpg) repeat-x #0066ff;
	color: #e1e1e1;
	height: 27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:100;
	padding: 13px 3px 3px 15px;
	border-bottom: #999 solid 1px;
}

#sidebar ul li h2 img {
	margin-right: 7px;
	float:right;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
	border: none;
}

#sidebar ul li table {
	padding-bottom: 5px;
	border: none;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 10px 0;
	margin: 0;
	border: none;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
	border: none;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
	border: none;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
	border: none;
}

#sidebar ul li ul li a {
	text-decoration: none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 2em;
	color: #000;
	margin: 0 0 10px 0;
	border: none;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color:#333;
	text-decoration:underline;
}
/********************END Sidebar*******************/