/*
Theme Name: Selva Verde
Theme URI: http://www.selvaverde.com/
Description: Custom wordpress theme for Selva Verde
Version: 1.0
*/

#sidebar {
	float:left;
	width:160px;
	font-size:1em;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
	
#footerNav {
	clear:both;
}
#content {
	width:730px;
	float:right;
	padding-left:14px;
	border-left:1px solid #DFDFDF;
	margin-bottom:20px;
}

#content h2 {
border-bottom:1px solid #DFDFDF;
margin-top:10px;
}

div.post {
	margin-bottom:36px;
}

div.entry {
	float:left;
	clear:both;
}

/* comments */
#commentlist li p {
	margin:6px 0;
}
li.comment cite {
	font-size: 80%;
}
li.comment {
	border:1px solid #DFDFDF;
	margin:10px 0;
	padding:4px 10px 2px;
}
li.bypostauthor {
	background-color:#EAF7E0;
	border:1px solid #2B5701;
}
li.bypostauthor p {
	color:#2B5701 ! important;
}

ol#commentlist {
	padding-left: 30px;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	margin:3px 0 3px 8px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

div#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align:center;
}
/* End captions & aligment */

/* thumbnail for excerpts plugin */
img.imgtfe {
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	float:right;
	clear:right;
	padding:5px;
	margin:10px;
}

img.alignnone {
	border:1px solid black;
	margin:5px;
}

/* addThis element */
.addthis_toolbox {
	margin-bottom:11px;
}