@import url(reset.css);

/*----------------------------*/
/*-----Property Sensitive-----*/
/*----------------------------*/

*{
	padding:0;
	margin:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:#C2D9AE url(images/bg.png) repeat-x;
}
h2{
	color:#AB4444;
	font-size:18px;
	line-height:22px;
}
p{
	color:#6B5E33;
	font-size:14px;
	line-height:22px;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
blockquote{
	padding:0 0 0 10px;
	font-style:italic;
	border-left:#AB4444 2px solid;
}
code{
	background-color:#C2D9AE;
}
ul{
	list-style-type:disc;
	padding:0;
	margin:0 0 0 14px;
}
li{
	color:#6B5E33;
	font-size:14px;
	line-height:24px;
	padding:0;
	margin:0;
}
a:link, a:visited{
	text-decoration:underline;
	color:#518E40;
	font-size:14px;
	outline:none;
}
a:hover, a:active{
	text-decoration:none;
	color:#518E40;
	font-size:14px;
	outline:none;
}

/*-------------------------*/
/*-----Class Sensitive-----*/
/*-------------------------*/

.small{
	font-size:12px;
}
.small a{
	font-size:12px;
}
.red{
	color:#AB4444;
}
.white{
	color:#FFF;
}
.lightGreen{
	color:#C2D9AE;
}
.green{
	color:#518E40;
}
.left{
	display:inline;
	float:left;
}
.right{
	display:inline;
	float:right;
}
.clear{
	clear:both;
}
.clearBottom{
	clear:both;
	padding-bottom:35px;
}
.hrShort{
	float:left;
	display:block;
	width:100%;
	height:10px;
	margin:35px 0 20px 0;
	background:transparent url(images/hr.png) repeat-x;
}
.hrLong{
	float:left;
	display:block;
	width:100%;
	height:10px;
	margin:35px 0 0 0;
	background:transparent url(images/hr.png) repeat-x;
}
.hrLongSingle{
	float:left;
	display:block;
	width:100%;
	height:10px;
	margin:0 0 0 0;
	background:transparent url(images/hr.png) repeat-x;
}

/*----------------------*/
/*-----ID Sensitive-----*/
/*----------------------*/

#container{
	position:relative;
	width:912px;
	min-height:512px;
	margin:0 auto auto auto;
	background:transparent url(images/container-bg.png) no-repeat;
}
#columnContainer{
	float:left;
	display:block;
	width:912px;
	margin:7px auto auto auto;
	background:transparent url(images/column-container-bg.png) repeat-y;
}

/*-----Header-----*/

#header{
	float:left;
	display:block;
	width:912px;
	height:100px;
	background:transparent;
}
.backToSproutBoxButton a{
	float:right;
	display:block;
	height:32px;
	width:223px;
	background:transparent url(images/back-to-sproutbox-button.png) no-repeat left;
}
.backToSproutBoxButton a:hover{
	background-position:right;
}
.backToSproutBoxButton{
	float:right;
	display:block;
	overflow:hidden;
	height:32px;
	width:223px;
	margin:0 20px 0 0;
	text-indent:-9999px;
}
.sproutBoxLogoLarge{
	float:left;
	display:block;
	margin:20px 0 0 25px;
}

/*-----Content-----*/

#content{
	float:left;
	display:block;
	width:563px;
	margin:7px 0 auto 6px;
	background:transparent;
}
.contentRow{
	float:left;
	display:block;
	width:503px;
	margin:20px 30px 0 30px;
	background:transparent;
}
.blogPostInfo{
	float:left;
	display:block;
	width:100%;
}
.blogPostInfoLeft{
	float:left;
	display:block;
	width:99px;
}
.blogPostInfoRight{
	float:left;
	display:block;
	width:394px;
	margin:0 0 0 10px;
}
.blogPostInfoBottom{
	float:left;
	display:block;
	width:100%;
	margin:10px 0 35px 0;
}
.blogPostContent{
	float:left;
	display:block;
	width:100%;
	margin:10px 0 0 0;
}
.blogPostContent p{
	margin-bottom:15px;
}
.blogPostContent img{
	margin:20px 0 10px 0;
}
.blogPostContentSingle{
	float:left;
	display:block;
	margin:20px 30px 0 35px;
}
a.blogTitle:link,  a.blogTitle:visited{
	text-decoration:none;
	color:#AB4444;
	font-size:18px;
	line-height:22px;
	outline:none;
}
a.blogTitle:hover, a.blogTitle:active{
	text-decoration:none;
	color:#AB4444;
	font-size:18px;
	line-height:22px;
	outline:none;
}
.blogPostNavigation{
	float:left;
	display:block;
	width:100%;
	margin:20px 0 0 0;
}
.commentsIcon{
	margin:0px 5px -5px 5px;
}
.commentsContent{
	float:left;
	display:block;
	width:100%;
	margin:20px 0 0 0;
	background:transparent;
}
.commentsContentRow{
	float:left;
	display:block;
	margin:20px 0 auto 0;
	background:transparent;
}
.commentContainer{
	float:left;
	display:block;
	width:100%;
	margin:20px 0 20px 0;
	background-color:#C2D9AE;
}
.commentInfo{
	float:left;
	display:block;
	width:100%;
	background:transparent;
}
.commentsNavigation{
	float:left;
	display:block;
	width:100%;
	margin:0 0 35px 0;
}
.contentInfoLeft{
	float:left;
	display:block;
	width:128px;
	height:108px;
	padding:0 0 20px 0;
	background:transparent;
}
.contentInfoRight{
	float:left;
	display:block;
	width:355px;
	margin:0;
	padding:15px 0 20px 0;
	background:transparent;
}
.commentAuthor a{
	font-size:16px;
}
.commentDateTime{
	font-size:12px;
	margin:0 0 15px 0;
}
#commentform{
	width:100%;
}
#comment{
	width:100%;
}
.commentsArea{
	float:left;
	display:block;
	width:100%;
	margin:0 0 10px 0;
}
.avatarIcon{
	float:left;
	display:block;
	margin:20px 0 0 20px;
	border:#FFF 5px solid;
}
.marketingIcon{
	margin:0px 5px -4px 0;
}
.previousButton a{
	float:left;
	display:block;
	height:34px;
	width:101px;
	background:transparent url(images/previous-button.png) no-repeat left;
}
.previousButton a:hover{
	background-position:right;
}
.previousButton{
	float:left;
	display:block;
	overflow:hidden;
	height:34px;
	width:101px;
	margin:0;
	text-indent:-9999px;
}
.nextButton a{
	float:right;
	display:block;
	height:34px;
	width:69px;
	background:transparent url(images/next-button.png) no-repeat left;
}
.nextButton a:hover{
	background-position:right;
}
.nextButton{
	float:right;
	display:block;
	overflow:hidden;
	height:34px;
	width:69px;
	margin:0;
	text-indent:-9999px;
}
.olderCommentsButton a{
	float:left;
	display:block;
	height:34px;
	width:163px;
	background:transparent url(images/older-comments-button.png) no-repeat left;
}
.olderCommentsButton a:hover{
	background-position:right;
}
.olderCommentsButton{
	float:left;
	display:block;
	overflow:hidden;
	height:34px;
	width:163px;
	margin:0;
	text-indent:-9999px;
}
.newerCommentsButton a{
	float:right;
	display:block;
	height:34px;
	width:169px;
	background:transparent url(images/newer-comments-button.png) no-repeat left;
}
.newerCommentsButton a:hover{
	background-position:right;
}
.newerCommentsButton{
	float:right;
	display:block;
	overflow:hidden;
	height:34px;
	width:169px;
	margin:0;
	text-indent:-9999px;
}
#commentAuthorForm{
	float:left;
	display:block;
	width:270px;
	height:20px;
	margin:0 10px 0 0;
	padding:2px 3px 0 3px;
	border:#6B5E33 1px solid;
	font-size:14px;
	color:#6B5E33;
}
#commentEmailForm{
	float:left;
	display:block;
	width:270px;
	height:20px;
	margin:0px 10px 0 0;
	padding:2px 3px 0 3px;
	border:#6B5E33 1px solid;
	font-size:14px;
	color:#6B5E33;
}
#commentUrlForm{
	float:left;
	display:block;
	width:270px;
	height:20px;
	margin:0px 10px 0 0;
	padding:2px 3px 0 3px;
	border:#6B5E33 1px solid;
	font-size:14px;
	color:#6B5E33;
}
#commentTextArea{
	float:left;
	display:block;
	width:494px;
	padding:2px 3px 0 3px;
	border:#6B5E33 1px solid;
	font-size:14px;
	color:#6B5E33;
}
#submitCommentButton{
	float:right;
	display:block;
	height:34px;
	width:154px;
	margin:15px 0 0 0;
	border:none;
	text-indent:-9999px;
}
.tagContainer{
	float:left;
	display:block;
	width:100%;
	height:36px;
	margin:0 0 35px 0;
	background:transparent;
}
.tagContent{
	float:left;
	display:block;
	height:36px;
	background-color:#AB4444;
}
.tagArrow{
	float:left;
	display:block;	
	width:32px;
	height:36px;
	background:transparent url(images/tag-arrow.png) no-repeat left;
}
.tagContent h2{
	margin:6px 10px 0 10px;
	color:#FFF;
}
.searchTitle{
	margin:0 0 20px 0;
}

/*-----Side Bar-----*/

#sideBar{
	float:left;
	display:block;
	width:296px;
	margin:7px 0 auto 41px;
	background:transparent;
}
.sideBarRow{
	float:left;
	display:block;
	width:266px;
	margin:20px 15px 0 15px;
	background:transparent;
}
.sideBarRowTabs{
	float:left;
	display:block;
	width:100%;
	background:transparent;
}
.sideBarRowTabsContent{
	float:left;
	display:block;
	width:100%;
	margin:10px 0 0 0;
	background:transparent;
}
#tabTwo{
	margin:0 0 0 -12px;
}
#tabTwo li{
	line-height:16px;
	list-style:none;
	padding:0 0 15px 30px;
	margin:0;
	background:url(images/leaf-bullet.png) no-repeat 0 3px;
}
#tabTwo a{
	font-size:16px;
}
#tabThree{
	margin:0 0 0 -12px;
}
#tabThree li{
	line-height:16px;
	list-style:none;
	padding:0 0 15px 30px;
	margin:0;
	background:url(images/leaf-bullet.png) no-repeat 0 3px;
}
#tabThree a{
	font-size:16px;
}
.rssButton a{
	float:right;
	display:block;
	height:23px;
	width:64px;
	background:transparent url(images/rss-button.png) no-repeat left;
}
.rssButton a:hover{
	background-position:right;
}
.rssButton{
	float:right;
	display:block;
	overflow:hidden;
	height:23px;
	width:64px;
	margin:0;
	text-indent:-9999px;
}
.searchButton a{
	float:left;
	display:block;
	height:44px;
	width:73px;
	background:transparent url(images/search-button.png) no-repeat left;
}
.searchButton a:hover{
	background-position:right;
}
.searchButton .selected{
	background-position:right;
}
.searchButton{
	float:left;
	display:block;
	overflow:hidden;
	height:44px;
	width:73px;
	margin:0 12px 0 0;
	text-indent:-9999px;
}
.categoryButton a{
	float:left;
	display:block;
	height:44px;
	width:89px;
	background:transparent url(images/category-button.png) no-repeat left;
}
.categoryButton a:hover{
	background-position:right;
}
.categoryButton .selected{
	background-position:right;
}
.categoryButton{
	float:left;
	display:block;
	overflow:hidden;
	height:44px;
	width:89px;
	margin:0 12px 0 0;
	text-indent:-9999px;
}
.monthButton a{
	float:left;
	display:block;
	height:44px;
	width:72px;
	background:transparent url(images/month-button.png) no-repeat left;
}
.monthButton a:hover{
	background-position:right;
}
.monthButton .selected{
	background-position:right;
}
.monthButton{
	float:left;
	display:block;
	overflow:hidden;
	height:44px;
	width:72px;
	margin:0;
	text-indent:-9999px;
}
#searchForm{
	float:left;
	display:block;
	width:197px;
	height:20px;
	margin:7px 10px 0 0;
	padding:2px 3px 0 3px;
	border:#6B5E33 1px solid;
	font-size:14px;
	color:#6B5E33;
}
#goButton{
	float:left;
	display:block;
	width:42px;
	height:34px;
	text-indent:-9999px;
	border:none;
	background:transparent url(images/go-button.png) no-repeat left;
}
.welcomeContent{
	font-size:16px;
	text-align:center;
	line-height:28px;
	margin:15px 0 0 0;
}
.welcomeContent a{
	font-size:16px;
}
.blogRoll{
	margin:15px 0 0 -12px;
}
.blogRoll li{
	line-height:16px;
	list-style:none;
	padding:0 0 15px 30px;
	margin:0;
	background:url(images/leaf-bullet.png) no-repeat 0 3px;
}
.blogRoll a{
	font-size:16px;
}

/*-----Footer-----*/

#footerContainer{
	float:left;
	display:block;
	width:100%;
	background:#6B5E33 url(images/footer-bg.png) repeat-x;
}
#footer{
	position:relative;
	width:912px;
	min-height:480px;
	margin:0 auto auto auto;
	background:transparent;
}
.footerContent{
	float:left;
	display:inline;
	width:220px;
	margin:20px 30px 20px 35px;
	background:transparent;
}
.footerContentBottom{
	float:left;
	display:inline;
	width:912px;
	margin:0;
	background:transparent;
}
.footerContentBottom p{
	margin:40px 0 0 0;
	color:#FFF;
	text-align:center;
}
.footerContentBottom a{
	color:#C2D9AE;
}
.sproutBoxLogoSmall{
	float:left;
	display:block;
	margin:20px 0 35px 381px;
	padding-bottom:35px;
}
.recentPosts{
	margin:15px 0 0 0;
}
.recentPosts ul{
	margin:0 0 15px 0;
}
.recentPosts li{
	font-size:12px;
	line-height:22px;
	list-style-type:none;
	margin:0;
}
.userIcon{
	margin:0 7px -1px 0;
}
a.footerBlogTitle:link,  a.footerBlogTitle:visited{
	text-decoration:underline;
	color:#C2D9AE;
	font-size:12px;
	outline:none;
}
a.footerBlogTitle:hover, a.footerBlogTitle:active{
	text-decoration:none;
	color:#C2D9AE;
	font-size:12px;
	outline:none;
}
.footerContentTwitter{
	float:left;
	display:inline;
	width:260px;
	margin:20px 0 20px 0px;
}
.quoteLeft{
	float:left;
	display:block;
	width:25px;
	margin:15px 0 0 0;
}
.twitterPost{
	float:left;
	display:block;
	width:190px;
	margin:15px 10px 0 10px;
}
.twitterTitle{
	float:left;
	display:inline;
	width:260px;
}
.twitterPost p{
	text-align:center;
	color:#FFF;
	font-size:16px;
	line-height:28px;
}
.twitterPost a{
	color:#C2D9AE;
	font-size:16px;
}
.quoteRight{
	float:left;
	display:block;
	width:25px;
	margin:15px 0 0 0;
}
.twitter-timestamp{
	color:#C2D9AE;
	font-size:12px;
	font-style:italic;
}