/* 
	Theme Name: SpringMead Theme
	Description: Custom Wordpress theme.
	Author: Wordpress4Biz
	Author URI: http://www.wordpress4biz.com
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

body {
	background: #5a94c8; /** site background color **/
	width: 940px;
	color: #555555;
	font-size: 13px;
	font-family: Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#page {
	width: 940px;
	float: left;
	background: url(images/pgbg.png) top center repeat-y;
	margin: 0px auto 0px;
	padding: 0px 12px 0px 12px;
	}
	
small {
    font-size: 0.88em;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	}

hr {
      border: 0;
      width: 100%;
      color: #c2d5e7;
      background-color: #c2d5e7;
      height: 1px;
      margin-top: 15px;
	  margin-bottom: 15px;
      }
	
/************************************************
*	Hyperlinks									*
************************************************/

a {
	color: #2c88da; /** general link color **/
	text-decoration: underline;
	}
	
a:hover {
	color: #84bf23; /** general link hover color **/
	text-decoration: underline;
	}
	
a:visited {
	color: #84bf23; /** general link visited color **/
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: url(images/header.jpg) top center no-repeat;
	width: 916px;
	height: 246px;
	margin: 0px auto 0px;
	padding: 0px;
    list-style-type: none;
	}
	
#header img {
        border: none;
	}
	
.brand {
    float: left;
	width: 350px;
	margin: 75px 0px 0px 25px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
    float: left;
	background: url(images/navbg.jpg) top left repeat-x;
	width: 916px;
	text-align: right;
	margin-left: 12px;
	padding: 0px;
	height: 35px;
	font-size: 14px;
	}
	
#navbar ul {
	list-style: none;
	float: right;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	}
	
#navbar a, #navbar a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#navbar li {
	float: left;
	list-style: none;
	border-left: 1px solid #185003;
	}

#navbar a, #navbar a:visited {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 10px 22px 10px 22px;
	}

#navbar a:hover, #navbar a:active, .current_page_item	a, #home .on {
	background: url(images/navon.jpg) top center repeat-x;
	text-decoration: none;
	}
	
/************************************************
*	Dropdown Menus								*
************************************************/
	
#navbar li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	}

#navbar li li {
	width: 174px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #507718;
	color: #ffffff;
	text-align: left;
	}

#navbar li li a, #navbar li li a:visited {
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
	text-transform: none;
	padding: 3px 0px 3px 3px;
	}

#navbar li li a:hover, #navbar li li a:active {
	background:#5a94c8;
	color: #ffffff;
	}	
		
#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {
	left: auto;
	}

a.main:hover {	
    background:none;
	}
	
/************************************************
*	Sidebar      							*
************************************************/

#sidebar {
	float: left;
	width: 198px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}
	
#sidebar h2, #sidebar h2.widgettitle, #sidebar h2.title {
	color: #537a1b;
	font-size: 16px;
	padding: 5px 0px 5px 5px;
	margin: 0px 3px 15px 0px;
	border-bottom: 1px dotted #537a1b;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	}
	
#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li a {
	display: block;
	color: #537a1b;
	text-decoration: none;
	padding: 4px 0px 4px 5px;
	}

#sidebar ul li a:hover {
	background: #5a94c8;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#sidebar img {
    border: none;
    padding: 1px 0px 0px 0px;
	}
	
#sidebar p {
	margin: 5px;
	padding: 5px;
        font-size: 11px;
	}
	
#sidebar a.link {
	padding: 4px 0px 4px 5px;
        background: none;
	}

#sidebar.client a:link, #sidebar.client a:hover, #sidebar.client a:visited {
        background: none;
        font-weight: bold;
        color: #537a1b;
        text-decoration: underline;
        }

#sidebar.text {
	margin: 5px;
	padding: 5px;
        font-size: 9px;
	}

#sidebar blockquote {
        margin: 5px 0px 10px 0px;
        padding: 0px;
        }

.sfstst-readmore a {
        padding: 0px;
        margin: 0px;
	display: block;
	color: #537a1b;
	text-decoration: none;
        }

.sfstst-readmore a:hover {
	background: #5a94c8;
	color: #FFFFFF;
	text-decoration: none;
	}
	

/************************************************
*	Content 					     		    * 
************************************************/

#wrap {
    background: url(images/wrap.jpg) top center repeat-y;
	float: left;
	width: 916px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	}
	
#content {
	float: right;
	width: 680px;
	background: url(images/pgbg.png) top center repeat-y;
	margin: 0px 10px 0px 0px;
	padding: 10px 8px 0px 8px;
	}
	
.author {
    font-size: 11px;
	padding: 0px 0px 12px 0px;
	}

#content p {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
     }
	
#content ul{
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 15px 0px;
	}
	
#content ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

#content ul.wplc_event_list {
	list-style-type: none;
	margin: 0px 15px 0px 10px;
	padding: 0px 5px 15px 10px;
	}

#content ul.wplc_event_list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#content ol{
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 15px 0px;
	}
	
#content ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#content ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #d47e22;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #4b5a1d;
	text-decoration: underline;
	}
	
#content p img {
	padding: 5px 10px 5px 10px;
	border: none;
	} 
	
.entry {
    padding: 12px 5px 10px 0px;
    margin: 5px 0px 30px 0px;
    border-bottom: 1px dotted #c0c0c0;
	}

.sociable {
    margin: 0px;
    padding: 15px 0px 15px 25px;
    }
	
/************************************************
*	Headings					     		    * 
************************************************/
	
h1 {
	color: #3e2983;
	font-size: 2.1em;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px 5px 10px 5px;
	border-bottom: 1px dotted #c0c0c0;
	}
	
h1 a, h1 a:visited  {
	color: #3e2983;
	text-decoration: none;
	}

h1 a:hover {
	color: #555555;
	text-decoration: none;
	}
	
h2 {
    color: #3e2983;
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
h2 a, h2 a:visited  {
	color: #3e2983;
	text-decoration: none;
	}

h2 a:hover {
	color: #81b921;
	text-decoration: none;
	}
	
h3 {
    color: #81b921;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	}
	
h3 a  {
	color: #81b921;
	text-decoration: none;
	}
	
h3 a:hover  {
	color: #3e2983;
	text-decoration: underline;
	}
	
h4 {
    color: #555555;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	}
	
h5 {
    color: #555554;
	font-size: 1.3em;
	font-weight: normal;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 20px 0px 15px 10px;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	}
	
	
#blogtitle {
	color: #555554;
	font-size: 1.7em;
	font-weight: bold;
	padding:12px 0px 12px 5px;
	margin: 0px 0px 20px 0px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	}
	
/************************************************
*	Special Sections				     	    * 
************************************************/
	
#hometext {
    margin: 10px 10px 10px 10px;
	text-align: justify;
	}

#crumbs {
    font-size: 0.75em;
	text-align: right;
	padding: 5px 5px 15px 0px;
	}
	
#crumbs a {
    font-size:1em;
	}
	
#show {
	float: none;
	background: #ffffff;
	width: 645px;
	margin: 0px 8px 15px 8px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: 1px solid #5a94c8;
	}
	
.showname {
    color: #5a94c8;
	margin: 25px 20px -5px 0px;
	padding: 0px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
	}

.alignright {
    float: right;
	margin: 5px 10px 5px 10px;
	border: none;
	width: inherit;
	} 
          
.alignleft {
    float: left;
	margin: 5px 10px 5px 10px;
	border: none;
	width: inherit;
	} 
	
#highlights {
	margin-top:15px;
    margin-bottom:2px;
    padding: 0px;
	text-align: justify;
    }
	
#highlights img {
    float: right;
	margin: 10px 5px 10px 10px;
	border: none;
	width: inherit;
	}
	
.categ {
	font: 1.1em Verdana;
	text-transform:uppercase;
	margin: 10px 0px 0px 0px;
    padding: 5px 0px 15px 5px;
	font-weight: bold;
	color: #555555;
	}

.catttl {
	font: 1.3em Verdana;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: #3e2983;
	}

.catttl a, .catttl a:visited {
	color:#3e2983;
	text-decoration: none;
	}

.catttl a:hover {
	color:#81b921;
	text-decoration: none;
	}
	
.excerpt {
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	background: #f3f9fe;
	}
	
.excerpt img {
    float: right;
	margin: 0px 5px 0px 15px;
	border: none;
	width: inherit;
	}
	
.post {
    background: #f4f4f4;
	border: 1px dotted #c0c0c0;
	padding: 5px 10px 5px 10px;
	margin: 0px 5px 10px 5px;
	}
	
#post-date {
    float: left;
	width: 52px;
	margin: 0px 15px 10px 0px;
	padding: 1px;
    text-align: center;
	}
	
.month {
    background: url(images/month-bg.png) top center no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0px 5px 0px;
	}
	
.day {
    background: url(images/date-bg.png) top center no-repeat;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0px 12px 0px;
	}

	
/************************************************
*	Footer      								*
************************************************/

#footer {
    float: left;
    font-size: 0.88em;
	width: 916px;
	color: #5555555;
	margin: 10px 0px 5px 10px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	list-style-type: none;
	border-top: 1px solid #537a1b;
	}
	
#footer img  {
    margin: 5px 0px 0px 3px;
	border: none;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: inline;
	color: #537a1b;
        background: none;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 3px;
	}

#footer ul li a:hover {
	color: #537a1b;
	text-decoration: underline;
	}
	
#copy {
    margin:0px auto;
	padding: 10px 0px 15px 0px;
	color:#3a78b0;
	text-align: center;
	font-size: 0.83em;
	}
	
#copy a, #copy a:visited {
	color: #3a78b0;
	display: inline;
	text-decoration: none;
	}
	
#copy a:hover {
	color: #3a78b0;
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/
	
#searchform {
    float: left;
    width: 195px;
	background: url(images/sidbar-top.png) top left no-repeat;
	padding: 15px 0px 35px 5px;
	margin: 0px auto 0px;
    margin-bottom: 10px;
	}

#searchbox {
	background: #ffffff !important;
	width: 125px;
	color: #888888;
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	margin: 0px 3px 0px 3px;
	padding: 3px 0px 2px 5px;
	border: 1px solid #777777;
	display: inline;
	}

.button {
	padding: 1px 2px 3px 2px;
	background:#7da43d;   /** search button color **/
	color:#ffffff;
	border:none;
	font-size:0.98em;
    font-weight: normal;
	text-transform: lowercase;
	}

.button:hover {
	background:#3e2983;   /** search button hover color **/
	text-decoration:none;
	}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 600px;
	background: #f4f4f4;
	color: #333333;
	float: left;
	padding: 5px 20px 5px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #C0C0C0;
	}
	
ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px 15px 0px 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 5px 10px 5px 0px;
	width: 550px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	width: 590px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.avatar-default {
    float: left;
	margin: 0px 10px 5px 0px;
	}
	
/************************************************
*	Floats  									*
************************************************/


.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
