/*   
Theme Name: MT dark
Theme URI: http://demo.tommek.eu/wordpress/index.php?wptheme=MT%20dark
Description: Two columns, widget ready, FREE wordpress theme, no-image.
Author: Tomasz Mazur
Author URI: http://tommek.eu
Template: 
Version: 2.0
License: General Public License
Tags: brown, two-columns, right-sidebar, fixed-width, microformats, sticky-post, holiday
*/
/*
---------------------------------------- HTML ---------------------------------------------
*/
/*
------------------------------------- reset ----------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, tt, var, b, u, i, center, dl, dt, dd,   ul, ol, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size:100%;
    vertical-align: baseline;
    background: transparent;
}
ul {
list-style:none;
}
.entry ul {list-style:disc;}

ol, ul{
	margin-bottom:0;
	margin-top:0;
}
blockquote, q {
    quotes: none;
}
blockquote:before,  q:before {
    content: " ";
}
blockquote:after, q:after{
	content: " ";
}
:focus { outline: thin dotted invert }

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
object, embed{
	width:425px;
}
/*
---------------------------------------- /reset ---------------------------------------------
*/
#outer_wrapper {background:url(img/bg_jesse_james.jpg) no-repeat center bottom;
overflow:hidden;
}
body {
    font-family:   Georgia, Cambria, Times, Times New Roman, serif;
    color: #eee;
    text-align: left;
    background:url(img/outerback.png) #000;
	font-size:0.875em;/* 0.875em */
	text-align:center;
}
html>body {
	font-size: 14px; 
}
p {
    margin: 0 0 1.5em 0!important;
	text-indent:0!important;
	line-height: 1.5!important;
}
h1, h2, h3, h4, h5, h6{
	font-variant:small-caps!important;
	font-weight:normal!important;
	letter-spacing:0.076em!important;
}
h1 { 
    margin: 1.5em 0 0.5em 0; 
    font-size: 1.5em; 
	line-height: 1em; 
}
h2 { 
    margin: 1.2em 0 0.5715em 0; 
    font-size: 1.3125em; 
	line-height: 1.1429em; 
}
h3 { 
    margin: 0; 
	font-size: 1.125em; 
	line-height: 1.3333em; 
}
h4 {
	margin: 2.25em 0 0.75em 0!important;
	font-size: 1em!important; 
	line-height: 1.5em!important; 
}
h5 { 
    margin: 2.5715em 0 0.8572em 0!important;
	font-size: 0.875em!important; 
	line-height: 1.7143em!important; 
}
h6 { 
    margin: 3em 0 1em 0!important; 
	font-size: 0.75em!important; 
	line-height: 2em!important; 
}
a {
    color: #fddd6d!important;
    text-decoration: none!important;
    outline: none!important;
}
a:hover {
    color:#ffc600!important;
}
.titel {
 font-style: italic; 
}
code, pre {
	display: table;
	font:1em Consolas, Lucida Console, Monaco, monospace;/* 1em */
	margin:5px 0;
	padding:5px;
	border-left:5px #F2EAE0 solid;
}
sub, sup{
    font-size:0.875em;
}
abbr{
	cursor:help;
}
img{
	margin:5px;
	display:block;
}
blockquote, q {
    margin:1.5em;
	font-style:normal;
	color:#BFB1A7;
}
textarea {
    width: 90%;
	height:10em;
    background: #EFE2D1;
	border-top: 2px solid #BFBFBF;
    border-left: 2px solid #BFBFBF;
    border-right: 2px solid #DFDFDF;
    border-bottom: 2px solid #DFDFDF;
}
input {
    background:#EFE2D1;
	color:#000;
	padding: 2px 3px 4px 3px ;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border-top: 2px solid #BFBFBF;
    border-left: 2px solid #BFBFBF;
    border-right: 2px solid #DFDFDF;
    border-bottom: 2px solid #DFDFDF;
	float:left;
}
legend{
	font-style:oblique;
	padding:0 5px;
}
fieldset{
	border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding:10px;
}
sub, sup{
	color:#1744BF;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	color:#F2EAE0;
}
table{
	text-align:left;
	clear:left;
	table-layout:fixed;
	width:100%;
	overflow:hidden;
	border-collapse:separate;
	border-spacing:1px 2px;
	empty-cells:show;
	background:#000;
}
td, th{
	border-top: 1px solid #161616;
    border-left: 1px solid #161616;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
	padding:3px 5px 4px 5px;
	empty-cells:show;
}
td{
}
th{
	background:#4c4c4c;
	margin:2px;
}
table caption{}

:focus {
	outline: 0px;
}
/*
----------------------------------------- /HTML ---------------------------------------
*/
/*
 header
 */
#nav {display:none;
}
#nav li {
	float: left;
	margin-right: 7px;
}
#nav .current_page_item a{
	background:#000 !important;
}
#nav .page_item a{
	padding: 5px 15px;
	font-size: 1.35em;
background:url(img/trans2.png);
border:1px solid #000;
border-top:none;}
#header {
	width:960px;
	margin:0px auto;
	text-align:center
    height: 80px;   
	margin-bottom:20px;
	overflow:hidden;
position:relative;
}
#header .grid_5 {
width:620px;
margin:0;
float:left;
}
#header .grid_12 {
width:auto;
margin:0 12px 0 0;
float:right;
}
#header h1 {
    margin:30px 0 0 0;
background:url(img/logo.png) no-repeat;
width:255px;
height:60px;
float:left;
}
#header h1 span {display:none;}
#header h2 {
position:absolute;
top:0;
right:15px;
background:url(img/trans2.png);
border:1px solid #000;
padding:5px 0;
width:305px;
font-size:.9em;
line-height:1em !important;
margin:0 !important;
}
#header h1 a{
display:block;
width:255px;
height:60px;
}
#wrapper{
    text-align:left;
    margin: 0px auto;
}
div.post {
	margin:0 0 10px 0;overflow:hidden;clear:left;
}
.title{
    border: 1px solid #000;
border-bottom:none;
	background:#000;
    margin: 0 ;
    padding: 5px 30px 10px 30px;
}
/*post STIKCY*/
.sticky .title{
	background:#000;
	border-top: 3px #2F261A double;
}
.sticky .postmetadata{
	background:#000;
	border-bottom: 3px #2F261A double;
}
.sticky .entry{
	border-top: 1px #2F261A solid;
	border-bottom: 1px #2F261A solid;
}
/*post*/
.entry{
	background:url(img/trans.png);
	border: 1px #000 solid;
	padding: 10px 30px;
	overflow:hidden;
}
.entry img {padding:9px;background:url(img/trans.png);border:1px solid #000;overflow:hidden;}
.entry img.alignnone {margin-left:-10px;}
.postmetadata {
width:100%;
margin:0;
padding:10px 0;	
background:url(img/trans2.png);
border: 1px #000 solid;
border-top:none;
overflow:hidden;
clear:both;
float:left;
position:relative;
}
.postmetadata li{
float:left;
width:40%;
padding:2px 0 2px 30px;
}
.postmetadata .date{
position:absolute;
z-index:1;
top:10px;
right:10px;
width:50px !important;
background:#000;
padding:4px 2px !important;
text-align:center;
}
.excerpt{
}
.excerpt li{
	margin:0 0 10px 0;
}
/*
 sidebar
 */

.menu{	
    background:url(img/trans.png);
    padding:20px 0 0 0;
border:1px solid #000;
}
.menu h2 {
	margin: 10px;
	padding: 0;
	font-size:1.6em;
}
.menu ul{
	display: block;	
	margin:10px 0;   
	padding: 0;	
}
.menu ul li{
	display: block;
	padding:0 10px;
}
.menu ul li ul, .menu ul li ul li{
	margin:0;
	padding:0;
}
.menu a{
	display:block;
    width: auto;
    margin:0 0 1px 0;
    padding:3px 6px;
	border: 1px #000 solid;
	color:#fff;
	background:url(img/trans.png);
}
.menu #tab3 a {
	display:inline;
	float:left;
    margin:0 1px 1px 0;
}
.menu a:hover{
	background:url(img/trans2.png);
}
/************** Search ***************/
#searchform{
	float:left;
	margin:3px 0 0 0;
	width:200px;
	height:30px;
	background:transparent url(img/nav.jpg) no-repeat top left ;
}
.submit{
	background:transparent url(img/nav.jpg) no-repeat 0 150px ;
    border:none;
	height:30px;
	width:40px;
	margin:0;
	padding:0;
	cursor:pointer;
}
.submit-text{
	background:transparent;
	border:0;
	width:150px;
	margin:3px 0 0 0;
	padding:5px;
}
.rss {
	border:0!important;
	background:transparent!important;
	float:right;	
	margin:0;
	padding:0;
}
.rss img{
	height:30px;
	width:30px;	
	margin:0 15px 0 0;

}
.widget240 li{
	float:left;
	width:240px;
	line-height:1.6;
}
.widget380 {
	float:left;
	width:auto;
	margin:2px 1px;	
}
/*
 comments
 */
#comments {
    padding: 10px;
	background:url(img/trans.png);
	border: 1px #000 solid;
	float:left;
	font-size:1em;
} 
#comments h3 {
    margin: 10px 0;
    display: block;
} 
#commentlist {
	float:right;
	width:520px;
} 
.comment {
    border: 1px #000 solid;
    margin: 5px 0;
    padding: 5px;
    display: block;
	background:url(img/trans.png);
} 
#addcomments small{
	font-size:0.76em;
	margin:0 0 0 10px; 
}
#addcomments {
	float:right;	  
    margin: 0;
    padding: 10px;
    background:url(img/trans2.png);
	border: 1px #000 solid;
	padding: 10px 30px;
} 
#addcomments textarea {
    padding: 5px;
	margin:0 0 10px 0;
}
.depth-2, .depth-4, .depth-6{
	background:#5F4F3B;
}
.byuser{
	background:url(img/trans2.png);
}
.avatar{
	float:right;
	border: 1px #000 solid;
}
/*
 footer
 */
#footer {
margin-top:190px;
    padding:0;
    width: auto;
    text-align:left;
overflow:hidden;
}
#footer p, #footer li{
	color:#BFB1A7;
}
#footer .grid_3, #footer .grid_6 {
	display:none;padding:0 0 30px 0;
}
/*#footer .menubtm {display:none;}*/
.photo img{
position:absolute;
top:10px;
right:10px;
	border: 1px #000 solid;
	padding:5px;
margin:0;
	background:url(img/trans2.png);
}
.menubtm{
	clear:both;
	text-align:center;
width:100%;
font-size:.8em;
}
.menubtm li{
	display:inline;
	padding:0 10px 0 0;
	line-height:2em;
}
#wp-calendar caption {
	margin: 10px 0 10px 0px;
	border-bottom: 0;
}
#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}
#wp-calendar {
	padding: 10px 0;
}
#wp-calendar a{
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #2F1E14;
	text-align: left;
	background-color: #6F5D45;
	padding: 6px 0 6px 6px;
	margin: 5px 0 20px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
p.wp-caption-text {
	margin:0 !important;
font-style:italic;
font-size:.85em;
}
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {clear:left;}
.widget_text {}
.blogroll {}
.linkcat{}
.tab {width:260px !important;border:none !important;}
.wp-pagenavi {
	background:url(img/trans2.png) !important;	
	border:1px solid #000 !important;	
	margin:5px 0;
	padding:3px 0 5px;
}
#akismetwrap #akismetstats {background:url(img/trans2.png) !important}
#tab-container-1-nav .active, #tab-container-2-nav .active {
background:#000 !important;
}
#tab-container-1-nav li a, #tab-container-2-nav li a {
background:url(img/trans.png) !important;
border:1px solid #000 !important;
float:left;
font-size:12px !important;
margin:0;
padding:5px 8px;
font-variant:small-caps;
}
.tab {
background:#000 !important;}
#calendar_wrap {background:#000;padding:0 10px;clear:left;width:260px !important;}
.widget {margin-bottom:10px;}
.widget h3 {
background:#000 !important;
border:1px solid #000 !important;
color: #fddd6d!important;
float:left;
font-size:12px;
margin:0;
padding:5px 8px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
.widget ul {clear:left;padding:10px !important;background:#000;overflow:hidden;}
#flickr-feed-gallery {background:#000;padding:10px;overflow:hidden;margin:0 10px;display:block;}

.ffg_img_css {
height:72px !important;border:none !important;}
a.ffg_link_css {padding:0 !important;}
