/* 
Theme Name: ! KW Pocketmint
Theme URL: http://pocketmint.net/
Description: theme for pocketmint.net, a personal finance blog
Author: Karawynn Long
Author URI: http://karawynn.net/
Version: 1.0

/* Eric Meyer's Reset CSS
v1.0 | 20080212
http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;  background: transparent; }
body {
	line-height: 1; }
ol, ul, li {
	list-style: none; }        /* added li -kw */
b, i, cite {                       /* kw add */
	font-weight: normal;
	font-style: normal;
}
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none; }

/* remember to define focus styles! */
:focus {
	outline: 0; }

/* remember to highlight inserts somehow! */
ins, a {
	text-decoration: none; } /* added a -kw */
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse; border-spacing: 0; }


/* globals */

body {
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	font-size: 13px;
	line-height: 165%;
}
h2, h3, h4, h5 {
	line-height: 135%;
}
textarea {
	font-family: inherit;
}

/* */

#container {
	text-align: left;
	width: 900px;
	overflow: hidden;
	margin: 10px auto;
}
#header {
	padding: 20px;
}
#header h1 {
	font-size: 24px;
	padding-top: 10px;
}
#headnav {
	padding: 0 20px 2px 20px;
}
#headnav li {
	display: inline;
	padding: 0 15px 0 5px;
}
#maincol {
	float: left;
	width: 580px;
	margin: 20px 10px 10px 20px;
}
#sidebar {
	float: right;
	width: 240px;
	margin-right: 15px;
}
.item h4 {
	margin-bottom: 5px;
}
.item li {
	line-height: 125%;
	padding-left: 20px ;
	text-indent: -20px ;
	margin-bottom: 5px;
}
form.search {
	margin: 15px 0;
}
form input[type="text"] {
	font-size: 12px;
	width: 230px;
	height: 16px;
	padding: 1px 3px 3px 3px;
	margin-bottom: 5px;
}
form label {
	margin-top: 10px;
}
form label span, form p span {
	font-size: 10px;
}
form textarea {
	width: 450px;
	min-height: 100px;
	font-size: 12px;
	padding: 1px 3px 3px 3px;
	margin: 5px 0;
}
form input[type="submit"] {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
form#comment div {
	width: 400px;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	padding: 0 15px;
}
#maincol h2 {
	font-size: 24px;
	margin: 10px 0 5px 0;
}
#maincol h3 {
	font-size: 18px;
	margin: 20px 0 5px 0;
}
#maincol h4 {
	font-size: 16px;
	margin: 15px 0 5px 0;
}
#maincol h5 {
	font-size 15px;
	margin: 15px 0 0 0;
}
.entry {
	margin-bottom: 80px;
}
.entry p, .comment p, #page p {
	margin: 5px 0 10px 0;
}
img.right, div.right {
	float: right;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 5px 0 10px 10px;
}
img.left, div.left {
	float: left;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 5px 10px 10px 0;
}
.entry .clear {
	clear: both;
}

.entry blockquote {
	color: #666666;
	padding-left: 10px;
	border-left: 2px solid #cccccc;
	margin: 10px 20px;
}
.entry ul, .entry ol {
	margin: 0 30px 15px 0;
}
.entry ul li, #page ul li {
	list-style-type: disc;
}
.entry ol li, #page ol li {
	list-style-type: decimal;
}
.entry li, #page li {
	padding-bottom: 5px;
	margin-left: 30px;
}
.entry .intro {
	font-style: italic;
	margin: 10px 0;
}
.entry .divider {
	text-align: center;
	margin-bottom: 10px;
}
.entry .footnote {
	font-size: 10px;
	margin-top: 15px;
}
.comment {
	padding: 10px;
	margin: 15px 30px 15px 0;
}
.comment .date {
	float: right;
	font-size: 10px;
	padding: 2px 5px;
	margin: 0 0 10px 15px;
}
.comment .author {
	font-size: 14px;
	font-weight: bold;
}
.postnav .nav1 {
	float: left;
}
.postnav .nav2 {
	float: right;
}
.item {
	margin: 20px 0 30px 0;
}
form#comment {
	padding: 10px 20px;
	margin-bottom: 10px;
}
/* ============================================================================= skin */

body {
	background-color: #404040;
	color: #333333;
}
a {
	color: #6ca66c;
}
a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
}
#wrapper {
	border: 1px solid #c0c0c0;
	margin: 10px;
}
#header {
	background: #ffffff url('graphics/headback.png') repeat top left;
}
#header h1 {
	font-size: 60px;
	text-transform: lowercase;
	margin-top: 10px;
}
#header a {
	color: #666666;
	border: 0;
}
#header h2 {
	font-size: 20px;
	font-weight: normal;
	color: #6ca66c;
	padding: 20px 0 10px 30px;
}
#headimage {
	position: absolute;
	width: 300px;
	height: 280px;
	background: transparent url('graphics/headimage.png') no-repeat top left;
	margin: -140px 0 0 575px;
}
#headnav {
	background-color: #e6e6e6;
}
#headnav li {
	font-size: 15px;
	text-transform: lowercase;
}
#headnav a {
	color: #666666;
	border: 0;
}
#headnav a:hover {
	color: #6ca66c;
}
#container {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
}
#footer {
	background-color: #e6e6e6;
	color: #666666;
}
#footer a {
	color: #666666;
}
#sidebar {
	margin-top: 120px;
}
#rss {
	font-size: 15px;
}
form.search input[type="text"] {
	color: #1f591f;
	background-color: #f3fff3;
	border: 1px solid #c0c0c0;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
}
form#comment input[type="text"], form#comment textarea {
	color: #1f591f;
	background-color: #f3fff3;
	border: 1px solid #c0c0c0;
	border-left-color: #808080;
	border-top-color: #808080;
}
form input[type="submit"] {
	color: #f3fff3;
	background-color: #6ca66c;
	border: 3px double #304030;
	border-left-color:#b8d9b8; 
	border-top-color:#b8d9b8;
}
#rss img {
	vertical-align: middle;
}
.entry h2  {
	padding-bottom: 2px;
	border-bottom: 3px double #cccccc;
}
.entry h2 a:hover {
	border-bottom: 0;
}
.entry .meta  {
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	border-top: 3px double #cccccc;
}
.entry .dateline  {
	float: left;
}
.entry .dateline a {
	color: #333333;
}
.entry .dateline a:hover {
	color: #6ca66c;
}
.entry .interact  {
	float: right;
	text-align: right;
}
.entry p a:hover {
	background-color: #d9ffd9;
}
#maincol h2 {
	color: #6ca66c;
}
#maincol h3 {
	color: #6ca66c;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
	margin-right: 30px;
}
#maincol h4 {
	color: #808080;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
#maincol h5 {
}
#sidebar h4 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 3px double #cccccc;
}
#sidebar a {
	color: #408040;
}
#sidebar li li a {
	color: #6ca66c;
}
#page {
	padding-bottom: 10px;
	border-bottom: 3px double #cccccc;
}
#page h2 {
	padding-bottom: 2px;
	border-bottom: 3px double #cccccc;
}
.comment {
	border: 1px solid #808080;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
}
.byadmin {
	background-color: #f3fff3;
	border: 1px solid #8fbf8f;
	border-left-color: #b8d9b8;
	border-top-color: #b8d9b8;
}
.byadmin .date {
	color: #1f591f;
}
/* comment notification */

.comment-notify {
	font-size: 12px;
	padding-top: 10px;
}

/* recent comments widget */

ul.recentcomments ul {
	padding-top: 5px;
}
ul.recentcomments li li {
	font-size: 11px;
	text-indent: 0;
	padding-left: 0;
}
.commentAuthor {
	color: #666666;
}


/* addthis tweak */

div.addthis_toolbox a:hover {
	border: 0;
}

/* for google ad sidebar */

div.textwidget {
	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
}

