/*
Theme Name: WisdomTree
Theme URI: http://wordpress.org/
Description: Custom WordPress theme from itookia.com
Version: 1.0
Author: Itookia.com
Author URI: http://itookia.com/
*/

/* common elements  */

#TwitterCounter {
	display: inline;
}

body {
	background-color: #d9d6ce;
	color: #362F2D;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
}

h1,h2 {
	color: #00313F;
	font-size: 28px;
	margin: 0;
	padding: 20px 0;
	letter-spacing: -0.5px;
}

h1,h2 a {
	color: #00313F;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #A5B100;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 35px 0 5px 0;
	letter-spacing: -0.5px;
	color: #90000B;
}

h3 a{
	font-size: 20px;
}

h3 a:hover {
	font-size: 20px;
	text-decoration: underline;
	}
	
h3#comments {margin-top:10px;}

#page.posts h2 {
	font-size:28px;
	margin: 20px 0 5px 0;
	padding:0;
	}

h4 {
	font-size: 17px;
	font-family: georgia, serif;
	margin: 25px 0 5px 0;
	letter-spacing: -0.2px;
	color: #6D8600;
}

a { 
	color: #0A93AF;
	text-decoration: none;
}

a:hover {
	    color: #A5B100;
		text-decoration: underline;
}

div.text a {
	color: #0A93AF;
}

div.text a:hover {
	color: #DF4400;
}

#share_post a {
	color: #DF4400;
}

#share_post a:hover {
		color: #A5B100;
}



img {
	border: none;
}

.inner_content {
	margin: auto;
	width: 930px;

}

.right {
	text-align: right;
}

.small_leaves{			
	list-style-image:url(images/leaf_small.gif);
}

/* common elements end */

/* Menu */



#header div.menu {
	padding: 0;
	margin: 0 0 0 -5px;;
	clear: both;
	height: 45px

}


#header div.menu ul {
	padding: 0;
	margin: 0
	display:inline;
	_margin: 0 0 0 -10px;

}

*:first-child+html div.menu ul {
	margin: 0 0 0 -10px;
}


#header div.menu ul li {
	float:left;
	list-style: none;
    padding: 0;
	margin: 13px 5px 0;
	
}



#header div.menu ul li a {
	color: #bebaae;
	display: inline;
	font-size: 12px;
	margin: 0;
	padding: 6px 20px 6px 18px;
}


#header div.menu ul li a:hover {
    background: #212121;
    text-decoration: none;
    color: #eeeeee;
}

*:first-child+html div.menu ul li a:hover {
	background: transparent;
    text-decoration: none;
    color: #eeeeee;
}


#header div.menu ul li.current_page_item a {
color: #eeeeee;
border: orange dotted 1px;
}
	
*:first-child+html #header div.menu ul li.current_page_item a {
color: #eeeeee;
border: none;
}	

/* Menu end */

/* Header */

#header {
	background-image: url('images/top_back.png');
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
}


#header div.slogan {
	padding: 25px 0 0 0;
	float: left;
	clear:both;
	height:84px
	
}

#header div.slogan h2 {
	color: #99DCF4;
	font-size: 13px;
	text-align: left;
    font-weight: 400;
	padding: 0;
    letter-spacing: 1px;
}

#header div.rss {
	padding: 0;
	margin:0;
	float: left;
	clear:both;
	height:145px;
	
}

div.twit {
	background-image: url(images/tweet.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 196px;
	margin-top: -145px;
	margin-left: -7px;
	min-height: 196px;
	position: relative;
	text-align: center;
	width: 304px;
}

div.twit span.twit_text {
	display:inline-block;
	font-size:12px;
	height:50px;
	letter-spacing:0;
	margin-top:115px;
	text-align:left;
	width:220px;
}


#sidepanel span.twit_follow {
	display: block;
	font-size: 9px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
}



	
div.twit span.twitter-timestamp {
	display: inline-block;
	margin-top: 0;
	text-align: right;
	}
	
div.aktt_tweets a {
		font-style: italic;}	

#header div.rss img {
	padding: 0;
	margin:  0 0 0 -20px;
}

div.leaf {
	background: transparent url(images/leaf.png) no-repeat scroll top center;
	color: #FFF;
	display: block;
	float: left;
	font-size:22px;
	font-weight: 700;
	height: 73px;
	margin: -22px 0 0 -63px;
	padding-top: 15px;
	position: absolute;
	text-align: center;
	width: 75px;
}

div.leaf span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	margin-top: -4px;
}

/* Header end */

/* Content */

#content {
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(images/top_curve.gif);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	clear:none;
	margin: -25px 0 0 0;
	padding:10px 25px 20px 25px;
	position:relative;
	width: 568px;
	height: 100%;
}

#content_bottom {	
	float:left;	
	height: 10px;
	width: 618px;
	background-attachment: scroll;
	background-image: url(images/bottom_curve.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	}

/* Content End */

/* Post */

div.posts {
	background: #FFF url(images/post_top_left.gif) no-repeat left top;
}

div.post {
	padding-bottom:35px
}

div.post .author {
	color: #666;
	font-size: 10px;
	padding:0 0 15px 10px;
}

div.post .text {
	margin-top: 10px;
	line-height: 160%;
}

div.post ol li {
	padding: 0 10px 15px 10px;	
}

/* read more button */
a.more-link {
	background-image: url(images/read-more.gif);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	color: #333;
	display: block;
	height: 26px;
	margin-top: 10px;
	padding-top: 3px;
	text-align: center;
	text-transform: lowercase;
	width: 123px;
}

a.more-link:hover {
	text-decoration: none;
}

div.text ul li {
    padding: 3px 5px 2px 5px;
	}




div.text blockquote {
	background: url(images/quote.gif) no-repeat scroll top left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding-left: 10px;
}

div.text blockquote p {
	display: block;
	margin: 10px 10px 10px 45px;
}

div.text p.wp-caption-text {
	margin-left: 5px;
	line-height:12px;
}

div.navigation {
	font-weight: bold;
}

/* Image inside Post */
div.text img{
	border: 0;
	margin: 0;
	padding: 5px;
}

div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

div.postmetadata {
	background-color: #ffffff;
	background-image: url(images/leaf_small.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding:2px 0 0 25px;
	margin-bottom: 5px;
	background-attachment: scroll;
	font-size: 11px;
}

div.postmetadata a {
		color: #DF4400;
	}
	
div.postmetadata a:hover {
		color: #A5B100;
}

p.tags {padding: 0;}

#share_post {	
	background-color: #fdf7da;
	padding:10px 0 5px 10px;
	margin-bottom: 35px;
	position: relative;
}

#share_post h3 {
	background-image: url(images/love.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 35px;
	margin: 10px 0 0;
}

#share_post p {
	font-size:11px;
	padding-left: 35px;
}




div.post_list{
	background-color:#F0EDDF;
	margin-bottom:20px;
	padding:10px;
	}
div.post_info{
	padding-top:10px;
	}	

/* Post end */

/* Comments */
span.comments {
	background-image: url(images/leaf_comments.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color:#ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: bolder;
	height: 48px;
	line-height: 50px;
	margin: -5px 0 0 15px;
	text-align: center;
	width: 46px;
}

div.avatar {
	float: left;
	padding: 0 15px 0 10px;
	position: relative;
	width: 100px;
	display: block;
}

div.comment_text {
	background-image:url(images/quote_small.png);
	background-position:left top;
	background-repeat:no-repeat;	
	position: relative;
	line-height:1.6;
	margin-left:110px;	
}

div.comment_text p {
	padding-left:26px;	
}	

div.comment_text p a {
	font-size: 13px;	
}

ol.commentlist {
	margin: 0;
	padding: 5px;
}

ol.commentlist li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

ol.commentlist li.authorcomment{
	background-color: #fffdd1;	
	}

ol.commentlist div.comment_author {
	padding: 10px;
}

#commentform input {	
	background-color: #fafafa;
	border: 1px solid #efefef;
}

#commentform textarea {	
	background-color: #fafafa;
	border: 1px solid #efefef;
	height: 200px;
	width: 450px;
}

#commentform input[type="image"]
{
	background-color: transparent;
	border:0;
}

/* Comments end */

/* Sidepanel */

#sidepanel {
	font-size:12.5px;
	line-height: 16px;
	float: right;
	clear:none;
	display:block;
	margin: 30px 0 0 0;
	padding:0;
	width: 295px;
    letter-spacing: 0;
}

#sidepanel a{
	color:#362F2D;
	}

#sidepanel a:hover{
	color:#FFFFFF;	
	}

div#widgetzone {
	background: none;
	padding: 0;
}

div.widget {
	border: 1px solid #a8a39b;
	background-color: #b8b3a9;
	clear: both;
	color: #3e3c39;
	display: block;
	float: left;
	margin-top: 10px;
	min-width: 1px;
	padding: 0 15px 10px 15px;
	width: 265px;
	z-index: 1;
	border-radius: 3px;
	-moz-border-radius: 3px; /* Firefox, or Gecko-based browsers */
	-webkit-border-radius: 3px; /* Safari, or Webkit-based browsers */

}

li.line {
	padding-top: 15px;
	border-bottom: 1px dashed #a49f96;
}

#search.widget input[type="text"] {
	border: 1px solid #A8A39B;
	float: left;
	height: 19px;
	width: 200px;
	padding:3px 0 0 3px;
	margin:2px 4px 0 0;
		border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox, or Gecko-based browsers */
	-webkit-border-radius: 5px; /* Safari, or Webkit-based browsers */

}

#searchform div{
	float: left; 
	display: block;
	}

#widgetzone li h2 {
	background: url(images/icon_popular.png) no-repeat right center;
	color: #54524C;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 5px 30px 2px 0;
	width: 240px;
}

#widgetzone li.ads h2 {
	background: url(images/Money.png) no-repeat scroll right center;
}

#widgetzone li.search h2 {
	background: url(images/search_icon.png) no-repeat scroll right center;
}

#widgetzone li.recent_posts h2 {
	background: url(images/icon_recent.png) no-repeat right center;
}

#widgetzone li.widget_recent_comments h2 {
	background: url(images/icon_comments.png) no-repeat right center;
}

#widgetzone li.categories h2 {
	background: url(images/icon_categories.png) no-repeat right center;
	margin-top: 30px;
}

#widgetzone li.about h2 {
	background: url(images/footer_icon_off.png) no-repeat right center;
}

#widgetzone li.popular h2 {
	background: url(images/footer_icon_love.png) no-repeat right center;
}

#widgetzone li.twitter h2 {
	background: url(images/twitter.gif) no-repeat right center;
}
	
#widgetzone li h2, #widgetzone li.popular h2, #widgetzone li.about h2, #widgetzone li.categories h2, #widgetzone li.recent_posts h2, #widgetzone li.search h2

{	
	_background: none;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 15px 0 10px 3px;
	padding: 0;
	text-transform: none;
}

#widgetzone ul.children {
	padding: 10px 0 0 20px;
}
#widgetzone ul.children li {
	margin-left:10px;
	list-style-image: url(images/littleleave2.gif);
	}


#widgetzone .widget ul li {	
	margin-bottom: 10px;
}

/* Ads */

#right_ads {
	display: block;
	float: left;
	padding-bottom: 10px;
	width: 275px;
	margin: 0;
	padding: 0;
}

#right_ads a {
	border: 1px solid #848079;
	float: left;
	display: block;
	margin: 0 5px 8px 0;
	padding: 0;	
}

#right_ads a img {
	padding: 0;
}

#right_ads a.adhere {
	background: #E7E7E7 none repeat scroll 0 0;	
	color: #666;
	font-size: 12px;
	font-weight: 700;
	height: 125px;
	line-height: 1000%;
	text-align: center;
	width: 125px;	
}

#right_ads a.adhere:hover {
	background: #DDD none repeat scroll 0 0;
	
	color: #333;
}

/* Ads end */

/* Sidepanel end  */

/* Footer */

#leaves {
	background-image: url(images/footer_leaves.png);
	background-position: center center;
	background-repeat: repeat-x;
	clear: both;
	height: 53px;
	position: relative;
	top: 10px;
	width: 100%;
	z-index: 1;
}

#footer {
	background: url(images/footer.gif) #343434;
	background-repeat: repeat-x ;
	clear: both;
	color: #d1ca0b;
	font-size: 12px;
	left: 0;
	min-height: 300px;
	position: relative;
	top: 0;
	width: 100%;
}

div.footer_space ul {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 10px;
	text-align: left;
	width: 200px;
}

div.footer_space ul li {
	border-bottom: solid 1px #64625e;
	padding-top: 14px;

}

#footer div.brick{
	padding: 30px 0 0 40px;
	text-align: left;
	}
	
#footer div.brick img{
	float: left;
	border: 5px solid #cdc8bd;
	margin: 0 10px 10px 0;
}
	
	
div.footer_space ul.boring_stuff {
	
	padding-top: 14px;
	width: 230px;
}

div.footer_space {
	background: url(images/footer_left.png) no-repeat scroll center top;
	background-position: top;
	color: #b7a588;
	display: block;
	float: left;
	min-height: 280px;
	padding-top: 20px;
	position: relative;
	text-align: left;
	width: 300px;
}	

div.footer_space h3 {
	color: #a8a08c;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 40px;
}

div.footer_space h3.love {
	background: transparent url(images/footer_icon_love.png) no-repeat
		scroll center left;
}

div.footer_space h3.plus {
	background: transparent url(images/footer_icon_light.png) no-repeat
		scroll center left;
}

div.footer_space h3.off {
	background: transparent url(images/footer_icon_off.png) no-repeat scroll
		center left;
}

div.footer_space a {
	color: #BDE262; 
	letter-spacing: 0.5px;
	font-size: 14px;
}

div.footer_space a:hover {
	text-decoration: none;
	color: #009BBC; 
}

div.footer_space a:visited {
	color: #f58b00; 
}

.bottom {
	color: #EF8900;
	padding-bottom:10px;
	clear: both;
	height: 35px;	
	list-style: none;
	display: block;
}

.bottom  li{
	float:left;	
	display:inline-block;
	line-height:11px;
	padding:6px;
	}
	
.bottom  li a {
	color: #64625E;
	}	

.bottom_container {
	margin: 0 0 0 -45px;
	padding: 0;
}


.bottom_right {
	color: #EF8900;
	bottom: 0;
	padding:14px;
	height: 15px;
	margin-left: 750px;
	position: absolute;
	width:250px;
}

.alignleft {
display:inline;
float:left;
margin:2px 10px 5px 0;
padding:0;}

.alignright {
display:inline;
float:right;
margin:2px 0 5px 10px;
padding:0;}

/* Footer end*/

/* asides */



h3.mast { 

font-size: 24px; 

_font-size:22px;

padding: 0 0 10px 0; 

}



ul.asides { 

list-style: none; 

margin: 0; }



ul.asides li { 

padding: 20px; 

margin: 5px 5px 15px -40px; 

border:2px dashed #e8e8e7;

background:transparent; 

_font-size: 1.1em;

	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox, or Gecko-based browsers */
	-webkit-border-radius: 5px; /* Safari, or Webkit-based browsers */


}

*:first-child+html ul.asides li { 
	margin: 5px 5px 15px 0; 
}

* html ul.asides li {
	margin: 5px 5px 15px 0; 
}

ul.asides li a {

font-weight: bolder;

}


ul.asides li h4, ul.asides li h4 a {

font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size:20px;
color: #6A4516;
line-height: 1.2em;
padding: 0;
margin: 0 0 10px 0;
}


p.wp-caption-text {
	font-size: 10px;
	color: #A8A39B;
	margin: 0;
	text-align: center;
	padding: 0;}
	
	
abbr, acronym {
border-bottom: .1em dotted;
cursor: help;
}	
