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

body {
	background: #d1e2e5 url(images/bkgd.gif) no-repeat scroll 50% 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 62.5%; /* sets font size - 1em = 10px */
	font-family: inherit;
	font-family: Georgia, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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

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

a:hover {
	color: #975124;
}

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

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 955px;
}

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

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

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

#search {
	background-color: #562200;
	float: right;
	height: 35px;
	margin: 0px;
	padding: 0px;
	width: 265px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#searchform input {
	width: 180px;
}

#searchform {
	float: none;
	margin: .5em 0em 0em 1.2em;	
}

#searchform button {
	background: url(images/search.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 21px;
	width: 56px;
}

#searchform span {
	color: #8ea703;
	display: block;
	font-family:  georgia serif;
	font-size: 1.4em;
}

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

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

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

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


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

#headerimg {
	margin-left: 2em;
}

#headerimg h1 a{
	text-indent: -4000px;
}

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

#headerimg img {
	display: none;
}

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

#post {
	background-color: #fff;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 680px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
			
.post-date {
	float: left;
	text-align: center;
	margin: 10px 10px 0px;
	width: 100px;
}
.post-month {
	color: #8ea703;
	font-size: 1.4em;
	text-transform: uppercase;
}
.post-day {
	color: #8ea703;
	font-size: 3em;

}
.post-year {
	color: #c5cc9e;
	font-size: 3em;
	line-height: 22px;
}

.title {
	float: left;
	width: 500px;
}

.post-title {
	border-left: thin #421902 dotted;
	color: #562200;
	float: left;
	font-size: 3em;
	line-height: 32px;
	padding: 10px 0px 0px 22px;
	width: 525px;
}

.post-title a{
	color: #562200;
	float: left;
	text-decoration: none;
	width: 500px;
}

.post-title a:hover{
	color: #975124;
	float: left;
	width: 500px;
}

.post-author {
	color: #8cb1b9;
	float: left;
	font-size: .43em;
	margin-bottom: 5px;
	width: 420px;
}

#socialLinks {
	width: 71px;
	height: 14px;
	float: right;
	margin: 4px 0px 0px 25px;
}

#icons {
	padding: 0;
	margin: 0;
	width: 71px;
	height: 14px;
	list-style: none;
	position: relative;
}


#icons a {
	display: block;
	text-indent: -2000px;
	position: absolute;
	outline: none;
}

#icons a:hover {
	background-position: 0px -16px;
}

#icons .mail{
	width: 19px;
  	height: 11px;
  	background: url(images/mail.gif) no-repeat;
  	overflow: hidden;
  	left: 7px;
  	top: 5px;
}

#icons .facebook{
	width: 19px;
  	height: 13px;
  	background: url(images/fb.gif) no-repeat;
  	overflow: hidden;
  	left: 31px;
  	top: 5px;
}

#icons .twitter{
	width: 19px;
  	height: 14px;
  	background: url(images/tw.gif) no-repeat;
	overflow: hidden;
  	left: 55px;
  	top: 5px;
}

#icons .digg{
	width: 19px;
  	height: 14px;
  	background: url(images/digg.gif) no-repeat;
  	overflow: hidden;
  	left: 79px;
  	top: 5px;
}

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

.entry p {
	padding: 0em 1em;
}

.entry img {
	border: none;
	margin:0px;
	max-width:100%;
}

.alignleft, img.alignleft {
	float:left;
	margin: 5px 20px 10px 0px;
}

.alignright, img.alignright {
	display:block;
	float:right;
	margin: 5px 0px 10px 20px;
}

.aligncenter, img.aligncenter {
	clear:both;
	display:block;
	margin: 10px auto;
}

.wp-caption.alignleft {
	float:left;
	margin: 20px 10px 0px 0px;
	padding-left: 17px;
}

.wp-caption.alignright {
	display:block;
	float:right;
	margin: 20px 0px 0px 15px;
	padding-right: 17px;
}

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

.entry .wp-caption-text {
	color: #421902;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 1em 0em 2em;
	padding: 0em;
}

.entry blockquote {
	margin: 3em 7em 3em 7em;
}

.entry blockquote p {
	border-left: thin #8ea703 dotted;
	color: #421902;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6em;
	text-align: justify;
	padding: .03em 3em 0em 1.5em;
}

.postFoot{
	width: 500px;
}

.post-cat {
	color: #0eacdc;
	float: left;
	font-size: 1.2em;
	margin: .4em 0em 2em 1.3em;
}

.post-comments {
	color: #0eacdc;
	float: left;
	font-size: 1.2em;
	margin: .4em 0em 2em 1.3em;
}

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

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

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

.post-cat a, .post-comments a, .next-entries a, .previous-entries a {
	color: #0eacdc;
}

.post-cat a:hover, .post-comments a:hover, .next-entries a:hover, .previous-entries a:hover {
	color: #8cb1b9;
}

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

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

.moreText {
	color:#8EA703;
}


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

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

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

#sidebar .archive li{
	color: #fff;
	list-style: none;
	margin: .5em .3em .5em;
}

#sidebar .archiveTitle {
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	list-style: none;
	margin: .25em .35em 0em .65em;
}

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

#sidebar li a{
	color: #c7df42;
}

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

#sidebar p {
	border-bottom: thin #fff dotted;
	color: #fff;
	font-size: 1.15em;
	list-style: none;
	line-height: 1.3em;
	margin: .25em .5em 1em;
	padding: 0em .6em 1em;
}

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

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

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

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

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

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

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

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

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

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

#respond h3 {
	color: #421902;
	float: left;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 1.8em 0em 0em 1.7em;
}

#respond p {
	clear: both;
	margin-left: 1.3em;
	padding: .714em 0em 0em .714em;
}

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

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

#comments { /* posted comment title */
	color: #421902;
	float: left;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 1.8em 1.7em .714em;
}

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

.comment-body {
	border-bottom: thin #421902 dotted;
	float: left;
	font-size: 1em;
	margin: 0em 1.7em;
	padding: 1em 0em;
	width: 633px;
}

.comment-body p {
	float: right;
	font-size: 1.4em;
	line-height: 1.4em;
	width: 410px;
	margin: 0em .714em 1.07em;
	padding: 0em;
}

.comment-body img {
	display: none;
}

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

div.comment-body .comment-author vcard {
	width: 200px;
}

.comment-body a, .says {
	font-size: 1.2em;
}

.comment-date{
	color: #421902;
	font-size: 1.1em;
	margin-top: .4em;
}

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