@charset "UTF-8";
/*
Theme Name: Betty Hatchett
Description: Custom WP Theme for Betty Hatchet Design
Version: 1.0
Author: Betty Hatchett Design


*/

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	background: url(img/bg_texture.jpg) repeat;
}

a {
	color: #e86547;
}

.wp-caption-text {
	font-size: 10px;
	color: #7f7f7f;
}

.linklove { display: none; }
img#tree {
	position: relative;
	left: 120px;
}
div#bettyhatchett {
	position: relative;
	width: 840px;
	margin: 30px auto;
}

div#site {
	position: relative;
	top: 0;
	left: 0;
	width: 840px;
	padding-bottom: 100px;
}

div#navigation {
	position: relative;
	top: 24px;
	left: 0px;
	width: 615px;
	height: 44px;
}
ul#nav_list {
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}
ul#nav_list li {
	display: inline;
	font-size: 19px;
	text-transform: uppercase;
	padding: 0 2px;
	margin: 0;
}
ul#nav_list li a {
	color: #fff;
	text-decoration: none;
}
ul#nav_list li a:hover, ul#nav_list li.current_page_item a {
	color: #000;
}

div#social_connect {
	position: absolute;
	top: 131px;
	left: -100px;
	width: 62px;
	height: 521px;
}

ul.social_ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

ul.social_ul li {
	display: block;
	width: 62px;
	height: 62px;
	padding: 0;
	margin: 0 0 26px 0;
}
ul.social_ul li a {
	display: block;
	width: 62px;
	height: 62px;
	padding: 0;
	margin: 0;
	border: 1px;
}

a#connect_rss { background:url(img/button_rss.png) top left no-repeat; }
a#connect_rss:hover { background:url(img/button_rss_hover.png) top left no-repeat; }
a#connect_email { background:url(img/button_email.png) top left no-repeat; }
a#connect_email:hover { background:url(img/button_email_hover.png) top left no-repeat; }
a#connect_facebook { background:url(img/button_fb.png) top left no-repeat; }
a#connect_facebook:hover { background:url(img/button_fb_hover.png) top left no-repeat; }
a#connect_flicker { background:url(img/button_fk.png) top left no-repeat; }
a#connect_flicker:hover { background:url(img/button_fk_hover.png) top left no-repeat; }
a#connect_twitter { background:url(img/button_tw.png) top left no-repeat; }
a#connect_twitter:hover { background:url(img/button_tw_hover.png) top left no-repeat; }
a#connect_linkedin { background:url(img/button_in.png) top left no-repeat; }
a#connect_linkedin:hover { background:url(img/button_in_hover.png) top left no-repeat; }



div#content {
	position: relative;
	top: 14px;
	left: 0px;
	width: 615px;
	min-height: 615px;
	background: #fff url(img/content_bg_black.gif) repeat-x top left;
}

div#page_content {
	position: relative;
	top: 25px;
	left: 0;
	width: 615px;
	min-height: 500px;
	margin-bottom: 10px;
}


div.page_view {
	position: relative;
	width: 475px;
	left: 145px;
}

div.post {
	font: normal normal 100% Arial, sans-serif;
	font-size: small;
	color: #222;
	padding: 40px 30px;
}
div.post p {
	line-height: 1.6em;
	word-wrap: break-word;
}

div.post h1, div.post h2, div.post h3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #6b6b6b;
}
div.post h1 { font-size: 24px; }
div.post h2 { font-size: 18px; }
div.post h3 {
	display: block;
	font-size: 10px;
}

div#sidebar {
	position: absolute;
	top: 123px;
	left: 634px;
	width: 200px;
}
div#site_badge {
	position: relative;
	top: 0;
	right: 0;
	width: 200px;
	height: 314px;
	background: url(img/mark_shoes.png) no-repeat top left;
}
div#page_sidebar {
	position: absolute;
	top: 380px;
	left: 645px;
	width: 200px;
}
div#page_badge {
	position: relative;
	right: 2px;
	width: 190px;
	height: 146px;
	background: url(img/mark_front.png) no-repeat top left;
}

div#sidebar_content {
	posision: relative;
	width: 200px;
	padding-top: 0px;
	margin-top: 20px;
}


div#sidebar_text {
	position: relative;
	width: 200px;
	height: 178px;
	background: url(img/site-about-text.png) no-repeat top left;
}


textarea#comment {
	width: 540px;
}
