/*
Theme Name: Guy and Eva
Theme URI: http://guyandeva.com/
Description: Custom theme designed to match Guy and Eva website as of 2009/08/25.
Version: 1.0
Author: Ben Wong
Author URI: http://benwongfilm.com/
Tags: custom header, fixed width, two columns, widgets
*/



/* this builds upon the Guy and Eva .com general stylesheet(s) */

.sidebar {
	margin-top: -40px;
}

#rightCol {
	margin-top: -40px;
}

h2.widgettitle {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.sidebar ul li {
	padding: 0;
	margin: 0;
}

.sidebar ul ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.postmetadata small {
	font-size: 12px;
	font-style: italic;
	color: #666;
}

small {
	font-size: .9em;
	font-style: italic;
	color: #666;
}

ol.commentlist {
	margin-left: 30px;
}
ol.commentlist li {
	font-size: 35px;
	color: #666;
}
ol.commentlist li div {
	font-size: 12px;
}
.comment-author, .vcard {
	font-style: italic;
}
ol.commentlist li div .comment-meta {
	font-size: 11px;
}
textarea#comment {
	width: 600px;
}
input#submit {
	background: #DECFD4;
	color: #662046;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 1px #999 solid;
	padding: 5px;
}