/* @override 
	http://sales.ekklesia360.com/_css/mcms_blogs_1.css */
aside section {
  display: block;
  overflow: hidden;
}

aside ul.mcms_filter_list,
aside.left ul.mcms_filter_list {
  margin-bottom: 25px;
  margin-left: 5px;
}

aside ul.mcms_filter_list li,
aside.left ul[class*=list] li {
  margin-bottom: 8px;
  font-size: 1.2em;
  line-height: 1em;
}

aside ul.mcms_filter_list li a,
aside.left ul[class*=list] li a {
  text-decoration: none;
}

aside ul.mcms_filter_list li a:hover,
aside.left ul[class*=list] li a:hover {
  color: #333;
}

article {
  margin-bottom: 20px;
  border-bottom: 1px double #dddddd;
  padding-bottom: 10px;
}

article header {
  border-bottom: 1px double #f1f1f1;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 0;
}

article.detail header {
  border: 0;
}

.authorimgwrap {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  padding: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 2px #cccccc;
  -moz-box-shadow: 1px 1px 2px #cccccc;
  box-shadow: 1px 1px 2px #cccccc;
}

.authorimgwrap img {
  width: 50px;
}

article header p {
  margin-bottom: 0;
  color: #aaa;
  font-size: 1.2em;
}

article .continue-link {
  font-size: 1.2em;
  font-weight: bold;
  color: #aaaaaa;
  text-decoration: none;
  float: left;
}

article .continue-link:hover {
  color: #666666;
}

article footer {
  overflow: hidden;
  padding-bottom: 5px;
}

article footer .tags {
  float: right;
  font-size: 1.1em;
  color: #999;
}

article footer .tags em {
  font-weight: bold;
}

article footer .tags a {
  color: #555;
  text-decoration: none;
}

article footer .tags a:hover {
  color: #222222;
}

.comments form label {
  display: block;
  clear: both;
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #666666;
}

.comments form textarea {
  width: 90%;
  height: 100px;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.3em;
  color: #666666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fafafa;
}

.comment {
  margin-bottom: 25px;
}

.comment header {
  overflow: hidden;
  background: #f1f1f1;
  padding: 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}

.comment header .commenter-thumb {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  padding: 3px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.comment header .commenter-thumb img {
  width: 30px;
  border: none;
}

.comment header cite {
  font-size: 1.3em;
  color: #666;
  position: relative;
  top: 13px;
}

.comment header cite .commenter-name {
  font-weight: bold;
  margin-right: 10px;
}

#postList .post:first-child h2 {
  margin-top: 0!important;
}

/* =Accent color
---------------------------------------------------------------------
*/
aside ul.mcms_filter_list li a,
aside.left ul[class*=list] li a,
.comment header cite .commenter-name,
article h3 a:hover {
  color: #5d7b9d;
}

/* =Override 
---------------------------------------------------------------------
*/
.content {
  width: 630px;
}

aside.right {
  width: 250px;
  margin-left: 30px;
}

aside h6 {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 8px!important;
  font-size: 1.5em;
}

aside h5 {
  text-transform: uppercase;
  margin-bottom: 8px!important;
  margin-top: 10px!important;
  font-size: 1.3em;
}

aside img {
  width: 250px;
  margin-bottom: 10px;
}

article h3 {
  font-weight: bold;
  font-size: 1.8em;
}

article h3 a {
  text-decoration: none;
  color: #666;
}

article h3 a:active {
  color: #333;
}
