@charset "utf-8";
/* main layout styles */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	background-color:#999999;
	text-align:center;
}
#master_wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 810px;
}
#wrapperSAFE {
	width: 750px;
	border:1px solid #CCCCCC;
	background-color: #EEEEEE;
	text-align:left;
	padding-bottom:20px;
	margin:0 auto;
}
#wrapper {
	width: 810px;
	text-align:left;
	margin:0;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-repeat: repeat-y;
	background-image: url(../core/bg_border2.jpg);
/* Min Height Hack 
	min-height:570px;
	height:auto !important;
	height:570px;*/
}
#schovanekbordertop {
	position:absolute;
	width:810px;
	height:30px;
	z-index:2;
	visibility:visible;
	background-image: url(../core/top_border2.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	background-position: center bottom;
}
#schovanekborderbot {
	position:absolute;
	width:810px;
	height:30px;
	z-index:8;
	visibility:visible;
	left: 0px;
	bottom: 0px;
	background-image: url(../core/bot_border2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	width:130px;
	line-height:18px;
	position: absolute;
	right: -109px;
	text-align: left;
	top: 100px;
	z-index: 999;
	background-image: url(../core/menu_bg_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
#nav #menutop {
	background-image: url(../core/menu_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#nav #menubot {
	background-image: url(../core/menu_bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#nav li {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#nav #custom_start {
	margin-top: 20px;
	width: 88px;
	margin-left: 7px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 10px;
}
#nav #custom_link {
}



#nav li.home_button {
	margin-bottom:7px;
	list-style:none;
	margin-top: 3px;
	font-size: 14px;
}
#nav .home_button a:hover {
	color: #993300;
}

#nav li.active {
	list-style:none;
	margin-bottom:0px;
	background-color: #EEEEEE;
	margin-left: 6px;
	width: 90px;
	text-indent: 5px;
}
#nav #custom_link a {
	color: #666666;
}
#nav #custom_link a:hover {
	color: #993300;
	text-decoration: none;
}
#nav a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	text-decoration:none;
	color: #006699;
}
#content {
	width: 750px;
	top: 0px;
	position: relative;
	/* Min Height Hack */
	min-height:550px;
	height:auto !important;
	height:550px;
	margin: 0px;
	left: 30px;
	padding: 0px;
}
#header {
	padding: 0px;
	left: 30px;
	position: relative;
	height: 70px;
	margin: 0px;
	width: 750px;
	display: block;
	text-align: center;
	background-image: url(../core/logo_header_2.jpg);
	background-repeat: no-repeat;
}
#header  img {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_left {
	float:left;
	text-align: center;
}
#header_right {
	text-align:right;
}
#footer {
	clear:both;
	padding:0px;
	position: relative;
	bottom: -30px;
	height: 30px;
}
#footer #copyright {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#footer #copyright a {
	color: #333333;
	text-decoration: none;
}
#footer #copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



h2 {
	padding-left: 300px;
	font-size: 36px;
	margin: 0px;
}
h3 {
	margin:0px;
	font-size:17px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	color: #993300;
}
#homepage {
	text-align:center;
	margin: 0px;
	padding: 0px;
}
#homepage p {
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#homepage .latest {
}
#homepage .latest p {
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#homepage .latest .thumb_wrapper {
	margin:auto;
}
#home_image {
	height: 250px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	padding:0;
	font-size:0px;
	line-height:0px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.thumb_wrapper {
	text-align:center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.thumb_wrapper .container {

}
.thumb_wrapper .shadow {
	width: 100px;
	background-image: url(../core/shadow_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.thumb_wrapper .thumb {
	width: 100px;
	height: 100px;
	background-image: url(../core/shadow_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.thumb_wrapper .title {
	width: 90px;
	border:1px solid #CCCCCC;
	padding:3px;
	color:#999999;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	background-color: #E5E5E5;
}
.tile {
	float:left;
	width: 100px;
}
.tile_table {
	width: 120px;
}
#fullsize {
	text-align:center;
	padding-left: 0px;
}
.menu  {
	width:550px;
	height:15px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	left: 80px;
}
.menu  .left  {
	float:left;
	width:50%;
	text-align:left;
	color: #006699;
}
.menu  .right  {
	float:left;
	width:50%;
	text-align:right;
}
#fullsize .image_wrapper {
}
#fullsize .image_wrapper .shadow {
	background-image: url(../core/shadow_main_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#fullsize .image_wrapper .image {
	padding-bottom:14px;
	background-image: url(../core/shadow_main_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#fullsize .title {
	margin:auto;
	width:550px;
	background:#E5E5E5;
	border:1px solid #CCCCCC;
	margin-top:5px;
	padding:3px;
	color:#999999;
	font-weight:bold;
}
#fullsize .description {
	width:390px;
	padding:0px;
	font-size:11px;
	position: relative;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000000;
}
#fullsize .footer {
	width:550px;
	margin:auto;
}
#fullsize .footer .prev {
	width:147px;
	float:left;
}
#fullsize .footer .desc {
	width:256px;
	float:left;
	padding-top:20px;
	text-align:left;
	color:#999999;
}
#fullsize .footer .desc ul {
	list-style:none;
}
#fullsize .footer .next {
	width:147px;
	float:left;
}
.dir_icon {
	margin:8px 0px;
}
.latest p {
	width: 180px;
	background:#E5E5E5;
	border:1px solid #CCCCCC;
	margin:20px 3px 3px;
	padding:3px;
	font-size: 11px;
	color:#999999;
	font-weight:bold;
}
.comments {
}
.comments .list {
	border-top:1px dashed #CCCCCC;
	margin-top:10px;
	border-bottom:1px dashed #CCCCCC;
	margin-top:10px;
	text-align:left;
	padding:5px 0px 10px 0px;
}
.comments .entry {
	padding:5px 10px;
}
.comments .entry .meta {
	padding:5px 0px 5px 10px;
}
.comments .entry .comment {
	background:#E3E3E3;
	padding:10px;
	font-size:12px;
	line-height:20px;
	color:#666666;
}
.comments .form {
	text-align:left;
	padding-left:100px;
}
.comments .form input {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size: 12px;
	padding:3px;
	width:200px;
}
.comments .form textarea {
	border:1px solid #CCCCCC;
	color:#666666;
	font-size: 12px;
	padding:3px;
	width:350px;
	height:100px;
}

