/*
 
 Title: MoldBlogger.com
 
 Date: 11.08.07
 
 Author: Jonathan Wold
 
 
 
 Table of Contents: :)
 
 - Typography
 
 - Header Layout
 
 - Content Layouts
 
 - Homepage Layout
 
 - Sidebar Layout
 
 - Footer Layouts
 
 
 
 Developer Notes:
 
 This document is organized for easy readability, using hybrid property organization
 
 For more details, visit CSSBestPractices.com
 
 
 
 
 
 Border Color: #90ac7d
 
 Font Color: #334426
 
 
 
 
 
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    background: #fff;
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

a img {
    border: none;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
/* Typography Styles Begin Below
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Header Styles Begin Below
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


body {
    background: url(images/bg-header.png) repeat-x 0 20px;
}

#header {
    position: relative;
    width: 950px;
    height: 100px;
    margin: 10px auto 50px auto;
}

a#question-promotion {
	position: absolute; top: 0; right: 5px; color: red; text-decoration: none; font-weight: bold;
	}

#header img {
    position: absolute;
    top: 7px;
}

#header h1 {
    position: absolute;
    top: 80px;
    left: 100px;
    width: 650px;
    font-size: 1.8em;
}

#header ul {
    position: absolute;
    top: 35px;
    left: 90px;
    width: 700px;
    height: 35px;
    list-style: none;
}

#header ul li {
    float: left;
}

#header ul li a {
    display: block;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0 0 0 40px;
    font: bold 1em Georgia, "Times New Roman", Times, serif;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

a#strategies {
    background: url(images/icon-strategies.png) no-repeat;
}

a#content {
    background: url(images/icon-content.png) no-repeat;
}

a#education {
    background: url(images/icon-education.png) no-repeat;
}

a#resources {
    background: url(images/icon-resources.png) no-repeat;
}

#header form {
    position: absolute;
    top: 37px;
    right:0;
}

#header form input#s {
    font-size: 1.2em;
    padding: 0 3px;
	width: 180px;
    color: #334426;
}

#header form input#searchsubmit {
    font-size: 1.2em;
    padding: 0 3px;
    color: #334426;
}

#header form div {
    position: relative;
    float: left;
}

#header form label.over-apply {
    position: absolute;
    top: 0;
    left: 5px;
    color: #ccc;
}

#header form input#submit {
    margin: 0 0 1px 0;
    width: 40px;
    height: 30px;
    border: 2px solid #000;
    background: #c6dbb5;
    cursor: pointer;
    font-weight: bold;
}

#header h1#slogan {
    width: 530px;
    height: 36px;
    background: url(images/header-slogan.png);
    text-indent: -13370px;
}

#header h1#slogan a {
    display: block;
    width: 530px;
    height: 36px;
}

label.hint {
    display: none;
}

input.placeholder {
    color: #666;
}
/* Content Styles Begin Below
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#container {
    width: 950px;
    margin: 0 auto;
    background: url(images/bg-content.png) repeat-y;
}

#contentWrap {
    float: left;
    width: 650px;
}

#content {
    margin: 0 20px 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#content .alignleft { float: left; margin: 10px 15px 15px 0; }
#content .alignright { float: right; margin: 10px 0 15px 15px; }


#featured {
    position: relative;
    border-bottom: 1px dashed #90ac7d;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
}

#featured h1 a, #content h1 a {
    margin: 0;
    padding: 0;    
    font-weight: bold;
    color: #334426;
    text-decoration: none;
}

#content h1 {
	font-size: 1.5em; color: #334426;
	}

#featured span.data, #content span.data {
    display: block;
    margin: -8px 0 0 0;
    padding: 0;
}

#featured span.data a, #content span.data a {
    color: #334426;
}

#featured p {
    margin: 20px;
}

#content {
    padding: 0 0 50px 0;
}

#home #content {
    padding: 0;
}

#content p {
    margin: 10px 0;
    line-height: 1.6em;
}

#content ul, #content ol {
    margin: 0 30px;
}

#content ul li, #content ol li {
    margin: 10px 0;
}

#featured a.read-more {
    position: absolute;
    bottom: 10px;
    right: 5px;
    display: block;
    width: 100px;
    font-weight: bold;
    color: #334426;
}

#content div.postmetadata {
    padding: 5px 10px;
    border: 1px dashed #ccc;
    margin: 0 0 10px 0;
    font-size: 0.9em;
}

.entry h3 { font-weight: bold; }

#content div.postmetadata p {
    margin: 5px 0;
    padding: 0;
}

#content #top-ad {
	margin: 10px 0; height: 280px; border-left: 75px solid #324325; padding-left: 15px;
	}
	
#content #bottom-ad {
	margin: 10px 0; height: 280px; border-left: 75px solid #324325; padding-left: 15px;
	}
	
/* Comment Styles Begin Below	
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#content h3#comments {
    font-size: 1.2em;
    margin: 20px 0 10px 0;
}

#content h3#pingbacks {
    font-size: 1.2em;
    margin: 20px 0 10px 0;
}

#content h3#respond {
    font-size: 1.2em;
    margin: 20px 0;
    border-top: 1px dashed #90ac7d;
}

#content ol.commentlist {
    margin-left: 0;
}

#content ol.commentlist {
    list-style: none;
}

#content ol.commentlist li.comment {
    position: relative;
    padding: 0 0 10px 55px;
    margin: 0 0 30px 0;
    background: url(images/comments-icon.png) 0 5px no-repeat;
    line-height: 1.1em;
}

#content ol.commentlist li.authorcomment {
    background: url(images/comments-icon-author.png) 0 5px no-repeat;
}

ol.commentlist li small.commentmetadata {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
}

#content blockquote {
	font-style: italic; margin: 0 0 0 25px;
	}

p.subscribe-to-comments input {
    float: left;
    margin: 0 0 0 5px;
}

p#response-instructions {
    padding: 10px;
    background: #c6dbb5;
    border: 1px solid #90ac7d;
}

/* Homepage Column Styles Begin Below 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#col-aWrap {
    width: 320px;
    float: left;
}

#col-a {
    padding: 0 10px;
    border-right: 1px solid #90ac7d;
}

#news h1 {
    font: bold 1.2em Georgia, "Times New Roman", Times, serif;
    margin: 0 0 20px 0;
    color: #334426;
}

#news h2, #news h2 a {
    font: bold 1em Georgia, "Times New Roman", Times, serif;
    color: #334426;
}

#news span {
    display: block;
    font-size: 0.7em;
    margin: 0 0 10px 0;
}

#news p {
    font-size: 0.8em;
    margin: 5px 0;
}

#news .news-clip {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #90ac7d;
}

#col-bWrap {
    width: 325px;
    float: left;
}

#col-b {
    padding: 0 10px;
    text-align: center;
}

#illustration {
    padding: 40px 0;
}

#flickr {
    padding: 0 0 0 10px;
}

#flickr_badge_source_txt {
    padding: 0;
    font: 11px Arial, Helvetica, Sans serif;
    color: #666666;
}

#flickr_badge_icon {
    display: block;
    margin: 0;
    border: 1px solid #90ac7d
}

#flickr_icon_td {
    padding: 0 5px 0 0;
}

.flickr_badge_image {
    text-align: center;
}

.flickr_badge_image img {
    border: 1px solid black;
}

#flickr_www {
    display: block;
    padding: 0 10px 0 10px;
    font: 11px Arial, Helvetica, Sans serif;
    color: #3993ff;
}

#flickr_badge_uber_wrapper a {
    text-decoration: none;
    color: #3993ff;
    display: inline;
}

#flickr_badge_wrapper {
    background-color: #ffffff;
    border: solid 1px #90ac7d
}

#flickr_badge_source {
    padding: 0;
    font: 11px Arial, Helvetica, Sans serif;
    color: #666666;
}

#flickr_badge_uber_wrapper small {
    font-size: 11px;
}

#flickr_badge_wrapper {
    padding: 10px 0;
}

#flickr_badge_wrapper img {
    margin: 5px 8px;
}
/* Sidebar Styles Begin Below 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#sidebarWrap {
    float: left;
    width: 300px;
}

#sidebar {
    margin: 5px 0 0 20px;
    padding: 0 0 0 10px;
}

#sidebar a {
    color: #334426;
}

#subscribe {
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #90ac7d;
    margin: 0 0 20px 0;
}

#subscribe h2 {
    font: bold 1.2em Georgia, "Times New Roman", Times, serif;
    color: #334426;
    text-transform: capitalize;
}

#subscribe a#rss-link {
    padding: 0 0 0 30px;
    margin: 10px 0;
    display: block;
    background: url(images/icon-rss.png) 0 0 no-repeat;
    height: 25px;
    line-height: 25px;
    font-size: 1em;
}

#subscribe p {
    margin: 10px 0 0 0;
    font-size: 0.9em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#subscribe form input#email {
    width: 200px;
    font-size: 1.1em;
    padding: 2px;
    font-weight: lighter;
}

#subscribe form input#submit {
    padding: 3px 2px;
}

#sidebar-ads #ad-1 {
    padding: 10px;
    background: #c6dbb5;
    border: 1px solid #90ac7d;
}

#sidebar-ads #ad-2 {
	font-size: 0.8em; line-height: 1.1em; margin-top: 15px;
	}

#sidebar-ads {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #90ac7d;
}

#sidebar-ads #ad-1 h3 a {
    color: #000;
}

#sidebar-links h2 {
    margin: 0 0 5px 0;
    font: bold 1.1em Georgia, "Times New Roman", Times, serif;
    color: #334426;
}

#sidebar-links ul {
    margin: 0 0 20px 25px;
}

#sidebar-links ul a {
    font-size: 0.9em;
}

#sidebar .recent p.snippet { font-size: 12px; }

/* Archive Styles Begin Below 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#archive .post {
	margin: 10px 0;
	}
	
#archive .post h3 {
	font-size: 1.1em;
	}
	
#archive .post a {
	color: #334426
	}

/* Footer Styles Begin Below 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#footerWrap {
    background: #334426;
}

#footer {
    width: 950px;
    margin: 0 auto;
    color: #fff;
}

#footer h2 {
    font-size: 1.3em;
}

#footer a {
    color: #fff;
}

#footer div {
    margin: 0 10px 0 0;
    padding: 20px 0;
}

#footer div ul {
    margin: 5px 0 0 20px;
    list-style: circle;
}

#footer #categories {
    float: left;
    width: 500px;
}

#footer #categories ul li {
    width: 220px;
    float: left;
}

#footer #categories ul {
    font-size: 0.8em;
}

#footer #resources {
    float: left;
    width: 300px;
}

#footer #about {
    float: left;
    width: 400px;
}

#footer #about p {
    margin: 5px 0;
    font-size: 0.9em;
    line-height: 1.3em;
}

.red {
	color: red;
	}

.redbold { color: red; font-weight: bold; }

/* Directory Styles */

.directory .entry p {
	font-size: 0.7em;
}
.directory .entry a {
	color: #334426; font-weight: bold;
}

/* Story Styles */

.story .location { font-style: italic; }

/* Location Styles */

.local .cities ul.city-list { list-style: none; overflow: hidden; margin: 20px 0 10px 0 !important; padding: 0; }
.local .cities ul.city-list li { width: 150px; float: left; margin: 2px 0 !important; padding: 0; }
.local .cities a { color: #334426 }

.local h2 { font-size: 20px; }
.local .stories { margin: 30px 0 0 0; }
.local .experts { margin: 40px 0 0 0; }
.local .experts #provided { margin: 0; font-style: italic; font-size: 13px; }
.local .experts .listing { font-size: 14px; }
.local .experts .listing .details img.logo { float: left; width: 250px; margin-right: 15px; }

.local .notice { padding: 10px; border: 2px solid #ccc; background: #F6FFCA; margin: 20px 0; }

/* Caption Styles */

.wp-caption { }
.wp-caption .wp-caption-text { font-style: italic; }
