/* 
Theme Name: Wood World
Theme URI: http://Iacob Ionut.com
Description: Theme designed exclusively for  ThemeForest.net 
Version: 1.0
Author: Iacob Ionut
Author URL: http://www.IacobIonut.com
Tags: wood, two columns, widgetized sidebar , built in gravatars
 
*/

/* --- GLOBAL --- */
*{margin:0;padding:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#222;
	background:#683a09 url(../images/bg.jpg) repeat top left;
}
#wrapper{
	width:990px;
	margin:0 auto;
}
h1 , h2 , h3 , h4 , h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:4px;
	color:#764d29;
	}
h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
	
/* --- HEADER  --- */
#header{
	position:relative;
	height:255px;
}
#splatter{
	float:left;
	background:url(../images/splatter-header.png) no-repeat;
	width:701px;
	height:217px;
	margin:0;
}
#splatter h1{
	/*background:url(../images/header_logo.png) no-repeat;*/
	margin:35px 0 0 53px;
}
.posts-feed { 
	position:absolute;
	width:87px;
	height:89px;
	top:39px;
	left:815px;
	background:url(../images/rssicon.png) no-repeat;
	display:block; 
	text-indent:-9000px; 
	}

#blog-arrow{
	position:absolute;
	background:url(../images/blogarrow.gif) no-repeat;
	width:88px;
	height:53px;
	top:177px;
	left:522px;
  display: none;
}
#searchform {
	position:absolute;
	top:217px;
	left:717px;
	border:0;
}
#searchform #s {
	float:left;
	font-size:14px;
	width:167px;
	height:27px;
	background: url(../images/searchbarbck.png) no-repeat;
	color: #cec1ba;
	padding:3px 0 0 3px;
	border:0;
}
#searchform .sbtn {
	float:left;
	width: 57px;
	height:14px;
	margin-left:14px;
	margin-top:5px;
	cursor:pointer;
	background: url(../images/searchbtn.png) no-repeat;
	border:none;
}
#searchform .sbtn:hover {
	background:url(../images/searchbtn.png) no-repeat 0 100%;
}
/* --- MENU --- */
#menu {
	position:absolute;
	top:197px;
	left:110px;
	width:365px;
	height:62px;
}
#navlist {
	position: relative;
	height:62px;
	list-style: none;	
}
#navlist li {
	float: left;
	padding: 0;
	width: 95px;	
}
#navlist a{
	float: left;
	margin: 0;
	padding: 61px 0 0 0;
	overflow: hidden;
	width: 95px;
	height: 0;
	border:0;
	text-decoration:none;
}	
#navlist-home a{
	width:95px;
	background:url(../images/menu.png) no-repeat 0 0;
}	
#navlist-home a:hover{
	background:url(../images/menu.png) no-repeat 0 -62px;
}
#navlist-about a{
	width:95px;
	background:url(../images/menu.png) no-repeat -95px 0;
}	
#navlist-about a:hover{
	background:url(../images/menu.png) no-repeat -95px -62px;
}	
#navlist-contact a{
	width:130px;
	background:url(../images/menu.png) no-repeat -190px 0;
}	
#navlist-contact a:hover{
	background:url(../images/menu.png) no-repeat -190px -62px;
}

/* --- MAIN AREA --- */
#main{
	float:left;
	width:640px;
	margin:-22px 0 0 30px;
}
.toppart{
	background:url(../images/toppart1.png) no-repeat;
	height:110px;
}
.midpart{
	background:url(../images/midpart2.png) repeat-y;
}
.bottompart{
	background:url(../images/bottompart2.png) no-repeat;
	height:43px;
	margin-bottom:30px;
}

/* --- BLOG --- */
.post {
	text-align:left;
	width:535px;
	padding-left:35px;
}
.post a:link, .post a:visited, .post a:active {
	color: #934e00;
	text-decoration:none;
	border-bottom:1px solid #934e00;
}
.post a:hover{
	color:#222;
	text-decoration:none;
	border-bottom:1px solid #222;
}
.entry {
	font-family: Arial, Helvetica, san-serif;
	font-size:12px;
	line-height:21px;
	word-spacing: 2px;
	color:#444;
}
.entry p{
	margin-bottom:15px;
	}
.entry ul, .entry ol, .post ul, .post ol {
	padding:2px 0 2px 18px;
}
ul {
	list-style-type: circle;
}
.posttop{
	margin-top:-50px;
	}
.post_title h1 {
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:4px;

}
.post_title h1 a, .post_title h1 a:visited, .post_title h1 a:active{
	color:#764d29;
	text-decoration:none;
	border-bottom:1px solid #d4beaa;
}
.post_title h1 a:hover{	
	color:#653205;
	text-decoration:none;
	border-bottom:1px solid #927c67;
}
.postdata {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#764d29;
	margin-bottom:20px;
}
.postdata .time{
	background: url(../images/date.gif) 0 center no-repeat;
	margin-left:3px;
	padding-left:21px;
}
.postdata .cat{
	background: url(../images/cat.gif) 0 center no-repeat;
	margin-left:3px;
	padding-left:21px;
}
.post-comments {
	float: right;
	width: 52px;
	height: 38px;
	padding:5px 0 0 21px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:4px 15px 0 0;
	background: url(../images/commentbuble.jpg) no-repeat;
}
.ieclr {
	float: right;
}
.postsubline { 
	height:12px; 
	background: url(../images/metaseparator.png) top left no-repeat;
	width:525px;
	margin-top:45px;
}
.subpostmeta {
	float:right;
	margin-top:6px;
	background: url(../images/tag.gif) no-repeat 0 50%;
	padding-left:20px;
	height:18px;
}
.notfound {
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:20px;
	color:#764d29;
	}
.page-title h1{
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:24px;
	margin-top:-60px;
	color:#764d29
	}
	
/* --- IMAGES --- */

p img {
	padding: 0;
	max-width: 100%;
	margin:10px 0 20px 0;
}
img.aligncenter {
	border: 1px solid #59350b;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.alignright {
	border: 1px solid #59350b;
	margin: 0 0 13px 13px;
	display: inline;
}
img.alignleft {
	border: 1px solid #59350b;
	margin: 0 13px 13px 0;
	display: inline;
}
.alignleft {
	float: left
}
.alignright {
	float: right;
}

/* --- SIDEBAR --- */
#sidebar{
	margin-top:30px;
	float:right;
	width:265px;
	color:#f6f0f0;
	text-align:left;
	font-size:11px;
}
#sidebar a, #sidebar a:active, #sidebar a:visited {
	color:#dc8523;
	text-decoration:none;
}
#sidebar a:hover{
	color:#f6f0f0;
	text-decoration:none;
}
		
/* --- SIDEBAR WIDGETS --- */
.widget {
	width:229px;
	background:url(../images/widgetbck.png) repeat-y;
	margin-bottom:20px;
}
.widget h1, .widget h2 {
	width:229px;
	background:url(../images/widgettop.png) no-repeat;
	text-align:center;
	padding:5px 0px 5px 0px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	color:#dc8523;
	margin:0;
}

.widget ul li h2, .widget h3 {
  background: none;
  padding: 5px 0px 5px 0px;
  font-size: 15px;
  width: auto;
}

.widget ul {
	margin:0 0 15px 0;
	padding:5px 0;
	border:none ;
	list-style:none;
}
.widget ul li {
	padding:2px 5px 2px 22px;
	margin:0px;
/*	background: url(../images/listseparator.png) no-repeat 25% 100%;*/
}

.MTBlogRoll .widget ul {
  padding: 0px;
}

.MTBlogRoll .widget ul li {
  padding: 0px 0px 0px 0px;
}

.MTBlogRoll .widget ul li ul li {
	padding:2px 5px 2px 22px;
}

.widget a, .widget a:active, .widget a:visited {
	border-bottom:1px solid #934e00;
}

.widget a:hover{
	border-bottom:1px solid #f6f0f0;
}
#calendar_wrap {
}
#wp-calendar {
	width: 150px;
	margin: 0 auto;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #934e00;
	color: #fff;
}
.previous-entries {
	text-align: left;
  display: block;
  float: left;
}
.previous-entries a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #934e00;
	color: #fff;
}

.next-entries {
	text-align: right;
  float: right;
  display: block;
}

.next-entries a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #62390c;
	color: #b63d13;
}

.textwidget{
	padding:0 5px 5px 10px;
}
/*------------------COMMENTS----------*/
.commentlist {
	padding: 0;
	text-align: justify;
}	
.commentlist p {
	margin: 5px 15px 10px 2px;
	clear:both;

}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.odd {
	margin:1px 0 5px 0;
	padding: 10px 10px 5px 10px;
	background: #f2f7f8;
	border: 1px solid #633a08;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}	
.even {
	margin:1px 0 5px 0;
	padding: 10px 10px 5px 10px;
	background: #f2efdc;
	border: 1px solid #986327;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}	
.administrator {
	margin:1px 0 5px 0;
	padding: 10px 10px 5px 10px;
	background:#ebebeb url(../images/author.jpg) no-repeat top center ;
	border: 1px solid #633a08;
}
img.avatar {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px 12px 0px 0px;
	border: 1px solid #4b2d05;
}
.comment-author {	
	font-size: 120%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #2b2d2f;
}
.comment-author a:link , .comment-author a:visited, .comment-author a:active {
	color: #934e00;
	border-bottom: 1px solid #934e00 ;	
	text-decoration: none;
}
.comment-author a:hover {
	color: #000;
	border-bottom:1px solid #000;
	text-decoration: none;
}		
.comment-date {
	margin-left:2px;
	margin-top:3px;
	font-size: .75em;
	color: #666;
}
#com{
	width:535px;
	padding: 0 5px 5px 30px;
	clear: both;
	text-align:left;
}
#comhead{
	color:#764d29;
	padding:40px 0 25px 3px;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	
}
#respond {
	width:580px;
	padding: 0 0 5px 10px;
	clear: both;
}
#respond {
	color:#764d29;
	padding:40px 0 25px 3px;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;

	
}
#commentform {	
	font: 105% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-size: 90%;
}
#commentform .text {
	width: 200px;
	background: #fffcf9;
	border: 1px solid #a17d52;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	height: 130px;
	background: #fffcf9;
	border: 1px solid #a17d52;
	padding: 3px;
	margin-top: 3px;
	overflow: auto;
}
#commentform .button {
	cursor:pointer;
  margin-top: 15px;
}

/* --- FOOTER --- */
#footer{
	clear:both;
	background:url(../images/footer2.png) no-repeat;
	height:138px;
}
#footer .footertext {
	text-align:center;
	color:#dc8523;
	padding-top:90px;
	margin-left:60px;
}
#footer a, #footer a:active, #footer a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#footer a:hover{
	color:#dc8523;
	text-decoration:none;
	border-bottom:1px solid #dc8523;
}

div.socialbookmarks {
  margin: 16px 0;
}

.post .socialbookmarks a {
  border: none;
}

.socialbookmarks h4 {
	font: bold 14px "sans-serif", Geneva, Arial, sans-serif;
	color: #d3660d;
	margin: 0px 8px 0px 0px;
  float: left;
}

.socialbookmarks ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.socialbookmarks ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.socialbookmarks ul li:before { content: ""; }
.socialbookmarks img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.TPkgBlogPostComment .entry .antispamqs {
  float: left;
  padding: 7px 0px 0px 5px;
}

.antispamfieldcontainer {
  float: left;
}

.MTNavigation .footernavi ul {
	list-style: none;
	margin: 0;
	padding: 3px 0px 0px 0px;
	width: auto;
  margin-left: 178px;
}

.MTNavigation .footernavi ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	padding-right: 4px;
	padding-left: 4px;
}

.MTNavigation .footernavi ul li.lastnode {
	border-right: 0px;
	padding-right: 0px;
	padding-left: 4px;
}

.MTNavigation .footernavi ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	text-decoration: none;
	line-height: 1.2em;
}

.MTNavigation .footernavi ul li a:hover,
.MTNavigation .footernavi ul li a:active {
	color: #fff;
}

.MTNavigation .footernavi ul li a.activelink {
	color: #fff;
}

/* MTGallery styles */
.MTGallery .inline {
  margin-top: 20px;
}

.MTGallery .inline .imagename, #galleryHeaderContainer .imagename {
  padding:1px;
  font-size:9px;
  width:98px;
  margin:0px 18px 0px 18px;
  height:18px;
  line-height:9px;
  overflow:hidden;
  background-color:#ffffff;
  text-align:center;
}

.thumbFrameBorder, .galleryThumbFrameBorder {
  background-image: url(/chameleon/blackbox/web_modules/MTGalleryCore/images/gallery_picture_frame.gif);
  background-repeat: no-repeat;
  width: 139px;
  height: 160px;
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}


.MTGallery {
  margin-left: 20px;
  font-weight: bold;
  font-family: Segoe UI, Arial, helvetica, sans-serif;
  font-size: 11px;
  color: #5A7FA1;
}

#galleryTitle {
  background-image: url(/chameleon/blackbox/web_modules/MTGalleryCore/images/gallery_mini_slides.gif);
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: bold;
  padding-left: 60px;
  height: 30px;
}

/* highlighting of search terms in results */
.searchterm {
  background-color: #CCFF33;
  color: #002063;
}

.cmsmessage {
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  background-color:#F8F2AA;
  border: 1px solid #FFB608;
  color:#0B224B;
  font-size:12px;
  margin-left:10px;
  padding: 3px 3px 3px 23px;
  margin-bottom: 10px;
  background-image: url(/chameleon/blackbox/images/icons/comment.png);
  background-repeat: no-repeat;
  background-position: center left;
}

/* Top  Navigation */
.MTNavigation .topnavi {
	position: absolute;
	top: 5px; right: 310px;
	color: #fff;
}

.MTNavigation .topnavi ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.MTNavigation .topnavi ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	padding-right: 8px;
	padding-left: 8px;
}

.MTNavigation .topnavi ul li.lastnode {
	border-right: 0px;
	padding-right: 0px;
	padding-left: 8px;
}

.MTNavigation .topnavi ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #fff;
	text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}
.MTNavigation .topnavi ul li a:hover,
.MTNavigation .topnavi ul li a:active {
  border-bottom:1px solid #DC8523;
	color:#DC8523;
  text-decoration:none;
}

.MTNavigation .topnavi ul li a.activelink {
	color: #fff;
}

.MTNavigation .mainnavi ul {
	list-style: none;
	margin: 0px;
	position: absolute;
	background:transparent;
  left: 10px;
	bottom:0px;
}
.MTNavigation .mainnavi li {
	float:left;
	margin-left:0px;
  height: 60px;
}

.MTNavigation .mainnavi a.activelink {
	color: #000000;
	text-decoration: none;
}

.MTNavigation .mainnavi li a {
	color: #562E05;
	text-decoration: none;
  font-size: 1px;
	display: block;
	border:none
}

.MTNavigation .mainnavi ul .nodeblog a {
	background-image: url(../images/navi_blog.png);
  width: 89px;
  height: 59px;
}

.MTNavigation .mainnavi ul .nodeblog a:hover {
	background-image: url(../images/navi_blog_hover.png);
  width: 89px;
  height: 59px;
}

.MTNavigation .mainnavi ul .nodeaboutme a {
	background-image: url(../images/navi_about.png);
  width: 89px;
  height: 60px;
}

.MTNavigation .mainnavi ul .nodeaboutme a:hover {
	background-image: url(../images/navi_about_hover.png);
  width: 89px;
  height: 60px;
}

.MTNavigation .mainnavi ul .nodeprojekte a {
	background-image: url(../images/navi_projekte.png);
  width: 131px;
  height: 60px;
}

.MTNavigation .mainnavi ul .nodeprojekte a:hover {
	background-image: url(../images/navi_projekte_hover.png);
  width: 131px;
  height: 60px;
}

.clear, .cleardiv {
  clear: both;
  font-size:0;
  height:0;
  line-height:0;
}

.hint {
  font-size:90%;
}

.formerror {
  background-image:url(../images/exclamation.png);
  background-position:0 0;
  background-repeat:no-repeat;
  color:#CC0033;
  font-size:11px;
  margin-top:5px;
  padding-left:20px;
  line-height: 16px;
}

.required {
  color: #DC8523;
  font-weight: bold;
}

blockquote{
  background:#F2F7F8 none repeat scroll 0 0;
  border:1px solid #633A08;
  margin:1px 0 5px;
  padding:10px 10px 5px;
}

.replydetails {
  padding-top: 8px;
}

.scroll {
  overflow: auto;
  height: 100px;
}

#sidebar .MTTextField a {
  border: none;
}
