/*
Theme Name: Pink Tulip
Theme URI: http://lacy.obeyingthetruth.com/blog/theme-portfolio/pink-tulip/
Description: A pink girly Tulip flower theme for WordPress. Works with WordPress version 2.7.
Version: 1.1
Author: A Godly Maiden
Author URI: http://www.lacy.obeyingthetruth.com/blog/
Tags: pink, purple, two-columns, left-sidebar, fixed-width, white
*/

html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 95%;
	line-height: 115%;
	background-color: #e6c8d2;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;
}

body,td,th {
	color:#000000;
}

#wrap {
	width:966px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(images/wrap.png);
	background-repeat:repeat-y;
}

#header {
	margin:0 auto;
	padding:0;
	height:260px;
	width:958px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header h1 {
	width:90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#ffffff;
	margin:0;
	padding:185px 0 0 10px;
	line-height:normal;
	text-align:left;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color:#ffffff;
	text-decoration: none;
}

#header h3 {
	width:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#ededed;
	text-align:left;
	margin-left:15px;
}

#content {
	width:958px;
	margin:0 auto;
}

#sidebar {
	float:left;
	width:291px;
}
.sidebar_text {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 3px;
	color: #791E5A;
}

#sidebar h4 {
	color:#ffffff;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size: 11px;
	padding: 3px;
	background-image:url(images/h4-bg.png);
	background-repeat:no-repeat;
}

#sidebar p {
		padding: 3px;
		font-size: 70%;
}

#menu {
	padding:25px 0 25px 10px; 
	text-align:left;
}

#menu ul {
	list-style:none; 
	margin:0; 
	padding:0; 
	font-size:85%;
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments {
	padding:0; 
	margin:0;
	width:270px;
}

#menu ul li a {
	display:block; 
	padding:4px 4px 4px 10px; 
	text-decoration:none; 
	color:#ad5795;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#821d63;
	background:#FBF0F1;
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
}

.widget {
	margin-bottom:15px;
}

#main {
	margin:0;
	padding:0;
	width:635px;
	text-align:left;
	float:right;
}

/* Let's keep those items in line!  :)  */
#main .storycontent {
	overflow:hidden;
}

a, a:link {
	color:#a45c9e;
	text-decoration: none;
}

a:hover {
	color:#a45c9e;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	font-size:20px;
	padding-top: .1em;
	padding-bottom: .5em;
	color: #791e5a;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	color: #791e5a;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #791E5A;
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #881451;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #881451;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #881451;
}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: 1px dashed #E7D0E4;
	padding: 3px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color:#821d63;
	text-decoration:none;
}

.item {
	text-align:left;
	padding:20px 45px 20px 10px;
}

.item ul {
	list-style-type: circle;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
	color: #8c1d69;
}

.item ol{
	list-style-type: decimal;
	padding-left: 18px;
	margin-left: 10px;
	font-size: 80%;
	color: #8c1d69;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;
}

.itemhead h1{
	display: inline;
	color:#821d63;
}

.storycontent p {
	padding:10px 10px;
}

img, img.left {
	padding:0;
}
.alignleft {
	float:left;
	padding:0 8px 5px 0;
}

img.right, .alignright {
	float:right;
	padding:0 0 5px 8px;
}

.aligncenter,
div.aligncenter, 
img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   float:none;
}

.wp-caption {
   border: 1px dashed #bf82bb;
   text-align: center;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.chronodata, .tags, .category, .metadata {
	margin:5px;
	font-size:11px;
	color:#BE8B8F;
	display: block;
	padding: 5px;
	padding-left: 8px;
}

input, textarea {
	font-size: 12px;
	color:#6f575f;
	border:1px solid #8c1d69;
	background-color: #ffffff;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#searchform {
	margin:0;
	padding:0;
	background:none;
}

#s {
	display:inline;
	font-size:11px;
	color:#6f575f;
	padding:1px;
	border:none;
	padding:5px 2px 0 5px;
	margin:0;
	background-image:url(images/search-bg.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	color:#000000;
	width:195px;
	height:24px;
	float:left;
}

#sbutt {
	border:none;
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

#author, #email, #url {
	width:200px;
}

/***** COMMENTS *****/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	width: 585px;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	background:#ffffff;
	border: #BE8B8F 1px dashed;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #BE8B8F;
	background:#ffffff;
}
.adminbody {
	height:100%;
	width: 585px;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 1px dashed #a45c9e;
	background:#ffffff;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px dotted #d5a3c5;
	background:#ffffff;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #e5fbe8 url(images/track.png) no-repeat center left;
}
.trackbody {
	height:100%;
	width: 585px;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 3px double #3cad54;
	background:#e5fbe8;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #517341;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #6F87B7;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #B48896;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}


.metadata {
	color:#52693B;
	border:3px double #BE8B8F;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color:#BE8B8F;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{
	font-size: 95%;
}

blockquote, blockquote blockquote {
	margin: 15px 15px 0 10px;
	padding-left: 10px;
	border-left: 5px solid #f6cfea;
	background-color:#ffeaf8;
	color:#983474;
	padding-top: 3px;
	padding-right: 5px;
}

blockquote blockquote {
	border-left: 5px solid #cccccc;
	background-color:#dedede;
	color:#983474;
}

blockquote cite {
	margin: 5px 0 0;
	padding-bottom: 3px;
	display: block;
}

#respond {
	color:#661B44;
	margin-bottom:15px;
}

#respond h3 {}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#6a0000;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color:#6a0000;
}

.alignright {
	float: right;
	padding-right:50px;
	font-size:9px;
}

.alignleft {
	float: left;
	padding-left:50px;
	font-size:9px;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0 auto;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	border:none;
	background-color:#ffffff;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	border:none;
	background-color:#ffffff;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
}


#wp-calendar td {
	color: #545454;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	color:#6a0000;
	text-decoration: underline;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#calendar_wrap {
	margin-bottom:15px;
}

#footer {
	height: 65px;
	clear:both;
}

#footer p {
	text-align: center;
	color: #6f575f;
	font-size:10px;
	padding-top:15px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #3a1119;
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#rssbar {
	background-color:#ffffff;
	width:958px;
	height:30px;
	margin:0 auto;
	padding:0;
}

#rssbar a img {
	border:none;
	margin:0;
	padding:4px 2px 0 0;
}

.post-date {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	height:60px;
	width:60px;
	padding-top:3px;
	background: url(images/date-bg.png) no-repeat;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.day {
	padding-top:10px;
	color: #000000;
}

.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.png) no-repeat left top;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.png) no-repeat top left;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.png) no-repeat left top;
}
.posted_on {
	padding:2px 0 2px 20px;
	background:url(images/posted_on.png) no-repeat left top;
}
.commentxt {
	font-size: 15px;
	text-align: center;
	padding-bottom: 5px;
}
.comment-float {
	float:right;
}
.comment-float a:link {
	color: #39623f;
	text-decoration: none;
	font-weight: bold;
}
.comment-float a:visited {
	color: #39623f;
	text-decoration: none;
	font-weight: bold;
}
.comment-float a:hover, .comment-float a:active {
	color: #8c1d69;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.postsep {
	float: center;
	text-align: center;
}
