/*
Theme Name: Streetball League
Theme URI: http://www.streetball-league.com
Description: Streetball League Template
Author: Streetball League
Author URI: http://www.streetball-league.com
*/

html{
height:100%;
}

body{
background: transparent url(images/red.jpg) repeat scroll 0 0;
padding: 10px 10px 0px 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #dddddd;
}

a:link{
	color: #FFFFFF;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #111;
	text-decoration: none;
}




#wrapper{
background: transparent url(images/court_middle.jpg) repeat-y scroll left top;
width: 980px;
margin: 0 auto;
text-align: left;}

#header{
background: transparent url(images/background/header.jpg) no-repeat;
height: 210px;
position:relative;}

#main{
background:transparent url(images/background/court_top.jpg) no-repeat scroll left top;
margin:0;
/* padding:1px 15px 1px 5px; */
clear:both;
width:auto;
/*height: 310px;*/
overflow: hidden;
}



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	margin: 0 -240px 0 0;
	float: left;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#sidebar,
#secondary {
	float: right;
	overflow: hidden;
	width: 240px;
}
#secondary {
	clear: right;
}

/*
#footer {
	clear: both;
	width: 100%;
}
*/

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


#footer{
	clear: both;
	width: 100%;
	background:transparent url(images/background/court_bottom.jpg) no-repeat scroll left top;
	height: 10px;
	margin: 10px 0 -10px;
	padding: 0px;
}

/*MENU*/
#supernav {
	font: bold 18px/18px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	position: absolute;
	top: 170px;
	left: 50%;
	width: 720px;
	margin: 0 0 0 -500px;
	padding: 9px 16px; /* duplicate the tab size */
	text-align: left;
	display: block;
	}

#supernav li {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	display: inline;
	}

#supernav a {
	color: #FFFFFF;
	font-weight: normal;
	height: 19px;
	padding: 5px 16px;
background: transparent url(images/menu/trenner.png) no-repeat;
background-position: bottom right;	}
	
#supernav a:hover {
	color: #111;
	text-decoration: none;
background: transparent url(images/menu/trenner.png) no-repeat;
background-position: bottom right;
	}

#supernav .current_page_item a {
	color: #111;
	text-decoration: none;
background: transparent url(images/menu/trenner.png) no-repeat;
background-position: bottom right;
}


/*Content*/
	#content .entry-title{
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

.entry-title a:link{
	color: #FFFFFF;
}

.entry-title a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.entry-title a:hover{
	color: #111;
	text-decoration: none;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/*Content Ende*/

/*Container*/
.oben{
	left: 0;
	position: absolute;
	top: -18px;
	width: 100%;
}

.unten{
	bottom: -9px;
	left: 0;
	position: absolute;
	width: 100%;
}

.container_small, .container_middle, .container_large, .container_small_dark
{
/*    z-index:6px;*/
	padding-left:15px;
	padding-top:1px;
	padding-right:10px;
	width:209px;
	margin:30px 0px;
	margin-left:-5px;
	margin-bottom: 60px;
	position:relative;
	background:url("images/container/middle_trans.gif") repeat-y top left;
}
.container_rechts {margin-left: 0px;}

.container_small_white{background-image:url("images/container/middle_white.gif");}
.container_small_dark{background-image:url("images/container/middle_trans.gif");}

/*Container Ende*/


dl.cat{float:left;text-align:left;margin:5px 6px 2px 4px;width:45%;}
dl.cat dt,
dl.cat dd{margin:4px auto;}
dl.cat dd{font-weight:lighter;font-size:0.9em; }
.top{text-align:right;margin-right:1em;clear:both;}


