@charset "utf-8";

/*
@font-face {
    font-family: 'Bookman Old Style';
    src: url('Folksolid-webfont.woff') format('woff'),
         url('Folksolid-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

body {
	font-family:'Bookman Old Style','Bookman','Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 16px;
	color: #5a2208;
	background-image: url(../img/bg-head.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #581e02;
	margin: 0px;
	padding: 0px;
}
a {
	color: #b3bb17;
	text-decoration: none;
}
a:hover {
	color: #9ea916;
	text-decoration: underline;
}
small {
	font-size: 0.8em;
}

#header {
	background-image: url(../img/img-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 285px;
}
#header a.logo {
	height: 285px;
	width: 100%;
	display: block;
}

#header .contact_top {
	font-size: 0.94em;
	color: #872c0a;
	height: 180px;
}
#header .contact_top .name {
	padding: 30px 0 8px 0;
	text-shadow: 0px 1px 1px #9ea916;
}
#header .contact_top .tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fff;
	background-image: url(../img/bg-tel_top.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	
	text-shadow: 0px -1px 1px #501c02;
}
#header .contact_top .tel span {
	padding: 9px 0 10px 54px;
	display: block;
}

#header .menu {
	text-align: center;
}
#header .menu a {
	font-size: 1.8em;
	color: #872c0a;
	text-decoration: none;
	padding: 5px 6px;
	
	text-shadow: 0px 1px 1px #535909;
}
#header .menu a:hover, #header .menu a.sel {
/*	color: #fff; */
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #8e3817;
	
	text-shadow: 0px 1px 1px #e7f139;
}

#body {
	padding: 30px 0 80px 0;
	min-height: 300px;
	background-color: #fff;
}
#body .content {
	font-size: 1.06em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
#body .content h1 {
	font-family:'Bookman Old Style','Bookman','Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 2.3em;
	font-weight: normal;
	padding: 0;
	margin: 0px 0 50px 0;
	color: #aa4c1e;
	
	text-shadow: 1px 0px 1px #404040;
}
#body .content h2 {
	font-family:'Bookman Old Style','Bookman','Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #b3bb17;
}
#body .content .subtitle {
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: left;
}

#body .content .event {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-left: 8px;
}
#body .content .event .img {
	background-color: #e7f139;
	width: 150px;
	height: 150px;
	margin-right: 25px;
	float: left;
}

#body .content .event .date {
	font-size: 0.9em;
	text-indent: 15px;
}
#body .content .event .description {
	padding-top: 20px;
}

#body .content .event .title {
	color: #b3bb17;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 3px;
}
#body .content .event .title a {
	color: #b3bb17;
	text-decoration: none;
}
#body .content .event .title a:hover {
	color: #e7f139;
}

#body .content .contact {
	font-size: 0.8em;
}
#body .content .contact .txt {
	font-family:'Bookman Old Style','Bookman','Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #61660b;
	font-size: 1.1em;
	background-color: #eff67a;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#body .content .contact textarea.txt {
	border: 1px solid #fff;
}
#body .content .contact .error {
	font-size: 1.1em;
	color: #c03206;
}
#body .content .contact .sep {
	margin-top: 15px;
}

#body .partners {
	margin-top: 40px;
	text-align: center;
}
#body .partners div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	padding-bottom: 10px;
	text-align: left;
}
#body .partners a {
	margin: 0 6px;
}

#body .twitter {
	background-image: url(../img/img-twitter_ico.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
#body .twitter .txt {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
}
#body .twitter .tweet {
	color: #862c0a;
	font-size: 0.96em;
	padding: 0 20px 0 45px;
	text-shadow: 0px 1px 1px #cc9966;
}
#body .twitter .tweet a {
	color: #b3bb17;
	text-decoration: none;
}
#body .twitter .tweet a:hover {
	color: #c0481a;
}
#body .twitter .txt_follow {
	font-size: 0.7em;
	color: #b3bb17;
	text-transform: capitalize;
	padding-top: 15px;
	padding-left: 130px;
}
#body .twitter .txt_follow a {
	color: #b3bb17;
	font-weight: bold;
	text-decoration: none;
}

#body .sidebar {
}
#body .sidebar h1 {
	font-family:'Bookman Old Style','Bookman','Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1.3em;
	color: #b3bb17;
	font-weight: normal;
	padding-top: 20px;
}

#body .sidebar .event {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-left: 8px;
}
#body .sidebar .img {
	background-color: #e7f139;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	float: left;
}
#body .sidebar .event .date {
	font-size: 0.9em;
	color: #862c0a;
}
#body .sidebar .event .title {
	color: #b3bb17;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 3px;
}
#body .sidebar .event .title a {
	color: #b3bb17;
	text-decoration: none;
}
#body .sidebar .event .title a:hover {
	color: #e7f139;
}

#body .sidebar .weather {
	padding-left: 10px;
}
#body .sidebar .weather .forecast {
	color: #b3bb17;
	margin: auto;
	padding: 0 5px;
	text-align: center;
	float: left;
}
#body .sidebar .weather .day {
	font-size: 0.8em;
}
#body .sidebar .weather .deg {
	font-family: Arial, Helvetica, sans-serif;
	color: #862c0a;
	font-size: 0.9em;
}
#body .sidebar .weather .src {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	padding: 10px 30px 0 0;
}

#body .sidebar .webcam {
	background-image: url(../scripts/webcam.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 280px;
}
#body .sidebar .webcam a {
	background-image: url(../img/img-webcam_frame.png);
	display: block;
	height: 190px;
}


#footer {
	background-image: url(../img/bg-foot.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer .bg {
	background-image: url(../img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 331px;	
}
#footer .pdk {
	padding-top: 50px;
	
}
#footer .pdk .img {
	background-image: url(../img/img-pdk_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 90px;
	height: 83px;
	margin: 0 20px 0 50px;
	display: block;
	float: left;
}
#footer .pdk .address {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.8em;
	color: #fff;
	padding-top: 25px;
	text-shadow: 1px 1px 1px #1e0a01;
	float: left;
}
#footer .pdk .address span {
	font-size: 0.86em;
	margin: 3px 0 0 5px;
	display: block;
}
#footer .social {
	padding-top: 70px;
}
#footer .social a {
	background-repeat: no-repeat;
	background-position: left top;
	width: 60px;
	height: 50px;
	padding-right: 3px;
	display: block;
	float: left;
}
#footer .social a.fb {
	background-image: url(../img/ico-fb.png);
}
#footer .social a.fb:hover {
	background-image: url(../img/ico-fb_sel.png);
}
#footer .social a.twitter {
	background-image: url(../img/ico-twitter.png);
}
#footer .social a.twitter:hover {
	background-image: url(../img/ico-twitter_sel.png);
}
#footer .social a.email {
	background-image: url(../img/ico-email.png);
}
#footer .social a.email:hover {
	background-image: url(../img/ico-email_sel.png);
}

#footer .menu_bottom {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 45px;

	text-shadow: 0px 1px 0px #5d2a10;
}
#footer .menu_bottom .menu {
	padding: 10px 0 10px 0;
	text-align: center;
}
#footer .menu_bottom a {
	font-size: 1.1em;
	color: #331100;
	padding: 0 8px;
	text-decoration: none;
}
#footer .menu_bottom a:hover  {
	color: #b3bb17;
	text-shadow: 1px 1px 1px #331100;
}

#footer .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	color: #2c0e00;
	text-align: center;
	margin-top: 45px;
	
	text-shadow: 0px -1px 0px #722600;
}
#footer .copy a {
	color: #2c0e00;
	text-decoration: none;
	font-weight: bold;
}
#footer .copy a:hover {
	color: #e7f139;
	text-shadow: 0px -1px 0px #240c00;
}

.imggal {
	margin: auto;
}
.imggal a {
	margin: 8px;
	float: left;
	display: block;
	border: 5px solid #edf2a0; 

	opacity: 0.7;
}
.imggal a:hover {
	border-color: #fff;
	opacity: 1;
}

.table {
	margin: auto;
}
.table th {
	font-size: 1em;
	color: #b3bb17;
	font-weight: bold;
	cursor: pointer;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b3bb17;
}
.table th:hover {
	color: #e7f139;
}
.table td {
	font-size: 0.9em;
	padding: 2px 8px;
}


.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.box1 {
	font-size: 0.98em;
	background-color: #eff67a;
	padding: 25px 35px;
	box-shadow: 2px 2px 3px #5d2a10;
	-moz-box-shadow: 2px 2px 3px #5d2a10;
}

.separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #421600;	
	
	box-shadow: 0px 1px 0px #5d2a10;
	-moz-box-shadow: 0px 1px 0px #5d2a10;
}

.pp_description {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a2208;
	padding-left: 5px;
}