/*
THEME NAME: Sley the Dent
THEME URI: http://www.sleythedent.com/
DESCRIPTION: Custom theme for sleythedent.com. WordPress 2.5.x.
TAGS: fixed width, two columns, orange
VERSION: 1.0
AUTHOR: Steve Forde
AUTHOR URI: http://www.sforde.com/
*/

html, body {
	height: 100%;
}

body {
	background: #e5ce9f;
	color: #453a31;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	width: 100%;
}

div.pusher {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: -1px;
}

div.centerall {
	width: 798px;
	overflow: hidden;
	margin: 0px auto;
	background: #fff;
}

a img {
	border: none;
}

/*  The "sticky footer" trick 
		from http://ryanfait.com/sticky-footer/
		====================================  */

div.wrapper {
		border-style: solid;
	border-color: #a69e8e;
	border-width: 0px 1px;
	background: #fff;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0px;
	margin: 0 auto -91px auto; /* the bottom margin is the negative value of the footer's height */
}

div#footer, div.pushwrap {
	height: 90px; /* .push must be the same height as .footer */
}

/*  Site header
		====================================  */

h1#header {
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 0px;
	display: block;
	border-style: solid;
	border-color: #a69e8e;
	border-width: 0px 1px 0px 1px;
	
}

h1#header a {
	width: 800px;
	margin-left: -1px;
	margin-right: -1px;
	height: 153px;
	text-decoration: none;
	display: block;
	background: transparent url("images/title.jpg") left top no-repeat;
	
	
}

h1#header a span {
	display: none;
}

p#subhead {
	display: none;
}

/*  Sidebar navigation
		====================================  */
		

div#sidebar {
	background: #fff url("images/sidebar_bg.jpg") no-repeat top left;
	width: 235px;
	float: left;
	margin-left: 30px;
	_margin-left: 13px;
	padding-bottom: 150px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 0.9em;
}

div#sidebar div.mainmenu_top_bg {
	background: transparent url("images/mainmenu_top_bg.png") no-repeat 13px top;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}

div#sidebar ul {
	background: transparent url("images/mainmenu_bg.png") no-repeat 13px bottom;
	margin: 0px;
	margin-bottom: 10px;
	list-style-type: none;
	font-weight: bold;
	padding: 10px 12px 15px 12px;
	width: 210px;
}

div#sidebar ul li {
	padding: 10px 12px;
	margin: 0px 1px;
}

div#sidebar ul li a:link,
div#sidebar ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div#sidebar ul li a:hover {
	text-decoration: underline;
}

div#sidebar ul li.current_page_item {
	background: #dedede url("images/menu_selected.gif") repeat-x top;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;

}

div#sidebar ul li.current_page_item a {
	color: #4a72a3 !important;
	display: block;
	background: transparent url("images/menu_selected_arrow.gif") center right no-repeat;
}

div#search {
	text-align: center;
	padding: 10px 12px 15px 12px;
	background: transparent url("images/search_bg.png") no-repeat 13px bottom;
}

input#searchfield {
	width: 120px;
	border: solid 1px #1e4b87;
	border-bottom-color: #5281c0;
	border-right-color: #5281c0;
	padding: 2px;
}

p.rssfeed {
	margin: 24px;
}

/*  Main content section
		====================================  */
		
div#content {
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	float: left;
	width: 470px;
	margin: 0px 30px 30px;
	_margin-top: 15px;
}

.tagline {
	font-size: 1.1em;
	line-height: 1.6em;
}

h2 {
	font-size: 1.5em;
	padding-top: .5em;
}

div#content ul {
	list-style-image: url("images/bullet_orange.png");
}

/*  Thumbnails
		====================================  */

p.thumbnails { }

p.thumbnails a {
	border: solid 1px #d0dade;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

p.thumbnails a:hover {
	border-color: #8da9b4;
}

p.thumbnails a img {
	display: block;
	border: none;
	border: solid 9px #e3e9eb;
}

/*  Footer
		====================================  */

div#footer {
	clear: both;
	border-top: solid 1px #d0dade;
	color: #7e8b90;
	padding: 0px 30px;
	background: #e3e9eb;

}

div#footer p {
	margin-top: 25px;
	line-height: 1.4em;
}

div#footer p a {
	font-weight: bold;
	color: #7e8b90;
}

div#footer div.rss {
 	float: right;
 	width: 100px;
 	text-align: right;
 }



.search-entry-content {
	margin-left: 20px;
}

.tagline {
	border-bottom: dashed 1px #7394c0;
	margin-bottom: 1.4em;
	padding-bottom: .4em;
	color: #8b7541;
}

div.main-post {
	margin-bottom: 3em;
}

div.main-post div.entry-content {
	margin-left: 20px;
}

h3.entry-title {
	margin-top: 1em;
}

p.entry-date {
	margin-top: -1em;
	font-size: 0.8em;
	color: #a6906b;
}