/*
Theme Name: TGM
Theme URI: The Grazing Mind
Version: 1.6
Author: 
Author URI: 
*/

body {
	font-weight: inherit;
	font-style: inherit;
	font-size: 62.5%; /* sets font size - 1em = 10px */
	font-family: inherit;
	font-family: Georgia, serif;
	background-color: #d1e2e5;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #421902;
}

a {
	color: #8ea703;
	text-decoration: none;
}

a:hover {
	color: #4c5903;
}

/*------------------- STRUCTURE ------------------- */

#wrapper {
	width: 1055px;
	margin: 0 auto;
	background-image: url("images/bkgd.gif");
	background-repeat: no-repeat;
}

#page {
	width: 955px;
	margin: 0 auto;
}

/*------------------- TOOLBAR - MAIN NAV ------------------- */

#header {
	width: 955px;
	height: 128px;
}

#searchform {
	float: right;
	margin: .5em .7em 0em 0em; 
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 955px;
	height: 35px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #562200;
}

#nav li {
	float: left;
	margin-left: .5em;
	margin-top: .5em;
	background: url(images/btn_bkgd_l.gif) no-repeat left;
}

#nav a {
	color: #8ea703;
	text-decoration: none; 
	padding: .333em 1.07em;
	font: 1.4em georgia, serif;
	display: block;
	background: url(images/btn_bkgd_r.gif) no-repeat right;
}

#nav a:hover {
	color: #975124;
}

/*------------------- LOGO ------------------- */

#headerimg {
	margin-left: 2em;
}

#headerimg .logo{
	float: left;
	width: 434px;
	height: 71px;
	background: url(images/logo.png) no-repeat;
}

/*------------------- POST - CONTENT ------------------- */

#contentSide {
	width: 955px;
	margin-bottom: 1em;
	float: left;
}

#post {
	width: 680px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}
			
.post-date {
	margin: 1em 0em 0em;
	width: 100px;
	float: left;
	text-align: center;
}
.post-month {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #8ea703;
}
.post-day {
	font-size: 3em;
	color: #8ea703;
}
.post-year {
	font-size: 3em;
	line-height: 1.1em;
	color: #c5cc9e;
}

.post-title {
	width: 560px;
	padding: .333em 0em 0em .5em;
	font-size: 3em;
	line-height: 1.2em;
	float: left;
	color: #562200;
	border-left-color: #421902;
	border-left-style: dotted;
	border-left-width: thin;
}

.post-title a{
	text-decoration: none;
	color: #562200;
}

.post-title a:hover{
	color: #975124;
}

.post-author {
	width: 560px;
	font-size: .43em;
	line-height: 3em;
	float: left;
	color: #0eacdc;
}

.entry {
	width: 660px;
	float: left;
	margin: 0em 1em 0em 1em;
	border-bottom-color: #421902;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-top-color: #421902;
	border-top-style: dotted;
	border-top-width: thin;
}

.entry img {
	border: none;
	padding: 1em;
}

.entry ul li {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #421902;
}

.entry .wp-caption-text {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #421902;
	margin-left: .9em;
}

.entry blockquote {
	text-align: justify;
	font-size: 1em;
	line-height: 1em;
	color: #421902;
	margin: 0em 9em;
}

.post-cat {
	float: left;
	font-size: 1.2em;
	margin: .83em 0em;
}

.post-comments {
	float: left;
	font-size: 1.2em;
	margin: .83em 0em 0em 1em;
}

.navigation {
	float: left;
	font-size: 1.2em;
	width: 660px;
}

.previous-entries {
	float: left;
	margin: .83em 0em .83em .83em;
}

.next-entries {
	float: right;
	margin: .83em 0em .83em .83em;
}

.sngl-post-title {
	width: 560px;
	margin-bottom: .333em;
	padding: .333em 0em 0em .5em;
	font-size: 3em;
	line-height: 1.06em;
	float: left;
	color: #562200;
}

.sngl-post-entry {
	width: 660px;
	float: left;
	margin: 0em 1em 0em 1em;
	border-top-color: #421902;
	border-top-style: dotted;
	border-top-width: thin;
}


/*------------------- SIDEBAR ------------------- */

#sidebar {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 265px;
	float: right;
	background-color: #8ea703;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar h2 {
	list-style: none;
	font-size: 2em;
	font-weight: normal;
	margin: .25em 0em 0em .5em;
	color: #fff;
}
			
#sidebar ul {
	color: #fff;
	margin: .5em 1em 1em;
	padding-left: 0em;
	padding-bottom: 1em;
	list-style: none;
	border-bottom-color: #fff;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

#sidebar li {
	color: #fff;
	font-size: 1.2em;
}

#sidebar li a{
	color: #c7df42;
}

#sidebar li a:hover{
	color: #4c5903;
}

#sidebar p {
	font-size: 1.2em;
	color: #fff;
	margin: .25em 1em 1em;
	padding-left: 0em;
	padding-bottom: 1em;
	list-style: none;
	border-bottom-color: #fff;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

#sidebar .textwidget img {
	color: #fff;
	width: 217px;
	height: 33px;
	padding: .416em 0em 0em;
	border: none;
}

#archive li a {
	color: #fff;
	font-size: 1em;
}

#archive li a:hover {
	color: #4c5903;
}

#archive span {
	color: #c7df42;
	font-size: 1em;
}

/*------------------- FOOTER ------------------- */

#footer {
	clear: both;
	width: 680px;
	height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #562200;
}

#footer ul {
	font-size: 1.1em;
	margin-top: 1em;
	padding: 5px;
	text-align: center;
	list-style: none;
}

#footer li {
	display: inline;
	color: #8ea703;
}

#footer li a:hover {
	color: #975124;
}

/*------------------- COMMENTS ------------------- */

#respond h3 {
	float: left;
	color: #421902;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 10px 0px 0px 10px;
	padding-top: 20px;
}

#respond p {
	clear: both;
	padding: 10px 0px 0px 10px;
}

#comment { /* comment box */
	width: 460px;
}

#commentform p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#comments { /* posted comment title */
	float: left;
	color: #421902;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 10px 0px 0px 10px;
	padding-bottom: 10px;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 10px;
	padding: 0px;
}

.comment-body {
	float: left;
	font-size: 1em;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-color: #421902;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.comment-body p {
	float: left;
	font-size: 1.4em;
	line-height: 1.4em;
	width: 430px;
	margin: 0px 10px 15px;
	padding-top: 0px;
}

#commentInfo {
	float: left;
	width: 200px;
}

.fn { /* user name of comment */
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}

.commentDate {
	font-size: 1.2em;
	color: #421902;
}