/* ---------------------------------------------------

Filename: style.css
Title: Primary SproutLoud Blog Stylesheet
Author: Erik Halber, Wicksell Metellus

--------------------------------------------------- */

@import url('reset.css');


/* ---------------------------------------------------------------------- 
 Tags
----------------------------------------------------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	line-height: 160%;
	background: url(images/bg.png) repeat-x;
}

h1, h2 , h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;	
}

h1 a, h2 a, h3 a {
	text-decoration: none;	
}

a {
	color: #06c;
}

a:hover {
	color: #147;
	text-decoration: none;
}

em {
	font-style: italic;
}
/* ---------------------------------------------------------------------- 
 Container
-----------------------------------------------------------------------*/

#page {
	position: relative;
}

/* ---------------------------------------------------------------------- 
 Top and Navigation
-----------------------------------------------------------------------*/

#top {
	width: 960px;
	margin: 0 auto;	
	position: relative;
	height: 100px;
}

#logo {
	position: absolute;
	bottom: 15px;	
	height: 38px;
}

#top .menu a {
	color: #A8C093;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;	
	text-decoration: none;
	display: block;
	float: left;
	height: 35px;
	padding: 0 15px;
	margin-right: 40px;
	background: url(images/nav-off.png) 50% 100% no-repeat;
}
	
#top .menu li {
	display: inline;
}

#top .menu{
	position: absolute;
	bottom: 0;
	left: 300px;
}

#t-home #nav-home,
#t-contributors #nav-contributors,
#top .menu a:hover	 {
	color: #55832C;
	background: url(images/nav-on.png) 50% 100% no-repeat;
}

#sproutloud {
	color: #A8C093;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;	
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(images/icon-external-link.png) 100% 50% no-repeat;
	padding-right: 20px;	
	padding-right: 15px;
	text-decoration: none;
	margin-bottom: 18px;
}

#sproutloud:hover {
	color: #55832C;
}

/* ---------------------------------------------------------------------- 
 Header & Main Navigation
-----------------------------------------------------------------------*/

#header-wrap {
	background: #6FAC39;
	background: url(images/header-bg.png) repeat-x;
	width: 100%;
}
	
#header {
	width: 960px;	
	margin: 0 auto;
	height: 88px;
	padding-top: 25px;
	position: relative;
}

#searchform input[type=text]{
	background: #fff url(images/core/bg-field.gif) repeat-x;
	border: 1px solid;
	border-color: #7c7c7c #c3c3c3 #ddd;
}

#top-search{
	position: absolute;
	right: 0;
	top: 30%;
}
	
.screen-reader-text {
	display: none;
}
	
#searchsubmit {
	border: none;
    background: url(images/button-search.png) no-repeat;
    width: 87px;
    height: 24px;
    text-indent: -200em;
}

#searchsubmit:hover {
	cursor: pointer;
}

#header .menu-dot{
	background: url(images/menu-dot.png) no-repeat center left;
	padding-left:30px;
}

/* ---------------------------------------------------------------------- 
 Blog title and summary
-----------------------------------------------------------------------*/

#intro {
	width: 620px;
}

#content #summary {
	margin-left: 5px;
	color: #777;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 160%;
	font-weight: normal;
}

#header h2,
#header h3 {
	text-indent: -200em;
}

#header h2 {
	background: url(images/blog-title.png) no-repeat;
	height: 38px; 
}

#header h3 {
	background: url(images/blog-tagline.png) no-repeat;
	height: 17px; 
	
}

#intro h1 {
	background: url(images/sprout-loud-blog-title.png) no-repeat; 
	width: 512px;
	height: 45px;
}

#intro h1 span {
	display: none;
}

/* ---------------------------------------------------------------------- 
 Content - Left column
-----------------------------------------------------------------------*/

#content-sidebar-wrap {
	margin: 0 auto;
	width: 960px;	
	padding: 40px 0
}

#content {
	line-height:20px;
	font-size: 1.2em;
	float: left;
	width: 620px;
}

#content h2 {
	font-size: 22px;
	color: #357B33;
	margin-bottom: 5px;
	clear: both;
}

#content h2 a {
	display: block;	
	color: #357B33;
}

#content .entry {
	border-top: 1px dotted #ccc; 
	margin-top: 10px;
	padding-top: 10px;
}

#content h2 a:hover {
	color: #6fac39;	
}

#content .date-author {
	float:left;
	color: #666;
	font-size: 12px;
}

#content p {
	clear:both;
	color: #555;
	margin-bottom:20px;	
}

.privacy{
	list-style: url(images/menu-dot.png);
}

#content ul {
	margin-bottom:20px;
}

.comments {
	color:#357B33;
	background: url(images/icon-comment.png) no-repeat; 
	display: block;
	float: right;
	
}

.comments a {
	font-size: 12px;
	color:#357B33;
	line-height:15px;
	padding-left: 20px;
}

.comments-left{
	color:#357B33;
	background: url(images/icon-comment.png) no-repeat left center; 
	display: block;
	margin-top:15px;
}

.comments-left a {
	font-size: 12px;
	color:#357B33;
	line-height:15px;
	padding-left:20px;
}

.comments a:hover{
	color:#357B33;
}

#commentsubmit {
	border: none;
    background: url(images/button-comment.png) no-repeat;
    width: 125px;
    height: 24px;
    text-indent: -200em;
}

#commentsubmit:hover {
	cursor: pointer;
}

.read-more a {
	font-size:12px;
	xcolor:#6EA140;
	xfont-weight: bold;
	width: 75px;
	margin-top: 10px;
	float: left;
}

.read-more{
	width: 75px;
	font-size:10px;
	color:#357B33;
}

#sociable-icons{
	float:right;
}

/* ---------------------------------------------------------------------- 
 Sidebar - Right column
-----------------------------------------------------------------------*/

#sidebar {
	width: 300px;
	float: right;
	
}

#sidebar h2 {
	background: url(images/h2-bg.png) repeat-x;
	color: #fff;
	font-size: 16px;
	padding: 4px 0 7px 15px;
}

#sidebar .widget {
	margin-bottom: 40px;	
	border: 1px solid green;
}

#sidebar .widget ul {
	xborder: 1px solid blue;	
	padding: 15px;
}

#sidebar .widget li {
	xborder: 1px solid blue;
	margin-bottom: 10px;
}	

#sidebar a {
	font-size: 11px;
	color:#498847;	
}

#sidebar li {
	list-style:none;
}

#sidebar .widget div {
	padding: 15px;	
	font-size: 12px;
	line-height: 160%;
}

#sidebar .widget a {
	font-size: 12px;	
}

.subscribelabel {
	display:block;
	font-size:11px;
	color:#204417;
	font-weight:bold;
	margin:30px 0 5px 0;
}

#subscribesubmit {
	border: none;
    background: url(images/button-subscribe.png) no-repeat;
    width: 86px;
    height: 24px;
    text-indent: -200em;
    display:block;
    margin:8px 0 35px 0;
}

#subscribesubmit:hover {
	cursor: pointer;
}

/* ---------------------------------------------------------------------- 
 Footer
-----------------------------------------------------------------------*/

#footer-wrap {
	background: #372806;
	background: #2F5414;
	background: #3B2E2B;
	background: #421000;
	min-height:382px;
	clear: both;
}

#footer {
	color: #fff;
	padding: 0px 40px 30px;
	position:relative;
	width: 960px;
	margin: 0 auto;
}

#footer p {
	color: #F6EBD5;
	font-size: 12px;
}

#footer h2 {
	color: #E9B130;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;	
}

#footer a {
	color: #F6EBD5;
	font-size: 12px;
	display: block;
}

#footer .date {
	margin-top: 2px;
	font-weight: bold;	
	color: #928569;
	font-size: 9px;
	xbackground: #000;
}

#footer .footer-menu {
	display: inline-block;
	*display: inline; /* FIX IE */
	*height: 1%; /* FIX IE */
	width: 300px;
	vertical-align: top;
	margin:25px 25px 0 0;
}

#footer .footer-menu li {
	margin-bottom: 10px;	
}

#footer-branch{
	width:980px;
	margin: 0 auto;
}

#grass{
	height:5px;
	background: #478A2F;
	border-top:1px dashed #204417;
	border-bottom:2px solid #204417;
}

/* ---------------------------------------------------------------------- 
 Twitter box
-----------------------------------------------------------------------*/

#twitter-box {
	top: -50px;
	right: -40px;
	width: 382px;
	position: absolute;
	margin-top: 12px;
	z-index: 100;
}

#twitter-box-top {
	height:67px;
	background: transparent url(images/twitter-box-top.png) no-repeat;
}

#twitter-box-middle {
	height: 198px;
	background: url(images/twitter-box-middle.png) repeat-y;
}

#twitter-box-middle li {
	width:260px;
	padding:10px 10px 0 10px;
	color: #fff;
}

#twitter-box-bottom {
	height:20px;
	background: transparent url(images/twitter-box-bottom.png) no-repeat scroll 0 0;
}

#twitter-box-top h1.twitter-title {
	padding:45px 0 0 30px;
	color:#123838;
	font-size:20px;
}

#tweets {
	padding:10px 0 0 20px;
	color:#372806;
	font-size:11px;
}

#tweets a{
	color:#123838;
	font-size:10px;
}

/* ---------------------------------------------------------------------- 
Contributors
-----------------------------------------------------------------------*/
.contributor-image{
	float:left;
	border: 1px solid #86C258;
	padding:5px 5px 5px 5px;
	margin-right:10px;
}


/* ---------------------------------------------------------------------- 
 Coda
-----------------------------------------------------------------------*/

#coda-wrap {
	background: #000;	
}

#coda {
	color: #fff;
	padding: 20px 0;
	*height: 1%; /* Force div to wrap around content in IE  */
	width: 960px;
	margin: 0 auto;
	
}

#coda:after {
	clear: both;
	content: '.';
	visibility: hidden;
	display: block;	
	height: 0;
}

#coda a {
	color: #fff;	
}

#copyright {
	float: left;	
}

#coda-links {
	float: right;

}

/* ---------------------------------------------------------------------- 
 Search Results 
-----------------------------------------------------------------------*/
h3 a {
	font-size: 14px;
	color: #357B33;
}

h3 a:hover {
	color: #6fac39;
}	

/* ---------------------------------------------------------------------- 
 Comments
-----------------------------------------------------------------------*/
#comments, 
#respond h3 {
	font-size: 16px;
	margin: 40px 0 15px;	
	color: #555;
}





/* ---------------------------------------------------------------------- 
 Forms
-----------------------------------------------------------------------*/

input[type=text],
input[type=password],
textarea,
select {
	background: url(images/bg-field.gif) repeat-x;
	border: 1px solid;
	border-color: #7c7c7c #c3c3c3 #ddd;
	padding: 4px;
	font-size: 12px;
}

input[type=text],
input[type=password],
select {
	width: 200px;	
}

textarea {
	width: 40em;
	height: 10em;	
	font-size: 12px;
}

#commentform label {
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#commentform div {
	margin-bottom: 10px;	
}

/* ---------------------------------------------------------------------- 
 Archives
-----------------------------------------------------------------------*/
.archives h3 {
	margin-top: 30px;	
}

.archives h3 a {
	font-size: 16px;	
}

.list-border {
	padding-bottom:10px;
	border-bottom: 1px dotted #ddd;
}



/* ---------------------------------------------------------------------- 
 Calendar
-----------------------------------------------------------------------*/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}


/* ---------------------------------------------------------------------- 
 Utility classes
-----------------------------------------------------------------------*/

.clear {
	clear: both;
}

.hidden {
	display: none;
}




/* ---------------------------------------------------------------------- 
 Unorganized
-----------------------------------------------------------------------*/


p.postmetadata {
	margin-top: 10px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	xborder: 1px solid #ddd;
}

.even, .alt {
	border-bottom: 1px dotted #ddd;
}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}



.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	xborder: 1px solid red;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}





