@charset "utf-8";
html {
	height: 100%;
}
body.szarpnijsie {
	font: 80% Helvetica, Verdana, Arial, sans-serif;
	background: #4b2f21;
	background-image: URL('../img/bg-wood.jpg');
	margin: 0px 68px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424242;
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #f2c500
}
a {
	color: #f2c500;
	text-decoration: none
}
img{
	border:0;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	padding-left:12px;
	font-weight:bold
}
ul a {
	color: #424242
}
a:hover, a.selected {
	color: #deb500;
}
a.selected{
	font-weight: bold;
}

input, textarea {
	border: 1px solid #424242
}

input.submit {
	background-color: #d4d0c8;
	font-size: 12px;
	font-weight:bold
}
input.submit:hover {
	background-color: #c6baa2
}

.szarpnijsie #leftStrip {
	width: 68px;
	float:left;
	min-height: 100%;
	display:block;
}
.szarpnijsie #leftStrip img{
	margin-left:10px; 
}
.szarpnijsie #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	background-image: URL('../img/bg-container.gif');
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
}
.szarpnijsie #header {
	background: URL('../img/freestylecamps.jpg') no-repeat;
	height: 164px;
	margin-left:70px;
	text-align:right;
	font-size: 12px;
	padding: 0 20px 0 10px; 
	color: #FFFFFF;

}
.szarpnijsie #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 0px 0px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:26px;
}

.szarpnijsie #header #links {
	font-size: 10px;
	margin-top: 40px;
}


.szarpnijsie #mainContent {
	position: relative;
	padding: 0px; 
	height:100%;
	min-height: 100%;
	margin-left:20px;
	width:590px;
	float:left;
	background-image:URL('../img/bg-content.jpg');
}
.szarpnijsie #mainContent #mainContentDisplay{
	padding: 0px 10px 0px 25px; 
}
.szarpnijsie .leftMenu {
	background:#F5F5F5 url('../img/menu-bottom.jpg') no-repeat scroll center bottom;
	width: 215px;	
	margin-right: 30px;
	margin-bottom: 20px;
	padding-bottom: 35px;
}

.szarpnijsie .leftMenu ul{
	font-weight: normal;
}
.szarpnijsie .leftMenu ul li{
	padding: 2px 0px 2px 0px;
}
	
.szarpnijsie .leftMenu div.leftContent{
	padding-left: 6px;
	padding-top: 6px;
}

#rightSection{
	float: right;
}
.szarpnijsie .leftMenu .leftMenuHeader {
	background-image: URL('../img/bg-menu-top.jpg');
	height:26px;
	width: 155px;
	padding-top:42px;
	padding-left: 60px;	
}

.szarpnijsie #footer {
	padding: 0px 0px 0px 70px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:884px;
	text-align:center;
}
.szarpnijsie #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size: 10px;
}

.clear {
	clear:both;
}
div.separator {
	background:transparent url('../images/content-bg-top.gif') no-repeat scroll 0px 0;
	height:2px;
	margin:3px 0px 10px 0px;
	padding:0;
}
div.page_content{
	padding: 10px 15px 15px 15px;
	margin-bottom: 30px;
	clear: both;
}

ul.places_list{
	margin: 10px 0px 130px 0px;
	padding-left: 0px;	
	font-weight: normal;
}
ul.places_list h2 a{
	color: #deb500;
	text-decoration: underline;
}
ul.places_list li{
	padding: 10px 0px 10px 0px;
}
ul.places_list span{

}
.page_content{
	font-size: 11px;
}
h2.decorate{
	background:transparent url('../img/h1-top.gif') no-repeat scroll 0px 0;
	height: 37px;
	padding-left: 60px;
	padding-top: 8px;
	color: black;
	font-weight:normal
}
#shortNewsContainer{
	margin: 20px 10px 20px 10px;
	
}
.shortNews h3{
	padding: 0px 0px 10px 0px;
	color: black;
}
.shortNews h3 span.small{
	font-size: 10px;
	font-weight:normal
}
.shortNews p{
	padding: 10px;
}
.shortNews img{
	display: block;
	margin: 0 auto;
}
div.bread{
	position: absolute;
	top: 7px;
	left: 20px;
	
}
div.breadcontent{
	background:transparent url('../img/bread-content-bg.gif') no-repeat scroll 0px 0;
	height: 24px;
	float: left;
	padding: 5px 0px 0px 10px;
}
div.breadright{
	background:transparent url('../img/bread-bg-right.gif') no-repeat scroll 0px 0;
	height: 24px;
	width: 9px;
	float: left
}

#gallery{
	margin-top: 10px;
}
.gallery-element a{
	padding: 0px;
	
}
.gallery-element a img{
	
}
.paginator{
	text-align: right;
}
.section{
	padding: 4px;
	clear: both;
}
.section div.description{
	padding-right: 4px;
	width: 160px;
	float: left;
	text-align: right;
}
