@charset "UTF-8";
/* CSS Document */
/*
THEME NAME: jt2
THEME URI: http://jakubtylcer.com/
DESCRIPTION: 
VERSION: 0.2
AUTHOR: <a href="http://jakubtylcer.com/">Jakub Tylčer</a>
AUTHOR URI: http://jakubtylcer.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
.
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background: #1b1211 url(img/bgpattern.jpg);
}

#bgwrap {
	background-image: url(img/bgimage.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 652px;
}

#headoffset {
	position: relative;
	background: transparent;
	width: 980px;
	height: 223px;
	margin: auto;
}
#headoffset a {
	display: block;
	width: 980px;
	height: 223px;
}

#all {
	position: relative;
	background-color: rgb(0,0,0);/* The Fallback */
	background-color: rgba(0,0,0,0.6);
	width: 980px;
	margin: auto;
	xmargin-top: 20px;
	min-height: 80%;
}
#head {
	position: relative;
	height: 27px;
	border-bottom: 1px solid #6a613d;
}

#main {
	padding-bottom: 20px;
	padding-left: 10px;
}
.thumb {
	position: relative;
	height: 220px;
	background-color: #ffffff;
	margin-top: 20px;
}
.thumb .caption {
	position: absolute;
	background-color: rgb(0,0,0);/* The Fallback */
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	width: 210px;
	padding: 5px;
	display: none;
}
.thumb .hover .caption {
	display: block !important;
}
.thumb a, .thumb a:link, .thumb a:active, .thumb a:visited, .thumb  a:hover{
	color: #ffffff;
	text-decoration: none;
}
#menu {
	position: absolute;
	xxz-index: 99;
	left: 48px;
	top: 0;
}
#menu li{
	float: left;
	padding: 9px;
	padding-bottom: 20px;
	margin-right: 20px;
	font-weight: bold;
}
#menu li.current-menu-item {
	background: url(img/menuactive.gif) no-repeat;
}
#menu a, a:link, a:active, a:visited {
	color: #a5a5a5;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
#menu li.current-menu-item a, #menu li.current-menu-item a:link, #menu li.current-menu-item a:active, #menu li.current-menu-item a:visited {
	color: #ffffff;
}
.bigpic {
	position: relative;
	height: auto;
	margin-top: 20px;
}
.description {
	margin-top: 20px;
}
.description h2, .desription p {
	margin-bottom: 14px;
}
.description h2 {
	font-size: 16px;
	font-weight: bold;
	
}
.description p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 14px;
}
.galthumb {
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}
.lastthumb {
	margin-right: 0 !important;
}
[if lt IE 8] .thumb .caption {	
	background-color: #000;
}
[if lt IE 8] #all {
	background-color: #000;
}
