/*  
Theme Name: Vibrant CMS
Theme URI: http://www.woothemes.com/
Description: Vibrant CMS by WooThemes
Version: 1.1
Author: WooThemes
Author URL: http://www.woothemes.com/
*/

h1, h2, h3, h4, h5, h6  {
	font-family: Georgia, Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover { text-decoration: underline !important; }

/* STRUCTURE */

#wrap {

}

#header  {
	position: relative;
	font-family: Georgia, Times, serif;
	height: 125px;
	background: #f0ad11 url(sss/header.jpg) repeat-x top left;
	border-bottom: 7px solid #f0ad11;
}

div.headerbg  {
	background: url(http://shannonswenson.com/wp-content/uploads/headshot.jpg) no-repeat center right;
}

#header h1.description  {
	font-size: 1.1em;
	color: #FBEFDB;
}

#header h1.title  {
	font-size: 36pt;
	font-weight: normal;
	margin: 37px 0 0 0;
	line-height: 0.8em;
}

#header h1.title a  {
	text-decoration: none;
	color: #663300 !important;
}

#nav  {
	position: absolute;
	top: 60px;
	right: 10px;
}

#featured  {
	position: relative;
	padding-top: 10px;
	font-size: 12pt;
	background: #ffffff url(styles/sss/featuredbg.jpg) repeat-x top left;
}

#featured .buttons  {
	width: 200px;
}

*:first-child+html #featured .buttons  {
	margin: 0;
}

*html  #featured .buttons  {
	margin: 0;
}

#featured .buttons a.prev  {
	margin-right: 5px;
	height: 0;
	overflow: hidden;
	width: 92px;
	padding: 28px 0 2px 0px;
	background: url(styles/sss/prev.jpg) no-repeat top left;
}

#featured .buttons a.next  {
	z-index: 9999;
	margin-left: 5px;
	height: 0;
	overflow: hidden;
	width: 92px;
	padding: 28px 0 2px 0px;
	background: url(styles/sss/next.jpg) no-repeat top left;
}

#featured .pageitem a  {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 20px;
	color: #4093ce;
	background: url(styles/sss/moreinfo.jpg) no-repeat center left;
}

.featimg img {
	top: 0px;
	left: 0px;
}

#steps  {
	height: 46px;
}

#steps ul  {
	margin: 12px 0 0 0;
	padding: 0;
}

#steps ul li  {
	display: inline;
	margin: 0 20px 0 0;
}

#steps ul li a  {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}

#content  {
	border-top: 7px solid #f6f7f7;
	border-bottom: 7px solid #f6f7f7;
	background-color: #fff;
	padding: 0px 0;
}

#content .moreinfo  {
	border: 1px solid #e1e6e5;
	background-color: #fff;
	color: #000000;
	padding: 0 10px;
	width: 258px;
}

#content .moreinfo h3  {
	color: #000;	
}

#content .moreinfo .more a  {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 20px;
	color: #4093ce;
	background: url(styles/sss/moreinfo.jpg) no-repeat center left;
}

#bottom  {
	background: #EFEDED url(sss/bottombg.jpg) repeat-x top left;
}

#bottom p.more a, #bottom .moreinfo .more a  {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	color: #bf0606;
	background: url(styles/sss/moreinfo.jpg) no-repeat center left;
}

#content .moreinfo .topics  {
	margin-top: -15px;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}

#news  {
	position: relative;
}

#news a.feed  {
	position: absolute;
	top: 5px;
	right: 0;
}

#news ul  {
	margin: 0;
}

#news ul li  {
	list-style: none;
	margin: 0;
	padding: 5px 20px 5px 20px;
	border-bottom: 1px solid #d8dcde;
	background: #fff url(images/design/greenarrow.gif) no-repeat center left;
}

#news ul li:first-child  {
	border-top: 1px solid #d8dcde;
}

#news ul li span.date  {
	margin-left: 10px;
}

#news ul li a  {
	font-weight: bold;
	text-decoration: none;
}

#news p.more a  {
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

#newsletter  {
	color: #fff;
	padding-top: 5px;
}

#newsletter h3  {
	color: #fff;
}

#newsletter  p {
	margin-bottom: 5px !important;
}

#newsletterform label  {
	font-weight: bold;
	display: block;
	width: 60px;
	padding-top: 5px;
}

*:first-child+html #newsletterform label {
	width: 58px;
}

*html #newsletterform label {
	width: 55px;
}

#newsletter input.text  {
	height: 28px;
	width: 270px;
	border: none;
	margin-bottom: 8px;
	font-size: 1.8em;
	padding: 0 5px;
}

#footer  {
	height: 50px;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

#footer p  {
	padding-top: 15px;
	margin: 0;
}

#footer p a  {
	text-decoration: none;
}
#footer img {
	vertical-align:middle;
}

/* NAVIGATION */

#nav ul  {

}

#nav ul li  {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 11px;
}

#nav ul li a:link, #nav ul li a:visited  {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover  {

}

/* BLOG CSS */

.post .categories  {
	padding: 10px;
	margin-top: 50px;
}

.post .categories a  {
	font-weight: bold;
	text-decoration:none;
}

.post  {
	padding-top: 10px;
}

.post h2.title  {
	margin: 10px 0px;
	font-size: 40px !important;
	line-height: 40px;
	font-weight: normal !important;
}

.post h2.posttitle  {
	margin: 10px 0px;
	font-size: 24px !important;
	line-height: 10px;
	font-weight: normal !important;
}

.post h2.title a  {
	text-decoration: none;
}

.post h2.posttitle a  {
	text-decoration: none;
}

.post .date  {
	font-size: 9px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.post .author  {
	font-size: 11px;
	color: #4093ce;
	letter-spacing: 1px;
}

.post .commentsbubble, .post .commentsbubble a  {
	float: right;
	width:54px;
	height:50px;
	background: #fff url(images/design/commentsbubble.jpg) no-repeat;
}

.post .commentsbubble a  {
	text-align: center;
	color:#ffffff;
	font-size: 20pt;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.post .qrcode {
	float: right;
	width:100px;
	height:100px;
	margin: 0 0 10px 10px;
}

.qrlink {
	margin-top: -5px;
	text-align: center !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color:#666666;
	text-decoration: none;
}

.qrlink a {
	text-decoration: none;
}

.post p.commentslink a  {
	padding: 0 0 0 22px;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, Times, serif;
}

p.continue  {
	float: left;
	display: inline-block;
}

p.continue a  {
	font-weight: bold;
	text-decoration: none;

}

.canvascaption {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color:#666666;
	text-decoration: none;
}


#postad  {
	width: 468px;
	height: 60px;
	padding: 10px 56px 10px 56px;
	margin-bottom: 20px;
}

a.adlink  {
	text-decoration: none;
	font-size: 10px;
	display: block;
	margin-top: -5px;
}

.asides  {
	margin: 25px 0;
}

.asidespost  {
	padding-left: 10px;
	font-size: 14px;
}

.asidespost .comments a  {
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
}

#postnav  {
	margin-top: 30px;
}

*:first-child+html #postnav  {
	height: 1%;
}

*html #postnav  {
	height: 1%;
}

#postnav p.prev a  {
	padding: 2px 0 0 22px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	background: url(images/design/preventries.jpg) no-repeat bottom left;
	color: #000;
}

#postnav p.next a  {
	padding: 2px 22px 0 0;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	background: url(images/design/nextentries.jpg) no-repeat bottom right;
	color: #000;
}

#Subscription form {
	background: #000000 url(images/design/rss2.png) no-repeat bottom left;
	padding: 6px 6px 6px 30px;
	text-align: left;
	color: #ffffff;
}

#Subscription a {
	color: #bf0606 !important;
	text-decoration: none !important;
}

#Subscription a:hover {
	color: #f0ad11 !important;
	text-decoration: underline !important;
}

#Subscription form a {
	color: #FF5F00 !important;
	text-decoration: none !important;
}

#Subscription form a:hover {
	color: #FFCA83 !important;
	text-decoration: underline !important;
}

#tabbox  {
	margin-top: 80px;
	margin-bottom: 20px;
}

*:first-child+html #tabbox  {
	height: 1%;
}

*html #tabbox  {
	height: 1%;
}

#tabbox ul.idTabs  {
	height: 36px;
	margin: 0;
}

*html #boxes  {
	margin-top: -2px;
}

#tabbox ul.idTabs li {
	display: inline;
	list-style: none;
	margin: 0;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	line-height: 36px;
}

#tabbox ul.idTabs li a:link, #tabbox ul.idTabs li a:visited  {
	text-decoration: none;
	padding: 9px 13px 9px 13px;
}

#boxes ul  {
	margin: 0;
}

#boxes ul li {
	list-style: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	font-size: 14px;
	font-family: Georgia, Times, serif;	
}

#boxes ul .recent {
	list-style: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	font-size: 12px !important;
	font-family: Georgia, Times, serif;	
}

#boxes ul li .topics  {
	font-size: 9px;
	line-height: 14px !important;
	text-decoration: none;
	color: #666666;
}

#boxes ul li:first-child  {
	background: none;
}

#boxes ul li a:link, #boxes ul li a:visited   {
	background: url(images/design/greenarrow.gif) no-repeat center left;
	padding: 0 0 0 22px;
	text-decoration: none;  
}

#boxes ul li .lititle a:link, #boxes ul li .lititle a:visited   {
	background: none !important;
	padding: 0px !important;
	font-weight: bold;
	text-decoration: none;  
}

#leftwidget  {
	width: 159px;
	padding-right: 10px;
	margin-right: 0;
}

.widgetlist  h3  {
	margin: 0 0 7px 0;
	padding: 5px 0 5px 10px;
	font-weight: normal;
	font-size: 16px;
}

.widgetlist ul  {
	margin: 0 0  20px 0;
}

.widgetlist ul li  {
	margin: 0;
	padding: 4px 0 4px 10px;
	list-style: none;
	font-size: 14px;
	font-family: Georgia, Times, serif;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	text-decoration: none;
}

/* Pageitem */

div.crop {
        width: 960px;
        height: auto;
        overflow: hidden;
}

div.widearea {
        width: 10000px; 
        height: auto;
}

div.widearea div {
        height: auto;
        display: block;
        float: left;
}
div.widearea .pageitem { 
	width:960px;
}


/* POST ENTRY */

.prepost { 
	padding: 10px 10px 10px 10px;
	border: 1px dotted #006600;
	margin: 5px auto 15px auto;
	width: 560px;
	height: 15px;
	color: #006600;
	background: #F6F7F7;
	font-size: 12px;
}
.prepost a {
	color: #4093ce !important;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	background: url(images/design/greenarrow.gif) no-repeat center left;
}	
.prepost a:hover {
	color: #f0ad11;
	text-decoration: underline !important;
}	
.tagslink a {
	color: #4093ce !important;
	font-weight: bold;
	line-height: 10px !important;
	text-decoration: none;
}
.linktocomments a {
	color: #4093ce !important;
	font-weight: bold;
	line-height: 10px !important;
	text-decoration: none;
	margin-left: 20px;
	padding: 2px 20px 2px 20px;
	background: url(images/design/comment.png) no-repeat center left;
}
.linktotwitter a {
	color: #4093ce !important;
	font-weight: bold;
	line-height: 10px !important;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	background: url(images/design/twitter.png) no-repeat center left;
}
.entry { 
	margin-top: 10px;
	margin-bottom: 5px;
}
.entry h3 {
	font-weight: normal !important;
	font-size: 20px !important;
}
.entry h4 {
	font-weight: normal !important;
	font-size: 18px !important;
}
.entry p {
	text-align:left;
	color: #000;
	font-size: 14px !important;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:22px !important;
}
.entry .moreinfo  {
	border: 0px !important;
}
.entry .moreinfo .topics  {
	margin-top: -15px;
	font-size: 9px;
	line-height: 14px !important;
	text-decoration: none;
	color: #666666;
}
.entry small, #sidebar small {
	font-weight: normal !important;
	font-size: 10px !important;
	color: #999;
}
.entry a {
	color: #bf0606;
	text-decoration: none !important;
}	
.entry a:hover {
	color: #f0ad11;
	text-decoration: underline !important;
}
.entry .more a  {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 20px;
	color: #4093ce;
}
.entry .nextpage a, #sidebar .nextpage a  {
	float: right;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 20px;
	color: #4093ce;
	background: url(styles/sss/moreinfo.jpg) no-repeat center left;
}
.entry .nextpage a:hover, #sidebar .nextpage a:hover  {
	color: #f0ad11;
	text-decoration: underline !important;
}
.entry blockquote { 
	padding: 10px 10px 20px 10px;
	border: 1px dotted #006600;
	margin: 5px auto 15px auto;
	width: 400px;
	color: #666666;
	background: #DAFCC8;
	font-style: italic;
}
.entry blockquote p {
	font-size: 12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry .asterisk { 
	color: red;
}
.entry .reflection { 
	padding: 10px 10px 0px 10px;
	border: 1px dotted #006600;
	margin: 5px auto 15px auto;
	width: 400px;
	background: #F1FDEB;
	color: #666666 !important;
	font-size: 12px !important;
	line-height: 14px !important;
}
.entry .reflection p, .entry .reflection ul, .entry .reflection li { 
	color: #666666 !important;
	font-size: 12px !important;
	line-height: 14px !important;
}
.entry .lsidebar { 
	float: left;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #006600;
	margin: 5px 10px 5px 0px;
	width: 200px;
	background: #DAFCC8;
	color: #666666 !important;
	font-size: 10px !important;
	line-height: 14px !important;
	font-style: normal !important;
}
.entry .lsidebar p, .entry .lsidebar ul, .entry .lsidebar ol, .entry .lsidebar ul li { 
	color: #666666 !important;
	font-size: 10px !important;
	line-height: 14px !important;
	font-style: italic !important;
	margin: 0px !important;
	padding-bottom: 0px !important;
}
.entry .plainlist li { 
	margin-left: 0px;
	list-style: square !important;
	line-height: 14px !important;
}
.entry .anchornav {
	float:right;
	padding: 0px 0 20px 20px;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	vertical-align:middle;
}
.entry .rsidebar { 
	float: right;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #006600;
	margin: 5px auto 5px 10px;
	width: 200px;
	background: #DAFCC8;
	color: #666666 !important;
	font-size: 10px !important;
	line-height: 14px !important;
	font-style: normal !important;
}
.entry .rsidebar p, .entry .rsidebar ul, .entry .rsidebar ol, .entry .rsidebar ul li { 
	color: #666666 !important;
	line-height: 14px !important;
	font-style: italic !important;
	margin: 0px !important;
	padding-bottom: 0px !important;
}
.entry .caption { 
	padding: 2px 2px 2px 10px;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	vertical-align:middle;
}
.entry .twipcount {
	margin: 0;
	padding: 0 10px 10px 0;
	color: #006600;
	font-family: Georgia, New York, Times New Roman, Times, serif;
	font-size: 3.1em;
	line-height: 1.1em;
	font-weight: 100;
	letter-spacing: -.15em;
}
.entry td img.logo { 
	vertical-align: middle !important;
}
.entry img.imgleft { 
	float: left;
	padding: 2px 10px 2px 0;
	vertical-align:middle;
}
.entry img.imgright { 
	padding: 2px 0px 2px 10px;
	vertical-align:middle;
}
.entry img.imgleftborder { 
	border: 1px solid #000000;
	padding: 0;
	vertical-align:middle;
}
.entry img.imgrightborder { 
	border: 1px solid #000000;
	padding: 0;
	vertical-align:middle;
}
.entry ul, .entry ol {
	width: 425px;
	margin-left: 30px;
	font-size: 14px !important;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:22px !important;
}
.entry ul li {
	list-style: none !important;
	padding-bottom: 22px;
	text-align: justify;
	}
.entry ol li {
	list-style:decimal inside !important;
	padding-bottom: 10px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li ul li {
	list-style: none !important;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/* Landing Message */

.post div.landingmsg {
	width: 565px;
	padding: 5px;
	border: 1px dotted #006600;
	margin: 5px 10px 25px 0px;
	background: #DAFCC8;
	color: #666666 !important;
	font-size: 10px !important;
	line-height: 14px !important;
	font-style: normal !important;
}

.post .landingmsg li {
	margin-left: 25px;
	list-style: none;
}


/* Tag Cloud */

#tagcloud ul a  {
	padding: 0 2px 0 2px;
	text-decoration: none !important;
}

#tagcloud ul a:hover  {
	text-decoration: underline !important;
	color: #bf0606 !important;
}

/* COMMENTS */

#comments h2  {
	margin: 0px 0px 20px;
	font-size: 24px !important;
	line-height: 24px;
	font-weight: normal !important;
}
.commentlist li {
	list-style: none;
	margin: 0px;
	padding: 10px;
}
.commentlist p {
	margin-bottom:10px;
}
.commentlist .gravatar {
	float:left;
	margin: 0px 10px 0px 0px;
}
.commentlist cite {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
.commentlist cite a:hover {
	text-decoration: none !important;
}
.commentlist .metadata {
	color:#000 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}	
.commentlist .metadata:hover {
	text-decoration: underline !important;
}
#commentform input {
	padding: 5px;
	margin-right: 10px;
}
#commentform textarea {
	padding: 5px;
}

/* STYLES */

.bordered  {
	border: 1px solid #000;
}

.floatleft  {
 float: left;
}

.floatright  {
	float: right;
}

.alignright  {
	text-align: right;
}

.alignr  {
	text-align: right;
}