/*
Theme Name: mtsoft
Theme URI: mtsoft.pl
Description: mtsoft default theme
Author: Marek Trybus
Version: 1.0.0
Tags: mtsoft	 
.
Licenced under LGPL
.
*/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	text-align: center;
	color:#55554E;
	background: #2c2c29 url('img/background.png') repeat-x; 
	/* set full width heaer background here on position: top center */
	}
a{
	text-decoration:none;
	color:#E5761C;
}
a:hover{
	text-decoration:underline;	
}
img{
	border:none;
}

#page {
	/*background-color: #efefef;*/
	background: white url('img/content_main_bg.png') left top repeat-y;
	/*border: 0px solid transparent;*/
	padding:0 1px;
	text-align: left;
	}

#header {
	/*background-color: yellow;*/
	/*border: 1px solid #000000;*/
	background: white url('img/logo.png') 1px 5px no-repeat;
	/*border: 1px solid transparent;*/
	}

#content,
#single {
	font-size: 1.2em;
	/*background: lightyellow;*/
	/*border: 1px solid transparent;*/
	}

#footer {
	/*background-color: yellow;
	border: 1px solid #000000;*/
	background:#111111;	
	}
#sidebar-top {
	/*background: yellow;*/
	/*border:1px solid transparent;*/	
}
#sidebar-left {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: yellow;*/
	border:1px solid transparent;
	}
#sidebar-right {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: lightyellow;*/
	border:1px solid transparent;
	}
#menu-top,
#menu-main{
	display:none;
	float:left;
	border: 1px solid #000000;
	background: #0099CC;
}	
#sidebars-before,
#sidebars-after{
	display:none;
	border: 1px solid black;
	background-color: #DDFFDD;
}
#content-before,
#content-after{
	display:none;
	border: 1px solid black;
	background-color: #DDFFDD;
}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 956px;	
	}

#header {	
	margin: 0;
	padding: 0;
	height: 200px;
	width: 956px;
	position:relative;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 956px;
	/* width 100%; *//* full width footer */
	height: 105px;
	clear: both;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size:1.4em;
}
#footer p{	
	color: #55554E;
	padding:0 20px;
	margin:0px;
	line-height:36px;		
}
#footer a{
	color: #89897C;
	line-height:36px;
}
#foot-top{
	width: 956px;
	height: 60px;
	border-top:5px solid #879700;
	background-color: #A6BA00;
}
#content,
#single {
		clear:left;
		float:left;
		width:376px;
		margin: 0 0 1px 1px;
		padding: 1px;
	}
#menu-top,
#menu-main{	
	width:954px;
	margin:0 0 1px 1px;
	padding:10px 0;
}

#sidebar-top,
#sidebar-left,
#sidebar-right
{
	float: right;
	padding: 0px 0 10px 0;
	margin: 0 0 1px 1px;
	width: 256px;
	}
#sidebar-top{
	float: right;
	width: 574px;	
	margin:0px;
	padding:0px;
	border:0px;
}	
#sidebar-right{
	clear: right;
	width: 314px;
	margin-right: 1px;	
}
#sidebar-left ol {
	background-color: #E4E4D6;
}
#sidebar-right ol {
	background-color: #D9D9C8;
}
#sidebars-before,
#sidebars-after{
	clear:right;
	float:right;
	width: 573px;
	margin: 0 1px 1px 1px;
	padding:10px 0;
}
#content-before,
#content-after{
	float:left;
	width:378px;
	margin: 0 0 1px 1px;
	padding: 10px 0;
}
#content-after{
	clear:left;
}	
/* End Structure */




/* post */
.post {
	clear: both;
	float:left;
	width:346px;
	/*overflow: hidden;*/
	margin: 5px 15px;
	text-align:justify;
	border-bottom:5px solid #E7E7DA;		
}
/* post header */
.post h1{
	
	padding:0px;
	margin:0px;
	font-size:1.8em;
}
.post h1 a{
	color:#55554E;
	font-weight:normal;		
	font-family: Georgia,Arial,Helvetica,sans-serif;	
}
.post h1 a:hover{
	text-decoration:none;
}
/* post subtitle */
.post .sub-title{
	padding:0;
	margin:3px 5px;
	font-size:0.88em;
	color: #8F8F86;
	font-family: Georgia,Arial,Helvetica,sans-serif;
}
/* post content / excerpt */
.post .content{
	float:left;	
	width:100%;
	vertical-align: baseline;
	line-height:1.2em;
	font-size:1.1em;
}
/* images on posts */
.post img{
}
/* thumb image */
.post .thumb{
	float:left;
	vertical-align:text-top;
	margin:5px;
}
/* read more link */
.post .read-more{

}
/* comments link */
.post .comments{

	float: right;
}
p.comments{
	margin-bottom:0px;
}
/* first post on page */
.post .first{}



/* SINGLE post view */
.single .post,
.page .post{
	padding-top:20px;		
	width:auto;
	border-bottom: 0px;
}
.category .post{
	
	width: 606px;
}
.single .first,
.category .first{
	padding-top:20px;
}
#single .post .content{
	
	padding-bottom:60px;	
}
.single #page,
.page #page,
.category #page{
	
	background: white url('img/single_main_bg.png') left top repeat-y;
}


/* sidebars */
#sidebar-left,
#sidebar-right{
	
}
/* sidebar elements */
.sidebar ol{
	/*border:1px dotted black;*/
	
	margin: 0px;
	padding: 0px;
}
.sidebar ol li{
	
	list-style: none;
	/*padding:1px 0 0 1px;*/
	padding: 0px;
	margin: 0px;	
}
/* sidebar element header */
.sidebar ol li h2{
	
	color: #ffffff;
	width:175px;
	background: #89897C;
	padding: 5px 20px 5px 5px;
	font-size:1.2em;
	font-weight:bold;
	margin: 10px 0 5px -3px;
	line-height:17px;
}
/* sidebar sub-elements */
.sidebar ol li ul{
	background: #F6F6E8;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 10px 10px;
}
.sidebar ol li ul li{
	
	border-bottom: 1px solid #E7E7DA;
	margin:0 10px;
}
.sidebar ol li ul.wp-polls-ul li{
	border-bottom: 0px;
}
ul.wp-polls-ul li label{
	font-size:1.2em;
}
.sidebar ol li p{
	padding: 5px;
	margin: 0px;
	font-size:1.2em;
	text-align:justify;
}
.sidebar ol li ul li a{
	color:#4D4D46;
	/*font: 1.4em Georgia,Arial,Helvetica,sans-serif;*/
	font-size: 1.2em;
	line-height:30px;
}
.sidebar ol li ul li a:hover{
	color:#E5761C;
}
.sidebar-reset ol, 
.sidebar-reset ol li, 
.sidebar-reset ol li ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}



/* single post view */
#single{
	
	width: 633px;
}

/* comments container */
#comments {
	clear: both;
	float: left;
	width:100%;
}
/* comments list container */
.comments-list {
	float:left;
	padding: 0;
	background: #F6F6E8;		
}
.comments-list ol{
	
	margin: 0px;
	padding: 0px;
}

/* single list element (comment) */
.comments-list ol li{
	float:left;	
	width: 594px;
	list-style: none;
	padding:5px;
	margin: 0;
	border:0px;
	background-color: #EFEFD7;
}
/* odd comment style */
.comments-list .odd{
	
	background-color: #E1E1B3
}
.comments-list .hover {
	background: #D3D38E; 
}
/* accent date / time */
.comments-list .accent{
	font-size: 1.4em;
	font-weight: bold;
}
.comments-list .saccent{
	font-size: 1.1em;
	font-weight: bold;
}
/* post details */
.comments-list .details{
	clear:both;
	float:left;
	width: 103px;
	/* border:1px solid black; */
	margin:0;
	color:#89897C;
	background: transparent url('img/comm_pic.gif') right 10px no-repeat;
}
/* avatar */
.comments-list .details .avatar{
	background: transparent url('img/no_avatar.png') center center no-repeat;
}
.comments-list .details .avatar-out{
	clear:both;
	float:left;
	width:64px;
	height:64px;
	background: none;
	margin-right:14px;
}
/* Post details text */
.comments-list .details p{
	
}
/* author */
.comments-list .author{
	float:right;
	color:white;
	background: #ACACA5;
	padding:0 6px;
	line-height: 24px;
	margin-right:10px;
}
.comments-list .details .date{}
.comments-list .details .time{}
/* post text */
.comments-list .text{
	
	float:left;
	width: 470px;
	padding: 10px;
	background-color:white;
}
/* not approved comment */
.comments-list .not-approved{
	
	color:#666666;
}
/* your comment is awaiting for moderation */
.comments-list em{
	
}
#respond{	
	float:left;
	width:100%;
	background: #ffffff;
	margin:20px 0 12px 0;
	font-size:0.88em;
}
#respond h3{
	border-bottom: 5px solid #E7E7DA;
	padding:10px;
	margin-bottom:10px;
	font-size:1.2em;
}
#respond input[type=text]{
	margin-top:10px;
	width: 188px;
}
#respond label{
	text-align:left;
	color:#E5761C;
	font-weight:bold;
}
#respond textarea{
	float: right;
	width: 386px;
	height: 168px;
	margin-top:10px;
}






/* Wordpress build-in [gallery] - works only for single page view */
#gallery-1,
.gallery{
	
}
#gallery-1 dl.gallery-item,
.gallery dl.gallery-item{
	float: left;
	width: auto;	
	text-align:left;
	margin: 0px;	
}
#gallery-1 dt.gallery-icon,
.gallery dt.gallery-icon{
	width: auto;
	margin:2px 0px 2px 1px;
}
#gallery-1 .gallery-icon img,
.gallery .gallery-icon img{	
	border:none;
}
#gallery-1 br,
.gallery br{
	display:none;
	font-size:0px;
}
.clickable{
	cursor:pointer; cursor: hand;
}




/* breadcrumbs */
#breadcrumbs{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:0px;
	margin:0;
	border-top:1px solid #D8D8D8;
	border-bottom:12px solid #879700;
}
#breadcrumbs li{
	float:left;	
	list-style: none;
	padding: 0;
	margin: 0;
}
#breadcrumbs li a{
	float:left;
	color:#55554E;
	padding:0px 20px;
	font-size: 1.2em;
	line-height:31px;
	height:31px;
	margin: 0 0 0 -10px;
	background:  url('img/breadcrumbs.gif') 0 0px no-repeat;
}
#breadcrumbs li a:hover{
	text-decoration:none;
	background-position: 0 -62px;
}
#breadcrumbs a.front-page{
	background-position: 0 -93px;
	padding:0px;
	width:45px;
	margin-left:0px;
}
#breadcrumbs a.front-page:hover{
	background-position: 0 -124px;
}
#breadcrumbs a.last:hover{
	background-position:0 0;
	cursor:default;

}
/* go to page top */
.page-top{
	float:right;
	padding:20px;
	font-size:2.4em;
	margin-left:0px;
}


/*
 	*** widgets ***
 */








/* 
 *** plugins *** 
*/

/* nggGallery */
.ngg-galleryoverview{
	width:626px;
	margin-left: -10px;
}
.ngg-gallery-thumbnail-box {
	
	float:left;
	margin:2px 0px 2px 5px;
}
.ngg-gallery-thumbnail img{
	
	background: white url(img/spinner.gif) center center no-repeat;
	padding: 0px;
	border: 0px;
}
/* gallery pages navigation */
.ngg-navigation{
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
}
/* all navigation elements */
.ngg-navigation a,
.ngg-navigation span{
	
	padding: 0 5px;
}
/* current - active page */
.ngg-navigation span{}
/* page numbers links */
.ngg-navigation .page-numbers {}
.ngg-navigation .next{}
.ngg-navigation .prev{}






/* butons, rounded elemetns */
/* for rounded inline elements */
.rounded, .button {
	
  outline: none;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 

}
div.rounded{
	padding:5px;	
}
.button {
	color: #fff;
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-align: center; 
	line-height: 22px;
	background-color: #89897C; 
	padding: 5px 9px;
	cursor:pointer; cursor: hand;
}
.button:hover {
  text-decoration:none;
  background-color: #A1A197;
} 
#go-top{
	float:right;
	margin:-5px 50px 0 0;
	cursor:pointer;cursor:hand;
	background: #879700 url('img/top.png') center center no-repeat;
	width:47px;
	height:47px;
}

input[type=text], input[type=password], textarea, select {
	width: 97%;
	margin-bottom:2px;
	padding: 7px 3px;
	border: 1px solid #E7E7DA;
	color:#55554E;
	background:#ffffff;
	font: normal 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
textarea.focus,
input[type=text].focus{
	background-color: lightyellow;
}
/* buttons */
button, input[type=button], input[type=submit] {
	display: inline;	
	padding: 5px;
	width: auto;
	vertical-align: bottom;
	border: 2px solid #E5761C;
	background:#E99149;
	color: white;
	font-weight:bold;
  /* mozilla */
  -moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	
	/* webkit */
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;	
	
	cursor:pointer;cursor:hand;
}
/* default sizes */
.s {
	width: 60px;
}
.m {
	width: 110px;
}
.l {
	width: 170px;
}
.xl {
	width: 258px;
}
/* search  */
input.search{
	width:240px;
	padding: 5px 3px 6px 3px;
	background: #ffffff url('img/searchbox.png') right center no-repeat;
}
div#searchBtn{

	position:absolute;
	bottom:2px;
	right:1px;
	width:27px;
	height:27px;
	cursor:pointer;cursor:hand;
	z-index:5;
}


/* ajax wait */
.ajax-wait{
	padding: 5px;
	margin: 2px 0;
}

/* ajax information */
.ajax-wait p{
	
	color:#879700;
}
div.ajax-info{
	display:none;
	padding: 5px;
	margin: 2px 0;
	background:#879700;
	color:white;
}
div.ajax-info p{
	background:#879700;
}
/* input with wrong value */
input.error,
textarea.error{
	border:1px dotted #E5761C;	
	background-color: #F7D6BB;
}
#slider{
	float:right;
	width:574px;
	height:154px; 
	border:1px solid white;
	background: #F6F6E8 url(img/spinner.gif) center center no-repeat;
}
