/*------------------------------------------------------------------------------
/* Light theme styling for Minimalia WordPress Theme
/*----------------------------------------------------------------------------*/

/*-[ Framework ]-------------------------------*/
body {
	color:#777;
	background: #fbfbda url(images/bg-tree.png) no-repeat top center;
	font-family: "Droid Sans", "Lucida Grande", Tahoma, sans-serif;
	font-size: 14px;
}
input, textarea {
	background: #FBFBF8;
	border: 1px solid #EBE8D5;
	padding: 7px;
	color: #777777;
}

input[type="text"], input[type="submit"], textarea, .menu, #content, .post-single, .post-box, #sidebars, .sidebar_list, .sidebar, .comments_intro, .commentlist, #commentform, #footer {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
#header_area { background: }



/*-[ Navigation Menu ]-------------------------*/
#menu-basic.menu {
	width:100%;
	float: left;
	background: url(../images/bg-header.png) repeat-x #9fc57a;
	border: none;
	border-style: none!important;
	margin-bottom: 10px;
	box-shadow: 0 2px 0 #85ac60, inset 0 -1px 0 #a0c57c ;
}
#menu-basic.menu li ul,
#menu-basic.menu li ul ul {
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#menu-basic.menu a {
	text-decoration: none;
	text-shadow: 0 1px 0px #6e9848;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	padding: 15px 20px;
	border-width: 0;
	border-left-width: 0;
}

#menu-basic li#menu-item-123.current-menu-item a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}

	#menu-basic.menu a:hover, #menu-basic li.current-menu-item a{
		color: #546741!important;
		background: rgba(0,0,0,0.1)!important;
		text-shadow: 0 1px 1px #badc9a!important;
		box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
	}
	 #menu-basic li.home-tab a:hover {
	-webkit-border-top-left-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-topleft: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;	
	}
	
	#menu-basic-1 li, #menu-basic-2 li {float: none;}
	
	
.sub-menu {
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

#s {
	width: 246px;
	border: 1px solid #B8CCA2;
	box-shadow: 0 1px 2px #ddd inset;
}

#s:focus { border: 1px solid #869f6f;
	
}
	
/*-[ Content ]---------------------------------*/

.clear {clear: both;}

h1, h2 a {
	text-shadow: 0 1px 1px #eee;
}
h2 a:hover, #logo a:hover {
	color: #D15F38;
}
.post_box {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.homepage .post_box:hover {
	background-color: #FAFAFA;
}
.headline_area h1, .headline_area h2 {
	font-size: 28px;
	line-height: 34px;
	font-family: "Yanone Kaffeesatz", sans-serif;
}
.entry-title a {
	color:#7D9F59;
	}
.entry-title a:hover {
	color:#D15F38;
	}
.headline_meta {
	font-size: 12px;
	line-height: 18px;
	color:#bbb;
	padding-left: 0px!important;
	}
.headline_meta a {
	color:#D15F38;
	}
.headline_meta a:hover {
	color: #777;
}
/*-[ Sidebar ]---------------------------------*/
ul.sidebar_list {background: #fcfcfc;}
#sidebars a:hover {
	text-decoration:none;
	color:#444;
	}
#searchsubmit,
.wpcf7-submit,
#commentform input#submit,
#cancel-comment-reply-link {
	padding: 7px 20px;
	background: #D15F38;
	color: white;
	border: 1px solid #A14425;
	cursor: pointer;
	text-shadow: 0 1px 1px #7F381F;
	box-shadow: inset 0 0 1px 0 #e87148;
}

#searchsubmit {padding: 7px 15px!important;
}

#searchsubmit:hover,
.wpcf7-submit:hover,
#commentform input#submit:hover,
#cancel-comment-reply-link:hover { 
box-shadow: inset 0 0 1px #f98259;
border: 1px solid #bb512d;
background: #eb6f44;}


.sidebar_list{
	margin-left: 10px;
	background-color: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	}
.widget a {
	color: #D15F38;
	}
/*-[ Author Box ]------------------------------*/
.postauthor {
	padding: 2em 1.6em;
	background-color: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	}
/*-[ Comment Bubble ]--------------------------*/
.bubble a{
	background: url(images/comment-bubble.png) 0 -6px no-repeat;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	line-height: 35px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 48px;
	height: 48px;
	}
/*-[ Social Share Buttons]---------------------*/
.shareit {
	margin-top: 20px;
}
/*-[ Comments ]--------------------------------*/
.comments_intro {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	clear: both;
	height:30px;
	overflow: hidden;
	padding: 10px 0 5px 20px;
	}
.commentlist {
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	background: white;
	margin-top: 0.8em;
	}
.comment-meta a{
	font-size: 12px;
	color: #888;
	}
.comment-reply-link {
	padding: 2px 11px;
	text-shadow: 0 1px 0 white;
	color: #777;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	border: 1px solid #BBB;
	font-weight: normal;
	background: #F4F3E8;
	text-decoration: none;
	font-size: 12px;
	}
.commentlist .children {
	border-left: 3px solid #DCCD92;
	background: #FFF;
	}
.bypostauthor {
	background: #FAFAFA;
	}
#commentform {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	padding: 1.3em;
	margin: 15px 0;
	}
/*-[ Page Navigation ]-------------------------*/
.page-numbers {
	padding: 5px 10px;
	background: white;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.pnavigation .current,
a.page-numbers:hover {
	background-color: #D15F38;
	color: white;
	}
.pnavigation a {
	color:#777;
	}
/*-[ Footer ]----------------------------------*/
#footer {
	height: 100%;
	width: 100%;
	background-color: #FCFCFC;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	padding:0em;
	}
#footer a{
	border-bottom: none;
	color:color: #D15F38;
	}
	
#footer a:hover{
	color:#444!important;
	}
#footer_setup .footer_items ul li {
	list-style:circle;
	font-size: 13px;
	line-height: 21px;
	}
/*-[ Copyrights ]------------------------------*/
.copyrights a {
	border-bottom: 1px solid #DDD!important;
}
p.credit {
	color: #AAA;
	}
.credit a{
	color: #777!important;
	}
/*-----------------------------------------------
/* Shortcodes
/*---------------------------------------------*/
pre {
	overflow: auto;
	background: #F7F7F7 url('images/code.png') 10px 2px no-repeat;
	padding: 2em 1em 1em 1em;
	border: 1px solid #DDD;
	margin-bottom: 1em;
	}
.note {
	background: #FEF4C8;
	color: #666;
	margin: 1em 0;
	border: 1px solid #FDEBA5;
	}
.note p {
	padding: 0.5em 1em 0.5em 2.5em!important;
	background: url('images/thumb.png') left no-repeat;
	margin: 0.5em 1em;
	}
.announce {
	background: #D7EFFB;
	color: #666;
	margin: 1em 0;
	border: 1px solid #BEE5F8;
	}
.announce p {
	padding: 0.5em 1em 0.5em 2.5em!important;
	background: url('images/speaker.png') left no-repeat;
	margin: 0.5em 1em;
	}
.success {
	background: #E8F6D2;
	color: #666;
	margin: 1em 0;
	border: 1px solid #DEF1BF;
	}
.success p {
	padding: 0.5em 1em 0.5em 2.5em!important;
	background: url('images/tick.png') left no-repeat;
	margin: 0.5em 1em;
	}
.warning {
	background: #FFE7E7;
	color: #666;
	margin: 1em 0;
	border: 1px solid #FFDBDB;
	}
.warning p {
	padding: 0.5em 1em 0.5em 2.5em!important;
	background: url('images/cross.png') left no-repeat;
	margin: 0.5em 1em;
	}
blockquote {
	background: url('images/quote.png') left top no-repeat;
	margin: 5px 5px 0 0!important;
	padding: 10px 30px 0!important;
	border: none;
	}
	
	.divid{
		background: url("images/divider.png") repeat-x;
		height: 1px;
		margin-bottom: 12px;
	}

/*-[ Tabs ]------------------------------------*/
.tabs-wrapper ul.tabs li a span {
    display: block;
    padding: 5px 20px 5px 20px;
    line-height:22px;
    background: #F5F5F5;
    color: #777;
    border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.tabs-wrapper ul.tabs li a.selected span {
    background: #fff;
}
/*-[ Contact Form 7 ]--------------------------*/
.wpcf7-text { border: 1px solid #EBE8D5; background:#FBFBF8; }

/* Gallery  --------------------------*/
.shiba-caption h4 a{
	display: block;
	padding: 15px!important;
	color: #333!important;
	text-shadow: 0 1px 0 #fff;
}

.shiba-caption h4 {
	background: #fff;
	padding: 0!important;}

.shiba-caption h4 a:hover {
	color: #aa1713!important;
	}

.shiba-caption h4 a:hover:after {
	display: inline-block;
	margin-left: 15px;
	content: " View larger photo \2192";
	font-size: 11px;
	line-height: 1em;
	}
	



/* Images  --------------------------*/

#content .entry-content img, img.wp-post-image  {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}



#content a.read-more {
	display: block;
	color: #fff;
	padding: 7px 20px;
	background: #D15F38;
	border: 1px solid #A14425;
	cursor: pointer;
	text-shadow: 0 1px 1px #7F381F;
	box-shadow: inset 0 0 1px 0 #e87148;
	font-size: 14px;
	text-align: center;
	width: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	}

#content a.read-more:hover {
	box-shadow: inset 0 0 1px #f98259;
	border: 1px solid #bb512d;
	background: #eb6f44;
	
}

