/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
/*clean-light.css mods*/
#description {
	color: #C0516C; /* changed from #8e8e83; */
}

#featured h3 {
	font: normal 2em Georgia, "Arial", Verdana, sans-serif;
	color: #8e8e83;
}

.post.single .post-date, .post.index .post-date {
	font: 1em "Arial",Verdana,sans-serif; /* changed from 1.8em Georgia, "Times New Roman", Times, serif; */
}

.post-meta {
	font: 1.2em "Arial",Verdana,sans-serif; /* changed from 1.4em Georgia, "Times New Roman", Times, serif; */
}

/*End clean-light.css mods */

/*style.css mods */
#header #description {
	margin-left: 15px; /* reduced from 20px */
	/* i added the next two lines */
    font-family: verdana,sans-serif;
    color: #C0516C;
}

.content h1 {
	font-weight: bold; /* I added the next line */
	text-transform: none;
}

.content h2 {
	text-transform: none;
}

.content h3 {
	margin-bottom: .2em; /* margin-bottom was originally 1em */
	font-weight: bold;
	text-transform: none;
}

.content p, .content blockquote {
	margin-bottom: 1em; /* margin-bottom was originally 1.5em */
font-size: 1.4em;
line-height: 2.1em;
}

#featured h2 {
	text-transform: none;
}

.post.single .post-category {
	margin-bottom: 10px; /* margin-bottom was originally 25px */
	font-weight: bold;
	text-transform: none;
}

#content img {
	margin-bottom: 2px; 	/* margin-bottomw was orginally 18px */
}

#content .post.single img {
margin-bottom: 18px;
float: none;
}

/* Post Thumbnail customization */
.post img {
float:left;
margin-right:10px;
margin-bottom:3px;
}

.post.single .alignnone {
float: none;
}
/* End post thumbnail customization */

body {
font-family: Century Gothic,Verdana,Arial;
}

#twitter_update_list {
font-family: Century Gothic,Verdana,Arial;
}