/*
Theme Name: Basketball
Author: Ahmed Jasim
*/
body{
	font-family:'Arial',Georgia,Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	/*background: #fff url(images/bg/body_bg.jpg) no-repeat;*/
	background: #252525 url(images/bg/color-bg-2.jpg) center top repeat-x;
}
*{
	margin:0; padding:0;
}
img,fieldset{
	border:none;
}
a{
	text-decoration:none;
}

ul,ol,li{
	list-style:none;
}
.hide{
     position: absolute;
     left: -9999px;
}
/*---------------------------------------------page structure--------------------------------*/

#page{
	width:1008px;
	margin:0 auto;
	padding-bottom: 10px;
}
/*-----------------header------------------*/
#header{
	width:1008px;
	height:144px;
}
#header h1{
	padding:17px 656px 16px 13px;
}
#header h1 a{
	background:url(images/logo/logo.png) no-repeat;
	width:338px;
	height:111px;
	display:block;
}
/*--------------------menu----------------------*/
#menu{
	width:998px;
	padding-left:10px;
	height:39px;
}
#menu ul{
	width:998px;
	height:39px;
	overflow:hidden;
}
#menu ul li{
	float:left;
	margin-right:5px;
}
#menu ul li a .nav_lt,
#menu ul li a .nav_bg,
#menu ul li a .nav_rt{
	height:39px;
	float:left;
	display:block;
}
#menu ul li a .nav_lt{
	background:url(images/bg/nav_lt.png) no-repeat;
	width:11px;
}
#menu ul li a .nav_bg{
	background:url(images/bg/nav_bg.png) repeat-x;
	padding:0 12px;
	font-size:18px;
	color:#F8F9F9;
	line-height:39px;
}
#menu ul li a .nav_rt{
	background:url(images/bg/nav_rt.png) no-repeat;
	width:10px;
}
#menu ul li a:hover .nav_lt,
#menu ul li a:hover .nav_bg, 
#menu ul li a:hover .nav_rt,
#menu ul li .selected .nav_lt,
#menu ul li .selected .nav_bg,
#menu ul li .selected .nav_rt{
	background-position:0 -39px;
}

#menu .current_page_item .nav_lt,
#menu .current_page_item .nav_bg,
#menu .current_page_item .nav_rt{
	background-position:0 -39px;
}


#menu ul li a:hover .nav_bg,
#menu ul li .selected .nav_bg{
	padding:0 12px;
	font-size:18px;
	color:#500000;
	line-height:39px;
}
#menu .current_page_item .nav_bg{
	padding:0 12px;
	font-size:18pxt;
	color:#500000;
	line-height:39px;
}
/*--------------banner-----------------------*/
#banner{
	background:url(images/banner/banner_bg.png) no-repeat;
	width:1008px;
	height:275px;
	margin-bottom:5px;
	position:relative;
	top:-3px;
}
/*-----------------------content-----------------*/
#content{
	width:1000px;
	padding:0 4px;
	overflow:hidden;
}
.content_lft{
	width:740px;
	float:left;
}
.lft_box_top{
	background:url(images/bg/ltbox_top.png) no-repeat;
	width:740px;
	height:14px;
}
.lft_box_bg{
	background:url(images/bg/ltbox_bg.png) repeat-y;
	width:740px;
}
.lft_box_btm{
	background:url(images/bg/ltbox_btm.png) no-repeat;
	width:740px;
	height:14px;
}

/*------------------lft_box_cont-----------------*/
.lft_box_cont{
	width:716px;
	padding:0 12px;
	/*background:url(images/bg/btm02.jpg) no-repeat bottom;*/
	background:url(images/bg/bottomround.png) no-repeat bottom;
}
.lft_box_cont h2{
	font-size:24px;
	color:#C81F07;
	font-weight:normal;
	padding:5px 0 10px 4px;
}
/*----------------box_Fst----------------*/
.box_Fst{
	width:716px;
	padding-bottom:9px;
}
.box_Fst_bg{
	background:url(images/bg/inner_box_bg.png) repeat-y;
}
.box_Fst_top{
	background:url(images/bg/inner_box_top.png) no-repeat;
}
.box_Fst_btm{
	background:url(images/bg/inner_box_btm.png) no-repeat bottom;
}
.box_Fst_bg,
.box_Fst_btm,
.box_Fst_top{
	width:716px;
	display:block;
}
/*------------------cont_box_Fst----------------------*/
.cont_box_Fst{
	width:671px;
	padding:7px 32px 7px 13px;
}
.cont_box_Fst h3{
	width:517px;
	font-size:18px;
	color: #27837f;
	font-weight:normal;
	padding: 5px 0 5px 5px;
	border: 1px solid #27837f;
	background-color: #afcccb;
	margin-top: 7px;
	  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.cont_box_Fst h3 a{
	font-size:18px;
	color:#27837f;
	font-weight:normal;
	line-height:24px;
	display: block;
}
.cont_box_Fst h3 a:hover{
	color:#2C62AE;
}

.shadow{
	width:671px;
	overflow:hidden;
}
.shadow label{
	width:523px;
	float:left;
	background:url(images/bg/bdr.png) repeat-x;
	display:block;
	height:1px;
	margin-top:10px;
}
.shadow a, .shadow span{
	font-size:14px;
	color:#CB1C03;
	float:right;
	width:129px;
	display:block;
}
/*----------------------txt_picture-----------------*/
.txt_picture{
	width:671px;
}
.txt_picture label{
	font-size:12px;
	color:#2C62AE;
	display:block;
	padding-bottom:10px;
}
.entry{
	width:671px;
}
.entry .man_entry{
	padding:2px;
	border:1px solid #C6C6C6;
	overflow:hidden;
	margin:0 12px 13px 0;
}
.entry p{
	font-size:12px;
	color:#616161;
	line-height:18px;
	padding-bottom:18px;
}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	color:#616161;
	font-weight:normal;
}
.entry h1{
	font-size:24px;
}
.entry h2{
	font-size:22px;
}
.entry h3{
	font-size:20px;
}
.entry h4{
	font-size:20px;
}
.entry h5{
	font-size:18px;
}
.entry h6{
	font-size:18px;
}
.entry ul{
	width:600px;
	padding-left:71px;
}
.entry ul li{
	width:600px;
	padding-bottom:6px;
	font-size:12px;
	color:#616161;
	list-style-type:disc;
}
.entry ol{
	width:600px;
	padding-left:71px;
}
.entry ol li{
	width:600px;
	padding-bottom:6px;
	font-size:12px;
	color:#616161;
}

/*--------------------row_img-------------------*/
.row_img{
	width:671px;
	overflow:hidden;
	padding-bottom:25px;
}
.row_img label{
	font-size:18px;
	color:#616161;
	display:block;
	margin-right:14px;
	float:left;
}
.row_img img{
	float:left;
	margin-right:6px;
	display:block;
	margin-top:5px;
}
.posted{
	width:671px;
	overflow:hidden;
}
.posted dd{
	float:left;
	margin-right:13px;
}
.posted01{
	background:url(images/icon/icon01.jpg) no-repeat;
	height:21px;
}
.posted label{
	font-size:12px;
	color:#5C5C5C;
	display:block;
	padding-left:25px;
	display:block;
	line-height:21px;
}
.posted label a{
	color:#2C62AE;	
	text-decoration:underline;
}
.posted02{
	background:url(images/icon/icon02.jpg) no-repeat;
	height:21px;
}
.posted03{
	background:url(images/icon/icon03.jpg) no-repeat;
	height:21px;
}
/*---------------------content_rgt--------------------------------*/
#content_rgt{
	width:250px;
	float:right;
}
.rgt_bg,
.rgt_top,
.rgt_btm{
	width:250px;
	display:block;
}
.rgt_bg{
	background:url(images/bg/rgt_bg.jpg) repeat-y;
}
.rgt_top{
	/*background:url(images/bg/rgt_top.jpg) no-repeat;*/
	background:url(images/bg/roundtopsmall.png) no-repeat;
}
.rgt_btm{
	/*background:url(images/bg/rgt_btm.jpg) no-repeat bottom;*/
	background:url(images/bg/roundbottomsmall.png) no-repeat bottom;
}
/*-------------------cont_rgt_mainBox-----------------*/
#cont_rgt_mainBox{
	padding:12px 12px 0 12px;
	width:226px;
}
.rgtFst_box{
	width:226px;
	padding-bottom:11px;
}
.rgtFst_boxBg,
.rgtFst_boxTop,
.rgtFst_boxBtm{
	width:226px;
	display:block;
}
.rgtFst_boxBg{
	background:url(images/bg/rt_fst_bg.jpg) repeat-y;
}
.rgtFst_boxTop{
	background:url(images/bg/rt_fst_top.jpg) no-repeat;
}
.rgtFst_boxBtm{
	background:url(images/bg/rt_fst_btm.jpg) no-repeat bottom;
}
/*---------------cont_rgtFst_box--------------------*/
.cont_rgtFst_box{
	padding:8px 12px;
	width:202px;
}
.cont_rgtFst_box p{
	font-size:12px;
	color:#666666;
	line-height:20px;
	padding-bottom:10px;
}
.cont_rgtFst_box p span{
	font-size:18px;
}
.cont_rgtFst_box p label{
	font-size:24px;
}
.cont_rgtFst_box p small{
	font-size:26px;
}
.cont_rgtFst_box h3{
	background:url(images/bg/bdr.png) repeat-x bottom;
	font-size:14px;
	color:#2C62AE;
	font-weight:normal;
	width:202px;
	padding-bottom:6px;
	margin-bottom:5px;
}
/*--------------rgt_fst_link------------*/
.cont_rgtFst_box ul , .rgt_fst_link{
	width:199px;
	padding-left:3px;
}
.cont_rgtFst_box ul li , .rgt_fst_link li{
	display:block;
	background:url(images/icon/tick.jpg) no-repeat 0 10px;
	padding-left:14px;
}
.cont_rgtFst_box ul li a , .rgt_fst_link li a{
	font-size:12px;
	color:#616161;
	line-height:24px;
}
.cont_rgtFst_box ul li a:hover , .rgt_fst_link li a:hover , .widget_tag_cloud a:hover{
	color:#2C62AE;
}

.icon_curv{
	width:199px;
	padding-top:15px;
	padding-bottom:5px;
}
.icon_curv a{
	background:url(images/icon/icon_curv.jpg) no-repeat;
	height:14px;
	display:block;
	font-size:12px;
	color:#616161;
	padding-left:38px;
	padding-top:13px;
}
.rgt_blue_box{
	/*background:url(images/bg/blue_box.jpg) no-repeat;*/
	width:226px;
	margin-bottom:11px;
	text-align:center;
	overflow:hidden;
}
.rgt_blue_box img{
	display:block;
	margin-bottom:4px; 
}
/*------------------------------footer--------------------*/
#footer{
	width:1008px;
	margin:0 auto;
}
.cont_footer{
	width:1008px;
	text-align:center;
	padding-top:15px;
	padding-bottom:0px;
}
.cont_footer label{
	font-size:12px;
	color:#535353;
	line-height:20px;
}
.cont_footer ul{
	overflow:hidden;
}
.cont_footer ul li{
	display:inline;
	background:url(images/bg/li_bdr.jpg) no-repeat 0 2px;
	padding:0;
	margin:0;
	padding:0 7px 0 13px;
}
.cont_footer ul .ftr_fst_link{
	background:none;
}
.cont_footer ul li a{
	font-size:12px;
	color:#535353;
	line-height:20px;
}
.cont_footer ul li a:hover{
	color:#2C62AE;
}

.cont_footer p{
	font-size:12px;
	color:#535353;
}

/*============= sociable ===============*/

div.sociable { margin:0 0 16px 0; overflow:hidden}

.sociable_tagline { 
	position: relative; 
	position: relative;	
	font-size:14px;
	color:#616161;
	display:block;
	margin-right:14px;
	float:left;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	margin-right:3px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*===========others *===============*/

.widget_tag_cloud a{
	font-size:12px;
	color:#666666;
	line-height:20px;
}
.navigation{
	overflow:hidden;
	padding:4px 10px 15px 10px;
}
.navigation a{
	color:#2C62AE;		
}
.center{ text-align:center }
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img.aligncenter, img.alignnone{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/*======= comment ===*/
.commentblock{ margin-top:20px; overflow:hidden}

.commentblock a{
	color:#CB1C03;
	font-weight:normal;
} 
.commentblock p{ margin-bottom:10px }
#comments{
	color:#CB1C03;
	font-weight:normal;
}

.inptclass{
	width:320px;
	height:18px;
	margin-top:5px;
	border:1px solid #C1C1C1;
}

.textarea{
	width:620px;
	height:150px;
	margin-top:5px;
	border:1px solid #C1C1C1;
}

/* Ads by Cricket */
div#footerwidgets { width: 1000px; margin: 0 auto; }
div.foot1, div.foot2, div.foot3, div.foot4 { width: 242px; float: left; margin-left: 10px; }
div.foot1 { margin-left: 0; }
div.cleared { clear: both; }
img.sidead { margin-bottom: 20px; }
div#footerwhole { background-color: #202020; padding: 10px 0; }
