/*
Theme Name: FlukeAtelier
Theme URI: http://flukeatelier.cz/
Description: Pro Štěpána
Author: Martin Strouhal
Version: 1.0
*/

* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "Tahoma";
	vertical-align: top;
}

body {
	background-color: #e5e5e5;
}

body,
input,
a,
h1, h2, h3, h4, h5, h6
{
	font-size: 13px;
	line-height: 18px;
	color: #707172;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #5E1900;
	padding: 0;
	margin: 0;
	dipsplay: inline;
}

div#container {
	width: 984px;
	height: 558px;
	position: absolute;
	top: 50%;
	margin-top: -279px;
	margin-left: auto;
}

div#menu {
	width: 250px;
	float: left;
}

#logo,
.menu-leve-menu-container,
#buttons,
#text {
	margin-right: 10px;
}

div#menu div#logo {
	height: 181px;
	text-align: center;
}

img#image_logo {
	width: 200px;
	margin-top: 22px;
	border: 0;
}

div#menu div.menu-leve-menu-container {
	text-align: right;
	height: 158px;
}

div#menu div#buttons {
	font-size: 13px;
	height: 30px;
}

ul#langswitcher {
	display: inline-block;
	float: left;
}


form#searchform {
	display: inline-block;
	float: right;
}

div#menu div#buttons ul li {
	float: left;
	margin-right: 3px;
	display: none;
}

div#menu div#buttons ul li,
form#searchform input {
	display: inline-block;
	background: #5E1A00;
	border: 0;
	width: 28px;
	height: 28px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

div#menu div#buttons ul li:hover {
	background-color: #D27928;
}



form#searchform input:hover {
	background-color: #D27928;
}

form#searchform input[type=text] {
	border: 0;
	width: 130px;
	color: #e5e5e5;
}



form#searchform input[type=submit] {
	background-image: url("images/magnifier.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 4px;
}

div#menu div#buttons ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3px;
	color: #e5e5e5;
	text-decoration: none;
}

div#menu div#text {
	position: relative;
	height: 183px;
}

div#bottom_line {
	position: absolute;
	bottom: 0;
	width: 240px;
	height: 1px;
	background: #5E1900;
	z-index: 1;
}

div#content {
	height: 558px;
	overflow: hidden;
}

ul#menu-leve-menu li {
	list-style: none;
}

ul#menu-leve-menu a:hover {
	color: #5E1900;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.current-menu-item a {
	color: #5E1900;
	font-weight: bold;
}

.column a {
	color: #707172;
	text-decoration: underline;
}

.column a:hover {
	text-decoration: none;
}

.postfooter a {
	color: #D27928;
	text-decoration: none;
}

.postfooter a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

div.navbar {
	width: 16px;
	height: 100%;
}

div.navbar_left {
	float: left;
}

div.navbar_right {
	float: right;
}

div.navbar_left_blog {
	float: left;
}

div.navbar_right_blog {
	float: right;
}

div.navbar_left_opinions {
	float: left;
}

div.navbar_right_opinions {
	float: right;
}

div.column {
	margin-right: 15px;
	text-align: left;
	letter-spacing: 0.01px;
	color: #1A171B;
}

div.column img {
	max-width: 230px;
}

div#content_column_container {
	width: 690px;
	overflow: hidden;
	float: right;
	position: relative;
	margin-right: 5px;
}

table#columns_table td {
	padding-left: 15px;
	width: 200px;
}

table#columns_table td:first-child {
	padding-left: 0;
}

table#columns_table {
	margin-left: 0px;
}

table.opinions_columns_table {
	height: 480px;
}

table.blog_columns_table {
	height: 370px;
}

table.blog_columns_table td,
table.opinions_columns_table td {
	overflow: hidden;
}

.hidden {
	display: none;
}

div.navbar_left_arrow {
	width: 16px;
	background-color: #5E1A00;
	background-image: url("images/left_arrow.png");
	background-repeat: no-repeat;
}

div.navbar_right_arrow {
	width: 16px;
	background-color: #5E1A00;
	background-image: url("images/right_arrow.png");
	background-repeat: no-repeat;
}

div#navbar_left_arrow,
div#navbar_right_arrow {
	height: 367px;
	background-position: 0px -20px;
}

div.navbar_arrow_tags {
	background-position: 0px -263px;
}

div.navbar_arrow_posts {
	background-position: 0px -260px;
}

div.navbar_arrow_opinions {
	background-position: 0px -262px;
}

div#navbar_left_tags_arrow,
div#navbar_right_tags_arrow,
div#navbar_left_posts_arrow,
div#navbar_right_posts_arrow {
	height: 97px;
}


div#navbar_left_tags_arrow,
div#navbar_right_tags_arrow{
	height: 80px;
}


div#navbar_left_opinions_arrow,
div#navbar_right_opinions_arrow {
	height: 88px;
}

div#navbar_left_opinion_arrow,
div#navbar_right_opinion_arrow,
div#navbar_left_page_arrow,
div#navbar_right_page_arrow,
div#navbar_left_portfolio_arrow,
div#navbar_right_portfolio_arrow {
	height: 550px;
	background-position: 0px -20px;
}

div#navbar_left_opinion_arrow,
div#navbar_right_opinion_arrow {
	height: 464px;
}

div.horizontal_line {
	width: 100%;
	height: 1px;
	clear: both;
	background-color: #1A171B;
	margin-top: 7px;
}

table.posts_columns_table td {
	border: 0;
	border-right: 1px #5E1A00 solid;
	height: 85px;
	width: 119px;
	overflow: hidden;
	vertical-align: top;
	position: relative;
	top: 3px;
	left: -2px;
}

table.tags_columns_table td {
	border: 0;
	height: 80px;
	width: 119px;
	vertical-align: top;
	position: relative;
	left: 2px;
}

table.posts_columns_table td div {
	height: 80px;
	width: 119px;
	overflow: hidden;
}

table.tags_columns_table td div {
	overflow: hidden;
	line-height: 16px;
}

table.tags_columns_table td div a {
	font-size: 11px;
	line-height: 16px;
}

table.posts_columns_table div {
	width: 113px;

}

.banner_day,
.banner_month,
.banner_year {
	float: left;
	display: inline-block;
	padding: 2px 8px;
	font-size: 15px;
	background: #5E1A00;
	color: #FFF;
	margin-left: 1px;
}

.banner_author {
	margin-left: 1px;
	color: #5E1A00;
	display: block;
	clear: both;
}

.banner_current_post .banner_day,
.banner_current_post .banner_month,
.banner_current_post .banner_year {
	background: #D27928;
}

.banner_current_post .banner_author {
	color: #D27928;
}

.banner_post_name {
	display: block;
	clear: both;
}

.banner_post_name a {
	color: #707172;
	margin-left: 1px;
}

.banner_current_post .banner_post_name a {
	color: #1A171B;
}

.postfooter {
	border-top: 1px #5E1A00 solid;
	border-bottom: 1px #5E1A00 solid;
	text-align: justify;
}

#commentform input[type=text],
textarea {
	border: 1px #5E1A00 solid;
	width: 230px;
	margin-top: 1px;
}

#commentform input[type=submit] {
	border: 1px #5E1A00 solid;
	color: #D27928;
	margin-top: 3px;
	padding: 3px;
}

.comment_date {
	color: #707172;
}

#portfolio_table {
	border: 0;
	border-spacing: 0;
}

.ngg-gallery-thumbnail-box {
	border: 1px #E5E5E5 solid;
	margin-bottom: 3px;
	margin-right: 3px;
}

.ngg-gallery-thumbnail-box:hover {
	border-color: #5E1A00;
}

#textorslideshow {
	position: relative;
	width: 240px;
	height: 172px;
	z-index: 2;
	margin-top: 3px;
	top: 0;
	left: 0;
	text-align: right;
}

#textorslideshow span {
	color: #D27928;
}

#textorslideshow p {
	background: #E5E5E5;
	text-align: right;
}

#textorslideshow img {
	border: 0;
	margin: 0;
	padding: 0;
	max-height: 172px;
	max-width: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}

#gal_canvas {
	z-index: 90000;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#gal_canvas_background {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #E5E5E5;
	top: 0;
	left: 0;
}

.gallery_current_img {
	position: absolute;
	left: 17px;
}

#gal_imagebanner {
	position: absolute;
	bottom: 20px;
	height: 100px;
	overflow: hidden;
	background: #E5E5E5;
	z-index: 95000;
}

.gal_thumbnail {
	margin-left: 15px;
}

#gal_imagebanner_slider {
	width: 10000px;
	margin-left: 16px;
}


#gal_imagebanner_slider img {
	border: 1px transparent solid;
}

#gal_slider_left_cntrl,
#gal_slider_right_cntrl {
	width: 16px;
	height: 100px;
	background-color: #5E1A00;
	background-repeat: no-repeat;
	background-position: 0 -247px;
}

#gal_slider_left_cntrl {
	position: absolute;
	background-image: url("images/left_arrow.png");
	left: 0;
}

#gal_slider_right_cntrl {
	position: absolute;
	background-image: url("images/right_arrow.png");
	right: 0;
}

.gal_image_big {
	position: absolute;
	left: 31px;
}

#gal_switch_left,
#gal_switch_right {
	width: 16px;
	height: 150px;
	position: absolute;
	top: 0;
	z-index: 95000;
	left: 0;
	background-color: #5E1A00;
	background-position: 0 -223px;
}


#gal_switch_left{
	background-image: url("images/left_arrow.png");
}
#gal_switch_right{
	background-image: url("images/right_arrow.png");
}

.highlight_in_bar:hover .banner_day,
.highlight_in_bar:hover .banner_month,
.highlight_in_bar:hover .banner_year
{
	background-color: #000;
}

.highlight_in_bar:hover .banner_post_name,
.highlight_in_bar:hover .banner_author {
	color: #000;
}