/*
Theme Name: Rustic
Theme URI: http://www.scrapbookcentral-ab.com
Description: Rustic theme for the Scrapbook Central Website
Version: 1.0
Author: Dig Creative
Author URI: http://www/.digcreative.ca
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #594032;
	background: url(images/bg_main.jpg) #fff;
}

/* MISC */
img {
	border: 0;
}

/* TEXT */
#footer p {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #9e8562;
}
#body h1 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #5a74b3;
}
#body h1 a {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #5a74b3;
}
#body p {
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 20px;
}
#body li {
	margin-bottom: 6px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 14px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
a:link, a:visited {
	text-decoration: none;
	color: #5a74b3;
}
a:hover, a:active {
	text-decoration: underline;
	color: #5a74b3;
}

/* HEADERS */
#header_recentposts {
	width: 151px;
	height: 32px;
	overflow: hidden;
	background: url(images/header_recentposts.png);
}
#header_calendar {
	width: 164px;
	height: 35px;
	overflow: hidden;
	background: url(images/header_calendar.png) top no-repeat;
}
#header_searchsite {
	width: 145px;
	height: 25px;
	overflow: hidden;
	background: url(images/header_searchsite.png);
}
#header_categories {
	width: 101px;
	height: 30px;
	overflow: hidden;
	background: url(images/header_categories.png);
}
.graphic_header {
	 margin: 0;
	 padding: 0;
	 visibility: hidden;
}

/* SIDEBAR STYLES */
.sidebar_list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.sidebar_list li {
	margin-bottom: 6px;
	padding-left: 15px;
	line-height: 14px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.ie5 .sidebar_list li { /* browser select */
	margin-bottom: 6px;
	padding-left: 15px;
	width: 100%;
	line-height: 18px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.sidebar_list a:link, .sidebar_list a:visited {
	text-decoration: none;
	color: #624036;
}
.sidebar_list a:hover, .sidebox_list a:active {
	text-decoration: none;
	color: #a8592c;
}
.sidebar_form {
	margin: 20px 0 20px 0;
}
.sidebar_form input {
	margin-bottom: 5px;
	width: 165px;
}
.sidebar_form button {
	padding: 3px;
	color: #58372e;
	border: 1px solid #58372e;
	background: #dcd2c5;
}

.sidebar_form button:hover {
	padding: 3px;
	color: #dcd2c5;
	border: 1px solid #58372e;
	background: #58372e;
}


/* MAIN MENU */
#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	font-size
	color: #000;
}
#menu ul li {
	display: inline;
	font-size: 14px;
}
#menu ul li a {
	float: left;
	height: 22px;
	padding: 8px 15px 0 15px;
	text-decoration: none;
	color: #503a10;
	border-right: 1px solid #fff;
	background: none;
}
.ie5 #menu ul li a { /* browser select */
	float: left;
	height: 30px;
	padding: 8px 15px 0 15px;
	text-decoration: none;
	color: #503a10;
	border-right: 1px solid #fff;
	background: none;
}
#menu ul li a:hover {
	background: url(images/bg_buttons.png);
}

/* LAYOUT */
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#menu {
	margin-top: 25px;
	width: 880px;
	height: 30px;
	text-align: left;
	border: 10px #fff solid;
	background: url(images/bg_alt.gif);
}
.ie5 #menu { /* browser select */
	margin-top: 25px;
	width: 900px;
	height: 50px;
	text-align: left;
	border: 10px #fff solid;
	background: url(images/bg_alt.gif);
}
#header {
	width: 880px;
	height: 230px;
	border: 10px #fff solid;
	background: url(images/bg_header.jpg);
}
.ie5 #header { /* browser select */
	width: 900px;
	height: 250px;
	border: 10px #fff solid;
	background: url(images/bg_header.jpg);
}
#footer {
	margin-bottom: 25px;
	width: 635px;
	text-align: center;
}
#content_top {
	width: 900px;
	height: 10px;
	background: url(images/content_top.png);
}
#content {
	background: url(images/bg_content.png);
}
#body {
	float: left;
	margin-left: 10px;
	padding: 30px;
	width: 555px;
	text-align: left;
}
.post_box {
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	margin-right: 10px;
	padding: 30px;
	width: 170px;
	text-align: left;
}
#content_bottom {
	width: 900px;
	height: 25px;
	background: url(images/content_bottom.png)
}
.shadow {
	width: 900px;
	height: 15px;
	background: url(images/shadow.png);
}