/*
Theme Name: Idealist Cafe Theme -- WordPress Default Clone
Theme URI: http://www.idealistcafe.com/
Description: Cloned WordPress default theme; changed significantly to reflect custom idealist cafe look and feel
Author: Russ Strong
Author URI: http://www.idealistcafe.com/
Tags: custom header, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #111111;
}

/* set default link colors */
a {
	color: #4B6F02;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #770202/*E6B715*/;
}

/*#subscribe {
	font-family:Arial;
	text-align:right; 
}*/

#subscribe a { 
	font-size:14pt;
	text-decoration:none;
	color: #89A51B;
};

#menu ul
{
	font-family:Arial, Helvetica;
}

#menu ul li
{
	font-size:11pt;
	font-weight:bold;
}

#menu ul li a
{
	color:#89A51B; 
	text-decoration: none;
}

#menu li li {
	font-size:.75em;
}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.post a {
	text-decoration:underline;
}

.post small {
	color: #646464;
}

.thread-alt {
	background-color: #e5e7d8;/*f8f8f8;*/
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
/*	border-left: 1px solid #ddd;*/
}

#footer {
	text-align: center;
	font-size: smaller;
	color: #52640A;
}

#footer a {
	color: #003300;
}

small {
/*	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;*/
	}

h1, h2, h3 {
	color:#444444;
	}

.post h2 a {
	text-decoration:none;
}

.post h1 {
/* reduce the size of h1 so we can use it for better SEO with same size as h2 */
font-size:20px;
font-family:Georgia, Palatino Linotype;
letter-spacing:.8px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #ccc;
	/*border:#89A51B solid 1px;*/
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.post .photo {
	font-size:.8em;
	text-align:center;
}

/* End Typography & Colors */



/* Begin Structure */

#wrapper {
	margin: 0;
	padding: 0;
	background: #F8FAEC url(images/header-bg.jpg) repeat-x top center;
	min-width:925px;
	}

#header {
	width: 870;
	height: 148px;
	background: url(images/header.jpg) no-repeat left top;
	width:985px;
	margin:0 auto;
	}

body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #F8FAEC url(images/bg.jpg) repeat-x 0px 180px;
	}

#subscribe {
	float:right; 
	width:160px; 
	border:#89A51B dotted;
	border-width:0px 0px 1px 1px;
	background: #DCE7A0;
}

#subscribe-box {
	height:78px;
}

#menu
{
	position: relative;
	height: 31px;
	width: 975px;
	margin: 0 auto;
	padding:0px;
	z-index:10;
	border-top:#89A51B 2px solid;
	border-bottom:#F8FAEC 0px solid;
	border-left:#89A51B 0px solid;
	border-right:#89A51B 0px solid;
}

#menubottom {
	width:975px;
	margin:0 auto;
	height: 3px;
	background:#111;
	overflow:hidden;
}

#page {
	width: 975px;
	margin: 0px auto;
	padding: 0;
}

#content {
	border-width:0;
	float: left;
	}

.narrowcolumn {
	padding:0 5px 0 0;
	float: left;
	width: 550px;/*545px;*/
	margin: 0;
	}

.post {	
	text-align: justify;
	padding: 0 5px 4px 4px;
	background:#F8FAEC;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#89A51B;
	}

.post-excerpt {
margin-top:0;
margin-bottom:5px;
}

.post-alt {
background:#e3ecc6;
}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

/* End Structure */


/*	Begin Headers */
h1 {
	}

h2 {
	margin: 5px 0 0;
	}

.post h1 {
	margin: 5px 0 0;
	}

/* these two hacks are for IE, it doesn't seem to apply body font size to headers */
/*#sidebar h2 {font-size:20px;}*/
.post h2 {font-size:26px;font-family:Georgia, Palatino Linotype;font-weight:normal;letter-spacing:.8px;}
.post h2 a {font-size:26px;font-weight:normal;letter-spacing:.8px;}

h2.pagetitle {
	margin: 10px 0 0 0;
	/*text-align: center;*/
}

h3 {
/*	padding: 0;
	margin: 30px 0 0;*/
	}

h3.comments {
/*	padding: 0;
	margin: 40px auto 20px ;*/
	}

/* End Headers */



/* Begin Images */
.post .photo {
	border:1px solid #89A51B;
	padding: 2px;
	background:#e5e7d8;
}

.post .alignleft {
	float:left;
	margin:0 6px 3px 0;
}

.post .alignright {
	float:right;
	margin:0px 0px 3px 6px;
}
.post .photo p {
	clear:both;
	margin:0px;
line-height:125%;
	padding:0px 1px 2px 1px;
}

.post div.excerpt {
	width:122px;
}

.post img {
	border:0px;
}

.post img.size-excerpt {
	width:120px;
}

.post img.size-small {
	width:150px;
}

.post img.size-medium {
	width:250px;
}

.post img.size-large {
	width:500px;
}

.post div.size-large {
	width:504px;
}

p img {
/*	padding: 0;
	max-width: 100%;
*/	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	}

img.alignright {
	}

img.alignleft {
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* End Images */



/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}*/

/*html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/
#menu ul
{
	padding:0;
	margin:0;
	position: absolute;
}

#menu ul li
{
	position: relative;
	display:block;
	float:left;
	height:31px;
	border:#89A51B 0 solid; /*DCE7A0*/
	border-right-width:1px;
}

#menu ul li a
{
	padding:7px 20px 0 20px;
	display:block;
}

#menu ul li a.active
{
	color: #111;
}

#menu ul li:hover
{
	background:url(images/menu-bg-hover.jpg) bottom left repeat-x;
	border:#1d1d1d solid 0;
	border-right-width:1px;
}

#menu ul li.active
{
	background:url(images/menu-bg.jpg) bottom left repeat-x;
}

#menu li ul
{
	border-left:#89A51B 1px solid;
	position:absolute;
	margin:5px 0 0 -1px;
	padding-bottom:10px;
	width:10em;
	background:#111;
	visibility:hidden;
	opacity:.95;
	filter:alpha(opacity=95); /* IE's opacity*/
	}


#menu li li {
	border-right-width:0;
	width:100%;
	height:auto;
	display:block;
	}

#menu ul li:hover ul {
	visibility:visible;
}

#menu ul li:hover a
{
	text-decoration: none;
	color:#E6B715;
}

.entry ul li {
/*list-style-type:circle;*/
}
/* not sure if i should use this, is it compatible with all browsers */
.entry ul li:before { /*, #sidebar ul ul li:before {*/
/*	content: "\00BB \0020";*/
	}


.entry ol, .entry ul {
	padding: 0 15px 0 35px;
	margin: 0;
	}

.entry ol li, .entry ul li {
	margin: 0;
	padding: 3px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


/* side bar left widgets */
#sidebar ul li {
	background:#F8FAEC;
	border:1px solid #89A51B;
    	color:#444444;
    	text-align:center;	
	}

#sidebar ul li h2 {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li ul {
    	text-align:left;
	margin: 0;
	padding: 0 0 0 20px;
}

#sidebar ul li ul li {
	border: 0px;
	list-style-image: url(images/bullet.bmp);
	padding-left: 0px;
}

/* control the ul topics */
#sidebar ul li#categories-2 {
height:160px;
}
#sidebar ul li#categories-2 ul {
    	text-align:left;
	margin: 0;
	padding: 0;
}
#sidebar ul li#categories-2 ul li {
	border: 0px;
	list-style-image: none;
	padding-left: 1px;
	line-height:14px;
}
#sidebar ul li#categories-2 ul li ul li{
	padding-left: 5px;
}
/* this margin should be (li height + 1) x num rows */
#sidebar ul li ul li.cat-item-10 {
	margin-top:-135px;
}
#sidebar ul li ul li.cat-item-10, #sidebar ul li ul li.cat-item-1 {
	margin-left:96px;
}


/* end side bar left */

/* side bar right widgets */
#sidebar li {
	background:#F8FAEC;
	border:1px solid #89A51B;
    	color:#444444;
    	text-align:center;
	padding:3px 2px 4px 2px;
	margin:0px 0px 6px 0px;

	list-style-type: none;
	list-style-image: none;
	}

#sidebar li h2 {
	margin: 0px;
	padding: 0px;
}

#sidebar li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#sidebar li ul li {
	margin:1px 0 1px 0;
	border: 0px;
    	text-align:left;
	list-style-image: url(images/bullet.bmp);
	padding: 0;
}

/* end side bar right */

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/*	margin: 5px auto;
	padding: 5px 3px;
	text-align: center;*/
	}

#sidebar #searchform #s {
	width: 92px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border:#89A51B dotted 1px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentcloud {
	float:right;
	width: 38px;
	height:39px;
	margin-top:4px;
	margin-left:4px;
	text-align:center;
	background:url(images/commentcloud.png) no-repeat;
	padding-top:8px;
}

a.commentcloud {
	text-decoration:none;
	font-weight:bold;
}

/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: right;
	margin-top:0px;
	width: 415px;
	/*background-color: #DCE7A0;*/
	background-image: none;
 	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#89A51B;
        padding-bottom:20px;
	}

#sidebar form {
	}
#sidebar-container-left {
	float: left;	
	width: 195px;
	border:0px dotted #89A51B;
	padding:0px 0px 0 5px;
}
 
#sidebar-container-right {
	border:0px dotted #89A51B;
	float: right;
	width: 206px;
	/*padding:5px 5px 0 0px;*/
}

.sidebar-book {
	padding:0 4px 7px 4px;
	font-size:.8em;
	float:left;
	width:45%;
}

.sidebar-book.aligncenter {
	width:90%;
}

/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


blockquote {	
	padding:15px 35px;
	background:#D6D9CA url(images/quote-left.jpg) no-repeat;
	/*quotes: "\201C" "\201D";*/
	}

blockquote p, blockquote ul, blockquote ol {
    line-height: normal;
    font-style: italic;
}

blockquote cite {
/*	margin: 5px 0 0;
	display: block;
*/	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	width:100%; /* IE hack, without this it doesn't wrap right */
	display: block;
	text-align: center;
	margin-top: 0;
	height: 22px;
	margin-bottom: 3px;
	padding:3px 0 0 0;
	background-color:#F8FAEC;
	border-width:0;
	}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */

/* widget customizations */
.widget {
	font-size:.9em;
}

.widgettitle {
	font-style:normal;
	font-weight:normal;
	font-family:Georgia, Palatino Linotype;
	color:#444444;
	font-size:22px;
	margin: 0px;
	padding: 0px;
}

.widget_tag_cloud div.tagcloud {
	text-align:justify;
	line-height:1.2em;
	padding:0 3px;
	letter-spacing:-.6px;
}

#sidebar ul#recentcomments {
	/*font-size:.9em;*/
	font-weight:bold;
}

#sidebar ul#recentcomments a.url {
	font-weight:normal;
}

#sidebar li#linkcat-133 { // be inspired widget
	list-style-type: none;
	list-style-image: none;
	border-bottom-width:0px;
	margin-bottom:0px;
}

#sidebar li#linkcat-180 { // health widget
	list-style-type: none;
	list-style-image: none;
	border-top-width:0px;
	border-bottom-width:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#sidebar li#linkcat-135 { // green/sustainable widget
	list-style-type: none;
	list-style-image: none;
	border-top-width:0px;
	border-bottom-width:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#sidebar li#linkcat-134 { // lifestyle widget
	list-style-type: none;
	list-style-image: none;
	border-bottom-width:0px;
	border-top-width:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#sidebar li#linkcat-2 { // more blogroll widget
	list-style-type: none;
	list-style-image: none;
	/*border-bottom-width:0px;
	border-top-width:0px;*/
	margin-top:0px;
	margin-bottom:0px;
}

#sidebar li#linkcat-136 { // others widget
	list-style-type: none;
	list-style-image: none;
	border-top-width:0px;
	margin-top:0px;
	border-bottom-width:0px;
	margin-bottom:0px;
}

#sidebar li#linkcat-131 { // travel perspective widget
	list-style-type: none;
	list-style-image: none;
	border-top-width:0px;
	margin-top:0px;
}

#sidebar li.widget_recent_entries {
font-weight:normal;
}

#sidebar li.widget_recent_entries ul li {
padding-bottom:3px;
}


#sidebar li.widget_categories ul {
/*padding-left:5px;*/
}

#sidebar li.widget_categories ul li {
/*font-size:.9em;*/
}

#sidebar li.widget_categories ul li ul li {
}

#sidebar li.widget_twitter ul {
	/*font-size:.9em;*/
padding-left:3px;
}

#sidebar li.widget_twitter ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0 0 10px 0;
	padding:0px;
}

#sidebar li#text-5 div {
	clear:both;
	padding: 2px 0 1px 0;
}

#sidebar li#text-5 div a {
	font-weight:normal;
}

#sidebar li#text-5 img {
	vertical-align:middle;
	float:right;
	margin: 0 2px 0 0;
	height:30px;
	width:30px;
	border: 1px solid #89A51B;
}

#sidebar a.twitter_title_link {
/*	background-image: url('images/twitter.jpg'); 
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:-60px;*/
}
#sidebar li.widget_twitter h2.widgettitle {
	background-image: url('images/twitter.jpg'); 
	background-repeat: no-repeat;
	background-position: top 20px;
}

.twitter-timestamp {
	padding-left:6px;
}

/* my custom footer */
.post_footer {
	background:#e3ecc6;
	border:1px dotted #89A51B;
	margin:2px 0 8px 0;
	padding:6px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	/*font-size:.9em;*/
	/*line-height:1.6em;*/
	color:#770202;
}

.post_footer a {
	/*font-weight:normal;
	font-style:normal;*/
}

.post_footer img {
	height:16px;
	width:16px;
	border:0;
	margin-right:2px;
	vertical-align:top;
}
