/*
Theme Name: LIVESCORE - iFotbal.com

Version: 1.0
Author: Ludek Vorel
Author URI: http://www.lvrdesign.com/
*/

/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,...
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	6) Forms - input,textarea
	7) Accessibility - hr,...
	8) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */

body {
	margin:0; padding:0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
 	font-size: small;
 	color: #333;
	background: url("../img/bg.png") repeat-x;
	text-align:center;
}
h1 {
	margin: 0; padding:0;
	font-size: 200%;
}
h2 {
	margin: 0; padding:0;
}
h3 {
	margin: 15px 0 0 0; padding:0;
}
p {
	margin:0; padding: 0;	
}
a {
	color: #AC2020;
}
a:hover {
	text-decoration: none;
}

	
	
/* 2)-=-=-=- Structure -=-=-=- */

#content {
	width: 770px;
	margin:0 auto; padding: 0;
	text-align:left;
}

#sidebar {
	float: left;
	width: 150px;
	margin:0; padding:0;
}

#sidebar-content {
	margin:0; padding: 5px 0;
}

#main {
	margin: 0 0 0 150px; padding:0;
}

#main-content {
	margin: 0; padding: 22px 7px;
	text-align: center;
}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}

#logo a {
	background: url("../img/ifotbal-logo.png");
	margin: 0; padding:0;
	display: block;
	width: 150px; height: 150px;
}
#sazeni {
	margin-top: 30px;
}
#tipy {

}
#vysledky {

}
#ms2006 {

}
#sidebar-content span {
	display: none;
}
#sidebar-content a:hover {
	background-position: left bottom
}
.cl a {
	display: block;
	margin: 10px 0 0 0; padding: 10px;
	background: #FFCC00;
	border-bottom: 5px solid #CCA400;
}
.cl a:hover {
	background: #FFDD55;
}
.napoveda {
	margin-left: 3px; padding:0;
}

.reklama img {
	border: 0;
	margin: 5px 7px;
}



	
#menu { 
	margin-top: 23px; margin-left: 25px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#menu a {
	float: left;
	height: 18px;
	margin-right: 25px;
	text-decoration: none;
}
#menu a:hover {
	border-bottom: 5px solid #666666;
}
#menu li {
	display: inline; margin: 0; text-align: center;
}
#menu ul {
	height: 23px;
	list-style: none;
	margin: 0; padding: 0;
	text-transform: uppercase;
}

#footer { 
	margin: 10px; margin-left: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #666666;
}
#footer a {
	float: left;
	height: 18px;
	margin-right: 20px;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 5px solid #666666;
}
#footer li {
	display: inline; margin: 0; text-align: center;
}
#footer ul {
	height: 23px;
	list-style: none;
	margin: 0; padding-top: 10px;
}
.nahoru {
	padding-left: 10px;
	background: url("../img/arrow.gif") left 33% no-repeat;
}