/*   
Theme Name: SeekersGuidance
Theme URI: http://seekersguidance.org
Description: Internal theme developed by staff.
Author: SeekersGuidance Staff  
Author URI: http://seekersguidance.org 
.
General comments/License Statement if any.
.
*/

#sg-blog {
   background-color:#CED7D7;
   padding:5px 5px 0;
}

#sg-blog-lc {
   width: 550px;
   float: left;
   margin-right: 5px;
}

.post {
   background-color: #fff;
   margin-bottom: 5px;
   padding: 10px;
}

.post-title {
   font-size: 14pt;
   font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman;
   font-weight: normal;
   color: #363636;
   line-height: 1.1em;
}

.post-single {
   font-size: 18pt;
   margin-bottom: 10px;
}

.post-entry {
   font-size: 9pt;
   margin: 15px 0;
}

.post-entry img {
   max-width: 530px;
}

.post-metadata {
   font-size: 8pt;
   margin-top: 5px;
}

.post-metadata img {
   vertical-align: top;
   margin-right: 5px;
}

.post-metadata-info {
   display: inline-block;
   margin: 0 10px 0 0px;
}

.sg-blog-rc {
   width: 225px;
   float: left;
}

.sg-blog-rc ul {
   margin: 0px;
}

.sg-blog-rc ul li {
   background-color:#EDF0F0;
   font-size:8pt;
   line-height:1.6em;
   list-style:none outside none;
   margin:0 0 5px;
   padding:5px;
}

.sg-blog-rc ul li h2 {
   color:#363636;
   font-family:Palatino,Palatino Linotype,Georgia,Times,Times New Roman;
   font-size:12pt;
   font-weight:bold;
   margin: 0px 0px 10px 0px;
   font-style: normal;
}

.sg-blog-rc ul li ul li {
   color:#696969;
   list-style:disc inside none;
   padding-bottom:0;
}

li.widget_categories li, li.widget_archive li {
   font-size: 10pt;
   line-height: 1.4em;
   margin: 0px;
   padding: 0px 0px 0px 5px;
}

.navigation {
   margin-bottom:5px;
   position: relative;
   height: 26px;
}

.nav-older {
   position: absolute;
   height: 20px;
}

.nav-newer {
   position: absolute;
   right: 0;
   height: 20px;
}

.navigation a {
   background-color:#EDF0F0;
   display:inline-block;
   font-weight:bold;
   padding:3px 10px;
   font-size: 8pt;
}

.navigation a:hover {
   background-color: #204a49;
   text-decoration: none;
   color: #fff;
}

.archive-title {
   background-color:#6E9696;
   color:#EDF0F0;
   font-family:Palatino,Palatino Linotype,Georgia,Times,Times New Roman;
   font-size:12pt;
   font-weight:bold;
   margin-bottom:5px;
   padding:6px;
   text-transform:uppercase;
}

#searchform .hidden {
   color:#363636;
   font-family:Palatino,Palatino Linotype,Georgia,Times,Times New Roman;
   font-size:12pt;
   font-weight:bold;
   margin: 0px 0px 12px 0px;
}

#searchform #s {
}

#searchform #searchsubmit {
}

/* Answers Specific */

.post-section {
   border-bottom:1px dotted #CED7D7;
}

.post-section-lc {
   float: left;
   margin: 10px 0;
}

.post-date {
   background-color:#CED7D7;
   color:#696969;
   padding:5px 0px;
   text-align: center;
   width: 55px;
}

.post-date-mon {
   font-size: 13pt;
}

.post-date-day {
   font-size: 9pt;
}

.post-section-rc {
   float: left;
   width: 450px;
}

.post-section-rc ul {
   color: #ced7d7;
   list-style:square outside none;
   margin:10px 0 10px 25px;
   padding:0;
}

.post-section-rc ul li {
   font-family:Palatino,Palatino Linotype,Georgia,Times,Times New Roman;
   font-size:8pt;
   margin-bottom:10px;
}

.post-section-rc ul li a {
   font-size:13pt;
   line-height: 1.3em;
}


