/*
Theme Name: Falsd
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: 


*/

body {
  background: #f2f2f2 url(images/body-bg.jpg) repeat-x;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #4d4d4d;
}
a:link {
  color: #e2940a;
  text-decoration: none;
}
a:visited {
  color: #e2940a;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
p {
  margin: 14px 0;
  line-height: 17px;
}
#background {
  background: url(images/main-content-bg-pattern.png) repeat-y;
  width: 991px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}
.read-more {
  text-align: right;
  font-style: italic;
  margin-bottom: 5px;
  margin-top: 5px;
}
.more-link {
  clear: both;
  display: block;
  float: right;
  height: 20px;
  width: 130px;
  padding: 15px 0;
}
#header {
  background: url(images/header-blur-bg.png) no-repeat center;
  background-position-y: -50px;
  height: 160px;
  display: block;
}
#logo {
  display: block;
  float: left;
}
#logo img { margin-left: 20px; }
#search {
  display: block;
  float: right;
  margin-top: 30px;
}
#search .search_form {
  display: block;
  float: left;
}
#search .search_form div {
  margin-top: 12px;
  height: 25px;
  display: block;
}
#search .screen-reader-text { display: none; }
#search .contact_link {
  display: block;
  float: left;
  height: 50px;
  width: 80px;
  border-left: 1px solid #cccccc;
  margin-left: 20px;
}

#search .facebook
{
	display: block;
	float: left;
	height: 50px;
	width:80px;
	border-left: 1px solid #cccccc;
	margin-left: 0;
}


#search .contact_link:hover, #search .facebook:hover { background: #f2f2f2; }
#search_btn, #searchsubmit {
  border: 1px solid #cccccc;
  background: url(images/btn-search-lupa.png) #e6e6e6 no-repeat;
  width: 25px;
  height: 24px;
  display: block;
  float: left;
  margin-left: 5px;
}
#searchsubmit:hover { cursor: pointer; }
#s {
  border: 1px solid #cccccc;
  background: #e6e6e6;
  width: 185px;
  height: 20px;
  display: block;
  float: left;
}
#nav_hover {
  text-decoration: none;
  background: url(images/nav-bg-rollover.png) repeat-x;
  color: white;
  box-shadow: 0px 0px 10px white;
  -moz-box-shadow: 0px 0px 10px white;
  -webkit-box-shadow: 0px 0px 10px white;
}
#nav {
  height: 82px;
  background: url(images/nav-bg-shadows.png) no-repeat;
  margin-top: -10px;
  position: absolute;
 
}



html>/**/body #nav ul li a:link, x:-moz-any-link, x:default { padding:0 18px 0 14px; }
html>/**/body #nav ul li a:visited, x:-moz-any-link, x:default { padding:0 18px 0 14px; }

body:nth-of-type(1) #nav ul li a:link, body:nth-of-type(1) #nav ul li a:visited{
  padding:0 18px 0 14px;
}


#nav ul {
  overflow: visible;
  top: 25px;
  position: relative;
  height: 35px;
  background: url(images/nav-blue-bg.png) repeat-x;
  width:960px;
}
#nav ul li {
  display: block;
  float: left;
}
#nav ul li a:link, #nav ul li a:visited {
  padding: 0 26px 0 26px;
  line-height: 32px;
  height: 32px;
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  text-shadow: 0px 0px 3px black;
}

#nav ul li a:hover {
  text-decoration: none;
  background: url(images/nav-bg-rollover.png) repeat-x;
  color: white;
  box-shadow: 0px 0px 10px white;
  -moz-box-shadow: 0px 0px 10px white;
  -webkit-box-shadow: 0px 0px 10px white;
}
#nav ul li ul { display: none; z-index:1000; position:relative;}
#nav ul li ul li { background: url(images/nav-blue-bg.png) repeat-x; }
#nav ul li:hover ul {
  position: relative;
  display: block;
  width: 50px;
  top: 0px;
  background:none;
}
#nav ul li:hover ul li {
  width: 200px;
  display: block;
}
#nav ul li a.current {
  text-decoration: none;
  background: url(images/nav-bg-rollover.png) repeat-x;
  color: white;
  box-shadow: 0px 0px 10px white;
  -moz-box-shadow: 0px 0px 10px white;
  -webkit-box-shadow: 0px 0px 10px white;
}
.main_box {
  background: url(images/nav-bottom-shadow.png) no-repeat center bottom;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 10px;
  margin-bottom: 50px;
}
.main_box .box p {
  padding: 3px 10px 3px 10px;
  margin-bottom: 5px;
}
.main_box .box h2 {
  padding: 3px 10px 3px 10px;
  margin-bottom: 5px;
}
.main_box .box a {
  padding: 3px 10px 3px 10px;
  margin-bottom: 5px;
}
.main_box .box .read-more { margin: 0; }
.main_box .box .title {
  display: block;
  position: relative;
  width: 940px;
  z-index: 2;
  top: 205px;
  background: url(images/semitransparent-bg.png) repeat;
}
.main_box .box .title h1 {
  font-size: 50px;
  color: white;
  font-weight: normal;
  text-shadow: black 0px 0px 5px;
  padding: 10px;
}
.main_box .box .title a:link {
  font-size: 50px;
  color: white;
  font-weight: normal;
  text-shadow: black 0px 0px 5px;
  padding: 10px;
}
.main_box .box .title a:visited {
  font-size: 50px;
  color: white;
  font-weight: normal;
  text-shadow: black 0px 0px 5px;
  padding: 10px;
}
.main_box .box .title a:link { padding: 0px; }
.main_box .box .title a:visited { padding: 0px; }
.main_box h2 {
  font-size: 43px;
  font-weight: normal;
}
.main_box img { border: 1px #4d4d4d solid; }

#slideshow
{
	visibility:hidden;
	display: none;
}
.bottom_boxes .box .when {
  background: #dbdbdb;
  padding: 6px 10px;
  margin-bottom: 3px;
  margin-left: -10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.bottom_boxes .box .title {
  text-align: center;
  margin-bottom: 10px;
}
.bottom_boxes .box .title h2 {
  font-size: 36px;
  font-style: italic;
  font-weight: lighter;
  color: #666666;
  overflow: hidden;
  background: url(images/home-title-boxes-shadow.png) no-repeat center bottom;
  padding-bottom: 7px;
}
.bottom_boxes .box .content { overflow: hidden; }
.bottom_boxes .box .content .post {
  padding: 0 20px;
  margin: 10px 0;
  border-bottom: 1px dotted #dbdbdb;
}
.bottom_boxes .box .content .post:last-child { border-bottom: none; }
.bottom_boxes .box .content .post .join-falsd { margin-top: 30px; }
.bottom_boxes .box .content .post .join-falsd li { margin: 15px 0; }
.bottom_boxes .box .content .post .join-falsd li a:link {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
.bottom_boxes .box .content .post .join-falsd li a:visited {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
.bottom_boxes .box .content .post .join-falsd li a:hover {
  background: #dbdbdb;
  text-decoration: none;
  box-shadow: 0px 0px 5px #2b467c;
  -moz-box-shadow: 0px 0px 5px #2b467c;
  -webkit-box-shadow: 0px 0px 5px #2b467c;
}
.content {
  padding: 10px 20px 20px 20px;
  overflow: hidden;
}
.main_box.inner {
  margin-bottom: 10px;
  margin-top: -50px;
  padding-top: 0px;
  padding-bottom: 22px;
}
.inner .title h1 { text-shadow: 2px 2px 5px #c3c3c3; }
.inner .title h2 { text-shadow: 2px 2px 5px #c3c3c3; }
.inner h1 { font-size: 35px; }
.inner h2 { font-size: 25px; }
.inner h3 { font-size: 20px; }
.inner ul { margin-left: 20px; }
.inner ul li { margin: 4px 0; }
.inner ol { margin-left: 20px; }
.inner ol li { margin: 4px 0; }
.inner ol li { list-style: decimal; }
.inner ul li { list-style: disc; }
#dashed_line { border-bottom: 1px dashed #c3c3c3; }

.gallery_list
{
	margin-top: 20px;
}

.gallery_list li
{
	font-size: 17px;
	
}
.post.newsletter {
  border-bottom: 1px dashed #c3c3c3;
  margin: 10px 0;
  padding: 10px 0;
}
.post.newsletter .title h1 { text-shadow: 2px 2px 5px #c3c3c3; }
.post.newsletter .title h1 a:link {
  color: #4d4d4d;
  text-decoration: none;
}
.post.newsletter .title h1 a:visited {
  color: #4d4d4d;
  text-decoration: none;
}
.post.newsletter .title h1 a:hover { text-decoration: underline; }
.post.newsletter .title h2 { text-shadow: 2px 2px 5px #c3c3c3; }
.post.newsletter .title h2 a:link {
  color: #4d4d4d;
  text-decoration: none;
}
.post.newsletter .title h2 a:visited {
  color: #4d4d4d;
  text-decoration: none;
}
.post.newsletter .title h2 a:hover { text-decoration: underline; }
.post.newsletter h1 { font-size: 35px; }
.post.newsletter h2 { font-size: 25px; }
.post.newsletter h3 { font-size: 20px; }
.post.newsletter ul { margin-left: 20px; }
.post.newsletter ul li { margin: 4px 0; }
.post.newsletter ol { margin-left: 20px; }
.post.newsletter ol li { margin: 4px 0; }
.post.newsletter ol li { list-style: decimal; }
.post.newsletter ul li { list-style: disc; }
.post_content { overflow: hidden; }
.content img { border: 1px solid #7e7e7e; }
.content img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.content img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.content .alignright { float: right; }
.content .alignleft { float: left; }
#submit {
  display: block;
  height: 30px;
  width: 120px;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
#submit:hover {
  cursor: pointer;
  background: #e1e1e1;
}

#commentform input[type=text]
{
	width: 230px;
	height:20px;
  display: inline;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
#comment {
  height: 200px;
  width: 500px;
  display: block;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}

#comments { margin-bottom: 15px; }

.comment-body {
  border-bottom: 1px dotted #b3b3b3;
  margin-bottom: 10px;
}
.event {
  margin-left: 2px;
  margin-right: 2px;
}
.event .when {
  background: #dbdbdb;
  padding: 6px 10px;
  margin-bottom: 5px;
}
.event .when h2 {
  color: black;
  font-size: 15px;
}
.event .title { padding: 0 10px; }
.event .content { padding: 5px 10px; }
.wpcf7 .input {
  height: 20px;
  width: 300px;
  display: block;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.wpcf7 .textbox {
  height: 20px;
  width: 300px;
  display: block;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.wpcf7 .textbox { height: 100px; }
.wpcf7 #btn_send {
  display: block;
  height: 30px;
  width: 60px;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.wpcf7 #btn_send:hover {
  cursor: pointer;
  background: #e1e1e1;
}
.inner .blogroll { margin-left: 0; }
.inner .blogroll li {
  list-style: none;
  margin: 10px 0;
}
.inner .blogroll a:link {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
.inner .blogroll a:visited {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
.inner .blogroll a:hover {
  background: #dbdbdb;
  text-decoration: none;
  box-shadow: 0px 0px 5px #2b467c;
  -moz-box-shadow: 0px 0px 5px #2b467c;
  -webkit-box-shadow: 0px 0px 5px #2b467c;
}
#footer {
  background: url(images/main-content-bottom-bg.png) no-repeat;
  width: 991px;
  height: 72px;
  margin: 0 auto;
  text-align: center;
}
#footer p {
  font-size: 11px;
  color: #999999;
  margin: 0 auto;
  padding-top: 20px;
}
