/* 
Theme Name: KW Sunflower
Theme URL: http://karawynn.net/
Description: skinnable theme for karawynn.net
Author: Karawynn Long
Author URI: http://karawynn.net/
Version: 0.9

/* 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 */
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%;
}
textarea {
	font-family: inherit;
}

/* */

#container {
	text-align: left;
	width: 900px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}
#header {
	padding: 20px;
}
#header h1 {
	font-size: 24px;
	text-transform: lowercase;
}
#headnav {
	text-align: right;
	padding: 5px 20px;
}
#headnav li {
	display: inline;
	font-size: 16px;
	text-transform: lowercase;
	margin-left: 20px;
}
#maincol {
	float: left;
	width: 620px;
	padding: 20px;
}
#maincol h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#maincol h3 {
	font-size: 14px;
	margin: 15px 0 5px 0;
}
#sidebar {
	float: right;
	width: 210px;
	padding: 20px 20px 20px 0px;
}
.item h4 {
	margin-bottom: 5px;
}
.item li {
	line-height: 125%;
	padding-left: 20px ;
	text-indent: -20px ;
	margin-bottom: 5px;
}
form.search {
	margin: 5px 0;
}
form input[type="text"] {
	font-size: 12px;
	width: 200px;
	height: 16px;
	padding: 1px 3px 3px 3px;
	margin-bottom: 5px;
}
form.search input[type="text"] {
	background: transparent url('graphics/search.png') no-repeat top right;	
}
form label {
	margin-top: 10px;
}
form label span, form p span {
	font-size: 10px;
}
form textarea {
	width: 400px;
	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: 5px 20px;
}
.entry, .comment {
	padding: 20px;
	margin-bottom: 10px;
}
.entry h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.entry .date {
	float: right;
	text-align: center;
	padding: 5px 7px 5px 6px;
	margin: 0 0 10px 15px;
}
.entry .date .month {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.05em;
}
.entry .date .day {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -.1em;
	padding: 5px 0;
}
.entry .date .year {
	font-size: 15px;
	font-weight: bold;
}
.comment .date {
	float: right;
	font-size: 10px;
	padding: 2px 5px;
	margin: 0 0 10px 15px;
}
.comment .author {
	font-size: 14px;
	font-weight: bold;
}
.entry p, .comment p, #page p {
	text-indent: 20px;
	margin-top: 5px;
}
.entry p.noindent {
	text-indent: 0;
}
.entry img.right {
	float: right;
	padding: 0 0 10px 10px;
}
.entry img.left {
	float: left;
	padding: 0 10px 10px 0;
}
.entry blockquote {
	font-size: 12px;
	padding: 20px;
	margin: 10px 20px;
}
.entry ul li, #page ul li {
	list-style: disc inside;
}
.entry ol li, #page ol li {
	list-style: decimal inside;
}
.entry li, #page li {
	padding-left: 30px;
}
.entry .divider {
	text-align: center;
	padding: 10px 0;
}
.entry .footnote {
	font-size: 10px;
	margin-top: 15px;
}
.entry .postmeta {
	position: relative;
	clear: both;
	font-size: 11px;
	padding: 5px 0 10px 0;
	margin-top: 10px;
}
.entry .meta1 {
	position: relative;
	float: left;
	width: 350px;
}
.entry .meta2 {
	position: relative;
	float: right;
	width: 200px;
	text-align: right;
}
.postnav .nav1 {
	float: left;
}
.postnav .nav2 {
	float: right;
}
.item {
	padding: 10px;
	margin: 10px 0;
}
#page {
	padding: 20px;
	margin-bottom: 10px;
}
#comment {
	padding: 10px 20px;
	margin-bottom: 10px;
}
/* ============================================================================= skin */

body {
	background-color: #e5f1ff;
}
abbr, acronym {
	border-bottom: 1px dotted #2e83e5;
	cursor: help;
}
#header {
	background-color: #2e83e5;
	min-height: 20px;
}
#header h1 {
	position: absolute;
	font-size: 54px;
	letter-spacing: -.05em;
	margin: 9px 0 0 36px;
}
#header a {
	color: #00244d;
}
#headnav {
	background-color: #ffeb66;
	border-top: 1px solid #e58600;
	border-bottom: 1px solid #e58600;
}
#headimage {
	position: absolute;
	width: 75px;
	height: 50px;
	background: transparent url('graphics/headimage.png') no-repeat top left;
	margin: -20px 0 0 5px;
}
#headnav a {
	color: #c06600;
}
#headnav a:hover {
	color: #e57a00;
}
#container {
	background: #2e83e5 url('graphics/mainback.png') no-repeat bottom right;
}
#footer {
	background-color: #ffb340;
	color: #995c00;
	border-top: 1px solid #995c00;
}
#footer a {
	color: #995c00;
}
#footer a:hover {
	border-bottom: 1px solid #995c00;
}
#sidebar {
	color: #004da6;
}
#sidebar a {
	color: #ffffff;
}
#sidebar a:hover {
	color: #ffe680;
}
#sidebar h4 {
	color: #003066;
}
form.search input[type="text"] {
	color: #e6f2ff;
	background-color: #1671d9;
	border: 1px solid #66adff;
	border-left: 1px solid #0f5099;
	border-top: 1px solid #0f5099;
}
form#comment input[type="text"], form#comment textarea {
	color: #e6f2ff;
	background-color: #2e83e5;
	border: 1px solid #99c9ff;
	border-left: 1px solid #125db3;
	border-top: 1px solid #125db3;
}
form input[type="submit"] {
	color: #9a5200;
	background-color: #ffeb66;
	border: 3px double #e58a00;
	border-left-color:#fff5b3; 
	border-top-color:#fff5b3;
}
#rss img {
	vertical-align: middle;
}
.entry, .item, .comment {
	background: transparent url('graphics/alphawhite50.png') repeat top left;
	border: 1px solid #003066;
}
.entry .date {
	background-color: #ffeb99;
	border: 1px solid #e58a00;
}
.entry h2 {
	color: #00244d;
}
.entry blockquote {
	background-color: #b6d2f2;
	border: 1px solid #2975cc;
}
.entry a, #sidebar .item a, .comment a, #comment a, #page a {
	color: #0059c0;
}
#page a {
	color: #003c80;
	border-bottom: 1px solid #2e83e5;
}
.entry a:hover, #sidebar .item a:hover, .comment a:hover, #comment a:hover {
	color: #00244d;
	border-bottom: 1px solid #2e83e5;
}
#page a:hover {
	color: #a6cfff;
}
.entry a:active, .item a:active {
	color: #ffeb99;
}
.entry .postmeta {
	border-top: 1px solid #a6cfff;
}
.postnav a {
	color: #ffffff;
}
.postnav a:hover {
	color: #ffe680;
}
.comment .date {
	color: #2975cc;
	background-color: #b6d2f2;
	border: 1px solid #2975cc;
}
.comment .author a {
	color: #0f5099;
}
.byadmin {
	border: 3px double #003066;
}
#comment, #page {
	background: transparent url('graphics/alphawhite25.png') repeat top left;
	border: 1px solid #0d4280;
}

/* twitter widget */
#twitterbird {
	position: absolute;
	margin: -75px 0 0 130px;
}
li.twitter-item {
	font-size: 12px;
	line-height: 150%;
	text-indent: 0;      /* undoing the hanging indent */
	padding-left: 0;     /* ditto */
	color: #003066;
	padding-top: 5px;
	border-top: 1px solid #a6cfff;
}
.twitter-timestamp {
	text-align: right;
	font-size: 10px;
	color: #003066;
}

/* addthis button */

.addthis a:hover {
	border: 0;
}
.meta2 img {
	vertical-align: middle;
}

/* 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: #003066;
}