/* CSS Document */

/*
Theme Name: Willa Pod Basztą Wordpress Theme
Theme URI: http://gdesign.pl/
Description: Default wordpress theme for podbaszta.pl
Version: 2.0
Author: Damian Gola
Author URI: http://gdesign.pl/

Theme created for commercial purposes of Willa Pod Basztą.
Strictly restricted to copy or usage of materials contained in theme without agreement with author.

*/

* {
padding:0px;
margin:0px;
border:0px;
}

body {
background-image:url(images/body-bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#000000;
color:#ffffff;
font-family:'Century Gothic', Verdana, Geneva, sans-serif;
}

#container {					/*	ramka - calosc ekranu - srodkowanie		*/
width:100%;
}

#wrap {							/*	ramka - 900 px - glowne cialo strony	*/
width:980px;
}

#top {							/*	top - logo + elementy					*/
width:980px;
height:500px;
float:left;
text-align:left;
}

/*		BELKA ANIMACYJNA		*/

#page-main {	/*		MAIN		*/
	height:300px;
	width:980px;
	float:left;
	margin-top:20px;
background-image:url(images/podbaszta_main.png);
background-position:center;
background-repeat:no-repeat;
}

#page-pokoje {	/*		POKOJE		*/
	height:300px;
	width:980px;
	float:left;
	margin-top:20px;
background-image:url(images/pokoje.png);
background-position:center;
background-repeat:no-repeat;
}

#page-restauracja {	/*		RESTAURACJA		*/
	height:300px;
	width:980px;
	float:left;
	margin-top:20px;
background-image:url(images/restauracja.png);
background-position:center;
background-repeat:no-repeat;
}

#page-sala-konferencyjna {	/*		SALA KONFERENCYJNA		*/
	height:300px;
	width:980px;
	float:left;
	margin-top:20px;
background-image:url(images/sala_konferencyjna.png);
background-position:center;
background-repeat:no-repeat;
}

#page-czas-wolny {	/*		CZAS WOLNY		*/
	height:300px;
	width:980px;
	float:left;
	margin-top:20px;
background-image:url(images/relaks.png);
background-position:center;
background-repeat:no-repeat;
}

#page-kontakt {	/*		KONTAKT			*/
	height:300px;
	width:980px;
	float:left;
	margin-top:20px;
background-image:url(images/podbaszta_main.png);
background-position:center;
background-repeat:no-repeat;
}


/*		MENU					*/

#menu {							
width:980px;
margin-top:18px;
float:left;
text-align:left;
font-family:'Century Gothic', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
	
#menu ul {
list-style-type:none;
display:inline-block;
margin:0 0 0 0px;

}	

#menu li {
display:inline-block;
margin:0 0 0 0px;
}

#menu li.a a {
	color:#ffffff;
	display:inline-block;
	font-style:normal;
}

#menu li a {
	color:#ffffff;
	display:inline-block;
	font-style:normal;
	height:46px;
	padding-left:15px;
	padding-right:15px;
	line-height:240%;
	text-decoration:none;
}

#tresc ul li {
color:#ffffff;
}

#menu li a:hover {
	color:#FFFFFF;
	display:inline-block;
	background-image:url(images/menu-hover.png);
	background-position:center;
	background-repeat:repeat-x;
	height:46px;
	padding-left:15px;
	padding-right:15px;
	line-height:240%;	
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-icab-border-radius:10px;
	-o-border-radius:10px;
	text-decoration:none;
}

#menu li a.active {
	color:#FFFFFF;
	display:inline-block;
	background-image:url(images/menu-hover.png);
	background-position:center;
	background-repeat:repeat-x;
	height:46px;
	padding-left:20px;
	padding-right:20px;
	line-height:240%;	
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-icab-border-radius:10px;
	-o-border-radius:10px;
	text-decoration:none;
}

/*	SIDEBAR		*/

#sidebar2 {
	list-style-type:none;
	width:100px;
	float:right;
	text-align:right;
}

#sidebar2 li{
	list-style-type:none;
}

#sidebar2 a{
	list-style-type:none;
}

#sidebar h2.widgettitle {
	display:none;
}

#sidebar {
width:270px;
float:left;
text-align:right;
color:#000000;
list-style-type:none;
margin-left:30px;
margin-top:20px;
}
#sidebar ul{
width:270px;
text-align:right;
list-style-type:none;
color:#FFFFFF;
}

#sidebar li {
color:#000000;
}

#sidebar li a {
text-decoration:none;
color:#FFFFFF;
}

#sidebar li a:hover {
text-decoration:none;
color:#FFFFFF;
}

#tresc {
width:680px;
float:left;
color:#FFFFFF;
margin-top:20px;
}

div.content {
text-align:justify;
font-size:14px;
width:650px;
float:left;
color:#ffffff;
padding:10px 10px 10px 10px;
background-image:url(images/content-bg.png);
background-position:center;
background-repeat:repeat;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-icab-border-radius:5px;
	-o-border-radius:5px;

}

div.content p {
margin-bottom:14px;
}

div.content a {
color:#000000;
}
div.content a:hover {
color:#000000;
}

div.content li {
margin-left:25px;
color:#000000;
}

p.pagename a{
	color:#ffffff;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

p.pagename a:hover{
	color:#ffffff;
}

p.pagename {
	display:inline-block;
}

#footer {
width:100%;
height:136px;
background-image:url(images/footer-bg.jpg);
background-repeat:repeat-x;
background-position:center;
float:left;
clear:both;
}

#fmen {
	float:right;

}

#fmen li {
	list-style-type:none;
	display:inline;

}

#fmen a {
	list-style-type:none;
	font-size:12px;
}

#footer a {
color:#ffffff;
font-size:12px;
text-decoration:none;
}

#footer a:hover {
color:#ffffff;
text-decoration:underline;
}

#footerbox {
width:980px;
height:120px;
margin-top:12px;
float:none;
text-align:left;
background-image:url(images/footer-tlo.png);
background-position:top left;
background-repeat:no-repeat;
font-size:14px;
}

p.footer {
padding-top:20px;
float:left;
}

img {
padding:0px;
margin:0px;
border:0px;
}

img.logo{
padding-left:42px;
}

img.logof{
padding-right:120px;
float:right;
}

img.alignleft {
float:left;
margin:5px 5px 5px 5px;
}

img.alignright {
float:right;
margin:5px 5px 5px 5px;
}

div.t1 {
	float:left;
}

div.t2 {
	float:left;
}

div.t3 {
	float:left;
}

a.ie {
	color:#ffffff;
	display:inline-block;
	font-style:normal;
	height:46px;
	padding-left:15px;
	padding-right:15px;
	line-height:240%;
	text-decoration:none;
}

a.ie:hover {
	color:#FFFFFF;
	display:inline-block;
	background-image:url(images/menu-hover.png);
	background-position:center;
	background-repeat:repeat-x;
	height:46px;
	padding-left:15px;
	padding-right:15px;
	line-height:240%;	
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-icab-border-radius:10px;
	-o-border-radius:10px;
	text-decoration:none;
}

a.iem {
	color:#ffffff;
	display:inline-block;
	font-style:normal;
	height:46px;
	padding-left:10px;
	padding-right:10px;
	line-height:240%;
	text-decoration:none;
	float:right;
}

a.iem:hover {
	color:#FFFFFF;
	display:inline-block;
	background-image:url(images/menu-hover.png);
	background-position:center;
	background-repeat:repeat-x;
	height:46px;
	padding-left:10px;
	padding-right:10px;
	line-height:240%;	
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-icab-border-radius:10px;
	-o-border-radius:10px;
	text-decoration:none;
	float:right;
}
