/*
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
*/

/* CSS 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, 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;
	color: #000;
	background: white;
}
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: "" "";
}

/* END RESET */

/* MAIN CONTENT AND POSTS */
#container {
	float: left;
	margin: 0 -275px 0 0;
	width: 100%;
}

#content {
	margin: 0 275px 0 0;
}

div.post {
	line-height: 1.25em;
	padding: 0 0 1em 25px;
}

div.post img {
	padding: 10px;
	margin: 10px;
	background: #EEE;
}

div.post p {
	padding: 0.5em 0;
}

div.post .alignright {
	float: right;
}

div.post .alignleft {
	float: left;
	clear: both;
}

div.post ol {
	padding: 0.5em 0 0.5em 5em;
}

div.post ol li {
	list-style-type: decimal;
}

div.post ul {
	padding: 0 0 0 4em;
}

div.post ul + div.entry-meta span {
	padding-bottom: 2em;
}

div.post ul li {
	list-style-type: disc;
}

h1 {
	font-size: 1.75em;
	font-family: sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

h2.entry-title {
	font-family: sans-serif; font-size: 1.25em;
	font-weight: normal;
	width: 75%;
	padding: 0.3em 100px 0.3em 25px;
	background: url('images/titlebg.jpg') #000 bottom right no-repeat;
	margin-left: -25px;
	color: #fff;
	clear: both;
}

h2.entry-title a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

h2.entry-title a:hover {
	color: #ccc;
}

div.entry-meta {
	padding: 0 0 0.5em 0.8em;
	font-size: 0.75em;
	color: #868686;
	clear: both;
}

div.entry-meta span {
	color: #868686;
	clear: both;
}

h3 {
	margin: 1em 0 0 0; 
	font-family: sans-serif;
	font-weight: bold;
	width: 100%;
}

h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
}

blockquote {
	padding: 0 0.5em;
	margin-left: 3em;
	border-left: 3px dotted #868686;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CCC;
}

cite {
	font-size: 0.75em;
	color: #868686;
	float: right;
}

p cite + p {
	clear: both;
}

div.navigation {
	padding: .5em .25em .5em 0;
	width: 100%;
	position: relative;
	height: 1.2em;
}

div #nav-below {
	clear: both;
}

div.nav-next {
	float: right;
	padding: 0 1em;
}

div.nav-previous {
	float: left;
	padding: 0 1em;
}

/* SIDEBAR */
div.skip-link {
	display: none;
}

div.sidebar {
	float: right;
	overflow: hidden;
	width: 230px;
}

#primary {
	background: url(images/borderfade.jpg) top left repeat-x;
}

#secondary {
	clear: right;
	background: url(images/borderfade.jpg) bottom left repeat-x;
	padding-bottom: 60px;
}

div.sidebar h3 {
	border-bottom: 3px dotted #CCC;
	padding-left: 15px;
	color: #fff;
}

div.sidebar a {
	color: #333;
}

div.sidebar a:hover {
	color: #CCC
}

div.entry-date {
	font-size: 0.75em;
	padding: 0.2em 0 0 1em;
	color: #868686;
}

div.sidebar {
	line-height: 1.1em;
	padding-right: 25px;
}

div.sidebar ul ul li {
	margin: 0.25em 0 0.25em 1em;
}

#searchform div {
	margin: 5px 0 15px 20px;
}

/* COMMENTS */
#comments {
	line-height: 1.25em;
	padding: 0 0 1em 25px;
}

#comments h3 {
	width: 100%;
	margin-left: -25px;
	padding: 0.3em 0 0 25px;
	border-top: 3px dotted #868686;
}

li.comment {
	padding: 1.25em 0 0 0;
}

li.comment p {
	padding: 0 0 0 1em;
}

div.comment-meta {
	font-size: 0.75em;
	color: #868686;
}

#comments .formcontainer {
	padding: 0 0 0 1em;
}

#comments .form-textarea {
	padding: 0 0 0 1em;
}

#comments .form-submit {
	padding: 0.5em 0 0 1em;
}

/* IMAGE GALLERIES */
div.gallery {
	width: 100%;
	position: relative;
}

dl.gallery-item {
	float: left;
	width: 170px;
	height: 250px;
	position: relative;
	margin: 5px;
	background: #EEE;
}

div.gallery br {
	clear: both;
}

dd.gallery-caption {
	overflow: hidden;
	height: 75px;
	width: 156px;
	padding: 3px 7px 0 7px;
	text-align: center;
}

dt.gallery-icon a {
	display: block;
	width: 160px;
	margin: 0 auto;
	text-align: center;
}

dt.gallery-icon img {
	padding: 4px 0 0 0;
}

/* HEADER AND FOOTER */
#header {
	width: 100%;
	height: 106px;
	background: url('images/header.jpg') #000 top left no-repeat;
	border-bottom: #868686 solid 5px;
}

#header-link {
	display: block;
	width: 350px; height: 100px;
	border: 0;
}

#blog-title {
	display: none;
}

#blog-description {
	display: none;
}

#menu {
	width: 100%;
	background: #000;
	border-bottom: #868686 solid 5px;
	padding: 0.4em 0 0.5em 10px;
	font-family: sans-serif;
}

#menu a {
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
}

#menu a:hover {
	color: #CCC;
}

#menu ul {
	display: inline;
}

#menu li {
	display: inline;
	padding: 0 .3em 0 .5em;
	border-left: 1px solid #CCC;
	font-weight: normal;
}

#menu li:first-child {
	border: none;
}

#footer {
	clear: both;
	width: 100%;
	height: 67px;
	background: url('images/footer.jpg') #000 top left no-repeat;
	border-top: #868686 solid 5px;
}

#footer span {
	display: block;
	float: right;
	padding: 35px 10px 0 0;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

strong {
	font-weight: bold;
}
