/* CONTAINER */

		#container {
			width: 1000px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 10pt;
			line-height: 1.6em;
			color: #000;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #6699cc;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		h3 {
			color: #666666;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#6699cc;
			text-decoration: none;
		}

		a:hover {
			color:#6699cc;
			background-color: #F5F5F5;
		}

		
		.search {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #000;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #6699cc;
			padding-top: 0;
			clear: both;
			margin-bottom: 0;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#333366;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(http://www.torontomike.com/images/arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#6699cc;
		}

/* THE SMALL BOX BELOW NAV

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		} */
		
/* CONTENT ELEMENTS */

		#content {
			width: 600px;
			padding-left: 40px;
			padding-right: 40px;			
		}
				
		#content .entry {
			padding-bottom: 10px;
			padding-top: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			width: 200px;
		}
		
		#twitter_div {
			background-color:#F5F5F5;
			padding-right: 10px;
			padding-top: 5px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
		
		#sidebar li {
			line-height: normal;
			padding-bottom: 10px;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#6699cc;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#fff;
			padding: 5px;
		}
		
		#footer p a {
			color: #fff;
			border-bottom: 1px dotted #fff;
		}
		
		#footer p a:hover {
			color: #6699cc;
			background-color:#fff;
		}
		
/* entry stuff */

.blogtitle {
	font-size : 16pt;
        padding-bottom: 1px;
	}
/* .blogtitle a:visited { 
	color: #6699cc;
        padding-bottom: 1px;
}
.blogtitle a:hover { 
	color: #ffffff;
	background-color: #6699cc;
        padding-bottom: 1px;
} */
.blogdetails {
	font-size : 8pt;
	margin-top: 0;
	margin-left: 5px;
	}
/* .blogdetails a:visited { 
	color: #6699cc;
        padding-top: 1px;
}
.blogdetails a:hover { 
	color: #ffffff;
	background-color: #6699cc;
        padding-top: 1px;
} */
.primarytable {
    width : 100%;
}
.entrylinks {
padding-top: 10px;
}

.smallest {
    font-size : 8pt;
}
.tiny {
    font-size : 7pt;
}
.bigger {
    font-size : 12pt;
}
.bold {
    font-weight : bold;
}
.italic {
    font-style : italic;
}
.right {
    text-align : right;
}
.left {
    text-align : left;
}
.center {

    text-align : center;
}
.border {
    border : 1px solid #6699cc;
    padding : 2px;
}

.label {
	font-weight: bold;
	padding: 3px 0 .5em 0;
	margin: 0;
	color:#000000;
}
table {
    font-size : 10pt;
}
.standardtable {
	width : 100%;
	border-collapse: collapse;
}
.standardth {
    color : #ffffff;
    font-weight : bold;
	background: #6699cc;
	border: 1px solid #6699cc;
    vertical-align : top;
	text-align: center;
}
.standardtd {
    border: 1px solid #6699cc;
    vertical-align : top;
    padding: 2px;
}
.highlightedtd {
    border: 1px solid #6699cc;
    vertical-align : top;
	background: yellow;
}
li.double {
    margin-bottom : 10px;
    margin-top : 10px;
}
img {
    border : none;
}
.score {
    color : #ffffff;
    text-align: center;
    font-weight : bold;
	border: 1px solid #6699cc;
	background: #6699cc;
}
.eliminated {
    color : #aaaaaa;
}
.homerdate {
    font-size : 8pt;
    color : #777777;
}
.rip {
    font-weight : bold;
    color : #990022;
}
.leaftable {
    width : 100%;
	border-collapse: collapse;
}
.leaftd {
	border: 1px solid #6699cc;
    vertical-align : top;
}
.leafth {
    color : #ffffff;
    font-weight : bold;
	background: #6699cc;
	border: 1px solid #6699cc;
    vertical-align : top;
	text-align: left;
}

blockquote{
	margin-right: 40px;
	margin-left: 40px;
	padding: 7px;
	background:url(/images/quote.gif) top left no-repeat;
	line-height:1.5em;
}

.innerdiv {
    width : 100%;
}
.fullwidth {
    width : 100%;
}
.halfwidth {
    width : 50%;
}
.quarterwidth {
    width : 25%;
}
.thirdwidth {
    width : 33%;
}
.digpixtd {
    text-align : center;
    vertical-align : top;
}
.digpixtd2 {
    vertical-align : top;
    font-size : 8pt;
    text-align : left;
}
.inputfield {
    border : 1px solid #6699cc;
	padding-left : 2px;
}
.top {
    vertical-align : top;
}
.strike {
    text-decoration : line-through;
}

.red { color: red; }
.white { color: white; }
.comments {
    font-size : 8pt;
    text-align : right;
    margin-bottom : 2px;
    margin-top : 2px;
}
.picture_date {
    font-size : 6pt;
}

.entries {
    vertical-align : top;
	padding-right : 15px
}
.clr {
    clear : left;
}
img.blogimages {
    float : left;
    clear : none;
    margin-right : 5px;
}
img.blogimages2 {
    margin-left : 5px;
}
.clearleft {
    clear : left;
}
img.righty {
    float : right;
    clear : none;
    margin-right : 5px;
}
img.lefty {
    float : left;
    clear : none;
    margin-right : 5px;
}
.ragingstormright {
    width : 150px;
    background : #eeffff;
    border : 1px solid #6699cc;
    padding: 3px;
    vertical-align: top;
}
.ragingstormcenter {
    border : 1px solid #6699cc;
    padding: 3px;
    vertical-align: top;
}
.underline {
    text-decoration : underline;
}
.fixed {
    font-family: courier;
}
.entry-footer {
    text-align : right;
    border-top: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;
    margin-bottom : 15px;
    padding: 2px;
}
.comments-open-header {
    text-align : left;
}
.comments-open-content {
    text-align : left;
}
.comments-open-data {
    text-align : left;
}
.comments-open-text {
    text-align : left;
}
.comment-text {
    text-align : left;
}
.comment-footer {
    font-size : 10pt;
}
.timecheck {
padding: 2px 0 2px 20px ;
background: url('http://www.torontomike.com/images/time.png') left center no-repeat;
}
.trackbackimage {
padding: 2px 0 2px 20px ;
background: url('http://www.torontomike.com/images/refresh.png') left center no-repeat;
}
.socialicon {
margin-right : 5px;
margin-left : 10px;
}
.hockeypool .standardtd { font-size: 8pt; }
.feedburnerFlareBlock { font-size : 8pt; }
.highlighted {background-color: #FFFF00; }
/* .entry {
padding: 10px;
border: 1px solid #ccc;
}*/

.mycomment {
border-bottom: 1px solid #6699CC;  
border-top: 1px solid #6699CC;
padding-left: 5px;
background-color: #F5F5F5;
}
.comment {
padding-left: 5px;
}