
body {
	background:transparent url(images/bg_flower_top.jpg) no-repeat scroll 590px top;
	background-color:#acacce;
	color:#333333;
	font-family:Verdana,Arial,Sans-Serif;
	margin:0px 0px 20px 0px;
	padding:0;
	/*text-align:center;*/
	font-size: 12px;
	}

#page {
	background:transparent url(images/bg_flower.jpg) no-repeat scroll 0 0;
	margin:0px;
	padding:0px;
	text-align:left;
	width:1000px;
	}
#header{
	margin:35px 0 25px 130px;
	}
.date { 
	float: right;
	color:#4b003c;
	line-height:20px;
	padding-top: 4px;
	margin:0 0 20px 20px;
	font-size:13px;
	text-align:center;
}

.date_day {
	display:block;
	font-size:20px;
	text-align:right;
}

.date_month {
	display:block;
	font-size:18px;
	text-align:right;
	font-weight:bold;
}

.date_year {
	display:block;
	font-size: 10px;
	line-height:15px;
}
	
.box_top {
	background:url(images/box_top.gif) left top no-repeat;
	}
.box_title{
	padding: 10px 0px 17px 30px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
	line-height:45px;
	color: #210020;
	}
.box_bottom {
	background:url(images/box_bottom.gif) left bottom no-repeat;
	height:25px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 10px;
	line-height:14px;
	color: #210020;
}
.box_content {
	background:url(images/box_middle.gif) left bottom repeat-y;
	background-color:#ed1b24;
	padding: 5px 40px 5px 40px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	line-height:14px;
	color: #210020;
}

.box_top_2 {background:url(images/box_top2.gif) left top no-repeat;padding: 47px 0px 0px 0px;}
.box_bottom_2 {background:url(images/box_bottom2.gif) left bottom no-repeat; height:23px;}
.box_content_2 {background:url(images/box_middle2.gif) left bottom repeat-y;background-color:#ed1b24;padding: 5px 40px 5px 40px;}



#content {
	font-size: 12px;
	}



.narrowcolumn .entry {
	line-height: 18px;
	clear:both;
	}

.narrowcolumn .postmetadata {
	padding:5px;
	text-align:right;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #acacce; no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 40px;
	color: #ed1b24;
	margin: 10px;
	}
h1 a,h1 a:visited, h1 a:link {
	font-size: 40px;
	color: #ed1b24;
	margin: 10px;
	padding:0px;
	}
h1 a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #2f2f37;
	padding:0px;
	}

h2 {
	font-size: 20px;
	color: #210020;
	}

h2.pagetitle {
	font-size: 16px;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	}

h3 {
	font-size: 14px;
	color: #320128;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #4b003c;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a, a:visited {
	color: #ed1b24;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 10px Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #111111;
	}

code {
	font: 1.1em Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #111111;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	}

a:hover {
	color: #111111;
	text-decoration: underline;
	}


/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px 5px 5px 90px;
	width: 515px;
	}

.post {
	border-bottom: 5px dotted #5e5f73;
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 2px;
 	margin: 0px 0px 0px 20px;
	/*margin-left: 715px;*/
	width: 260px;
	float: left;
	font: 12px Verdana, Arial, Sans-Serif;
	}

#sidebar form {
	margin: 0px;
	}
	
#sidebar .search {height:25px; background: transparent url(images/search.jpg) no-repeat top left;}

h2.widgettitle { padding-top: 10px; background: url(images/icon.gif) no-repeat bottom left;}

#sidebar #archives h2.widgettitle { padding-top: 10px; background: url(images/icon.gif) no-repeat bottom left;}
/* End Sidebar */


/* Top Page Nav */
.top1 { float: right; padding-bottom: 4px; border-bottom: 0px; }

.top {
	height:30px;
	margin:0px;
}

.top ul{
	list-style:none;
}

.top li{
	padding-left:5px;
	width:80px;
	height:30px;
	float: left;
}

.top a{
	width:80px;
	height:22px;
	text-align:center;
	display:block;
	padding-top:8px;
	outline:none;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4b003c;
	background:url(images/page.gif) no-repeat 0 0;
	border: 0px;
}

.top a:hover{
	color:#630460;
	background:url(images/page.gif) no-repeat 0 100%;
	text-decoration:none;
	border: 0px;
}
/* End Top Page Nav */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
.postTitle{
}
.postDate{
	color:#210020;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	}

/***********************
Merged SearchBox
***********************/
.mergedSearch {
	margin:10px 0px 10px 0px;
	}
.mergedSearch .input {
	background:#FFFFFF url('images/searchL.gif') no-repeat scroll left center;
	border: none;
	float:left;
	height:23px;
	width:100px;
	margin:0px;
	padding: 7px 0px 0px 10px;
	}
.mergedSearch .button {
	background:transparent url('images/searchR.gif') no-repeat scroll left bottom;
	border: none;
	cursor:pointer;
	float:left;
	height:30px;
	width:60px;
	margin:0px;
	padding: 0px;
	}
.mergedSearch INPUT[TYPE="text"]{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
.pagenav{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}
.page_item{	
	margin: 10px 0px 10px 0px;
	}