/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

* { 
	padding: 0; margin: 0;
}

.container { 
	width: 940px;
	margin: 0 auto;
}

a { 
	text-decoration: none;
}

body { 
	padding-top: 30px;
	background-color: #a59f8e;
}

#inner { 
	background: transparent url("images/wrapperBgBottom.jpg") bottom center no-repeat;
	overflow: hidden;
}

#wrapper { 
	width: 960px;
	margin: 0 auto 30px auto;
	background: transparent url("images/wrapperBg2.jpg") top center repeat-y;
	position: relative;
}

#header { 
	position: relative;
	height: 223px;
	width: 960px;
	background: #000 url("images/header.jpg") top left no-repeat;
}

#header h1#blog-title span { 
	position: absolute;
	top: 100px; left: 80px;
	font-size: 40px;
	font-weight: normal;
}

#header #blog-description { 
	position: absolute;
	top: 155px; left: 80px;
	font-size: 24px;
	color: #a7a6a6;
	font-weight: normal;
}

#header h1#blog-title span a {
	color: #fff;
	text-decoration: none;
}

#footer { 
	height: 46px;
	background-color: #393833;
	border-top: 1px solid #b3ae9f;
}

#footer p { 
	padding: 17px 0 0 0;
	color: #fff;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-align: left;
}

#footer p a { 
	color: #fff;
	text-decoration: underline;
}

#footer p.credit { 
	float: right;
	color: #fff;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-align: left;
}

/* Menu Styling */

	#inner div#menu {
		background: transparent url("images/menuBg.jpg") top left no-repeat;
		height: 52px;
		width:960px;
		position: absolute;
		top: 0; left: 0;
	}

	#inner div#menu ul,div#menu ul ul {
		list-style:none;
		margin:0;
		float: left;
		padding: 6px 20px 15px 20px;
	}

	#inner div#menu ul li {
		border-right: 1px solid #7f705b;
		float: left;
	}
	*html #inner div#menu ul li {
		width: 100px;
	}

	#inner div#menu ul a {
		display:block;
		margin: 0 10px;
		padding: 15px 15px 0 15px;
		text-decoration:none;
		height: 30px;
		color: #fefefe;
	}

	#inner div#menu ul a:hover {
		background: #020101;
	}

	#inner div#menu ul ul ul a {
		font-style:italic;
	}

	#inner div#menu ul li ul {
		left:-999em;
		position:absolute;
	}

	#inner div#menu ul li:hover ul {
		left:auto;
	}

/* Post Content Styling */

	#content .post { 
		position: relative;
		margin-left: 80px;
		font-size: 12px;
		font-family: Arial, sans-serif;
		color: #61605f;
		width: 600px;
		line-height: 21px;
		padding: 0 0 40px 0;
	}
	
	#content .post h2.entry-title {
		font-size: 22px;
		font-family: "Times new roman" , serif;
		font-weight: normal;
	}
	
	#content .post h2.entry-title a {
		text-decoration: none;
		color: #845108;
	}

	#content .entry-date { 
		position: absolute;
		top: 0; left: -80px;
		height: 80px; width: 73px;
		background: transparent url("images/dateBg.jpg") top left no-repeat;
	}
	
	#content .entry-content { 
		padding: 10px 30px 50px 0;
	}
	
	#content img.alignnone { 
		float: left;
		padding: 0 5px 20px 0;
	}
	
	#content .post ul.postbar { 
		height: 30px;
		width: 550px;
		background: #edebec;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		padding: 0 0 0 20px;
		margin: 0;
		clear: both;
	}
	#content .post ul.postbar li { 
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}	
	#content .post ul.postbar a {
	font-size: 11px;
	color: #838383;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 20px 0 25px;
	line-height: 30px;
	}
	#content .post ul.postbar a:hover {
	font-size: 11px;
	color: #4a4a4a;
	text-decoration: underline;
	}	
	a.stico_default { 
	background: none ;
	}
	#content .post ul.postbar  span { 
		line-height: 30px;
	}
	
	#content .post ul.postbar li a.readmore { 
		background: transparent url("images/icon-readmore.jpg") left 1px no-repeat;
	}
	#content .post ul.postbar li.comment-count a { 
		background: transparent url("images/icon-comments.jpg") left 1px no-repeat;
	}
	#content .post ul.postbar li a.comment-link { 
		background: transparent url("images/icon-postcomment.jpg") -2px 2px no-repeat;
	}
	#content .post ul.postbar li.sharethis a { 
		background: transparent url("images/icon-sharethis.jpg") 0px 2px no-repeat !important;
	}
	#content .post ul.postbar li a.tweet { 
		background: transparent url("images/icon-twitter.jpg") -4px 1px no-repeat;
	}
	
	#content .page { 
		position: relative;
		margin-left: 80px;
		font-size: 12px;
		font-family: Arial, sans-serif;
		color: #61605f;
		width: 600px;
		line-height: 21px;
		padding: 0 0 50px 0;
	}
	#content .page h2.entry-title, #content h2.page-title {
		font-size: 22px;
		font-family: "Times new roman" , serif;
		font-weight: normal;
		color: #845108;
	}
	#content h2.page-title {
		margin: 0 0 10px 80px;
	}
	
	#content h3.entry-title { 
		font-size: 16px;
		font-family: "Times new roman" , serif;
		font-weight: normal;
		padding: 0; margin: 0;
	}
	#content h3.entry-title a { 
		color: #845108;
	}
	#content h3.entry-title a:hover{ 
		text-decoration: underline;
	}
	.entry-meta a { 
		color: #0F71D2;
	}
	.entry-meta a:hover { 
		text-decoration: underline;
	}

	span.author { 
		color: #61605f;
		font-size: 14px;
		font-family: "Times new roman" , serif;
		font-weight: normal;
		display: block;
		padding: 0 0 15px 0;
		background: transparent url("images/posttopBorder.jpg") bottom left no-repeat;
	}
	span.author a { 
		color: #61605f;
		text-decoration: none;
	}
	span.author a:hover { 
		text-decoration: underline;
	}

	.entry-date p.published { 
		border: none;
		font-size: 22px;
		font-family: "Times new roman" , serif;
		display: block;
		width: 53px; height: 70px;
		padding: 10px 5px;
		text-align: center;
		color: #c5510b;
	}
	
#comments { 
	margin: 0 0 30px 80px;
	width: 570px;
	font-family: Arial, sans-serif;
	clear: both;
}

#comments ol { 
	list-style: none;
}

#comments-list h3, #respond h3 { 
	font-size: 20px;
	font-family: "Times new roman" , serif;
	font-weight: normal;
	color: #845108;
	font-weight: normal;
	padding: 0 0 10px 0;
}

#comments-list ol li { 
	border: 1px solid #BFBFBF;
	padding: 10px;
	background: #DFDFDF;
}

#comments-list ol li p, .formcontainer { 
	font-size: 12px;
	line-height: 18px;
}

#comments-list ol .comment-meta { 
	font-size: 11px;
	font-family: "Times new roman" , serif;
	padding-bottom: 10px;
	color: #61605F;
}

#comments #respond { 
	padding: 20px 0 0 0;
}

.comment-author span.fn a { 
	color: #0F71D2;
}
.comment-author span.fn a:hover { 
	text-decoration: underline;
}
	
/* Two-column with sidebar on left from the /examples/ folder  */
div#container {
	float:left;
	width: 685px;
	padding: 20px 0 0 10px;
}

div#content {
}

div.sidebar {
	float:right;
	width:240px;
	padding: 0 10px 0 15px;
	margin: 20px 0 20px 0;
}

div.sidebar h3 {
	color: #8c4d27;
	font-family: Arial, sans-serif;
	font-size: 17px ;
	padding: 20px 0 10px 0;
	position: relative;
	z-index: 100;
}

div.sidebar a {
	color: #8c4d27;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
div.sidebar a:hover {
	text-decoration: underline;
}


ul.xoxo li { 
	position: relative;
	background: transparent url("images/sidebarHeaderBg.jpg") top left no-repeat;
	list-style:none;
	z-index: 1;
}

ul.xoxo li li { 
	background: none;
	list-style: none !important;
}

ul.xoxo li.widget { 
	padding: 0 0 20px 0;
}

#primary .xoxo { 
overflow: hidden;
}

/* Searchform */

		ul.xoxo li#searchform { 
			position: relative;
			background: none !important;
		}
		#searchform input#s { 
			background: transparent url("images/searchBg.jpg") top left no-repeat;
			border: none;
			width: 211px;
			padding: 5px 15px;
			height: 26px;
		}
		*html #searchform input#s { 
			padding: 0;
		}
		#searchform input.button { 
			background-color: transparent;
			border: none;
			text-indent: -9999px;
			height: 26px; width: 30px;
			position: absolute;
			top: 0; right: 25px;	
			font-size: 0px;
			display:block;
			line-height: 0px;
		}
		ul.xoxo li#search { 
			background: none !important;
			padding: 0 0 20px 0;
		}
		
/* Categories & Archive & Social */

div.sidebar li.widget_categories a, div.sidebar li.widget_archive a {
	color: #0f71d2;
}
div.sidebar a:hover {
	text-decoration: underline;
}

div.sidebar li.widget_categories li, div.sidebar li.widget_archive li { 
	text-indent: 18px;
	background: transparent url("images/sideBullet.jpg") left 2px no-repeat;
}

ul.social { 
	margin: 0 0px 0 10px;
}

ul.social li {
	float: left;
	margin: 0 10px 0 0;
}

ul.social li a { 

}

ul.social li a img { 
	border: none;

}


/* Not Needed */


#nav-above, #secondary, li.widget_search h3, #nav-below, div.skip-link, a.tt, a.more-link  { 
	display: none;
}