/*   
Theme Name: Vintage Postcards
Theme URI: http://minim-media.com
Description: A clean, vintage-feel template with individual 'postcards' for each day's posts. Designed for short posts.
Author: Caitlin Rowley
Author URI: http://minim-media.com
Version: 1
.
Developed July 2008.
.
*/


body {
	background-color: #ede1bb;	/*taupe*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #64412d;		/*brown*/
	font-size: 90%;
	padding: 24px;
}
a, a:link, a:active, a:hover, a:visited {
	color: #d76529;		/*orange*/
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: 0px;
}
h2 {	/*post heading*/
	color: #64412d;		/*brown*/
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}
h3 {	/*post date*/
	color: #c94326;		/*red*/
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
p {
	margin: 0px;
}

/* content area */
#page_content {
	margin-top: 20px;
}
#newerolder {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* posts */
.post_container {
	width: 468px;
	float: left;
	padding: 0px;
	padding-top: 24px;
}
.post {
	margin-bottom: 8px;
}
.post_top {
	background-image: url("images/post_top.gif");
	height: 28px;
	width: 468px;
	background-repeat: no-repeat;
}
.post_middle {
	background-image: url("images/post_middle.gif");
	background-repeat: repeat-y;
	width: 428px;	/*468 total*/
	padding-top: 8px;
	padding-left: 24px;
	padding-right: 24px;
}
.post_middle p {
	margin-top: 8px;
}
.post_bottom {
	background-image: url("images/post_bottom.gif");
	height: 35px;
	width: 468px;
	background-repeat: no-repeat;
}
.post h3 {
	padding-left: 24px;
	padding-top: 12px;
}
.tagged {
	font-size: 0.8em;
	margin-top: 10px;
}

/* sidebar */
#sidebar {
	width: 264px;
	float: left;
	margin-left: 50px;
}
#rss {
	display: block;
	margin: 0px;
	padding: 0px;
}
#cloud_container {
	background-image: url("images/postit_body.gif");
	background-repeat: no-repeat;
	height: 132px;	/*172 total*/
	width: 184px;	/*264 total*/
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 30px;
	overflow: hidden;
}
#cloud {
	overflow: hidden;
	height: 114px;
}
#cloud ul {
	margin: 0px;
	padding: 0px;
}
#cloud ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#receipt_body {
	background-image: url("images/receipt_middle.gif");
	background-repeat: repeat-y;
}
#calendar {
	margin-left: 80px;
	margin-right: 50px;
	margin-top: -24px;
	padding-bottom: 8px;
}

/* comment styles */
#commentform, #commentform textarea {
	width: 468px;
}