/*
Theme Name: Stay True Modified
Theme URI: 
Description: 
Version: 1.1
Author: 
Author URI: 
*/

.entry ul {
margin: 0;
padding: 0;
display: inline;
}

.entry li {
margin: 0;
padding: 0;
float: left;
display: block;
width: 236px;
height: 215px;
border-bottom: 1px solid #999;
}


.rightColumn h2 {
display: block;
padding-bottom: 10px;
float: left;
border-bottom: 1px dashed #B4B3AD;
width: 100%;
font-size: 20px;
font-weight: bold;
}

.rightColumn h2 a{
color: #AD4300;
}

.rightColumn {
padding-top:15px;
}

.leftColumn {
padding-top: 22px;
}
.commentbubble a {
	float: left;
	background: url(/comment-bubble.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 30px;
	height: 24px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
        padding: 5px 0 0 0;
}

.date {
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}


.post a:hover {
	color: #AD4300;
}

.post a img {
	border: none;
}



.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: ##f9f9eb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}


#posts  .post .entry ul{
list-style:none;
margin : 0px;
}

#posts  .post .entry ul li {
margin : 5px;
}



#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #f9f9eb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
} 

.commentmetadata  .date a {
      color: #666;
}

.commentmetadata  .date a.comment-edit-link {
       color: #1A6A92;
}
.commentmetadata strong a.url {
      color: #4F6729;
}

.navigation {
width: 100%;
display: block;
margin-bottom: 20px;
text-align: center;
}
.navigation a {
font-size: 85%;
color:#AD4300;
padding: 7px;
border: 1px solid #777;
margin: 0 5px 0 5px;
background-color: #eee;
}
.navigation a:hover {
background-color: #fff;
}


