/*
DO NOT EDIT THIS FILE
=====================

To customize this file, create a copy of it, called letter.css, and place it into your skin's folder.
*/

html {
	background: url(images/body.jpg) top center repeat-x #c8c8c8;
}

#wrapper {
	background: url(images/letter.jpg) center repeat-y #fff;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1030px;
}

#wrapper_top {
	background: url(images/letter_top.jpg) top center no-repeat;
	height: 15px;
}

#wrapper_bottom {
	background: url(images/letter_bottom.jpg) top center no-repeat;
	height: 25px;
}

#wrapper_bg {
	background: url(images/letter_bg.jpg) top center no-repeat;
}

.pad {
	padding: 15px 30px 10px;
}

#header_img {
	width: 1000px;
	margin: 0px auto;
}

#header .pad {
	padding: 0px;
	margin: 0px;
}

.entry {
	margin-top: 0px;
	margin-bottom: 0px;
}

.main_widget ul,
.inline_widget ul {
	list-style-image: url(icons/file.gif);
}

.widget_categories ul,
.widget_archive ul {
	list-style-image: url(icons/folder.gif);
}

li.nav_home,
li.nav_blog,
li.nav_branch {
	list-style-image: url(icons/folder.gif);
}

li.nav_leaf {
	list-style-image: url(icons/file.gif);
}

.link_entry a,
.link_comment a {
	background: url(icons/file.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

.admin_link a,
.edit_entry a,
.edit_comment a {
	background: url(icons/edit.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

.entry_comment a {
	background: url(icons/comment.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

.comment_entry a,
.reply_comment a {
	background: url(icons/add_comment.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

.email_entry a {
	background: url(icons/email.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

.print_entry a {
	background: url(icons/print.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

.entry_tags a,
.entry_categories a {
	background: url(icons/folder.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

.entry_author a,
.signed_in_author a,
.loginout a {
	background: url(icons/user.gif) center left no-repeat;
	padding-left: 14px;
	padding-right: 0px;
}

#wp-calendar {
	border: solid 1px #dcdcdc;
}

#wp-calendar thead th {
	border-bottom: solid 1px #dcdcdc;
}

#wp-calendar tbody td {
	border: solid 1px #dcdcdc;
}

#wp-calendar tfoot td {
	border-top: solid 1px #dcdcdc;
}