/*
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, "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #111111;
	}

/* set default link colors */
a {
	color: #4B6F02;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

#subscribe {
	font-family:Arial;
	text-align:right; 
}

#subscribe a { 
	font-size:14pt;
	text-decoration:none;
	color: #89A51B;
};

#menu ul
{
	font-family:Arial;
}

#menu ul li
{
	font-size:11pt;
	font-weight:bold;
}

#menu ul li a
{
	color:#89A51B; 
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: none;
	color: #E6B715;
}

#menu li ul
{
	line-height:120%;
	}

#menu li li {
	font-size:.75em;
}

#menu li li a:hover
{
	text-decoration: none;
	color: #E6B715;
}
.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 g1 so we can use it for better SEO with same size as h2 */
font-size:20px;
}

.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 */

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#wrapper {
	margin: 0;
	padding: 0;
	background: #F8FAEC url(images/header-bg.jpg) repeat-x top center;
	min-width:925px;
	}

#header {
	width: 870;/*710px;*/
	height: 152px;
	background: url(images/header.jpg) no-repeat left top;
	}

#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: 925px;
	margin: 0 auto;
	padding-left:0px;
z-index:10;
}

#menubottom {height: 1px;overflow:hidden;}

#page {
	width: 975px;
	margin: 0px auto;
	padding: 0 0 0 5px;
}

#content {
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#89A51B;
	float: left;
	}

.narrowcolumn {
	padding:0 5px 0 5px;
	float: left;
	width: 545px;
	margin: 0;
	}

.post {	
	text-align: justify;
	padding: 0 0 4px 0;
	}

.post-excerpt {
border-style:dotted;
border-width:1px 1px 1px 1px;
border-color:#89A51B;
padding-left:4px;
padding-right:5px;
margin-top:6px;
}

.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:20px;}
.post h2 a {font-size:20px;}

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 {
/*	display: block;
	margin-left: auto;
	margin-right: auto;*/
	}

img.alignright {
/*	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;*/
	}

img.alignleft {
/*	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;*/
	}

.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 0 0 3px;
	position: absolute;
}

#menu ul li
{
	position: relative;
	display:block;
	float:left;
	height:31px;
	border:dotted #DCE7A0;
	border-width:0 1px 0 0;
}

#menu ul li a
{
	padding:7px 20px 0 20px;
	display:block;
}

#menu ul li a.active
{
	color: #E6B715;
}

#menu ul li:hover
{
	background:#4B6F02;
}

#menu ul li.active
{
	background:#7B8A23;
	border:dotted #E6B715;
	border-width:0 1px 0 0;
}

#menu li ul
{
	border-style:dotted;
	border-color:#89A51B;
	border-width:1px;
	position:absolute;
	margin:5px 0 0;
	width:10em;
	background:#444444;
	visibility:hidden;
	}


#menu li li {
	border-style:dotted;
	border-color:#89A51B;
	border-width:0 0 1px 0;
	width:100%;
	height:auto;
	display:block;
	/*margin:0;
	padding:2px 5px;*/
	}

#menu li li a {
	padding-left: 6px;
}

#menu li li a:hover
{
	/*background: #444444;*/
}

#menu ul li:hover ul
{
	visibility:visible;
}

.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 dotted #89A51B;
    	color:#444444;
    	text-align:center;

	/*padding:3px 2px 4px 2px;
	margin:6px 0px 6px 0px;
	list-style-type: none;
	list-style-image: none;*/
	}

#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 dotted #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;
	/*padding:8px 15px;*/
}

a.commentcloud {
	text-decoration:none;
	font-weight:bold;
}

/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: right;
	width: 415px;
	background-color: #DCE7A0;
	background-image: url('images/sidebar-bg.jpg');
	background-repeat: repeat-x;
	/*font-size:.90em;*/
 	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#89A51B;
        padding-bottom:20px;
	}

#sidebar form {
/*	margin: 0;*/
	}
#sidebar-container-left {
	float: left;	
	width: 195px;
	border:0px dotted #89A51B;
	padding:0 0px 0 5px;
}
 
#sidebar-container-right {
	border:0px dotted #89A51B;
	float: right;
	width: 206px;
	padding:0 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 {
	/*margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;*/
	/*padding: 1em;*/
	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: 5px;
	margin-bottom: 45px;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */

/* widget customizations */
.widget {
	font-size:.9em;
}

.widget_tag_cloud div {
	text-align:justify;
	line-height:1.1em;
}

#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-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_categories ul {
/*padding-left:5px;*/
}

#sidebar li.widget_categories ul li {
font-size:.9em;
/*padding-left:2px;
list-style-type:none;
list-style-image:none;*/
}

#sidebar li.widget_categories ul li ul li {
/*padding-left:6px;*/
}

#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:bold;
}

#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;
}

.post_footer a {
	/*font-weight:normal;
	font-style:normal;*/
}

.post_footer img {
	height:16px;
	width:16px;
	border:0;
	margin-right:2px;
	vertical-align:top;
}