@CHARSET "UTF-8";

/*
	General style sheet for both: onlinepocasie.sk and onlinepocasi.cz
*/

body {
	background-image: url('../img/bg.gif');
	font-family: Arial, Verdena;
	color: #e0d752;
	margin: 30px;
}

a:link, a:visited, a:hover, a:active {
	color: #e0d752;
	text-decoration: none;		
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/**
 * Logo
 */

#logo {
	background: #333333 url('../img/tl.gif') no-repeat left top;
	width: 900px;
	margin: 0 auto;
}

#logo div {
	background: url('../img/tr.gif') no-repeat right top;
}

#logo div h1 {
	background: url('../img/logo.gif') no-repeat 30px top;
	text-indent: -5000px;
	height: 90px;
	margin: 0;
	padding:0;
}

#logo div h1 a {
	display: block;
	width: 100%;
	height: 110px;
}

#logo ul li form {
	margin-left: 70px;
}
#logo ul li input {
	border: 1px solid #E0D752;
	color: #E0D752;
	background: transparent;
	padding: 3px;
	width: 170px;
	margin-left: 5px; 
}

#logo ul li input.submit {
	border: none;
	font-weight: bold;
	width: auto;
}

/*
 * main menu
 */

ul#mainmenu {
	background: url('../img/mnubg.gif') repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	width: 900px;
} 

#mainmenu li {
	float: left;
}

#mainmenu a {
	display: block;
	padding: 0 1em;
	margin:0;
	color: #e0d752;	
	text-decoration: none;
	font-weight: bold;
}

#mainmenu a:hover {
	background-color: #e0d752;
	color: #a5be0e;
}

div#main {
	background: #6b4f2e url('../img/bl.gif') no-repeat left bottom;
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#mainr {
	background: url('../img/br.gif') no-repeat right bottom;
	padding: 20px 2em 20px 2em;
	margin: 0 auto;
	position: relative;
}

#foot {
	background: #333 url('../img/bgf.gif') repeat;
	margin: 10px auto;
	width: 900px;
	height: 100px;
}

#right {
	background: url('../img/fr.gif') no-repeat top right;
	height: 100px;
}

.links {
	list-style: none;
}

.links a {
	color: #e0d752;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}

.links a:hover {
	text-decoration: underline;
}

/**
 * Current weather style
 *
 */

#currweather {
	margin: 40px 0;
	padding: 0px;
	width: 650px;
	height: 200px;
	position: relative;
}

#currweather h1 {
	margin: 0;
	padding: 40px 0 20px 140px;
}

#currweather img { 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#currweather span {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	width: 110px;	
	top: 130px;
	left: 10px;
	text-align: center;
}

#currweather ul {
	list-style: none;
	margin: 0 0 0 140px;
	padding: 0;	
	width: 500px;
}

#currweather li span {
	font-size: 1em;
	font-weight: bold;
	display: block;
	width: 105px;
	float: left;
	color: #e0d752;
	position: static;
	text-align: left;
}

#currweather li {
	display: block;
	width: 250px;
	float: left;
	color: #a5be0e;
}

/**
 * forecast style
 */
#forecast {
	margin: 30px 0 0 0px;
	width: 630px;
}

#forecast table {
	width: 300px;
	float: right;
	margin: 0;
}

#forecast td, #forecast th {
	width: 60px;
}

#forecast td {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
}

#forecast td, #forecast th {
	border-bottom: 1px solid #e0d752;
}

/*
 * Current weather - destination controler
 */

#dest-curr {
	width: 630px;
	margin-bottom: 20px;
}

#dest-curr li:hover {
	background: #735839;
}

#dest-curr li {
	width: 47%;
	border-bottom: solid 1px #735839;
	margin-right: 1%;
	padding: 5px;
	 
}

#dest-curr h4 {
	color: #4197e3;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 1em;
}

#dest-curr a:link, 
#dest-curr a:visited, 
#dest-curr a:hover, 
#dest-curr a:active {
	text-decoration: none;		
}


#dest-curr

#my_chart {
	background: #6B4F2E;
	width: 630px;
	margin: 20px 0 0 0;
	
}

.dayforecast {
	margin: 20px 0;
	padding: 10px;
	float: left;	
	width: 630px;
}

.dayforecast img {
	float: left;
	margin: 0 10px 70px 0;
} 

.dayforecast:hover  {
	background: #735839;
}

.dayforecast ul.hdr {
	margin: 0;
}

.hdr li{
	float: left;
	width: 49%;
	text-align: center;
	background: #735839;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 25px;
}

.dayforecast ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 0.8em;
}

.dayforecast ul li {
	display: block;
}

.dayforecast ul li span {
	color: #e0d752;
	font-weight: normal;
}

.dayforecast ul li h4 {
	color: #4197e3;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 1.5em;
}

.dayforecast ul li {
	color: #a5be0e;
}


.dayforecast h3 {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #e0d752;
}

.part-d { 
    width: 49%; 
    margin: 0;
    padding: 0;
    float: left; 
} 

.part-n { 
    width: 49%; 
    margin: 0;
    padding: 0;
    float: right; 
}

/** 
 * submenu 
 */
#submenu {
	float: right;
	width: 150px;	
}

#submenu h2 {
	margin: 0;
}

#submenu ul {
	list-style: none;
	border-left: 1px solid #e0d752;
	margin: 10px 0;
	padding: 0;
	display: block;
}

#submenu a {
	color: #e0d752;
	text-decoration: none;
	display: block;
	width: 150px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 20px;
	padding-left: 10px;
}

#submenu a:hover {
	background: url('../img/mnubg.gif') repeat-x;
}

/** 
 * submenu2
 */
.submenu2, .submenu3 {
	float: left;	
	width: 650px;
	margin-top: 60px;
}

.submenu2 h2, .submenu3 h2 {
	margin: 15px 0 0 10px;
	padding: 0;
	font-size: 1.2em;
}

.submenu2 ul, .submenu3 ul  {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: block;
	width: 650px;
}

.submenu2 ul li, .submenu3 ul li  {
	width: 150px;
	float: left;
}

.submenu2 a, .submenu3 a  {
	color: #e0d752;
	text-decoration: none;
	display: block;
	width: 150px;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 15px;
	padding-left: 10px;
}

.submenu2 a:hover, .submenu3 a:hover  {
	background: url('../img/mnubg.gif') repeat-x;
}

.submenu3 a, .submenu3 ul li {
	width: 210px;
}

.clear {
	clear: both;
}


/**
 * Search results
 */
#result {
	margin: 0;
	padding: 0;
	list-style: none;
}

#result li{
	margin: 10px 0;
}

#result a {
	color: #e0d752;
	text-decoration: none;
}

#result a:hover {
	text-decoration: underline;
}

/**
 * Data provider
 */
#dp {
	color: #333;
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.7em;
}
#dp a {
	color: #333;
	text-decoration: none;
	cursor: default;
}

/*
 * footer partners
 */

#stoparsk h2 {
	text-indent: -5000px;
	margin: 0;
	padding:0;
}

#stoparsk { 
	float: right;
	display: block;
	height: 100px;
	width: 150px;
	background: url('../img/ikonkabw.gif') no-repeat center center;
}

#stoparsk:hover {
	background: url('../img/ikonka.png') no-repeat center center;
}

#stoparsk a {
	display: block;
	width: 150px;
	height: 100px;
	float: right;
}

#links {
	width: 75%;
	float: left;
	padding: 10px;
	font-size: 0.6em;
}

/*
 * vyhladavanie
 */
#searchform {
	margin: 0 auto;
	width: 250px;
	margin-bottom: 50px;
}

/*
 *	Zoznam miest s predpovedou(destination tree)
 */
.destlist ul{
  float: left;
  width: 78%;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.destlist li {
  float: left;
  width: 220px;
  margin: 0;
  padding: 0;
}

/*
 * Ads styling
 */	

.adsense-footer {
	margin: 5px auto 0 auto;
	width: 900px;
}

.adsense-right {
	position: absolute;
	top: -150px;
	left: 910px;
	margin: 0;
	padding: 0;
}

.adsense-header {
	margin: 0 auto auto;
	width: 900px;
	padding: 0;
}

#weather-ads div {
	width:680px; 
	height:65px; 
	background:#735839; 
	position: absolute; 
	float:left; 
	margin:0; 
	padding:0;
}

#weather-ads p {
	padding: 0;
	margin: 0;
	float: left;
	width: 335px;
	font-size: 0.8em;
}

#weather-ads p img {
	padding-right: 5px;
}

#weather-ads p#ad1 {
	width: 250px;
}

#weather-ads p#ad2 {
	width: 420px;
}

.hostels {
	width: 300px;
	margin: -20px;
	float: left;
}

.hostels h3 {
	margin: 0;
}

