/*
Theme Name: ripe.com Blog
Theme URI: http://wordpress.org/
Description: The New <a href="http://www.ripe.com">ripe</a> blog.
Version: 1.1
Author: ripe.com
Author URI: http://www.ripe.com
Tags: green, ripe, fixed width, two columns
*/


html {
	overflow-y: scroll;
	min-height: 100%;
	background-color: #63c712;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/* Begin Typography & Colors */
body {
	height: 100%;
	margin-bottom: 0px;
	min-height: 100%;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

strong {
	font-weight: bold;
	}
/* Begin Structure */
img {
	border: 0px;
}

#page {
	width: 820px;
	margin: 0px auto;
	padding: 0;
	background-color: #fff;
}

.widecolumn {
	float: right;
	margin: 110px 0 0 0;
/*	min-height:660px;
	height: auto !important;*/
	width: 640px;
}

.narrowcolumn {
	margin: 5px 0 0 0px;
	width: 160px;
}

.post {
	margin: 0 0 40px 0;
	text-align: justify;
}


.clear{
	clear: both;
}

#footer {
	color: #d2d0d0;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}
/* End Structure */

/* Begin Images */
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: 0px;
	margin: 0 7px 2px 0;
	display: block;
	border: 1px solid #333;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f3f3f3;
}

.commentlist {
	text-align: left;
}

.commentlist li {
	margin: 15px 0px 10px -45px;
	padding: 10px 10px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	padding:0 35px 0 40px;
}
.children { padding: 0; }

#commentform p {
text-align: left;
}

form{
display: block;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0px;
	display: block;
}

.odd{
	line-height: 1.5em;
	width: 600px;
}

.even{
	width: 600px;
	background-color: #f3f3f3;
	line-height: 1.5em;
	border-bottom: 1px solid #e9e3d6;
}
.even a, .odd a{
	border-bottom: 1px dotted #63c712;
}

.byuser{
	background-image: url("/blog/wp-content/uploads/2009/02/riple.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #d2edc1;
	line-height: 1.5em;
	border-bottom: 1px solid #e9e3d6;

}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 0 20px;
	width: 155px;
}

#logo{
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px -5px;
}
#logo a img{
	padding: 0px;
	margin-left: -40px;
}

#nav0 {
	text-align: left;
	line-height: 2.5em;
	font-size: 11px;
}

.navul li{
	list-style-type: none;
	display: block;
}


#sidebar hr{
	display: none;
}

hr{
	float: left;
	width: 95%;
	height: 1px;
	border: none;
	color: #e9e3d6;
	background-color: #e9e3d6;
}
.hr{
	border-bottom: 1px solid #e9e3d6;
	width: 50%;
	margin: 0px auto;

}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

a img {
	border: none;
}
a{
	color: #63c712;
	text-decoration: none;
}

a:active, a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	outline: none;
	}

ul{
	list-style: none;
}

/* End Various Tags & Classes*/



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

.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;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.ripe {
	color: #a69f85;
	font-weight: bold;
	font-size: 14px;
}

.twittericon {
	margin-right: 10px;
	}
.social {
	margin-top: 20px;
	}


.normal{
	color: #a69f85;
}

.black {
	color: #656152;
}
.current-cat a:link{
	color: #656152;	
}

.clear{
	clear: both;
}

.widgettitle{
	display: none;
}
.widget .cat-item{
text-align: left;
line-height: 2.5em;
max-width: 100px;
}

#content h2{
	color: #a69f85;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-right: 40px;
	line-height: 20px;
}

#content h2 a{
	color: #a69f85;
}
.entrywrapper{
	padding-bottom: 15px;
}

.tophr{
margin-top: -1px;
margin-bottom: 25px;
}

.entrywrapper hr{
 display: block;
}
.entry{
color: #a69f85;
font-size: 1.1em;
text-align: left;
line-height: 1.5em;
padding-right: 40px;
padding-bottom: 0px;
margin-top: -1px;
}
.entry a:link{
	color: #63c712;
}
.entry p a:active,.entry p a:hover {
	color: #000;
	text-decoration: none;
}
.thumbnail-class {
	border: 1px solid #eae4d9;
	float: left;
	width: 300px;
	height: 200px;
	margin: -5px 15px 0 0;
}
.widget{
	margin-left: -40px;
}
.widget a{
color:#a69f85;
}
.widget a:active,.widget a:hover {
	color: #000;
	text-decoration: none;
}
#content .widecolumn #respond{
display: block;
clear: both;
}
.singlewrapper{
	display: block;
	clear: both;
}
.navigation{
	padding: 0px 15px;
	margin-bottom: 50px;
	font-size: 12px;
}
#wrapper{
	min-height: 100%;
	width: 852px;
	margin: 0px auto;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}

#footer a:link{
	color: #d2d0d0;
}

#footer a:hover {
	color: black;
}
#blog a{
	color: #000;
}
small{
	margin: 0px;
	padding: 0px;
}