/*-----------------------------------------------------------------------------
Theme Name: Bonnie Leonard
Theme URI: http://tcwebsite.com
Description: Custom Theme for Bonnie Leonard
Version: 1.0
Author: Gretchen Cawthon
Author URI: http://design.girlscantwhat.com

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

h3.date {
	color: #007195;
	padding: 0;
	margin: 0;
	}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	padding: 5px 10px;
	border: 0;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: #fff url('images/bg.png') repeat-x top left;
  color: #538391;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	margin: 0;
	display: none;
}

h2 {
	margin: 0;
}

.post h2 {
	font-size: 18px;
	/*color: #5B8728;*/
	color: #538391;
}

h2.intro {
	font-size: 18px;
	/*color: #5B8728;*/
	color: #538391;
}
#sidebar h2 {
	
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color: #007195;
	text-decoration: none;
}

a:visited {
	color: #007195;
	text-decoration: none;
}

a:hover {
	color: #fdd51d;
}

a:active {
	color: #fdd51d;
}

blockquote {
	margin: 1em 3em;
	background-color: #eee;
	padding: .5em;
	font-style: italic;
}

/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 825px;	
	margin: 10px auto;
	/*background: url(images/page_bg.jpg) repeat-y;*/
	background: #fff url('images/page-bg.png') repeat-y top left;
	border: 10px solid #fff;
}

#masthead {
	width: 825px;
	margin: 0;
}

#masthead_img {
	background: url(images/header.jpg) no-repeat top center;
	width: 825px;
	height: 200px;
	margin: 0 auto;
}

ul#topnav {
	text-align: right;
	margin: 0 25px 10px 0;
	padding-top: 10px;
	list-style-type: none;
	font-size: 14px;
}

ul#topnav li {
	display: inline;
	padding: 5px;
}

#navcontainer {
	
}


ul#nav  {
	float: left;
	list-style: none;
	width: 825px;		
	padding: 0;	
	margin: 181px 0 0 0;
	height: 20px;
	display: inline;
}
ul#nav li {
	display: inline;
	margin: 0; padding: 0;
}

ul#nav li span {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 1px 15px;
	color: #000;
	font: bold 13px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	
}

ul#nav li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 1px 15px;	
	border-right: 1px solid #fff;
	color: #000;
	font: bold 13px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-decoration: none;
}
ul#nav li a:hover, 
ul#nav li a:active {
	color: #fdd51d;
}
ul#nav li#current a {	
	/*background: #DBDBDB;*/		
}


/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	float: left;
	width: 570px;
	margin: 30px 0 0 15px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

#content ul {margin-left: 55px;}

.post {
	
}

.entry {
	
}

.entry p {
	
}

.postmetadata {
	
}

.utw {
	
}

.navigation {
	
}

.post_nav {
	text-align: center;
	margin: 5px 0 10px 0;
	font-size: 10px;
}



/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	font: 13px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	letter-spacing: -1px;
	float: right;
	width: 195px;
	margin: 5px 0 0 0;
	color: #fff;
}

ul#sidebar li {
	list-style-type: none;
	/*margin: 5px 10px 5px 10px;	*/
	margin: 5px 10px 12px 10px;
}

ul#sidebar li ul {
	margin: 7px 0 8px 5px;

	padding: 0;			
}

ul#sidebar li ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
}

ul#sidebar li a:link, ul#sidebar li a:visited {
	color: #fff;
}

ul#sidebar li a:hover {
	color: #fdd51d;
}

ul li form {
	margin: 0;
	padding: 0;
}

div#newsletter {
	background: url(images/news-bg.jpg) top center repeat-y;
	border: 1px solid #e6e8e2;
	margin: 20px 0 0 0;
	padding: 4px;
	width: 165px;
	min-height: 100px;
}

div#newsletter form p label {
	margin: 0;
	padding: 4px 0;
	color: #eef1dc;
	font-weight: normal;
}

div#newsletter p {
	margin: 0;
	padding: 4px 0;
	color: #eef1dc;
	font-weight: normal;
}

div#newsletter form p input {
	width: 150px;
	border: 0;
	margin: 0;
}

div#newsletter form input#button {
	width: auto;
	border: 1px solid #000;
	margin: 2px 0 0 24px;
	padding: 0;
	background-color: #5b8d2a;
	color: #fff;
	display: inline;
	width: 30px;
}

div#newsletter form #signup {
	width: auto;
	margin: 2px 0 0 0;
	padding: 0;
	color: #eef1dc;
	display: inline;
}

div#newsletter form p label.news-title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 900;
}

#quotes {
	background-color: #eef1dc;
	border: 1px solid #f4f7f0;
	color: #4c5c33;
	margin: 20px 0 0 2px;
	padding: 4px;
	width: 163px;
	letter-spacing: .5px;
}

#quotes {
	background-color: #eef1dc;
	border: 1px solid #f4f7f0;
}

#quotes h2 {
	font-size: 14px;
	color: #007195;
}

#quotes .wp_quotes_quote {
	text-align: left;
	font-size: 12px;
	padding: 5px 0;
	font-style: italic;
}

#quotes .wp_quotes_author {
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#quotes .wp_quotes_author:before {content: "- ";}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	/*background: url(images/footer.jpg) no-repeat center bottom;*/
	background: #8fb471;
	width: 825px;
	padding: 5px 0;
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #000;
}

#footer p {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
form {
	margin:10px; padding: 0 5px;
	/*background: #F5F5F5;	*/
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #007195;
	font: normal 1em "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	border:1px solid #007195;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif; 
	height: 24px;
	margin: 0 0 0 40px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
	float: right;
}

#searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
	/*width: 190px;*/
}

#searchform input {
	width: 150px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	/*margin-top: 10px;*/
	padding: 2px 5px;
	vertical-align: top;
}

#comments-form {
}

#commentform {
	
}

#author {
	margin-top: 20px;
}

#email {
	
}

#url {
	
}

ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 12px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}


/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

/* @end */

img.alignright {float: right;}
img.alignleft {float: left; margin-left: -2px !important; padding-left: 0px;}