/*  
Theme Name: I Am Thankful
Theme URI: http://wordpress.org/
Description: A WordPress theme for Damaris.
Version: 1.0
Author: Edward Robirds
Author URI: http://www.edwardrobirds.com/

	I Am Thankful v1.0
	 http://www.iamthankful.com/

	This theme was designed and built by Edward Robirds,
	whose blog you will find at http://www.edwardrobirds.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import "default.css";
/*@import "wp.css";*/


/* Paging */
div.paging {
	font-size: 11px;
	margin-bottom: 2em;
	text-align: center;

}
div.paging div.disabled {
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 18px;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: #e7ecd6;
	border: 1px solid #cad0b4;
	padding: 10px;
	margin: 15px;
	color: #343434;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #dad5c3;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	font: normal 18px georgia, serif;
	color: #6c804b;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
#colLeft input, #colLeft textarea {
	clear: both;
	display: block;
/*
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
*/
}
#colLeft select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
#colLeft select[multiple=multiple] {
/*	width: 100%; */
}
#colLeft option {
	font-size: 120%;
	padding: 0 3px;
}
#colLeft input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
#colLeft input[type=submit] {
	display: inline;
	/*
	font-size: 110%;
	width: auto;
	*/
	padding: 2px 5px;
	vertical-align: bottom;
}
#colLeft input[type=hidden] {
	display: none;
}

/* Tables */
#content table {
	background: #fff;
	border-left: 1px solid #993921;
	border-right: 1px solid #993921;
	border-bottom: 3px solid #993921;
	clear: both;
	margin-bottom: 15px;
	width: 100%;
}
#content th {
	background: #9a3c24 url(images/backgroundTh.gif) top repeat-x;
	border-left: 1px solid #993921;
	border-right: 1px solid #993921;
	border-bottom: 3px solid #993921;
	text-align: left;
	padding: 4px;
	color: #fff;
}
#content th a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#content th a:hover {
	text-decoration: none;
}
#content table tr td {
	background: #fff;
	border-right: 1px solid #dad5c3;
	border-top: 1px solid #dad5c3;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}
#content table tr.altrow td {
	background: #f4e6cb;
}
#content td.actions {
	text-align: left;
	white-space: nowrap;
}
#content td.actions a {
	margin: 0px 3px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}


/* Comments */

.commentsbg {
/*	background: url(http://www.artoflife.com/wp-content/themes/Art-Of-Life/images/commentsbg.jpg); */
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.commentsbgtop {
/*	background: url(http://www.artoflife.com/wp-content/themes/Art-Of-Life/images/commentsbgtop.jpg) no-repeat; */
	width: 550px;
	height: 31px;
	display: none;
}

.commentsbgbottom {
/*	background: url(http://www.artoflife.com/wp-content/themes/Art-Of-Life/images/commentsbgbottom.jpg) no-repeat; */
	background-position:bottom;
	width: 550px;
}

.comments-area {
	margin: 20px 0 20px 0;
	width: 100%;
}

.comments-area blockquote {
/*	background: url(http://www.artoflife.com/wp-content/themes/Art-Of-Life/images/commentsquote.jpg) no-repeat; */
	margin: 10px 30px 10px 30px;
	padding: 0 10px 10px 35px;
	color:#5b4837;
}

.comments-area ul li {
/*	list-style-image: url(http://www.artoflife.com/wp-content/themes/Art-Of-Life/images/sidebar-li.jpg); */
	margin:0 0 0 15px;
	padding:0;
}

.comments-area ol li {
	margin:0 0 0 15px;
	padding:0;
}

.comments-meta {
/*	width: 100%; */
	margin: 0 0 20px 0;
	font-size: 0.9em;
	background-color:#faf1cb;
	text-align: center;
}

.commentinfo {
	padding: 10px 15px 3px 15px;
	font-size: 11px;
	}
.commentinfo a { text-decoration: none; }

.commentauthor {
/*	text-align: right; 
	font: 14px georgia, serif;
*/
	color: #887d76;
	background-position: bottom;
	padding: 0 0 0 15px;
}

.commentauthorsite { font-size: 11px; }

.commenttxt {
	background: #fff;
	/*
	font: 16px/1.2 georgia, serif;
	font-style: italic;
	*/
	padding: 20px;
	border: 1px solid #f4e4cb;
}
.comment-number { display: none; }