/*
Theme Name: Sachimp Custom
Theme URI: http://sachimp.com
Description: branding the blog with sachimp design.
Version: 0.0
Author: Aaron Spaulding
Tags: sachimp, awesome

*/


body {
	background-image: url('images/background.png');
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

h1,h2,h2 a,h3,h4,h5,h6,h7 {
	font-family: Helvetica, DejaVu Sans, sans-serif;
	font-style: bold;
	color: #564f3f;
	text-decoration: none;
}

a {
	color: #333333;
}

#page, #header, #footer {
	width: 842px;
	margin: 0 auto;
	background-color: #f5e9c6;
}

#content, #secondary, #tertiary {
	float: left;
	margin:0;
	padding: 0;
}

#header, #footer {
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	width: 842px;
	height: 64px;
}

#header {
	background-image: url('images/border-top.png');
	background-position: bottom center;
}

#footer {
	background-image: url('images/footer.png');
	background-position: top center;
	padding: 50px 0 0 60px;
}

#footer * {
	color: #f5e9c6;
}

#footer p {
	margin: 0;
	padding: 10px;
}

#header * {
	display: none;
}

#secondary {
	list-style-type:none;
	width: 144px;
	color: #897e64;
	margin: 0 0 0 32px;
}

#secondary h2 {
	color: #897e64 !important;
	margin: 0;
}

#secondary a {
	color: #666;
}

#content {
	margin: 0 0 0 38px;
	width: 489px;
}

#tertiary {
	list-style-type: none;
	width: 113px;
}

.clear {
	clear:both;
}

.aligncenter {
	display: block;
	text-align: center;
}

.post h2 {
	margin-top: 0;
}

.post {
	background-image: url('images/hr.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 55px;
	margin-bottom: 40px;
}

#secondary .widget {
	margin: 0 0 15px 0;
}

.widget ul{
	margin: 0;
	padding: 0 20px;
}

.blogroll {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blogroll li a {
	display: block;
	text-indent: -100000ex;
}

#searchform #s {
	width: 100%;
}

#blog {
	background-image: url('images/logo-name.png');
	margin:2px 0 27px 38px;
	width: 81px;
	height: 150px;
}

#email_addy {
	background-image: url('images/email-link.png');
	margin:2px 0 1px 53px;
	width: 49px;
	height: 28px;
}

#deviant_art {
	background-image: url('images/da-link.png');
	margin:3px 0 13px 21px;
	width: 81px;
	height: 25px;
}

#twitter_link {
	background-image: url('images/twitter-link.png');
	margin:0 0 0 44px;
	width: 58px;
	height: 21px;
}

#cclogo {
	float: left;
	margin: 10px;
}

