/*
Theme Name: Basketball
Theme URI: http://www.cilenia.com/
Description: A template focusing on Basketball game.
Author: Dimitar Spassov
Author URI: http://www.cilenia.com
Version: 1.0
*/

html,body{margin:0;padding:0}
body{
	background: #f4f4f4 url(css/i/page_bg.png) no-repeat center top;
	color: #474747;
	font-family:verdana,sans-serif;
	font-size:14px;
	line-height:1.7em;
	min-width:960px;
	text-align:center;
}

div#container{text-align:left}
div#header{position:relative;}
div#footer{clear:both;width:100%}

div#container{width:960px;margin:0 auto;}
div#content{float:left;width:610px}
div#navigation{float:right;width:350px}
div#extra{float:right;clear:right;width:350px}


#header{
	height: 150px;
}
#footer{
	background: #f4f4f4 url(css/i/footer_bg.png) no-repeat center bottom;
	padding: 120px 0 150px 0;

}

/*
	base
*/
h1, h2, h3, h4, h5, h6{
	color:#555555;
	margin: 0px 0px 0.3em;
	padding: 0px;
	font-weight:normal;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:14px;
}

.headline{
	margin: 0px 0px 1em;
}


a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #C00; 
}
a:visited {
	color: #303;	
}
a:hover {
	color: #000;
	xtext-shadow: rgba(0,0,0,.7) 1px 1px 2px;
}
a:focus { }
a:active {
	color: #F00;	
}

.inner{
	padding: 0 0 0 50px;
}


/*
	breadcrumbs
*/
.breadcrumbs{
	line-height: 31px;
	margin-bottom: 2em;
	font-size: 13px;
}
.breadcrumbs a{
	background: url(css/i/breadcrumb-arrow.gif) no-repeat right center;
	float: left;
	display: block;
	height: 31px;
	margin-right: 10px;
	padding-right: 12px;
	line-height: 31px;
	text-decoration: none;
	color: #666;
}
.breadcrumbs a:hover{
	color: #C00;
}


/*
	POSTS
*/
.post{
	x-webkit-column-count : 2;
	x-webkit-column-gap : 20px;
	x-moz-column-count : 2;
	x-moz-column-gap : 20px;
}

.post img{
	box-shadow: 0.1em 0.15em 0.3em #777;
	-moz-box-shadow: 0.1em 0.15em 0.3em #777;
	-webkit-box-shadow: 0.1em 0.15em 0.3em #777;
	-khtml-box-shadow: 0.1em 0.15em 0.3em #777;	
}

.wp-post-image{
	float: left;
	margin: 0 1em 1em 0;
}

/*

	widgets
*/
.widget{
	margin: 0 0 1.5em 0;	
}

/*
Tables
*/

table{
	margin: 2em 0;
	border-collapse: collapse;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
caption{
	font-size: 16px;
	text-align: left;
}
th{
	padding:10px 8px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	border-bottom: 2px solid #777;
}
td{
	padding:9px 8px;
	border-bottom: 1px solid #CCC;
}


.scoreTable{
}
.scoreTable caption{
}
.scoreTable tr{}
.scoreTable th{}
.scoreTable td{}

.scoreTable .date{
	text-align: center;
}
.scoreTable .hour{
	font-weight: bold;
	color: #000;
}
.scoreTable .location{}
.scoreTable .teams{
	white-space: nowrap;
}
.scoreTable .score{
	text-align: right;
	white-space: nowrap;
}
.scoreTable .month,
.scoreTable .day{
	clear: both;
	display: block;
}

.scoreTable .month{
	font-size: 10px;
	text-transform: uppercase;
}
.scoreTable .day{
	font-size: 18px;
	font-weight: bold;
}

table .title{
	width: 50%;
}
table .tv{}
table .hour{
	text-align: center;
}



/*
	notice
*/
.notice{
	margin: 0px 0px 0.5em;
	padding: 0;
	color: #7A7A7A;
	xbox-shadow: 0.1em 0em 0.3em #ccc;
	x-moz-box-shadow: 0.1em 0em 0.3em #ccc;
	x-webkit-box-shadow: 0.1em 0em 0.3em #ccc;
	border-bottom: 1px solid #CCC;
}
.notice .title{
	color: #333;
	margin: 0px;
	padding: 0em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.notice .body{
	font-size: 12px;
	line-height: 1.4;
}
.notice .body p{
	margin: 0px 0px 0.5em;
	padding: 0px;
}
.notice .body p:first-line{
	color: #575757;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */