/*  
Theme Name: Choose Responsibility
Theme URI: http://blog.chooseresponsibility.org
Description: A custom theme for Choose Responsibility
Version: 1.0
Author: Matthew Boynes
Author URI: http://www.unionstreetmedia.com/

*/



/* Begin Typography & Colors */
.postmetadata {
	
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #e9ffec;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */


div#unnecessarybg {
	background: transparent url("images/bg_blog_right_narrow.gif") repeat-y right top;
}

div#base {
	background: transparent url("images/bg_blog_base_narrow.gif") no-repeat 0 0;
}

div#rightsidebar {
	height: auto;
}

#rightsidebar h2 {
	color: #930;
	margin: 5px 5px 0 13px;
	padding: 0;
	
}

#rightsidebar a {
	color: #fff;
}
#rightsidebar a:hover {
	text-decoration: underline;
}

#rightsidebar ul, #rightsidebar ul li {
	list-style: none;
	margin: 0; padding: 0;
}
#rightsidebar ul {
	margin: 0 12px 0 1px;
}
#rightsidebar ul ul {
	margin: 0 0 0 18px;
}

#rightsidebar ul ul ul {
	margin: 0 0 0 5px;
}

#rightsidebar ul li#searchbox {
	border-top: 1px solid #8d8e70;
	margin-top: 5px;
}

#searchbox div {
	margin: 10px 0 0 15px;
}

#s {
	border: 1px solid #666;
	border-right-color: #333;
	border-bottom-color: #333;
	padding: 2px;
	color: #333;
}

#searchsubmit {
	background: #c4c5ab url('images/button.gif') top left repeat-x;
	border: 1px solid #888;
	border-bottom-color: #333;
	border-right-color: #333;
	padding: 2px 4px;
	color: #333;
	margin: 3px 0 0 116px;
}
#searchsubmit:active {
	border: 1px solid #333;
	border-bottom-color: #888;
	border-right-color: #888;
	padding-left: 5px;
	padding-right: 3px;
}

#wpcontent h3 {
	margin-bottom: 0px;
}

small {
	margin-left: 50px;
}

.feed {
	background: url(images/feed.png) top left no-repeat;
	padding-left: 19px;
}
