/*
THEME NAME: Sandbox Revisited
THEME URI: http://selfevidenthotdogs.com/sandbox/
DESCRIPTION: Seminal Sandbox theme updated for Wordpress 2.9
VERSION: 1
AUTHOR: David Seguin, built from Sandbox by Andy Skelton and Scott Allan Wallick
TAGS: threaded-comments, sticky-post, microformats
*/

/* css resets */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}

/*layout*/
body {font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	background-color: #fff;
}
#shell {width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#main {margin-top:5px;
	display: inline;
	float: left;
	width: 550px;
	background: whitesmoke; /*for dev work only*/
	line-height: 1.4;
padding: 1em; 
}
.sidebar {
	width: 179px;
padding: 2px;
margin-top:5px;
	display: inline;
	float: RIGHT;
	line-height: 1.4;
	font-size: 0.9em;
	



}
#primary {
	
	background-color: #FFFACD;
border-left: thin solid grey;
border-right: thin solid grey;
}
#secondary {
	border:none;
	background-color: white;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

/*globals*/
body {
	background: #FFF;
	font: 15px/1.2 Times, “Times New Roman”, Georgia, serif;
	color: #333;
}
p {
	margin: 4px 0 10px;
}
blockquote {
	margin: 0 20px;
}
a {
	color: blue;
}

a:hover {
	color: #FF8C00;
}

a img {
	border: 0 none;
}

/*header*/
#header {background-image: url(http://untraditionalhome.com/wp-content/uploads/2010/02/watercolorheader.jpg); height: 211px;

/*#header {background-image: url(http://untraditionalhome.com/wp-content/uploads/2009/12/headeruntrad.JPG);*/
	
}
#blog-title {padding-top:133px; text-decoration: none;
	font-size: 2em;
}

#blog-title a {
	color: #800000;
}
h1#blog-description { font-size:1.2em; padding-bottom: 2px;}

}
#access {
	position: absolute;
	right: 1em;
	top: 1em;
}


.entry-title a {
	color: #CD853F;
}

h1#blog-title a, .entry-title a, #footer a {
	text-decoration: none;
}

h1#blog-title a:hover, .entry-title a:hover, #footer a:hover {
	text-decoration: underline;
}

div.skip-link {
	display: none;
}
/*main nav*/
div#menu {width:100%; height:1.7em; background-color:#FFFACD;

	border-bottom: 1px solid #ccc;
}
div#menu ul li {
	float: left;
}
div#menu ul,
div#menu ul ul {line-height:1.6em;
list-style:none;
margin:0;
padding:0;
background:white;
}
div#menu ul a {color: #000;line-height:1.6em;
list-style:none;
margin:0;
display: block;
margin-right:10px;
padding:0 1px;
text-decoration:none;background:#FFFACD;
}
#menu li.current_page_item a, #menu li.current_page_item a:hover {
	background-color: #DFC28B;
	text-decoration: none;
}
div#menu ul li ul {
	left: -999em;
	position: absolute;border: thin solid grey;
}
div#menu ul li: hover ul {display:block;
	left: auto;
}
div#menu ul ul ul a {border: thin solid grey; background: #eee;
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

/*sidebar*/
.sidebar ul,
.sidebar li {
	list-style: none;
}

/*entry*/
div.post {
	border-bottom: 1px solid #666; /*for dev work only*/
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.entry-title,
.entry-meta {
	clear: both;
}
.entry-content ul,
.entry-content ol {
	margin: 15px 15px 15px 25px;
}.entry-meta, .entry-meta a,
.comment-meta, .comment-meta a,
.sidebar, .sidebar a,
#footer, #footer a {
	color: #666;
}

/*forms*/
form#commentform .form-label {
	margin: 1em 0 0;
}
form#commentform span.required {
	background: #fff;
	color: #c30;
}
form#commentform,
form#commentform p {
	padding: 0;
}
input#author,
input#email,
input#url,
textarea#comment {
	padding: 0.2em;
}
input#author,
input#email,
input#url {
	width: 50%;
}
textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 98%;
	padding: 5px;
}

/*images in posts*/
.alignright,
img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}
.alignleft,
img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}
.aligncenter,
img.aligncenter,
img.center {
	display: block;
	margin: 1em auto;
	text-align: center;
}

/*gallery*/
div.gallery:after { /*in lieu of a clearfix class in the markup*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.gallery {
	zoom: 1;
	margin: 10px 0 20px;
	width: 100%;
}
p.wp-caption-text {
	font-style: italic;
}
div.gallery dl {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	float: left;
}
div.gallery dl.gallery-columns-1 {
	width: 100%;
}
div.gallery dl.gallery-columns-2 {
	width: 49%;
}
div.gallery dl.gallery-columns-3 {
	width: 33%;
}
div.gallery dl.gallery-columns-4 {
	width: 24%;
}
div.gallery dl.gallery-columns-5 {
	width: 19%;
}
#nav-images:after { /*in lieu of a clearfix class in the markup*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav-images {
	zoom: 1;
	padding: 10px 0 20px;
}


/*comments*/
div.comments ol {padding: 5px;
	list-style: none;

}
div.comments ol li {border: thin solid grey;
padding:5px;
	list-style: none;
}
div.comments .comment-body {
	margin: 0 0 .5em;
}
div.comments ul.children {
	margin: 0 0 0 1em;
	list-style: none;
}
div.comments ul.children li {
	list-style: none;
}


/*pagination*/
div#nav-above {
	margin-bottom: 1em;
}
div#nav-below {
	margin-top: 1em;
}
.nav-previous {
	display: inline;
	float: left;
}
.nav-next {
	display: inline;
	float: right;
}

/*misc*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { /*ie7*/
	zoom: 1;
}

/*print only*/
@media print {
	body {
		background: #fff;
		color: #000;
	}
	#wrapper {
		background: #fff;
		margin: 10pt;
		border: none;
		width: auto;
	}
	#primary, 
	#secondary, 
	#footer, 
	#respond,
	object,
	embed {
		display: none;
	}
	div#main {
		width: auto;
	}
}