/*
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
*/


/* Reset ************************** */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
		}
		/* remember to define focus styles! */
		:focus {
		outline: 0;
		}
		body {
		line-height: 1;
		}
		ol, ul {
		list-style: none;
		}
		/* tables still need 'cellspacing="0"' in the markup */
		table {
		border-collapse: separate;
		border-spacing: 0;
		}
		caption, th, td {
		text-align: left;
		font-weight: normal;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
		content: "";
		}
		blockquote, q {
		quotes: "" "";
		}
		strong {font-weight:bold;}
/* end reset */

.bronze {color:#816b38;}
.rust {color:#922516;}
.black {color:#000;}


a {
	color:#922516;
	text-decoration:underline;
}

a:hover {color:#444;}

h1, h2, h3, h4 {
	font-weight:bold;
	padding:0 0 .5em 0;
	font-family:"Times New Roman", Times, serif;
}

h1 {font-size:200%;}
h2 {font-size:150%;}
h3 {font-size:125%;}
h4 {font-size:100%}

p, ul {margin:0 0 1em;}



body {
	background:#fff url(images/body-bg.jpg) top center repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#827653;
}

#wrapper {
	margin:0 auto;
	width:702px;
}

#super-header {
	height:15px;
	width:660px;
	padding:10px 21px 5px;
	background:url(images/super-header-bg.jpg) bottom left no-repeat;
	text-align:right;
	font-size:10px;
	color:#fff;
}

	#super-header a {
		color:#fff;
		text-decoration:none;
	}

#header {
	width:700px;
	height:69px;
	margin:0 1px;
	padding:0;
	background:url(images/header-bg.jpg) bottom center no-repeat;
	overflow:hidden;
}

	#header-left {
		float:left;
		width:160px;
		height:51px;
		padding:10px 0 0 45px;
	}
		
	#header-right {
		float:right;
		width:440px;
		margin:10px 0 0;
	}
	
		ul#navlist {
			height:59px;
		}
		
			ul#navlist li {
				float:left;
				width:110px;
				height:59px;
				background:url(images/navlist-li-bg.gif) bottom left no-repeat;
				text-align:center;
			}
			
			ul#navlist li a {
				display:block;
				width:110px;
				color:#816b38;
				font-family:"Times New Roman", Times, serif;
				text-decoration:none;
				text-transform:uppercase;
				padding:24px 0;
				font-size:12px;
			}
			
#container {
	width:700px;
	margin:5px 1px 0;
	background:#fff url(images/container-bg.jpg) top center repeat-y;
}

	#container-top {
		width:700px;
		margin:0 0 5px;
		background:url(images/container-top.jpg) top center no-repeat;
		height:15px;
	}
	
	#content {
		float:left;
		width:440px;
		margin:0 0 10px 10px;
		line-height:120%;
	}
	
	.content-box {
		margin:10px 0 5px;
		border:1px solid #816b38;
		padding:0 20px 10px;
		background:url(images/content-box-top.jpg) top left repeat-x;
		-moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
		-moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; 
	}
	
		.content-box h2 {
			color:#fff;
			text-transform:uppercase;
			font-size:16px;
			padding:8px 10px 0 25px;
			margin:0 0 10px;
			line-height:16px;
			display:block;
			height:26px;
			background:url(images/dots.gif) left center no-repeat;
		}
		
	#content ul {
		padding-left:5px;	
	}
	
	#content li {
		padding:8px 0 0 12px;
		list-style-position:inside;
		list-style-type:disc;
	}
	
	#sidebar {
		float:right;
		width:230px;
		margin:15px 0 10px 0;
		padding:9px 10px 0;
		background:url(images/sidebar-top.jpg) top left no-repeat;
	}
	
		.sidebar-box {
			margin:5px 0;
			border:1px solid #dcd5ca;
			-moz-border-radius:5px; -webkit-border-radius:5px;			
		}
		
		.sidebar-box h2 {
			font-size:16px;
			font-weight:normal;
			text-transform:uppercase;
			padding:5px 15px;
			background:#e4decb;
		}
		
		.sidebar-content {
			margin:10px 15px;
		}
		
		.sidebar-content ul {
			padding:0 0 10px 10px;
		}
		
		.sidebar-content ul li {
			margin:3px 0 7px;
		}
	
#footer {
	clear:both;
	width:700px;
	margin:0 1px 20px;
	background:url(images/footer-bg.jpg) top center no-repeat;
	height:55px;
	padding:10px 0 0;
	text-align:center;
	line-height:150%;
}

	#footer a {
		color:#816b38;
		text-decoration:none;
	}



/* Align and clears */
.alignright,img.alignright{
float:right;
margin:0 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

.clear {clear:both;}

.callOut {
	float:left;
	margin:0 .8em .2em 0;
	border:1px solid #666;
	background:#fff;
	padding:5px;
	width:40%;
	-moz-border-radius:5px; -webkit-border-radius:5px;			
}

/* Just some example content
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

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

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

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

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

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;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}


div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

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%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}
