/* style.css - a simple style sheet */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background:#336699;
	text-align:center;
}
#espnheader {
	margin: 0px auto 0px auto;
	width:100%;
	padding:0px;
	height:37px;
	text-align:left;
}
#wrapper {
	margin: 0px auto 0px auto;
    width: 850px; /* Replace the xxxx with the the width of your site (eg 800px)*/
    text-align:left;    
	padding:0px;	
	height: auto;
}

#side-left {
	float: left;
	width: 250px;
	margin-left: 10px;
}

#side-leftcenter {
	float: left;
	width: 500px;
	margin-left: 10px;
}

#side-right {
	float: right;
	width: 320px;
}

#side-center { 
	float: left;
	width: 250px;
}

.tabs {
	width:65px;
	margin-left:10px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
}
#content {
	margin-left: 10px;
	height:auto;
	clear:both;
}
#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:#336699;
	color:white;
	display:none;
}

#container {
padding: 0px;
margin: 0px 0px 0px 0px;
background-image: url('images/qchbackground.jpg');
background-repeat: repeat-y;
background-position: 0px 0px;
height: 1%;
width: auto;
}

#important {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

#header a:link {color:#333333;font-size: 15pt;}
#header a:visited{color:#333333;font-size: 15pt;}
#header a:hover {color: white;font-size: 15pt;}
#header a:active {color: white;font-size: 15pt;}
#header {
	margin: 0px;
	padding: 0px;
	width: auto;
	background: #336699 url('images/qchheader.jpg') no-repeat bottom center;
	height:120px;
}
#links {
	margin: 0px auto;
    width: auto;
    text-align:left;
    padding: 0px;    
	background:#336699 url('images/qchbackground.jpg');
	background-repeat: repeat-y;
	background-position: center;	
	height:auto;
}
#links img {
	margin: 5px;
}
#middle {
	margin: 0px auto;
    width: 1000px;
    text-align:left;
    padding: 0px;    
	background:#336699 url('images/qchbackground.jpg');
	background-image: url('images/qchbackground.jpg');
	background-repeat: repeat-y;
	background-position: center;
	height:auto;
}
#posts {
	padding:0px;
	height:auto;
	width:475px;
	margin-left: 10px;	
	float:left;
}
#sidebar {	
	font-size: 90%;	
	float:right;
	width:330px;
	height: auto;		
	margin: 0px 0 0 5px;
	padding: 0px 10px 8px 5px;
	border-left: 1px solid #ccc;
}

#sidebar-left {
	width:160px;
	float:left;
	height: auto;
}

#sidebar-right {
	float:right;
	width:140px;
	height: auto;
	margin: 5px 0 0 5px;
	padding: 5px 10px 8px 5px;
	border-left: 1px solid #ccc;
}

#sidebar p.lists {
	line-height: 175%;	
}
ul {
	 padding-left: 0px; 
     margin-left: 0px;
}
li {
     list-style-type: none;
     padding:		0px 0px 5px 0px;
}

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

#footer {
	clear:both;
	background: #336699 url('images/qchfooter.jpg') no-repeat top;
	border: none;
	height:20px;
}
#copyright {
	margin-left:15px;
	position:absolute;
	bottom:76px;
}
p {
	margin:0px;
	padding:0px;
}
#lefttext {
	margin-left: 50px;
}

p.blogHead {
	margin: 0;
	padding: 2px 0;
	font-size: large;
	font-family: Helvetica, Arial, Sans-serif;
	color: black;
	text-decoration: underline;
}

p.blogHead a:link {color: #336699}
p.blogHead a:visited{color: #336699}
p.blogHead a:hover {color: #FF6633;text-decoration: underline}
p.blogHead a:active {color: #336699}

p.blogDate {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Sans-serif;
	color: black;
}

.blogEntry {
	color:#2A2A2A;	
}

p.columnHeader {
    margin: 0;
	padding: 0;
	font-size: 140%;
	font-family: Helvetica, Arial, Sans-serif;
	text-decoration: underline;
	font-weight:200;
}

p.getAttn {
	font-size: 110%;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight:900;
}

a:link {color: #336699}
a:visited{color: #336699}
a:hover {color: #FF6633;text-decoration: underline}
a:active {color: #336699}

.thumbnail{
position: relative;
z-index: 0;
color:black;
text-decoration: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

table.stats_table {
border:1px solid #aaa;
font-size:.75em;
margin-bottom:1em;
}

table.stats_table table td {
border:0;
padding:2px!important;
}

table.stats_table th {
background-color:#ddd;
}

table.stats_table th,table.stats_table td {
border:1px solid #aaa;
padding:4px!important;
}