@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(http://www.betting-365.com/template/I-template/green/body-bg.jpg) #222 top center repeat-y;
	color: #333;
	font-size: 12px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: -10px;
	background: url(http://www.betting-365.com/template/I-template/green/page-bg.png) top repeat-x #FFF;
	border-left: #999 2px solid;
	border-right: #999 2px solid;
}

.logo {
	float: left;
	margin-left: 10px;
}

a img {
	border: none;
	margin:0;
	padding:0;
}

.fltrt {  
	float: right;
	margin-left: 10px;
}
		
.fltlft { 
	float: left;
	margin-right: 10px;
}
		
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#header {
	width: 100%;
	min-width: 1000px;
	height: 172px;
	background: url(http://www.betting-365.com/template/I-template/green/top-bg-green.png) repeat-x;
}

#header-wrap {
	width: 1000px;
	margin: 0 auto;
}

#banner-extra {
	width: 468px;
	height: 60px;
	border: 2px solid #222;
	background: #333;
	float: right;
	margin: 30px 10px;
	font-size: 12px;
}

/* ---------------------- start menu elements ---------------------- */
	
		.menu-container {
			margin-top: 6px;
			margin-bottom: 10px;
			height: 32px;
			width: 1000px;
			float: right;
		}
				
				.menu-container ul {
					padding:0;
					margin:0;
				}
				
				.menu-container ul li {
					display: inline;	
					float: left;
					position: relative;
					height: 16px;
					background-image: url(http://www.betting-365.com/template/I-template/green/green-divider.png);
					background-repeat: no-repeat;
					text-align: center;
					padding: 8px 0px;
				}
				
				.menu-container ul li ul {
					display: none;	
					position: absolute;
					top: 32px;	
					margin-top: -2px;
					z-index: 2;	
				}
				
				.menu-container ul li a {
					color: #fff;
					text-decoration: none;
					height:16px;
					padding: 8px 15px;
				}
				
				.menu-container ul li a:hover, a:focus {
					color:#fff;
					text-decoration: underline;
				}
				
				.menu-container ul li:hover ul { 
					display: block;
				}
				
				.menu-container ul li a:hover ul { 
					display: block;
				}
				
				.menu-container ul li ul:hover li{ 
					display: block;
				}
				
				.menu-container ul li ul li {
					width: 110px;
					background-image: none;
					background-color: #000033;
					border: 1px solid #000;
					border-top-style: none;		
					height: auto;
					padding: 3px 0px;
				}
				
				.menu-container ul li ul li a {
					padding: 0px;
					margin-top: 0px;
					margin-bottom: 0px;
					color: #fff;
				}
				
				.menu-container ul li ul li a:hover {
					color: #fff;
					text-decoration: underline;
				}

	/*			.menu-container ul li:hover ul li {
					background-image: none;
					border-style: solid;
					border-color: #000;
					border-width: 1px;
					border-top-style: none;		
					padding: 3px 0px;
					margin: 0;
				}							*/
				
				.menu-button {
					padding: 7px 3px;
					float: right;
				}
				
				.menu-button:hover {
					padding-top: 9px;
				}
		
/* ---------------------- end menu elements ---------------------- */

#content-container {
	clear: both;
	margin: 0 auto;
	width: 1000px;
	min-height: 300px;
}

#content {
	width: 680px;
	padding: 10px;
	float: left;
}

	#content a {
		color: #006;
	}
	
	#content a:hover {
		color: #00c;
	}

#sidebar {
	width: 280px;
	padding: 10px;
	float: right;
}

	.widget {
		padding: 0 10px 10px 10px;
		margin-bottom: 10px;
		border-bottom: groove 2px #fff;
		color: #666;
	}
	
	.widget h4 {
		font-size: 14px;
		border-bottom: groove 2px #fff;
		margin: 5px 0 15px 0;
	}
	
	.widget a {
		color: #7a7a7a;
	}
	
	.widget a:hover {
		color: #999;
	}

#footer {
	color: #999;
	clear: both;
	width: 100%;
	border-top: 1px solid #777;
	background: url(http://www.betting-365.com/template/I-template/green/footer.png);
	min-height: 100px;
	padding-bottom: 12px;
}

	#footer a {
		color: #ccc;
	}
	
	#footer a:hover {
		color: #eaeaea;
	}

.text-wrap {
	padding: 5px 10px 10px 10px;
	border-bottom: groove 2px #fff;
}

.text-wrap h2 {
	font-size: 14px;
	color: #666;
	text-shadow: #ccc 1px 1px;
}

#content .post {
	padding: 5px 10px 10px 10px;
	border-bottom: groove 2px #fff;
	min-height: 200px;
}

#content .post h2 {
	font-size: 14px;
	color: #666;
	text-shadow: #ccc 1px 1px;
}

#content .post .img {
	float: left;
	margin: 0 10px 10px;
}

	#content .post .a_link {
		float: right;
		color: #eaeaea;
		padding: 8px 11px 18px 11px;
		background: url(http://www.betting-365.com/template/fox_patterns/green/article-button.png);
		margin: 20px 20px 0 20px;
		text-decoration: none;
		text-shadow: #000 1px 1px 0px;
	}
	
	#content .post .a_link:hover {
		background-position: 0 40px;
		color: #FFF;
	}
	
	#content .post  p.readmore .a_link {
		float: right;
		color: #eaeaea;
		padding: 8px 6px 18px 6px;
		background: url(http://www.betting-365.com/template/fox_patterns/green/article-button.png);
		margin: 20px 20px 0 20px;
		text-decoration: none;
		text-shadow: #000 1px 1px 0px;
	}
	
	#content .post p.readmore .a_link:hover {
		background-position: 0 40px;
		color: #FFF;
	}
	
	#content .post p.readmore {
		padding-bottom: 20px;
	}
	
	#content .fullarticle {
	
	}

	#content .fullarticle h1 {
		font-size: 16px;
		text-shadow: #CCC 1px 1px;	
	}
	
	#content .fullarticle h2 {
		font-size: 14px;
		text-shadow: #CCC 1px 1px;	
	}
	
	#content .fullarticle h3 {
		font-size: 12px;
		text-shadow: #CCC 1px 1px;
	}
	
	#content .BettingLines h1 {
		font-size: 16px;
		text-shadow: #CCC 1px 1px;	
	}
	
	#content .BettingLines h2 {
		font-size: 14px;
		text-shadow: #CCC 1px 1px;	
	}
	
	#content .BettingLines h3 {
		font-size: 12px;
		text-shadow: #CCC 1px 1px;
	}
	
	#content h1 {
		font-size: 16px;
		text-shadow: #CCC 1px 1px;	
	}
	
	#content h2 {
		font-size: 14px;
		text-shadow: #CCC 1px 1px;	
	}
	
	#content h3 {
		font-size: 12px;
		text-shadow: #CCC 1px 1px;
	}
	
	#content .fullarticle a.article_img img {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.pager {
		padding: 10px;
	}
	
	.pager a {
		padding: 5px;
		text-decoration: none;
	}
	
	#bookmarkwidget {
		margin: 0 auto;
	}
	#bookmarkwidget a {
		text-decoration: none;
	}

			/*
			###################################
			####  FEATURED ARTICLE SLIDER #####
			###################################*/
			#article_slider {
				width: 620px;
				height: 235px;
				margin: 10px auto 10px auto;
				overflow: hidden;
				left: -6px;
				top: -6px;
				position: relative;
			}
			#article_slider h1 {
				margin: 0;
				margin-bottom: 15px;
				line-height: 14px;
				text-align: center;
			}
			#article_slider h1 a {
				margin: 0;
				margin-bottom: 15px;
				font-size: 14px;
				color:#003;
				text-decoration: underline;
				text-shadow: #999 1px 1px 0px;
			}
			#article_slider h1 a:hover {
				color: #006;
			}
			#article_slider .article_slider_wrapper {
				width: 620px;
				overflow: hidden;
				height: 235px;
		/*		left: -4px;
				top: -8px;
				position: relative;	*/
			}
			#article_slider .article_slider_wrapper ul {
				width: 9999px;
				height: 235px;
				list-style: none;
				margin: 0;
				padding:0;
			}
			#article_slider ul li {
				float: left;
				width: 590px;
				height: 220px;
				background: url(http://www.betting-365.com/template/fox_patterns/blue/article-slider-bg.png);
				margin: 0;
				padding: 5px 20px 10px 10px;
				line-height:normal;
				overflow: visible;
			/*	text-shadow: #ccc 1px 1px 0px;	*/
			}
			#article_slider ul li p img {
				float:left;
				margin: -5px 30px 0 0;
				border: solid #666 2px;
			}
			#article_slider ul li p {
				margin: 0 8px;
				padding-top: 5px;
				line-height:16px;
			}
			#article_slider ul li p a.a_link {
				display:block;
				float:right;
				padding: 5px 6px 19px 6px;
				margin: 15px 20px 10px 0;
				border: none;
				background: url(http://www.betting-365.com/template/fox_patterns/blue/article-button.png);
				color: #eaeaea;
				text-decoration: none;
				text-shadow: #000 1px 1px 0px;
			}
			#article_slider ul li p a.a_link:hover {
				background-position: 0 40px;
				color: #FFF;
			}
			#thumbNav {
				position: relative;
				bottom: 25px;
				text-align: right;
				margin-right: 30px;
			}
				#thumbNav a {
					color: #CCC;
					padding: 3px 6px;
					margin: 3px;
					background: #030;
					border: 1px #030 outset;
					text-decoration: none;
					font-size: 12px;
				}
				#thumbNav a:hover {
					background: #060;
					color: #fff;
				}
				#thumbNav a.cur {
					background: #090;
					color: #fff;
				}
			#article_slider .article_slider_wrapper ul ul {
				position: static;
				margin: 0;
				background: none;
				overflow: visible;
				width: auto;
				border: 0;
			}
			#article_slider .article_slider_wrapper ul ul li {
				float: none;
				height: auto;
				width: auto;
				background: none;
			}
			/* ############ End Article Slider ############ */
			
			/* ############ Start Matchups Override ############ */
			
			#content .matchups-container {
				position: relative !important;
				left: -6px !important;
			}
