/*
Theme Name: Watch Football/Soccer Theme
Theme URI: http://www.watch-football.net/
Description: A Top Class 3 Column Football/Soccer Wordpress Theme.
Version: 1.0
Author: Watch Football Ltd Coded By Wordpress Themes
Author Email: cs@namecheap.in
Author URI: http://www.sweetsp.com/
*/


/* General */

body {
	margin: 0;
	background: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 960px;
	background: url("images/page.png") no-repeat;
display: block;
overflow-x:hidden;

}


/* Header */

#header {
	width: 920px;
	height: 285px;
	position: relative;

}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 10px;
		left: 280px;
		width: 700px;
		text-align: center;
		margin-left:0px;
	}

	
	#header #header-info h1 {
		color: #cde6f4;
		font: normal 31px Century Gothic, Helvetica, Arial, sans-serif;
		padding-bottom: 0px;
	}
	
	#header #header-info h1 a {
		color: #cde6f4;
		text-decoration: none;
	}
	
	#header  .description {
		color: #bedae7;
		font: normal 17px Century Gothic, Helvetica, Arial, sans-serif;
		margin-left:100px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 235px;
		left: 10px;
		width: 820px;
		height: 26px;
		margin-top:50px;
		margin-bottom:10px;

		float:left;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 920px;
		height: 26px;
	}
	
	#header #header-menu ul li {
		float: left;
		width: 85px;
		height: 26px;
		font: 12px/26px Gerogia, Century Gothic, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #000000;
		background: url("images/header_menu.gif") no-repeat;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #000000;
		background: url("images/header_menu_hover.gif") no-repeat;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item a {
			color: #000000;
			background: url("images/header_menu_hover.gif") no-repeat;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul{
			display: none;
		}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 226px;
		left: 762px;
		width: 190px;
		height: 80px;
	}


/* Main */

#main {
	width:960px;
	padding-top: 27px;
	overflow: hidden;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 505px;
		padding: 0 10px;
		overflow: hidden;
		margin-top:15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 505px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 505px;
			color: #8ba4b2;
			font: normal 10px Century Gothic, Helvetica, Arial, sans-serif;
		}
		
		#content .post .post-title a {
			color: #8ba4b2;
			text-decoration: underline;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #000;
			width: 42px;
			height: 42px;
			padding-top: 20px;
			font: normal 20px/26px Verdana;
			background: url("images/post_date.jpg") no-repeat;
			margin-right: 15px;
		}
		
		
		#content .post .post-title h2 {
			color: #57707e;
			font: normal 20px Verdana;
			padding: 3px 0 4px 0;
		}
		
		#content .post .post-title h2 a {
			color: #57707e;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			line-height: 14px;
		}
		
		}
		.post-title-info a:link,.post-title-info a:active,.post-title-info a:current {
		color:#8ba4b2;
		}
		#content .post .post-title .post-title-info .author {
			color: #8ba4b2;
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #cde6f4;
			width: 505px;
		}
		
		#content .post .post-entry a {
			color: #8ba4b2;

			text-decoration: none;
		}
		


		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 6px solid #8ba4b2;
			font-size: 14px;
			color: #8ba4b2;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 470px;
			height: 34px;
			background: url("images/post_info.gif") repeat-x;
			padding: 0 15px;
			font: normal 11px/34px Verdana;
			color: #cde6f4;
		}
		.read {
		float:right;

			padding: -10px 15px 0 15px;
			font: normal 11px/34px Verdana;
			color: #cde6f4;
		}
		#content .post .post-info a {
			color: #8ba4b2;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 5px 0 24px;
				float: left;
			}
			
			#content .post .post-info .post-info-share {
				float: right;
				padding: 9px 0;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #8ba4b2;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #cde6f4;
			width: 480px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #88c802;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #203642;
		}
		
		#content .post .comments ol li cite {
			color: #a4c4d2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Verdana;
			color: #cde6f4;
			width: 655px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px Verdana;
		color: #99cc00;
		margin-bottom: 30px;
		width: 480px;
	}
	
	#content .navigation a {
		color: #99cc00;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar{
		float:right;
		width: 147px;
		font: normal 12px/18px Verdana;
		color: #cde6f4;
		margin-right:5px;
		margin-top:40px;
		text-align:left;
		padding-right:5px;
	overflow: hidden;
	}
	#lsidebar{
		float: right;
		width: 209px;
		font: normal 12px/18px Verdana;
		color: #cde6f4;
		margin-right: 8px;
                margin-top:20px;
	}

	
	#sidebar a {
		color: #8ba4b2;
		text-decoration: none;
	}
	#lsidebar a {
		color: #8ba4b2;
		text-decoration: none;
	}
	
	#sidebar a:hover,#lsidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 209px;
		margin-bottom: 20px;
		background: url("images/sidebar.gif") repeat-y;
	}
	#lsidebar .sidebar-box{
		width: 209px;
		margin-bottom: 20px;
		background: url("images/sidebar.gif") repeat-y;
	}
	#sidebar .sidebar-box-top {
		width: 209px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
		#lsidebar .sidebar-box-top {
		width: 209px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	#sidebar .sidebar-box-bottom {
		width: 209px;

		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 5px;
	}
	
	.sidebar-box-bottom div{
		width: 200px;
		padding: 4px;
	}

		#lsidebar .sidebar-box-bottom {
		width: 209px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 5px;
	}
	
	#sidebar .sidebar-box-blank {
		width: 209px;
		margin-bottom: 20px;
		text-align: center;
	}
		#lsidebar .sidebar-box-blank {
		width: 209px;
		margin-bottom: 20px;
		text-align: center;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3{
			width: 199px;
			height: 36px;
			padding-left: 10px;
			text-align:left;
			font: bold 12px/36px Verdana;
			color: #000000;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		#lsidebar h3 {
			width: 199px;
			height: 36px;
			padding-left: 10px;
			font: bold 12px/36px Verdana;
			color: #000000;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			margin: 7px;
			width: 195px;
			background: #1a3341;
		}
		#lsidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			margin: 7px;
			width: 195px;
			background: #1a3341;
		}
		
		#sidebar ul li {
			color: #cde6f4;
			font: normal 12px/30px Verdana;
			text-align:left;
		}
			#lsidebar ul li {
			color: #cde6f4;
			font: normal 12px/20px Verdana;
		}
		#sidebar ul li a {
			width: 190px;
			color: #8ba4b2;
			padding-left: 5px;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #1b2f0c;
		}
				#lsidebar ul li a {
			width: 190px;
			color: #8ba4b2;
			padding-left: 5px;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #1b2f0c;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
				#lsidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 10px;
				width: 195px;
			}
					#lsidebar ul li ul {
				margin: 0;
			}
			
			#lsidebar ul li ul li a {
				padding-left: 5px;
				width: 185px;
			}

		/* Sidebar - Forms */
		
		#sidebar  {
			margin: 0;
			padding: 25px 0 10px 0;
			width: 209px;
			text-align: center;
		}
		
		#sidebar #s {
			width: 130px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 7px;
			width: 170px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 2px 6px 0 6px;
		}
		#lsidebar .textwidget {
			padding: 2px 6px 0 6px;
		}

/* Footer */

#footer {
	margin: 0 auto;
	width: 960px;
	height: 110px;
	background: url("images/footer.jpg") no-repeat;
	color: #000000;
	font: normal 11px/110px Verdana;
	text-align: center;
	overflow: hidden;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/************************************************
*	[Search Form]				*
************************************************/
	
#searchform {
     float:right;
     margin: 0px;
     margin-right:10px;
     margin-top:1px;
     padding: 4px 0px 0px 0px

	 
}
#s {
     background: url(images/searchbg.png) no-repeat;
     width: 180px;
     color: #99cc00;
     font-size: 11px;
     font-family: Arial, Tahoma, Verdana;	
     padding:4px;
	 padding-left:20px;
     margin: 0px 0px 0px 10px;
	 border:1px solid #1b3e06;
}	
#sbutt {
	background: url("images/search.png") no-repeat;
	width:55px;
	color: #99cc00;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	font-weight:bold;
	margin: 0px 0px 0px 10px;
	 border:1px solid  #2e7201;
}	
#right{
margin-top:20px;
float:right;
width:430px;
padding:2px;
}
.subscribe{
margin-top:-10px;
}