/*
Title:      krakowianka.com main styles for screen media
Author:     Peter Lukanko, webmaster@apstudio.biz
Updated:    Oct 10 2005
Notes:		Main stylesheet for Krakowianka webpage.
*/
body { 
margin: 0; 
padding: 0;
background: #663333 url(../images/bg.png) repeat 0 0;
font-family: 'Lucida Grande', 'Lucida Sans Unicode','Trebuchet MS', verdana, lucida, sans-serif;
font-size: small;
text-align: center;
line-height: 120%;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #996666;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:visited {
	color: #dfceb2;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #dfceb2;
	border-bottom-style: solid;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: 'Trebuchet MS', verdana, lucida, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #036;
	border-bottom: 1px #e7edf7 solid;
	}
h2 {
	font-family: 'Trebuchet MS', verdana, lucida, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #036;
	padding: 0 0 0 14px;
	background: transparent url(../images/indent2.png) no-repeat 0 0;
	margin: 0;
	width: 50%;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-size: 120%;
	font-weight: normal;
	color: #7B9905;
	border-bottom: 1px solid #eaeaea;
	}

/* ---[ layout ]----------------------------- */	
#wrap {
margin: 0 auto;
width: 720px;
}
#top {
	height: 125px;
	background: transparent url(../images/header.png) no-repeat 0 0;
}
#header {
text-align: center;
margin: 0 auto;
height: 300px;
background: transparent url(../images/main-bg.png) repeat-y 0 0;
}
/* menu */
#wrap-menu {
height: 50px;
background: transparent url(../images/menu-bg.png) no-repeat 0 0;
}
#menu {
margin: 0 9%;
}
#menu ul {
margin: 0;
display: inline;
list-style-type: none;
}
#menu ul li
{
display: block;
float: left;
margin-right: -1px;
font: 12px/50px 'Lucida Grande', 'Lucida Sans Unicode','Trebuchet MS', verdana, lucida, sans-serif;
background: transparent url(../images/menu-normal.png) repeat-x 0 0;
text-align: center;
border-left: 1px solid #a57873;
border-right: 1px solid #a57873;
}
#menu a
{
padding: 0 15px;
color: #663333;
display: block;
float: left;
text-decoration: none;
border: 0 none;
}
#menu a:hover { 
color: #FFF;
background: transparent url(../images/menu-hover.png) repeat-x 0px; 
}
/* menu end */
#footer {
height: 15px;
background: transparent url(../images/footer.png) no-repeat 0 0;
}
#footer-l1 {
color: #dfceb2;
font-size: 10px;
}
#footer-l2 {
color: #dfceb2;
font-size: 10px;
}
#footer-l3 {
line-height: 20px;
color: #dfceb2;
font-size: 10px;
}
#footer-l3 a:link, #footer-l3 a:visited {
font-size: 10px;
text-decoration: none;
border-bottom: 1px dotted #DDDDDD;
color: #dfceb2;
}
#footer-l3 a:hover {
font-size: 10px;
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #AAAAAA;
}
div.madeBy {
margin: 5px auto;
text-align: center;
}
div.madeBy img, div.madeBy a:link, div.madeBy a:hover, div.madeBy a:visited {
border: 0 none;
}
/* ---[ misc ]------------------------------- */
.clear {
clear:both;
height:1px;
margin: -1px 0 0 0; 
padding:0;
visibility: hidden;
}
