/*
Theme Name: Warszawska La Playa Music Bar
Theme URI: http://www.laplaya.pl
Description: Motyw stworzony przez <a href="http://www.catmood.com">Catmood</a> na potrzeby strony internetowej klubu La Playa
Version: 1.0
Version: 1.6
Author: Catmood Sp. z o.o.
Author URI: http://www.catmood.com/
Tags: la playa, warszawa

	La Playa v1.0
	 http://www.laplaya.pl/

	Motyw stworzony przez <a href="http://www.catmood.com">Catmood</a> na potrzeby strony internetowej klubu La Playa


*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/forms.css";
@import "style/css/calendar.css";


body, html {
	width: 100%;
	height: 100%;
	
	background-color: #8cc1d5;
	background-image: url(style/images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	
	
	
}

div#header {
	position:absolute;
	width: 100%;
	height: 469px;
	background-image: url(style/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* main menu */

ul#main-menu {
	float:left;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	list-style:none;
	padding:0px;
}
ul#main-menu li a{
	color:#FFF;
	text-decoration:none;
		
}

ul#main-menu li a:hover{
	color:#8cc1d5;
	text-decoration:none;
		
}

a.more-link {
	padding-top:10px;
	float:left;
}

.line {
	clear:both;
	width:auto;
	height: 5px;
	background-image: url(style/images/line.jpg);
	
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
}
p.data {
	margin-bottom: -40px;
	
}
#main-content li {
	list-style-type: disc;
	list-style-position: outside;
	padding-right: 0px;
	padding-left: 0px;
	margin-left:20px;
}