/* @override http://www.congofrontlinemissions.org/stylesheets/wp-styling.css */

div.content {
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

/* @group Post Formating */

/* @group from K2 */

.clear {
	clear: both;
}

.entry-meta {
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 1px;
}

.entry-meta div {
	display: inline;
}

.entry-date abbr {
	border: 0;
	margin-right: 3px;
}

.entry-author {
	display: none;
}

.entry-author address {
	display: inline;
	font-style: normal;
	margin-right: 2px;
}

.entry-category {
	text-transform: lowercase;
	margin-right: 10px;
}

.entry-meta a, .comment-meta a {
	
}

.entry-tags {
	display: block;
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: url('images/tag_blue.png') left center no-repeat;
}

.entry-tags a {
	text-transform: lowercase;
}

.hentry {
	margin: 5px 0 15px;
	position: relative;
}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

strong {
	color: #fff;
	display: inline-block;
	padding-right: 5px;
}

/* @group hr */

/* hr needs to be set to display: none; */

hr {
	display: none;
}

/* @end */

#rollingcontent {
	margin-top: -10px;
}

#primary-wrapper {
	width: 555px;
	float: left;
	margin-right: 10px;
}

h3.entry-title a {
	margin-top: 0px;
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
}

h3.entry-title a:hover {
	margin-top: 0px;
	font-weight: bold;
	letter-spacing: -0.06em;
	font-size: 1.4em;
	text-decoration: underline;
	color: #c1a08f;
}

/* @end */

/* @group Side Bar */

li {
	list-style-type: none;
	color: #CCC7C4;
}

input#s.livesearch {
	font-size: 11px;
	width: 150px;
}

/* @group Sidebar from K2 */

.columns-one .secondary {
	width: 240px;
	border-top: 1px solid #eee;
}

.columns-three .secondary {
	width: 175px;
}

.secondary {
	width: 168px;
	float: right;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
}

#sidebar-2 {
	clear: right;
}

/* @end */

/* @group sb- */

/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 10px;
}

.sb-pagemenu ul ul {
	margin-top: 2px;
}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
}

.sb-pagemenu .current_page_item {
	
}

/* @end */

/* @group Calendar */

#archives ul li {
	font-size: 12px;
	padding: 0;
	margin: -5px;
	list-style-type: none;
}

#wp-calendar {
	width: 100%;
	color: #fff;
}

#wp-calendar td {
	color: #fff;
}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	font-size: 12px;
	padding: 0;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #today {
	background-color: #6d5d56;
}

h4 {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
}

/* @end */

/* @group Comenting from WP */

.comments {
	text-align: left;
	margin: 30px 0 0;
	position: relative;
}

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	height: 16px;
}

.commentslink {
	padding: 2px 0 2px 20px;
	margin-right: 10px;
}

.quoter_comment {
	padding: 2px 0 2px 20px;
	margin-left: 5px;
}

.commentsrsslink {
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
}

.commentsrsslink a, .trackbacklink a {
	padding: 2px;
}

#commentlist {
	margin: 10px 0 20px;
	position: relative;
}

#commentlist li {
	margin: 10px 0 0;
	padding: 10px 10px 5px;
	list-style: none;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	font-size: 16px;
}

#commentlist li .comment-meta {
	padding: 2px 0 2px 20px;
	background: none no-repeat left center;
	display: block;
}

#commentlist li img {
	padding: 0;
	border: none;
}

#commentlist li .gravatar {
	float: right;
	margin: -5px 0 0;
}

#commentlist li .commentauthor {
	font-weight: bold;
	letter-spacing: -1px;
}

#commentlist li .counter {
	display: none;
	color: #999;
	float: left;
	width: 35px;
	font-style: normal;
}

#leavecomment, .comments #loading, #comments-closed-msg {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	letter-spacing: -2px;
}

.comments #loading {
	margin-top: 20px !important;
}

#comments-closed-msg {
	margin-bottom: 40px !important;
}

.comments #commenterror {
	display: none;
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}

.comments #commentload {
	display: none;
	padding-top: 3px;
	float: right;
	vertical-align: middle;
	height: 18px;
	width: 18px;
}

.comments form {
	clear: both;
	padding: 1px 0 10px;
}

.comments input[type=text], .comments textarea {
	padding: 3px;
	color: #777;
	font-size: 12px;
}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
}

.comments textarea {
	width: 100%;
	margin: 10px 0;
}

.comments form #submit {
	float: right;
}

.comments .navigation {
	margin: 10px 0;
}

div#latest-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1.5em;
}

/* @end */

.widget_categories {
	font-size: 12px;
	list-style-type: none;
}

/* @end */

/* @group Footer */

p.footerstats {
	display: none;
}

p.footerfeedlinks {
	text-align: center;
	font-size: 12px;
	margin-top: -35px;
}

/* @end */

object {
	text-align: center;
	display: block;
	margin: 20px auto 10px;
}
