/* Very, very mondo */

/*

------------------------------------------------------
Copyright Pavel Majer
------------------------------------------------------

*/

body {
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #cadcfc;
	margin: 0;
	width:auto;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	width:auto;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 80px;
	padding-left: 15px;
	background-color: #0549c5;
	border-bottom: 5px #cc6600 solid;
	color: #cadcfd;
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
	letter-spacing: 5px;
	height: 100px;
}
.leaderboard {
	background-color: #0549C5;
	text-align: center;
	vertical-align: baseline;
	float: inherit;
}
.search {
	margin-top: 25px;
}


#apDiv1 {
position: absolute;
	left:850px;
	right:auto;
	top:239px;
	width:126px;
	height:610px;
	z-index:auto;
	margin-top: 50px;
}


/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1em;
color: #cadcfd;
padding-bottom: 10px;
padding-top: 7px;
padding-left: 190px;
font-weight: bold;
background-color: #cc6600;
border-top: 5px #0549c5 solid;
letter-spacing: 5px;
border-bottom: 2px #0549c5 solid;
text-align: justify;
}

/* Styles for the main text on the page. */

#main-text {
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 190px;
	margin-right: 50px;
  width:auto;
	width: 645px;
 	


}

p, ul, ol, table {
font-size: .7em;
line-height: 1.9em;
margin-top: 11px;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

li.hot
{
	color: rgb(204,0,0)
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: .9em;
color: #0549c5;
font-weight: bold;
}

h3 {
margin-top: 0;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1.1em;
color: ##000000;
font-weight: bold;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #cc6600;
text-decoration: none;
font-weight: bold;

}

a:hover {
color: #ad5600;
text-decoration: none;
font-weight: bold;
}

/* Styles for the navbar on the left side. */

#left-menu {
	position: absolute;
	top: 222px;
	left: -1px;
	width: 166px;
	text-align: right;
	background-color: #0549c5;
	border-bottom: 2px #cc6600 solid;
	border-right: 2px #cc6600 solid;
	padding-top: 60px;
	padding-bottom: 35px;
	height: 701px;
}

#left-menu p {
padding-right: 15px;
margin-bottom: 0;
border-bottom: 2px #cc6600 solid;
font-size: .8em;
line-height: 25px;
}

#left-menu a:link, #left-menu a:visited {
color: #cadafc;
text-decoration: none;
}

#left-menu a:hover,
#left-menu a:current {
color: #cc6600;
text-decoration: none;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #0549c5;
margin-bottom: 0;
padding-top: 7px;
padding-bottom: 7px;
border-top: 1px #cc6600 solid;
font-size: .7em;
font-weight: bold;
padding-right: 50px;
}

#footer a:link, #footer a:visited {
color: #cc6600;
}

#footer a:hover {
color: #0549c5;
}

