* {
	margin: 0;
	padding: 0;
}
#oneforty_hashfootery_widget {
  float:right;
}

#header #avatar img {
	background-color: #E6E6E6;
	margin-top: 16px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	float: right;
	max-width: 48px;
}

.ie6 #header #avatar img {
	width: 48px;
}

span.matchtype {
	font-size: 0.7em;
	background: #eeee00;
	color: #0000dd;
}

p.red_underline {
  text-decoration: underline;
  text-decoration-color: red;
}


.standings .avatar img {
	padding-right: 0px;
	padding-top: 0px;
	width: 32px;
	height: 32px;
}

.notes li {
  line-height: 1em;
}


.bullet,
#importantPages .page_item a {
	background: url(images/default.gif) no-repeat scroll transparent -9000px 0.6em;
	/* The -9000px should keep it out of sight for places where I've not set its position. */
}

.page_item {
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}

#sidebar .page_item { text-indent: 12px; }
#footer .page_item { background-image:none}

form, fieldset {
	padding:0;
	margin:0;
	border: 0 none;
}
/* Titles and links */

a {text-decoration: none; color: #006090}
/*a:visited {color: #d08080;}*/
a img { border: 0 none; vertical-align:text-top}
a:focus {outline: 0 none!important;}
a:hover {text-decoration: underline;}

h1,h2,h3,h4,h5,h6,.title,.archiveTitle,.commentTitle {
	font-weight: normal;
	font-family: georgia,serif;
	line-height: 1.5em;
	margin-bottom: 3px;
}

.red { color:red; }
#prizepic {
  float: right;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

h1{font-size:2em}
h2{font-size:24px}
h3{font-size:22px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}

.picText {
  font-size: 70%;
	text-align: center;
  line-height: 120%;
}

.archiveTitle {
	font-size: 16px;
	margin-bottom: 20px;
	background-position: 2px 8px;
}
.commentTitle {
	margin:10px 0 1em;
}
.underline,
.postTitle {
	background-repeat:no-repeat;
	background-position: -900em 0;
	border-bottom: solid 2px;
	line-height: 1em;
	padding-bottom: 3px;
}

.inline {
  display: inline;
}
/* invisible blocks to force open boxes with floats inside. */
.clear{
	display:block;
	height:1px;
	overflow:hidden;
	clear:both;
	visibility:hidden
} 
html { min-height: 100%}
body{
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.6em;
	padding-bottom:10px;
	margin-bottom:100px;
	background:#f0f0f5 url(images/background.jpg) repeat-x scroll left bottom;
	background-attachment: fixed;
}

#navigation {
	background-repeat:repeat-x;
	background-position:bottom left;
    padding: 0 10px;
    width: 1004px;
}

#navigation * {
	list-style-position: inside;
    font-size: 12px;
	line-height:2em;
}

#submenus {
	background-repeat:repeat-x;
	background-position:bottom left;
    padding: 0 10px;
		margin-bottom: 20px;
    width: 1004px;
}
#submenus select.selecter {
  margin-top: 6px;
}

#submenus form {
  float: right;
}

#submenus * {
	list-style-position: inside;
    font-size: 12px;
	line-height:2em;
}

#submenuList{
        width: 100%;
    }
        #submenuList li{
            bottom: 0px; /* Fixes a problem with ie5. Some how.*/
            float:left;
            list-style-type:none;
            margin-right:1px;
						position:relative;
            z-index: 10;
        }
            #submenuList li a{
                white-space:nowrap;
                background-color:transparent;
                text-decoration:none;
                padding:0 10px;
                line-height:2em;
                display:block;
                line-height: 2.5em;
            }

/* Colours */
	#submenus {
		background-image:url(images/navigationbackground.gif);
		background-color:#025787
	}
    #submenus a {color:white}
    /* Active colour */
    #submenuList li.current-cat,
    #submenuList li.current_page_item,
    #submenuList li.over,
    #submenuList li:hover{
        background-color:#01314E;
    }

#user {
			float:right;
			color:yellow;
			font-weight:bold;
}
    #navList{
        width: 100%;
    }
        #navList li{
            bottom: 0px; /* Fixes a problem with ie5. Some how.*/
            float:left;
            list-style-type:none;
            margin-right:1px;
			position:relative;
            z-index: 10;
        }
            #navList li ul{
                display:none;
                padding-bottom: 5px;
				background-repeat:repeat-x;
				background-position:bottom left;
            }
            #navList li ul li{
                width:150px;
            }
			#navList li.over ul,
            #navList li:hover ul {
                display:block;
                position:absolute;
				left: 0;
                width:150px;
                z-index:10;
            }

            #navList li a{
                white-space:nowrap;
                background-color:transparent;
                text-decoration:none;
                padding:0 10px;
                line-height:2em;
                display:block;
                line-height: 2.5em;
            }
            #navList li li{
                position:relative;
            }

            #navList li li a{
                white-space:normal;
                overflow:hidden;
                padding: 10px;
                line-height:1.5em;
                width: 125px;
            }
            /* Sub sub menus.  Attach the arrow inside the 10px padding and hide the rest of it until rollover.*/
            #navList li:hover ul ul,
            #navList li.over  ul ul ul ul,
            #navList li.over  ul ul ul,
            #navList li.over  ul ul {
                width:0;
                height:3em;
                overflow:hidden;
                position:absolute;
                left:140px;
                top:0;
                background:url(images/submenu.gif) no-repeat -1px 16px transparent;
                z-index: 10;
                padding:0 0 0 10px;
				border: none 0;
            }

            #navList li li:hover > ul { /* IE6 fails utterly here.  */
                width:150px;
                overflow:visible;
                height:auto;
                background-repeat: repeat-x;
                background-position:bottom left;
                padding: 5px 0;
                border: solid 2px #01314E;
                z-index: 20;
                top: -4px;
                left: 145px;
            }

			/* IE 6, limits the number of sub menus but should be enough for most people.*/
			#navList li li li li.over ul,
			#navList li li li.over ul,
			#navList li li.over ul {
                width:150px;
                overflow:visible;
                height:auto;
                background-repeat: repeat-x;
                background-position:bottom left;
                padding: 5px 0;
                border: solid 2px #01314E;
                z-index: 20;
                top: -4px;
                left: 145px;
			}

/* Colours */
	#navigation {
		background-image:url(images/navigationbackground.gif);
		background-color:#025787
	}
    #navigation a {color:white}
    /* Active colour */
    #navList li ul li.current-cat,
    #navList li ul li.current_page_item,
    #navList li ul li.current_page_ancestor,
    #navList li ul li.over,
    #navList li ul li:hover,
    #navList li.current-cat-parent,
    #navList li.current_page_parent,
    #navList li.current_page_ancestor,
    #navList li.current-cat,
    #navList li.current_page_item,
    #navList li.over,
    #navList li:hover{
        background-color:#01314E;
    }
    #navList li ul,
	#navList li ul ul,
	#navList li li li li.over ul,
	#navList li li li.over ul,
	#navList li li.over ul {
		background-image:url(images/menubackground.gif);
		background-color:#025787;
		border-color:#01314E;
	}
    #navList li li:hover > ul {
		background-image:url(images/menubackground.gif);
		background-color:#025787;
		border-color:#01314E;
	}

#header {
	width:1040px; 
 	height:100px; 
	margin:5px auto 0;
	overflow:hidden;
	position:relative;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:480px;
	height: 110px;
}

#logo img{
	/*display:none;*/
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

#logo h1 {
	width:480px;
	font-style:oblique;
	margin:0;
	position:absolute;
	line-height:60px;
	top:13px;
	left: 120px;
	z-index:2;
	font-size:4em;
	letter-spacing:-0.05em;
	font-weight:normal;
}

#logo h1 a:hover {
	text-decoration:none;
	color:#999;
}

#logo .description {
	position:absolute;
	width:480px;
	top:70px;
	left:120px;
	letter-spacing:0.05em;
	z-index:2;
	color:#666;
	font-style:italic;
}
  
#header #promos {
    position: absolute;
    top: 25px;
	left:490px;
    width:220px;
}
	
#header #promos .promos {
	display: inline;
}

#header .widgetBanner  {
	width:468px;
	height: 60px;
	position:absolute;
	right:0;
	top: 13px;
	overflow:hidden;
	margin:0;
}

#importantPages {
	position:absolute;
	bottom: 0;
	right:0;
	height:26px;
}

.ie6 #importantPages {
	bottom:-1px;

}

#importantPages li {
	display:inline;
	float: left;
 	background: url(/images/inactivetab.gif) repeat-x bottom left #E6E6E6; 
	margin-left:5px;
	height: 26px;
	list-style-type: none;
}

#importantPages li a {
	height:16px;
	padding: 5px 10px;
	white-space:nowrap;
	line-height: 16px;
	display:block;
}

#homeTab a {
	background: url(/images/home.gif) no-repeat 6px 9px transparent;
	text-indent: 10px;
}

#importantPages .page_item a {
	background-position: 6px 10px;
	background-repeat: no-repeat;
	text-indent: 10px;
}

#importantPages li.over,
#importantPages li:hover,
#importantPages li.current_page_item {
	background: none #fff;
}

#twitterTab a {
	background: url(/images/mini-x-logo-black.png) no-repeat 3px 5px transparent;
	text-indent: 14px;
}

#container {
 	width:1024px; 
	margin:0 auto 0 auto;
	padding: 20px;
	background-color: #fff;
}
	#content {
		padding:0;
		width:1024px;
		overflow:hidden; 
	}
		#posts{
			width:740px;
			/*min-height:420px;*/
			float:left;
			overflow:hidden; 
			/*line-height: 1.25em;*/
		}
		#pageNavigation {
			margin-top: 20px;
			font-size: 20px;
			line-height: 2em;
		}
			#previousPosts {
				width: 48%;
				float: left;
			}
			#nextPosts {
				margin-left: 52%;
				text-align: right;
			}
				
	#sidebar{
		width:240px;
		margin-left: 760px;
	}
		#sidebar120 {
			width: 120px;
			float: left;
			overflow: hidden;
		}
		#sidebar160 {
			width: 160px;
			margin-left:140px;
		}
		.widget  {
			margin-bottom: 20px;
			line-height: 1.5em;
		}
		.textwidget {
		  background-color: #ffcc33;
			padding: 9px;
		}
			#scrollerLinks li,
			.postSidebarBlock li,
			.widget li {
				list-style-position: outside;
				list-style-type: none;
				margin-bottom: 0.3em;
			}
			.widgetTitle {
				display: block;
				font-size:18px;
				font-family: georgia,serif;
				line-height:1.5em;
				padding: 0.5em 0 3px;
				margin-bottom: 0.5em;
				border-bottom: solid 2px #000;
			}
	#footer {
		background-color: #E6E6E6;
		color: #999;
		padding: 20px;
		margin-top: 20px;
	}
		#footer a {
			color: #666;
		}
		#footer .leftSide {
			width: 49%;
			float:left;
		}
		#footer .rightSide {
			margin-left: 52%;
			text-align:right;
		}

/* Single post with sidebar */
.post .postBody {
	overflow:hidden;
}
	.postBody .pageLinks {
		display: block;
		text-align: right;
	}
	.postBody .pageLinks span {
		font-size: 20px;
		margin: 0 5px;
	}
	/* Post side bar stuff */
	.postSidebar {
		width: 140px;
		margin-left: 470px;
	}
		.postSidebarBlock {
			margin-bottom: 20px;
		}
			.postSidebarBlock strong {
				display: block;
				margin-top: 10px;
			}

		.postSidebar .postMeta {
			background-color: #E6E6E6;
			padding: 5px;
		}
		.commentIconRSS { vertical-align:middle}

/* Archives, categories and searches. */

.index .single,
.postExcerpt 	{
	margin-top:20px
}

.index .firstPost,
.archive .firstPost {
	margin-top:0
}
	.archiveTitle {
		background-position: 2px 0.5em;
		text-indent: 16px;
	}

	.index .postMeta,
	.search .postMeta,
	.archive .postMeta{
		margin-bottom: 5px;
		background-position: 2px 0.3em;
		text-indent: 16px;
		line-height:1.25em;
	}

	.index .postMeta, .index .postMeta *,
	.search .postMeta, .search .postMeta *,
	.archive .postMeta, .archive .postMeta * {
		color: #bbb;
		font-size: 12px;
	}

	.excerptReadMore {
		float:right;
	}

	.excetptThumb {
		float:left;
		margin:0.5em 10px 0 0;
	}

/* Section layout */
/* The highlight scroller block */
#scroller {
	padding: 9px;
	width: 590px;
	overflow: hidden;
	border: solid 1px #ccc;
	margin-bottom: 20px;
}
	#scrollerWindow {
		position: relative;
		overflow: hidden;
		top: 0;
		left: 0px;
		width: 590px;
		height: 160px;
		margin-bottom: 10px;
	}
		#scroller .pause {
			display:none;
			position:absolute;
			right:0;
			top:0;
			width:16px;
			height:16px;
			z-index:2;
		}
		#scrollerWindow dl {
			position: absolute;
			z-index: 0;
			top:0;
			left: 0;
			width: 590px;
			height: 160px;
			overflow:hidden;
		}
			#scrollerWindow dl dd {
				width: 590px;
				height: 160px;
				float: left;
				position:relative;
				margin-right:20px;
				overflow:hidden
			}
				#scrollerWindow dl dd img {
					float:left;
					margin-right: 10px;
				}
				#scrollerWindow dl dd h3 {
					line-height: 1em;
					margin-bottom: 10px;
				}
				.scrollerContentText {
					height: 120px;
					overflow: hidden;
					margin-bottom: 20px;
				}
				#scrollerWindow dl dd .commentCount {
					position:absolute;
					right:0;
					bottom:0;
					text-align: right;

					line-height: 20px;
					width: 190px;
				}

	#scrollerLinks li {
		width: 580px;
		padding: 0 5px;
		text-indent: 10px;
		background-position: left center;
		position:relative;
	}

	#scrollerLinks li.active { background-color: #E6E6E6;}
	#scrollerLinks li.active a.bob { color:#000; cursor: default;}
	#scrollerLinks li.active a.bob:hover { text-decoration: none;}
	#scrollerLinks li div { display:none;text-align:right; position:absolute;right:5px;top:0;color:#666}
	#scrollerLinks li.active div { display:block; }

.section .postMeta {
	margin-bottom: 5px;
	background-position: 2px 0.6em;
	padding-left: 16px;
	display:inline-block;
}
.section .postMeta,
.section .postMeta a {
	color: #bbb;
	font-size: 12px;
}

.postExcerpt h4,
.section h4 {
	font-size: 18px;
	margin-bottom:0;
}

.sectionLead {
	margin: 10px 0 2em 0
}

.sectionSecond {
	width: 290px;
	float:left;
}

.sectionThird {
	width: 290px;
	margin-left: 304px;
	padding-left: 15px;
	border-left: solid 1px #eee;
	/*clear:both;*/
}

.sectionPost {clear:both;}

.widget ul ul { margin-left: 12px;}
.widget li.page-item,
.widget li.cat-item {
	text-indent: 12px;
	background-position: 0 0.5em;
}
#sidebar li li.cat-item a {
	display:block;
}

#wp-calendar {
	width:100%;
	text-align:center;
}
#wp-calendar a {
	background-color: #eee;
	border: solid 1px #ccc;
	display:block
}

#wp-calendar caption {
	font-size: large
}

.widget_search {
	margin-bottom: 0;
}

#searchform,
.searchForm {
	width:300px;
	height:50px;
	background: url(images/search300.gif) no-repeat left top transparent;
	position:relative;
}

#searchform #s,
.searchForm .search_input{
	background-color: transparent;
	border: none 0;
	width: 204px;
	position: relative;
	left: 5px;
	top: 4px;
	color: #999;
	padding: 3px 5px 3px 5px;
}

#searchform #s.focused,
.searchForm .focused {
	color: #000;
}

#searchform .submit,
.searchForm .submit {
	position: absolute;
	right: 4px;
	bottom: 24px;
	width: 72px;
	text-align: left;
	padding-left: 3px;
	overflow: visible;
	height: 22px;
	background-color: transparent;
	border: none 0;
	cursor: pointer;
}

.widget160 #searchform,
.widget160 .searchForm {
	width:160px;
	height:75px;
	background:url(images/search160.gif) no-repeat left top transparent;
}
.widget160 #searchform #s,
.widget160 .searchForm .search_input{
	width: 140px
}

.widget120 #searchform,
.widget120 .searchForm {
	width:120px;
	height:75px;
	background:url(images/search120.gif) no-repeat left top transparent;
}
.widget120 #searchform #s,
.widget120 .searchForm .search_input{
	width: 100px
}

#searchform .errorMessage,
.searchForm .errorMessage {
	position:absolute;
	top:6px;
	left:10px;
	height: 1.25em;
	line-height:1.25em;
	background:url(images/search300.gif) no-repeat -10px -6px #E6E6E6;
	width:100px;
	/*display:none;*/
	z-Index:2;
	color: #900;
}

/* Post Content */
.image .postBody {
	text-align: center;
}
.image .postBody img{
	margin-bottom:20px;
}

#posts address,
#posts table,
.post ol,
.post ul,
#posts p {
	margin-bottom: 1em;
}

.postBody p { margin-bottom: 1em; }

#posts blockquote{ margin: 0 10% 1em 10%}
#posts blockquote blockquote{ margin: 0 0 1em 0}
.postBody {color: #333; overflow: auto;}
.postBody ul,
.postBody ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 2.5em
}
.postBody ul ul,
.postBody ul ol,
.postBody ol ol,
.postBody ol ul {
	margin-bottom:0;
}

.post li {margin-bottom: 0.5em;}

.postBody code,
.postBody var,
.postBody kbd,
.postBody samp,
.postBody pre {
	font-family: monospace;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	color: #88f;
}
.postBody li { padding: 2px 5px;margin:0;}

.postBody ul.cross li.tick,
.postBody ul.cross li,
.postBody ul.tick li {
	list-style-type: none;
	padding:0;
	line-height: 24px;
	padding-left: 24px;
	background-image: url(images/accept.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.postBody ul.cross li,
.postBody ul li.cross {
	list-style-type: none;
	line-height: 24px;
	padding-left: 24px;
	background-image: url(images/delete.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.postBody li.highlight {color: #900;background-color:#E6E6E6}

.postBody q {
	font-weight:bold;
	word-spacing: 0.25em;
	color: #500;
	font-size: 14px;
}

/* Tables */

.postBody table {
	border-collapse: collapse;
	border: solid 1px #ccc;
	max-width:95% !important; 
	margin-left: 0
}

.ie6 .postBody table {
/*	width:95% !important; */ 
	text-align: left;
}

.postBody table td {
	padding: 0.5em 0.5em;
  text-align: center;
	font-size: 0.8em;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

table.fame td {
  font-size: 0.9em;
  line-height: 1em;
	text-align: left;
	padding: 0.3em;
}



.postBody table th {
	padding: 0.5em 0.5em;
	font-size: 10px;
	text-align: center;
}

table.fixtures {
	vertical-align: middle;
}

table.legend {
  display: block;
}

table.standings {
	border-right: solid 1px #ccc;
}

table.standings tr.crowd {
  border: solid 2px #aaa;
}

table.standings th {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	background-color: #fff;
	color: #000;
}

table.standings th.padded {
  padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}



table.standings td {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
  font-size: 0.9em;
  line-height: 1em;
	text-align: center;
	padding: 0;
}


table.standings .squeeze {
  font-size: 0.8em;
	padding: 0;
}

table.standings td.taken {
  font-size: 2em;
  color: #aaaaaa;
	padding: 0;
}

table.standings td.points {
  font-size: 1em;
	padding: 0;
}

table.legend {
  border: 0 none;
}

table.legend th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	background-color: #fff;
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
}

table.legend td {
  border: 0;
	border-left: 0;
	border-bottom: 0;
	vertical-align: middle;
  font-size: 0.9em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3px;
	padding-right: 3px;
}

td.five {
  color: yellow;
	background-color: #4444cc;
}

td.six {
  color: yellow;
	background-color: #cc44cc;
}

td.four {
  color: white;
	background-color: #ff33ff;
}

td.three {
  color: yellow;
	background-color: red;
}

td.two {
  color: white;
	background-color: #44cc44;
}

td.one {
  color: red;
	background-color: yellow;
}
td.zero {
  color: #333333;
	background-color: #cccccc;
}

td.empty {
  color: #333333;
	background-color: #bbbbbb;
}

table.invisible td {
	border-left: none;
	border-bottom: none;
	padding: 0 0 0 0;
	vertical-align: top;
  text-align: left;
	font-size: 1em;
	padding-right: 10px;
}

table.invisible {
  text-align: left;
	border: none;
	border-collapse: none;
	max-width:100%;
	vertical-align: top;
	margin: 0 0 0 0;
}

#ranked {
  display: block;
}

table.invisible .match {
  background-color: #ddf;
	padding-left: 6px;
	padding-right: 6px;
}

table.fixtures th {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0.5em 0.5em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	color: #000;
	line-height: 1em;
	vertical-align: top;
}

table.fixtures th.nobr {
	white-space: nowrap;
}

table.fixtures td.nobr {
	white-space: nowrap;
}

table.fixtures td {
  font-size: 1em;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 1.4em;
	border-bottom: solid 1px #ccc;
}

table.fixtures tr.matchrow {
  background-color: #ddf;
}

table.predictions th {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0.5em 0.5em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	color: #000;
	white-space: nowrap;
	line-height: 1em;
	vertical-align: top;
}

table.predictions td {
  font-size: 1em;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	line-height: 1.4em;
}

table.list {
  font-size: 0.8em;
  text-align: left;
}

.sim {
  color: #ff0000;
	font-weight: bold;
}

table.sweepusers {
	vertical-align: middle;
}

table.sweepusers th {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	background-color: #fff;
	color: #000;
}

table.sweepusers td {
  font-size: 1em;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

#sweepstake td {
  font-size: 2em;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#sweepstake td.taken {
  color: #aaaaaa;
}

#sweepstake a:hover {
  text-decoration: none;
	background-color: #ff6666;
}

#sectionCatList {
	padding-top: 10px;
	clear: both;
}
#sectionCatList ul {
	padding: 10px 0;
	list-style-type:none;
	background: url(images/list.gif) no-repeat right center transparent;
}
#sectionCatList li.cat-item {
	background-position: 0 0.6em;
	text-indent: 16px;
}

.errorMessage{
	left:5px;
	background-color:#fff;
	color:#900;
	z-index:10;
	padding:0.5em;
	border:solid 1px #900;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.unfocused {
	color: #999;
}

.alignleft {
	display:inline;
	float:left;
	clear:left;
	margin: 0.25em 0.5em 0.25em 0;
}

.aligncenter {
	display:block;
	text-align:center;
	margin: 1em auto 0;
}

.alignright {
	display:inline;
	float: right;
	clear:right;
	margin: 0.25em 0 0.25em 0.5em;
}

.wp-caption img {
	margin: 0;
}

p.wp-caption-text{
	font-size: 10px;
	line-height:1.6em;
	padding:1em 0 2em;
	margin: 0;
	background: url(images/caption-bottom.gif) no-repeat center bottom #FFF ;
}

.wp-caption {
	text-align:center;
}

div.wp-caption.alignright {
	padding:20px 0 0 15px;
	margin:0 -5px 0 5px;
	background: url(images/corner-tl.gif) no-repeat top left #FFF;
}

div.wp-caption.alignleft {
	padding:20px 15px 0 0;
	margin:0 5px 0 -5px;
	background: url(images/corner-tr.gif) no-repeat top right #FFF;
}

.sectionSecond .alignleft,
.sectionThird .alignleft,
.sectionLead .alignleft {
	margin: 0 10px 0 0;
	clear:none;
}

/*Counteract the extra 3px that show up on IE6 floats*/
.ie6 #sidebar{margin-left: 766px;}
.ie6 #sidebar160 {margin-left:137px;}
.ie6 .postSidebar {margin-left: 466px;}
.ie6 #newComment {margin-left:117px;}
.ie6 .sectionThird {margin-left:301px;}

.ie6 #importantPages li a{width:1px;}
.ie6 #logo {display:block;width:400px;height:110px;cursor:pointer}
.ie6 .widget li a {width:99%}
.ie6 .search-form .errorMessage {background-image:none;}

#comments {
	clear:left
}
.single .post {
	width: 457px;
	float:left;
	clear:left;
}

.login input {
min-height: 30px;
}

.tweets li.tweet {
  list-style-type:none;
	margin-bottom: 1em;
	min-height: 48px;
	line-height: 1.2em;
}

.tweets img {
  float: left;
	padding-right: 3px;
	padding-top: 0px;
	max-height: 48px;
	max-width: 48px;
}

.ie6 .tweets img {
  width: 48px;
}

.postMeta {
  font-style: italic;
	font-size: 0.75em;
	line-height: 1.2em;
}

.overline {
	border-top: solid 1px;
	line-height: 1em;
	padding-top: 0.3em;
	margin-top: 1em;
}

table.knockout {
  border: 1;
	font-size: 0.9em;
	line-height: 1em;
}
table.knockout th {
  color: yellow;
	background-color: #025787;
}

table.knockout td {
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

table.knockout td.lower {
  vertical-align: bottom;
	padding-top: 1px;
	border-bottom: none;
	border-top: solid 1px #54008B;
	border-left: solid 1px #54008B;
	border-right: solid 1px #54008B;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fff
}

table.knockout td.upper {
  vertical-align: top;
	padding-bottom: 1px;
	border-bottom: solid 1px #54008B;
	border-top: none;
	border-left: solid 1px #54008B;
	border-right: solid 1px #54008B;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff
}

table.teamKO {
  border: 1;
}

table.teamKO th {
  color: yellow;
	background-color: #025787;
}

table.teamKO td.lower {
  vertical-align: bottom;
	padding-top: 1px;
	border-top: solid 1px #54008B;
	border-left: solid 1px #54008B;
	border-right: solid 1px #54008B;
	background-repeat: no-repeat;
	background-color: #fff
	padding-bottom: 5px;
}

table.teamKO td.upper {
  vertical-align: top;
	padding-bottom: 1px;
	border-bottom: solid 1px #54008B;
	border-top: none;
	border-left: solid 1px #54008B;
	border-right: solid 1px #54008B;
	background-color: #fff
	padding-top: 5px;
}

table.teamKO .team {
  display: inline-block;
	padding-left: 4px;
	font-size: 1em;
	line-height: 1em;
	text-align:left;
	vertical-align: middle;
}

table.knockout .scoreKO {
  display: inline-block;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	line-height: 1em;
	text-align:left;
	vertical-align: middle;
}

table.signup td {
  text-align: left;
	vertical-align: middle;
  font-size: 1.0em;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 1.4em;
	border-bottom: solid 1px #ccc;
}

table.signup th {
  text-align: left;
	vertical-align: middle;
  font-size: 1.1em;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 1.4em;
	border-bottom: solid 1px #ccc;
}
div.memberAvatar {
  width:32px;
  height:32px;
  background-repeat: no-repeat;
	display: inline-block;
}

div.score {
  width:32px;
  height:32px;
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
	padding-top:8px;
	font-size: 2em;
	text-align:center;
	vertical-align: middle;
  color:#ffffff;
	display: inline-block;
}

div.teamSum {
  padding-left: 4px;
  font-size: 2em;
	display: inline-block;
	text-align:center;
	vertical-align: middle;
}
#champs{
    margin:10px auto; 
}
#champs a{
    margin:0px 20px;
    display:inline-block;
    text-decoration:none;
		text-align: center;
    color:black;
		width: 200px;
 }
}