/*   
Theme Name: VoiceSage Blog
Theme URI:
Description: VoiceSage Blog Theme
Author:
Author URI:
Version: 0.1
*/
body {
margin: 0;
padding: 0;
font-size: 0.75em;
font-family: Verdana, Geneva, sans-serif;
color: #000000;
background: #FFF;
text-align: center;
}
h1, h2, h3, h4 { margin: 0; padding: 0; font-size: 1em;}
a:link, a:visited, a:hover {
	color: #400040;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0;
}
#body {
	width: 983px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: right;
	width: 779px;
	font-size: 1em;
	line-height:1.5em;
}
#header {
	width: 779px;
	height: 250px;
	position: relative;
}
#header span {
	width: 100%;
	height: 100%;
	position: absolute;
	background:url(img/header.png);
}
.post {
	margin-top: 45px;
}
.post h2 {
	color: #4A126A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0.5em;
	line-height: 1em;
}
.post h2 a:link, .post h2 a:visited, .post h2 a:hover {
	font-weight: normal;
}
.post h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.3em;
	line-height: 1em;
	}
.post .date {
	background: #E0E0E0;
	padding: 10px;
}
.post blockquote {
	background: url(img/quotes.png) no-repeat top left;
	padding-left: 30px;
	color: #4A126A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.3em;
	line-height: 1.3em;
}
.post .meta {
	background: url(img/slice.png) no-repeat 0 0;
	padding-top: 15px;
}
.post .meta a {
	font-weight: normal;
}
.post .meta span.tags a:link, .post .meta span.tags a:visited, .post .meta span.tags a:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 169px;
}
#sidebar h1#logo  {
	width: 169px;
	height: 146px;
	position: relative;
}
#sidebar h1#logo span {
	background: url(img/logo.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
#sidebar h3 {
	position: relative;
	width: 169px;
	margin-top: 35px;
	background: url(img/menubar.png);
}
#sidebar h3 span {
	height: 100%;
	width: 100%;
	position: absolute;
}
#sidebar div.widget_categories h3 {
	height: 18px;
}
#sidebar div.widget_categories h3 span {
	background:url(img/menu_blognavigation.png) no-repeat 0 0;
}
#sidebar div#thelatest h3, #sidebar div#text-3 h3 {
	height: 34px;
}
#sidebar div#thelatest h3 span, #sidebar div#text-3 h3 span {
	background:url(img/menu_latest.png) no-repeat 0 0;
}
#sidebar div#follow h3, #sidebar div#text-4 h3 {
	height: 18px;
}
#sidebar div#follow h3 span, #sidebar div#text-4 h3 span{
	background:url(img/menu_follow.png) no-repeat 0 0;
}
#sidebar div.widget_recent_comments h3 {
	height: 18px;
}
#sidebar div.widget_recent_comments h3 span {
	background:url(img/menu_recentcomments.png) no-repeat 0 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	background: url(img/list.png) no-repeat left bottom;
	height: 26px;
	line-height: 26px;
	padding-left: 22px;
	width: 169px;
}
#sidebar #text-4 img {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
}
#sidebar #lasttweet, #sidebar .widget_twitter {
	background:url(img/twitter_bg.png) repeat-x bottom;
	color: #4A126A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1em;
	line-height: 1em;
	padding: 15px;
}
#sidebar .widget_twitter ul, #sidebar .widget_twitter ul li {
margin: 0;
padding: 0;
background: none;
width: auto;
height: auto;
line-height: 1.5em;
}
#sidebar .widget_recent_comments ul li {
	background: url(img/menubar.png) no-repeat left bottom;
	height: auto;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 169px;
	display: block;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover  {
	font-weight: normal;
	color: #202020;
}
#sidebar .widget_recent_comments a:link, #sidebar .widget_recent_comments a:visited, #sidebar .widget_recent_comments {
	font-weight: bold;
	color: #4A126A;
}
#footer {
	text-align: center;
	font-size: 0.75em;
	color: #808080;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	background:url(img/slice.png) no-repeat top;
	float: right;
	width: 779px;
	clear: right;
}
#footer a:link, #footer a:link, #footer a:link {
	color: #808080;
	font-weight: normal;
}
#footer p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

/* Comments */
#comments {
	margin-top: 50px;
	float: left;
	width: 779px;
	line-height:1.5em;
}
#comments h3, #writecomment h3 {
	color: #4A126A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#comments h4 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	display: inline;
}
#comments .comment {
	background: #E0E0E0;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	float: left;
	border-right: 1px solid #E0E0E0;
}
#comments .odd {
	background: #FFF url(img/slice.png) no-repeat bottom;
	padding-bottom: 20px;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
}
#comments .gravatar {
	background: #999;
	border: 1px solid #000;
	padding: 3px;
	float: left;
}
#comments .gravatar img {
	border: 1px solid #FFF;
}
#comments .comment-author-meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.3em;
	color: #4A126A;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 3px 3px;
	float: right;
	width: 680px;
}
#comments .comment-text {
	float: right;
	width: 680px;
}
#writecomment {
	padding-top: 30px;
	float: left;
	width: 779px;
}
#writecomment .your-data {
	float: left;
	width: 360px;
}
#writecomment label {
	display:block;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
}
#writecomment input#author, #writecomment input#email, #writecomment input#url {
width: 360px;
}
#writecomment .your-comment {
	float: right;
	width: 360px;
}
#writecomment .your-comment textarea {
	width: 360px;
}

/* Standard WP CSS for images */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}
