/* Forum-specific Styling */

.icon-comment {
    background: url(http://showthelove.com/images/forum/reply-icon.gif) no-repeat 0 30%;
    padding-left: 15px;
    }
.icon-entry {
    background: url(http://showthelove.com/images/forum/topic-icon.gif) no-repeat 2px 50%;
    padding-left: 15px;
    }
.icon-score {
    background: url(http://showthelove.com/images/forum/score-icon.gif) no-repeat 0 50%;
    padding-left: 15px;
    }
    
/* ------------------------------------------------------------------------------------- TITLE STYLING */

.content-header {
    position: relative;
    margin-bottom: 15px;
    }
.entry-title {
    margin: 0;
    font-size: 18px;
    }
#page-title {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1;
    }
#page-title {
    margin-bottom: 0;
    }
.mt-entry-archive #page-title,
.mt-profile-view #page-title,
.mt-comment-preview #page-title {
    padding-bottom: 10px;
    }
.mt-entry-archive #page-title,
.mt-comment-preview #page-title {
    border-bottom: 1px solid #F3F0E8;
    }
.content-nav {
    position: relative;
    clear: both;
    margin: 10px 0;
    text-align: right;
    color: #777;
    }
.content-nav #results-current-page {
    background-color: #777;
    padding: 2px;
    color: #fff;
    }
.content-nav stong {
    color: red;
    }
.create-entry {
    float: left;
    font-size: 14px;
    padding-left: 20px;
    background: transparent url(http://showthelove.com/images/forum/start-topic-icon.png) left center no-repeat;
    }
.content-header .create-entry {
    float: none;
    position: absolute;
    right: 0;
    bottom: 0;
    }
.mt-entry-archive .create-entry {
    bottom: 10px;
    }
.entry-asset .asset-meta .byline,
.entry-asset .asset-meta .entry-meta-comments,
.entry-asset .asset-meta .entry-meta-trackbacks {
    margin-right: 10px;
    }
.entry-meta-comments {
    background: url(http://showthelove.com/images/forum/comment-icon.gif) no-repeat 0px 50%;
    padding: 0 0 3px 18px;
    }
.entry-meta-trackbacks {
    background: url(http://showthelove.com/images/forum/trackback-icon.gif) no-repeat 0px 50%;
    padding: 0 0 3px 18px;
    }
a.scoring {
    white-space: nowrap;
    background: url(http://showthelove.com/images/forum/scoring-stars.gif) no-repeat 0 -120px;
    padding: 0 0 3px 18px;
    line-height: 22px;
margin: 3px 0 0 6px;
    text-decoration: none;
    cursor: default;
    }
#entry-table a.scoring {
display: block;
}
a.scoring-scorable {
    background-position: 0 0;
    text-decoration: default;
    cursor: pointer;
    }
a:hover.scoring-scorable {
    background-position: 0 -40px;
    text-decoration: underline;
    }
a.scoring-pending,
a:hover.scoring-pending {
    background: url(http://showthelove.com/images/forum/scoring-pending.gif) no-repeat;
    cursor: wait;
    }
a.scoring-scored,
a:hover.scoring-scored {
    background-position: 0 -80px;
    }
.scoring-vote,
#mt-community-blog .scoring-score-label {
    display: none;
    }

/* ------------------------------------------------------------------------------------- FORM STYLING */

input.ti,
textarea.ta,
select {
    border: 1px solid #ccc;
    border-top-color: #aaa;
    border-left-color: #aaa;
    background-color: #fafafa;
    padding: 1px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    }
textarea.ta {
    line-height: 1.5;
    }
#create-entry-form {
    margin-top: 15px;
    }
#create-entry-form .field-header {
    margin: 0 0 3px 0;
    }
#create-entry-form .field {
    margin: 0 0 15px 0;
    }
#create-entry-form .ti,
#create-entry-form .ta {
    width: 500px;
    }
#create-entry-form #entry-title {
    font-size: 1.5em;
    }

/* ------------------------------------------------------------------------------------- ASSET STYLING */

.asset-body {
   line-height: 1.4;
    }
.asset-meta,
.asset-footer {
    color: #777;
    font-size: 11px;
    }
.category-name a {
    font-size: 13px;
    color: #555;
    white-space: nowrap;
    }
    
/* ------------------------------------------------------------------------------------- POPULAR ENTRY CALLOUT STYLING */

#popular-entry .asset-meta,
#entry-table .asset-meta {
    padding: 0;
    margin: 0;
    }
#popular-entry .entry-body {
float: left;
width: 300px;
}
#popular-entry .last-comment .asset-meta,
#entry-table .last-comment .asset-meta {
    margin-left: 46px;
    }
#popular-entry {
    border: 0;
    margin-bottom: 0;
    }
#popular-entry h2 {
    margin: 5px 0;
    font-weight: normal;
    color: #948669;
    text-transform: uppercase;
    }
#popular-entry .asset-meta {
font-size: 11px;
    }
#popular-entry .entry-header {
    margin-left: 0;
    }
#popular-entry .entry-title {
    margin-left: 0;
    width: 400px;
    }
#popular-entry .entry-asset {
    margin: 0;
    background: #F3F0E8;
    line-height: 1.5;
    border: solid 1px #e7dfce;
    }
#popular-entry .entry-asset-inner {
    padding: 10px;
    }
#popular-entry .entry-body {
    float: left;
    margin-bottom: 10px;
    color: #555;
    }
#popular-entry .category-name {
    margin-left: 5px;
    padding-left: 12px;
    background: url(http://showthelove.com/images/forum/forum-icon.gif) no-repeat 0 0;
    }
#popular-entry .comment-count a {
    font-weight: normal;
    }
    
/* ------------------------------------------------------------------------------------- FORUM ENTRY TABLE STYLING */
    
.entry-comments {
    float: left;
    width: 160px;
    margin-bottom: 10px;
    background: #F3F0E8 url(http://showthelove.com/images/forum/popular-entry-comment-bg.png) center top no-repeat;
    }
.entry-comments .comment-count { 
    margin: 10px 10px 0; 
    font-size: 14px;
    }
.entry-comments .last-comment { 
    padding: 0 10px 10px;
    background: transparent url(http://showthelove.com/images/forum/popular-entry-comment-bg-bottom.png) center bottom no-repeat;
    }
.entry-comments .comment-link {
    text-align: right;
    }
.last-comment h4 {
    margin: 5px 0 0;
    color: #948669;
    text-transform: uppercase;
    }
#entry-table .asset-meta a {
    font-weight: normal;
    }
#entry-table .entry {
    margin-bottom: 0;
    margin-left: 46px;
    }
#entry-table {
    clear: both;
    }
#entry-table {
    width: 100%;
    margin-top: 20px;
    border-width: 0;
    border-spacing: 0;
    }
#entry-table,
#entry-table th,
#entry-table td {
    border-style: solid;
    border-collapse: collapse;
    }
#entry-table tr {
    border: none;
    }
#entry-table th,
#entry-table td {
    border-width: 0 1px 1px 0;
    border-color: #f3f0e8;
    border-style: solid;
    }
#entry-table th {
    padding: 3px 10px;
    font-weight: normal;
    color: #948669;
    text-transform: uppercase;
    }
#entry-table th.comment-count {
    text-align: center;
    }
#entry-table td {
    padding: 6px;
    }
#entry-table .last-comment {
    border-right-width: 0;
vertical-align: top;
    }
#entry-table td.comment-count {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    }
#entry-table .comments-closed {
    color: #777;
    }
#entry-table .entry-title {
    font-size: 14px;
    }
#entry-table .entry-title a {
    font-weight: bold;
    }
#entry-table .category-name {
    font-size: 12px;
    } 
#entry-table .category-name a {
    font-weight: normal;
    padding-left: 12px;
    background: url(http://showthelove.com/images/forum/forum-icon.gif) no-repeat 0 0;
    } 
    
/* ------------------------------------------------------------------------------------- ARCHIVE STYLING */
    
.archive {
    margin-bottom: 10px;
    }
.archive .primary-category {
    color: #948669;
    text-transform: uppercase;
    }
.archive .archive-content {
    margin-bottom: 15px;
    }
.archive .archive-content ul li {
    margin-bottom: 3px;
    }
.archive .archive-wrapper-yearly {
    width: 23%;
    margin-right: 2%;
    float: left;
    }
.archive .archive-header {
    font-size: 18px;
    border-bottom: 1px solid #F3F0E8;
    }
.archive .archive-header {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 0 0 3px 0;
    border: none;
    border-bottom: 1px solid #F3F0E8;
    background: none;
    }
.archive .archive-wrapper-yearly .archive-header {
    border-bottom: none;
    padding: 0;
    }

    
/* ------------------------------------------------------------------------------------- WIDGET STYLING */

.widget-category-groups {
    margin-bottom: 2px;
    }
.widget-category-groups .widget-content {
    padding: 0 4px 4px 4px;
    }
.widget-category-groups .widget-header {
    display: none;
    }
.widget-category-groups .secondary-category {
    border-bottom: 1px solid #f3f0e8;
    padding: 5px 3px;
    }
.widget-category-groups h3 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #948669;
    }
.widget-category-groups h3 a {
    color: #948669;
    }
.widget-category-groups .last {
    border-bottom: none;
    }
.widget-category-groups h4 {
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    width: 200px;
    }
.widget-category-groups .category-totals {
    float: right;
    text-align: right;
    }
.widget-category-groups p {
    clear: left;
    color: #777;
    font-size: 11px;
    line-height: 14px;
    }
.widget-category-groups p a {
    font-weight: bold;
    }
.widget-category-groups .entry-count {
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    }
.widget-category-groups .primary-category {
    padding-bottom: 2px;
    background: url(http://showthelove.com/images/forum/forum-group-bg-bottom.gif) no-repeat 0 bottom;
    margin: 8px 2px 2px 2px;
    }
.widget-category-groups .primary-category h3 {
    background: url(http://showthelove.com/images/forum/forum-group-bg.gif) no-repeat 0 0;
    padding: 5px 10px 3px 16px;
    }
.widget-about-this-page p {
margin-bottom: 12px;
font-size: 11px;
}
.custom-field-radio-list {
    margin-bottom: .25em;
    margin-left: 0;
    }
.custom-field-radio-list li {
    list-style: none;
    margin-left: 0;
    }

    
/* ------------------------------------------------------------------------------------- UTILITIES */

.note {
    color: #777;
    font-style: italic;
    }
.comment:after,
#header:after,
#header-inner:after,
#header-menu ul:after,
#content:after,
#alpha-inner:after,
.entry-asset:after,
.last-comment:after, 
#mt-community-blog .asset-meta:after,
.archive:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after,
#tabs:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    }
.comment,
#header-inner,
#header-menu ul,
#content-inner,
#footer-inner,
.content-header, 
.entry-asset, 
.last-comment, 
#mt-community-blog .asset-meta, 
.archive,
.entry-header,  
.entry-asset-inner,
.content-nav, 
.asset-body,
#tabs {
    height: 1%;
    }
       
/* Section Styling */
/*
communitylove Stylesheet
October  3, 2008 12:46 AM
*/

a { 
    color: #96361F; 
    }
#header-menu { 
    background-color: #96361F; 
    }
#header-menu ul li a { 
    background-color: #96361F; 
    border-right-color: #808133; 
    }
#header-menu ul li a:hover { 
    background-color: #808133; 
    }
#header-menu .current_blog { 
    background-color: #808133; 
    }
.asset-date { 
    color: #808133; 
    }
.widget-header { 
	background-color: #96361F;
    }
#header-content {
    background-image: url(http://showthelove.com/images/communitylove-header.gif);
    }
.asset-image-custom img {
    float: left;
    padding: 0 10px 0 0;
}

