/*  
Theme Name: SportsClub
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/


/* -- Basic Style -- */

h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#006634;
		text-decoration:none;
		outline:none;
	}
a:hover
	{
		text-decoration:underline;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; border:solid 1px #cccccc; padding:2px;}
img.alignleft {float:left; margin:2px 5px 5px 0px; border:solid 1px #cccccc; padding:2px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 30px;
		width:400px;
		font-size:14px;
		font-style:italic;
		border-left:solid 6px;
	}
	
.front_story
	{
		font-size:23px;
		padding-bottom:9px;
		font-weight:normal;
		color:#006634;
		text-transform:uppercase;
		float:left;
		width:512px;
		padding-top:5px;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:square;
	}
	

/* -- Main Style  -- */	

body
	{
		margin:0px;
		padding:0px;
		font-family:arial;
		font-size:12px;
		color:#3e3e3e;
		background:#000000;
	}
#main
	{
		margin:0px auto;
		padding:0px;
		width:901px;
	}
	
	
	
/* -- Header -- */

.header
	{
		height:355px;
		/*overflow:hidden;*/
	}
.title
	{
		height:77px;
		padding-top:15px;
		overflow:hidden;
		font-family:"myriad pro",arial;
	}
.title_left
	{
		float:left;
		height:77px;
		padding-left:75px;
		background:url(images/logo.jpg) no-repeat left top;
	}
.title h1
	{
		font-size:37px;
		color:#fddc01;
		font-weight:normal;
		letter-spacing:3px;
	}
.title h1 span
	{
		color:#ffffff;
	}
.title h1 a, .title h1 a:visited
	{
		text-decoration:none;
		color:#fddc01;
	}
.title h1 a:hover
	{
		text-decoration:none;
	}
.title h3
	{
		color:#038545;
		font-weight:normal;
		font-size:27px;
		padding-top:1px;
	}
.title h3 a, .title h3 a:visited
	{
		color:#038545;
		text-decoration:none;
	}
.title h3 a:hover
	{
		color:#fddc01;
		text-decoration:none;
	}
.header_banner
	{
		height:231px;
		overflow:hidden;
	}
#banner
	{
		float:left;
		height:231px;
		width:528px;
		overflow:hidden;
	}
.header_sidebar
	{
		float:left;
		width:350px;
		height:211px;
		overflow:hidden;
		background:#ffd700;
		padding:10px;
	}
.header_bottom
	{
		height:32px;
		overflow:hidden;
	}
/*----------------------*/
.search1
	{
		text-align:center;
		float:right;
		width:256px;
		padding-top:40px;
	}
.searchText1
	{
		float:right;
		width:170px;
		margin:0px;
		margin-top:8px;
		padding:4px 2px 4px 2px;
		font-size:12px;
		font-family:"myriad pro",arial;
		color:#535252;
		border:solid 1px #464646;
		background:#ffffff;
	}
.go1
	{
		float:right;
		margin-top:5px;
		margin-left:12px;
	}

/*---------------------------------------------*/

/* -- Page Navigation -- */
.nav
	{
		height:33px;
		float:left;
		width:612px;
		/*overflow:hidden;*/
	}
ul#nav{
  border: 0 none;
  padding: 0 14px 0 0;
  list-style: none;
  float:left;
  z-index:1000;
  font-family:arial;
}
ul#nav li {
  margin: 0;
  border: 0 none;
  padding: 0 0 0 1px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height:auto;
  background:url(images/nav_border.jpg) no-repeat left center;
}
ul#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 250px;
  list-style: none;
  display: none;
  position: absolute;
  top: 32px;
  left: 0px;
  /*border:solid 1px #c5aa59;*/
  z-index:1000;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background:none;
}

/* Root Menu */
ul#nav a {
 padding:9px 10px 9px 10px;
  text-align:center;
  /*padding-left:32px;*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
 font-size:11px;
 color:#ffffff;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
    text-transform:capitalize;
}
ul#nav li.current_page_item li a, ul#nav li.current_page_item li a:visited {
	color:#ffffff;
	background:#000000;
}
/* Root Menu Hover Persistence */
ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a, ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited {
 color:#ffffff;
text-decoration:none; 
background:#006634;
}

ul#nav a:active,
ul#nav li:active a,
ul#nav li.ieactive a {
  color: #ffffff;
}

/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
  padding:7px 10px;
  width:160px;
  color: #ffffff;
  font-size:11px;
  text-align:left;
  padding-left:20px;
  background:#000000;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
  color: #ffffff;
  background:#006634;
}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
  padding:7px 10px 7px 20px;
  width:160px;
  color: #ffffff;
  font-size:11px;
  text-align:left;
  background:#000000;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
/*background:#555;*/
  color: #ffffff;
  background:#006634;
}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,
ul#nav li.iehover li.iehover li.iehover li a {
  padding:0;
  width:160px;
   padding:7px 10px 7px 20px;
  color: #ffffff;
  font-size:11px;
  text-align:left;
	background:#000000;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,
ul#nav li.iehover li.iehover li.iehover li a:hover {
/*background:#FD7006;*/
  color: #ffffff;
  background:#006634;
}

ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}
/*-----------------------------------*/

.subscribe
	{
		float:right;
		width:282px;
		height:32px;
		overflow:hidden;
		color:#d6d8d7;
		font-size:11px;
	}
.subscribe img
	{
		vertical-align:middle;
	}
.subscribe a, .subscribe a:visited
	{
		color:#417fca;
		text-decoration:none;
	}
.subscribe a:hover
	{
		text-decoration:underline;
	}

/*****************************************************************/
.content
	{
		padding:15px 30px 20px 0px;
		background:url(images/content_bg.jpg) repeat-y;
	}
/****************************************************************/
.innerContent
	{
		float:left;
		width:515px;
	}
.story
	{
		padding-bottom:40px;
		height:1%;
	}
.story h2.story_title
	{
		font-size:23px;
		padding-bottom:9px;
		font-weight:normal;
		color:#006634;
		text-transform:uppercase;
		float:left;
		width:412px;
		padding-left:12px;
		padding-top:5px;
		
	}
.story h2.page_title, .story .post h3
	{
		font-size:23px;
		padding-bottom:9px;
		font-weight:normal;
		color:#006634;
		text-transform:uppercase;
		padding-top:5px;
		padding-left:12px;
	}
.story .post
	{
		padding-left:12px;
		padding-bottom:30px;
	}
.story .post h3
	{
		font-size:21px;
		padding-left:0px;
	}
.story h2.story_title a, .story h2.story_title a:visited, .story .post h3 a, .story .post h3 a:visited
	{
		text-decoration:none;
		color:#006634;
	}
.story h2.story_title a:hover, .story .post h3 a:hover
	{
		color:#7ab799;
		text-decoration:none;
	}
.story_date
	{
		float:left;
		width:95px;
		text-align:right;
	}
span.date
	{
		display:block;
		width:95px;
		height:56px;
		padding:0 0 4px 0;
		font-size:58px;
		color:#ffffff;
		background:#006634;
		overflow:hidden;
		font-weight:bold;
	}
span.month
	{
		color:#000000;
		font-size:14px;
		display:block;
		height:18px;
		padding-top:3px;
		padding-right:2px;
		background:#ffcc00;
	}
.post_comments
	{
		font-size:15px;
		color:#727171;
		padding:8px 0px 5px 12px;
	}
.post_comments a, .post_comments a:visited
	{
		color:#727171;
		text-decoration:none;
	}
.post_comments a:hover
	{
		text-decoration:underline;
	}
.storyAuthor
	{
		padding:0px;
		float:right;
		width:120px;
		text-align:right;
	}
.storyAuthor u
	{
		color:#094984;
	}
.story_category
	{
		padding:0px;
		float:left;
		width:412px;
		text-align:left;
	}
.story_category a, .story_category a:visited
	{
		text-decoration:underline;
	}
.story_category a:hover
	{
		text-decoration:none;
	}
.storyContent
	{
		padding:8px 0px 0px 0px;
		margin-left:12px;
		margin-top:7px;
		border-top:solid 1px #cbcbcb;
	}
.storyContent p
	{
		text-align:justify;
		line-height:18px;
	}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6
	{
		padding-bottom:10px;
		color:#8a8a8a;
	}
.storyTags
	{
		padding-bottom:5px;
	}
.postmeta
	{
		padding:5px 8px;
		background:#f4e7df;
		float:left;
		border:solid 1px #d0cccb;
	}
/****************************************************************/
.sideBar
	{
		float:right;
		width:310px;
	}
.sidebar_top
	{
		background:url(images/sidebar_title.jpg) no-repeat left top;
	}
.sidebar_bottom
	{
		background:url(images/sidebar_bottom.jpg) no-repeat left bottom;
		padding:0px 20px 10px 10px;
		height:1%;
	}
.sideBar ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar ul ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBarTitle
	{
		padding:8px 0px 1px 0px;
		margin-bottom:5px;
	}
.sideBarTitle h3, .sideBar h2
	{
		font-size:16px;
		font-weight:bold;
		line-height:24px;
		color:#000000;
	}
.sideBar li ul,li
	{	
		list-style:none;
	}
.sideBar ul li
	{
		list-style:none;
		margin:0px;
		padding:0px;
		margin-bottom:15px;
		font-size:10px;
		height:1%;
	}
.sideBar li li li
	{
		padding:0px;
		margin:0px;
		padding:4px 0px 0px 18px;
		list-style:none;
	}
.sideBar li li
	{
		padding:0px;
		margin:0px;
		border:none;
		padding:4px 0px 5px 0px;
	}
.sideBar li li a, .sideBar li li a:visited
	{
		color:#006634;
		text-decoration:underline;
	}
.sideBar li li a:hover
	{
		text-decoration:none;
	}
.sideBar li a, .sideBar li a:visited
	{
		color:#006634;
		text-decoration:underline;
		padding-right:5px;
	}
.sideBar li a:hover
	{
		text-decoration:none;
	}
.textwidget
	{
		padding:5px;
	}
/*---------------------------------*/
/* -- tabs -- */
#cat, #arch, #blogr, #metaa, #tg
	{
		display:none;
	}
#cat { display:block;}
#cat1 {display:block;}
#arch1 {display:block;}
#blogr1 {display:block;}

#arch h2
{ display:none;}
.domtab
	{
		padding:0px 0px 0px 0px;
		height:31px;
		overflow:hidden;
		background:url(images/domtabs_bg.jpg) no-repeat left top;
	}
.domtab ul.domtabs
	{
		float:left;
		padding:0px 0px;
	}
.domtab ul.domtabs li
	{
		float:left;
		border:0px;
		margin:0px;
		padding:0px 2px 0px 0px;
	}
ul.domtabs li a, ul.domtabs li a:visited
	{
		color:#8d8b8b;
		text-decoration:none;
		padding:8px 10px 7px 10px;
		display:block;
		font-size:11px;
		cursor:pointer;
		background:#f1f1f1;
		border:solid 1px #cfcdcd;
	}
ul.domtabs li a:hover
	{
		background:#006634;
		color:#ffffff;
		text-decoration:none;
		border:solid 1px #006634;
	}
ul.domtabs a.active, ul.domtabs a.active:visited
	{
		background:#006634;
		color:#ffffff;
		border:solid 1px #006634;
	}
ul.tabs
	{
		padding:10px 15px 10px 15px !important;
		margin-bottom:5px;
		background:#ffffff;
		border:solid 2px #006634;
	}
ul.tabs li
	{
		height:1%;
		padding-left:0px !important;
		font-size:12px;
	}
ul.tabs li li
	{
		border-bottom:solid 1px #e0e0e0 !important;
		padding:8px 0px 8px 0px;
		margin:0px;
		background:url(images/bullet.gif) no-repeat left 15px;
		border:none;
	}
ul.tabs li li li
	{
		border:none;
		padding-left:20px !important;
	}
ul.tabs li a, ul.tabs li a:visited
	{
		color:#006634;
		text-decoration:underline;
	}
ul.tabs li a:hover
	{
		text-decoration:none;
	}
li.see_more
	{
		text-align:center;
		font-size:12px !important;
	}
/*--------------------------------*/
li.topics
	{
		float:left;
		width:200px;
	}
li.sponsers
	{
		float:left;
		width:95px;
	}
li.sponsers h3
	{
		text-align:center;
	}
li.sponsers .icons
	{
		background:#ffffff;
		text-align:center;
		padding:10px 0px;
	}
li.sponsers .icons a
	{
		margin-bottom:5px;
	}


/*--------------------------------*/
.ngg-widget
	{
	}
.ngg-widget a
	{
		margin:0px;
	}
.ngg-widget a img
	{
		border:none;
		margin:0px;
		padding:0px;
	}
/***********************************************/

/* -- Sidebar Search Tool -- */
.search
	{
		text-align:center;
	}
.searchText
	{
		float:left;
		width:190px;
		margin:0px;
		padding:0px;
		padding:3px 2px 3px 2px;
		font-size:13px;
		font-family:arial;
		margin-top:5px;
		margin-bottom:4px;
		color:#232323;
		border:solid 1px #cccccc;
		background:#ffffff;
	}
.go
	{
		float:left;
		width:65px;
		height:26px;
		margin-top:4px;
		margin-left:3px;
	}
/***********************************************/

/* -- Footer -- */
.footer
	{
		padding-top:8px;
		padding-bottom:20px;
		overflow:hidden;
		color:#aaa9a9;
		line-height:22px;
		font-size:11px;
		border-top:solid 3px #ffc910;
	}
.footer_content
	{
		width:901px;
		margin:0px auto;
	}
.footer p
	{
	}
.footer a, .footer a:visited
	{
		text-decoration:none;
		color:#287827;
	}
.footer a:hover
	{
		text-decoration:underline;
	}
/*****************************************************/

/* -- Pagination -- */

.navigation
	{
		height:1%;
		padding-bottom:20px;
	}
.alignleft
	{
		float:left;
		padding-left:15px;
	}
.alignright
	{
		float:right;
		padding-right:15px;
	}
	
	

/* -- search result's title -- */

h2.pagetitle, .article h2, .error, h2.center
	{
		color:#323232;
		font-size:22px;
		font-weight:normal;
		font-family:"trebuchet ms";
		padding-top:0px;
		padding-bottom:20px;
		padding-left:15px;
		text-align:left;
	}
	
	
	
/* -- Comments Section -- */

.comment_template
	{
		padding-left:15px;
		padding-top:15px;
	}
#comments, #respond h3, .commenttitle
	{
		color:#323232;
		padding-top:5px;
		padding-bottom:15px;
		font-size:15px;
		font-weight:bold;
	}
ol.commentlist {
	padding:0px;
	margin:0px;
	text-align: justify;
	}
ol.commentlist li {
	margin:0px;
	padding: 0px 0px 20px 0px;
	margin-bottom:30px;
	list-style: none;
	line-height:18px;
	border-bottom:solid 1px;
	height:1%;
	}
ol.commentlist li li
	{
		padding-left:30px;
		padding-top:25px;
		padding-bottom:0px;
		margin-bottom:0px;
		border:none;
	}

.avatar
	{
		float:left;
		border:solid 1px #595959;
		padding:2px;
		margin-left:5px;
		width:35px;
		height:35px;
	}
.fn
	{
		font-style:normal;
		padding-left:15px;
	}
.fn .url
	{
		padding:3px 0px 3px 0px;
		font-weight:bold;
		font-family:georgia, verdana;
		font-size:13px;
	}
.commentmetadata {
	margin: 0px;
	display: block;
	padding:0px 0px 0px 65px;
	font-size:11px;
	}
.comment-body p
	{
		clear:both;
		padding:10px 0px 0px 0px;
	}
	


/* -- Comment Form -- */

#comment
	{
		font-family:verdana;
		font-size:12px;
		color:#747373;
		line-height:150%;
		border:solid 1px #cdcdcd;
		width:480px;
		background:#f6f6f6;
	}
#author
	{
		font-family:verdana;
		font-size:12px;
		color:#747373;
		padding:2px;
		border:solid 1px #cdcdcd;
		width:200px;
		background:#f6f6f6;
	}
#email
	{
		font-family:verdana;
		font-size:12px;
		color:#747373;
		padding:2px;
		border:solid 1px #cdcdcd;
		width:200px;
		background:#f6f6f6;
	}
#url
	{
		font-family:verdana;
		font-size:12px;
		color:#747373;
		padding:2px;
		border:solid 1px #cdcdcd;
		width:200px;
		background:#f6f6f6;
	}
/*********************************************************/

/* Begin Comments*/
.alt {
	/*margin:0px;
	padding:0px;
	border:solid 1px #f3c377;*/
	/*border-left:none !important;
	border-right:none !important;*/
	/*height:1%;*/
	}

.commentlist li cite img
	{
		border:0px;
		vertical-align:middle;
	}
.commentlist em
	{
		padding-left:15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* -- CALENDER STYLE -- */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 200px;
	font-size:11px;
	font-family:tahoma;
	color:#595959;
	text-align:center;
	}
#wp-calendar th
	{
		color:#094984;
	}
#wp-calendar #today
	{
		color:#000000;
		font-weight:bold;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#094984;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#094984;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #094984;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


