/*
Theme Name: MT white
Theme URI: http://demo.tommek.eu/wordpress/index.php?wptheme=MT%20white
Description: Two columns, widget ready, FREE wordpress theme.
Author: Tomasz Mazur
Author URI: http://tommek.eu
Template: 
Version: 1.1.1
License: General Public License
Tags: tommek, white, two columns
*/
body {
    font: 14px Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff ;
	text-align:center;
}
p{	
	margin:10px;
	line-height:1.2em;
}
ol, ul{
	list-style:none;
}
a{
	outline:hidden;
}
a:active {
	color: yellow;
	text-decoration: none;
}

a:link {
	color: #8B441A;
	text-decoration: none;
}

a:visited {
	color: #AF6436;
	text-decoration: none;
}

a:focus {
	color: #CF4061;
	text-decoration: none;
}

a:hover {
	background: #FFF3DF;
	text-decoration: none;
}
code{
	font: normal 1.2em verdana, helvetica, arial, sans-serif;
	letter-spacing: 0.2em;
}
blockquote {
    background:url(img/quote.gif) no-repeat left top;
    letter-spacing: 0.2em;
	font: normal 0.9em verdana, helvetica, arial, sans-serif;
}
param, embed, img {
	margin:0;
	padding:0;
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 1.2em verdana, helvetica, arial, sans-serif;
}

/*
 header
 */
#header {
    position: relative;
    width: auto;
    height: 200px;
    background: #fff url(img/logo.jpg) repeat-x top left;
    margin: 0;
    padding: 0;
    z-index: 11;
}

#header h1 {
    display: block;
    height: 200px;
    margin: 0;
    width: 100%;
    font: 2em "Times New Roman", Times, serif;
    background: transparent url(img/logo_l.jpg) no-repeat top left;
    z-index: 12;
	border-bottom: 2px solid #eed18b;
	text-align:right;
}

#header h1 a {
    color: #8B441A;
}

#header h1 a:hover {
    color: #ffdead;
	background:transparent;	
}

#header h1 span {  
    display:block;
	position: absolute;
	padding:20px;
    top: 0px;
    right: 0px;
	height:126px;
	width:366px;
	background: transparent url(img/logo_r.jpg) no-repeat top right;
	z-index: 12;
	
}
#header h1 em {
	font-size:0.6em;
}

/*
 top menu
 */
#topmenu {
    position: absolute;
	text-align:left;
    bottom: -2px;
	left:10px;
    text-align: center;
    font: 18px georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.2em;
    width: auto;
}

#topmenu ul li {
    list-style: none;
    text-align: left;
    display: inline;
	text-align:left;
}

#topmenu a {
    
    border-top: 2px solid #eed18b;
    border-left: 2px solid #eed18b;
    border-right: 2px solid #eed18b;
    background:#fff;
    float: left;
    margin-right: 5px;
    padding: 6px;
}

#topmenu a:hover {
    background: #fff ;
    opacity: 0.5;
}

/*
 sidebar
 */
#right{
	float: left;
	width: 270px;
}
.menu{
	float:left;
}
.menu img {
    border: #E3E3D5 1px solid;
}
.menu ul {
	display: block;
    text-align: left;
    margin: 0;
    padding:8px 10px;
	width: 180px;
}

.menu h2 {
    font: 20px / 1.2 georgia, "Times New Roman", Times, serif;
	margin:5px 0;
}
.menu  a{
    color: #8B441A;
}
.menu  a:hover{
    background: #FFF3DF;
}

/*
 post
 */
#content{
    text-align:left;
    margin: 20px auto;
	width:780px;
}
#main {
    width: 500px;
	float:left;	
}

/*title*/
.storytitle {
    margin: 0;
    padding: 15px 0 10px 0;
    border-bottom: 1px #585242 dashed;
    width: 100%;
    font: 1.8em / 1.2 georgia, "Times New Roman", Times, serif;
}
.date{
	text-align:right;
    padding:15px 15px 0 0;
	font-size:1.1em;
	
	z-index:33;
}
.date i, .meta i{
	font:1.8em Georgia, "Times New Roman", Times, serif;
	color:#AF6436;
}
.post {
    width: auto;
    height: auto;
    margin-bottom: 10px;
	background:#ffffff url(img/posttop.jpg) no-repeat top center ;
	z-index:31;
}
.storycontent {
    margin: 0;
    padding: 10px 30px;
    width: auto;
}
.meta {
    margin: 0;
    padding: 0;
    width: 90%;
    text-indent: 1.4em;
}
.meta ul li {
	list-style:none; 
    text-decoration: none;
    font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.nextcontent {
    height: 30px;
    width: auto;
}

.nextcontent a {
    font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0 10px;
    padding: 0 10px;
    background: #fff;
    height: inherit;
}
/*
 comments
 */
#comments {
    color: #585242;
    font-size: 1.6em;
}

#comments textarea {
    width: 80%;
}

#comments {
    font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 20px ;
}

#comments h3 {
    color: #585242;
    font: 1.6em "Times New Roman", Times, serif;
    margin: 15px 10px;
	display:block;
}

#commentlist {
    margin: 0;
    width: 100%;
}
#commentlist img{
	border:1px #D69A52 solid;
	float:right;
}
#commentlist ul {
    list-style: none;
}

#commentlist ul li {
    border: 1px #B4A07F solid;
    margin: 5px 0;
    padding: 5px;
	list-style:none;
}

#addcomments {
    height: auto;
    margin: 0;
    padding: 10px;
    background: #EFE9E0;
    border-top: 1px solid #927442;
    border-left: 1px solid #927442;
    border-right: 1px solid #eed18b;
    border-bottom: 1px solid #eed18b;
}
/*
 footer
 */
 div#footer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
     background: #322E25 url(img/footer.jpg) repeat-x bottom left;
    clear: both;
    border-top: 2px #d6c5a9 solid;
    text-align: left;
	overflow: hidden;
}
div#footerspan {
    display: block;
    margin: 0;
    padding: 0 0 80px 0;
    width: 100%;
    height: auto;
    background: transparent url(img/footer_r.jpg) no-repeat bottom right;
    overflow: hidden;
}
div#footer a {
    color: #B4A07F;
}

div#footer a:hover {
    color: #8B441A;
    background: transparent;
}

.footerleft {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 20%;
    height: auto;
    border-right: 1px #7f6f5f dotted;
    color: #fff;
    font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #322E25;
    list-style: circle;
}

.footerleft h3 {
    font: 1.4em "Times New Roman", Times, serif;
}

.footerleft p {
    font-size: 0.9em;
}
#searchform form {
    margin: 0;
}

#searchform input#s {
    width: 80%;
    background: #f2eae0;
    margin-bottom: 3px;
    color: #000;
    border-top: 2px solid #927442;
    border-left: 2px solid #927442;
    border-right: 2px solid #eed18b;
    border-bottom: 2px solid #eed18b;
}
#wp-calendar {
    border: 1px solid #ddd;
    empty-cells: show;
    font-size: 14px;
    margin: 3px 0 5px 0;
    width: 100%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
    color: #B4A07F;
    text-decoration: none;
}

#wp-calendar a:hover {
    background: #e0e6e0;
    color: #666;
}

#wp-calendar caption {
    color: #666;
    font-size: 14px;
    text-align: left;
    padding-bottom: 3px;
}

#wp-calendar td {
    color: #333;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
	width:27px;
}

#wp-calendar td.pad:hover {
    background: #eee;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #eee;
    color: #bbb;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
	width:25px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}