/* Wordpress Align CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright {
   float: right;
   margin: 20px 0 20px 20px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   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;
}

/* Begin Original SugarSugar CSS */

.post h2, .post h2 strong {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #660033;
}

.post {
	font-size: 14px;
	line-height: 22px;	
	margin: 0 0 30px 0;
}

.post h3 strong {
	color: #7a143e;
}

.solid-line {
	clear: both;
	background:#999999;
	height: 1px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.post p {
	color: #666;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 20px;
}

.post ol, .post .entry-content {
	color:#666;
	font-size:12px;
	line-height:20px;
}

a, a:visited {
	text-decoration: none;
	color: #660033
}

a:hover {
	text-decoration: underline;
}

.post h3 {
	margin: 0 0 0 0;
	color: #660033;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	border-bottom: solid 1px #999;
}

.page-title {
	margin: 0 0 20px 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
}

.post .author {
	color: #333;
	margin: 0 0 10px 0;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 30px;
}

.post .author a, .post .author a:visited, {
	color: #4C4C4C;
}

abbr {
	text-decoration: none;
	border-bottom: none;
}

.post .post-footer {
	border-top: solid 1px #cc99cc;
	margin: 10px 0 0 0;
}
	.post .post-footer p {
		margin: 5px 0 0 0;
	}

 	.post .comments {
		float: right;
	}


#most-recent {
	float: left;
	width: 480px;
	margin: 0 20px 0 0;
}

#blog-summary {
	float: right;
	width: 260px;
	font-size: 12px;
}

#blog-summary strong {
	font-weight: normal;
	display: block;
	float: left;
	width: 60px;
	height: 30px;
}

#blog-summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blog-summary li {
	margin: 0;
	padding: 10px 0 10px 0;
	clear: left;
	border-bottom: solid 1px #999;
	line-height: 20px;
}

#blog-summary li.last {
	font-weight: bold;
	border-bottom: none;
}