/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 1.0
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* 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, 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;
	color: black;
	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: "" "";
}

/* Begin Styles */

/* general layout */
body {
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 100%;
	background-color: #D5D6D7;
}

#wrapper {
	width: 925px;
	margin: 15px auto;
	border: 1px solid #999;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "trebuchet ms",trebuchet,arial,helvetica,sans-serif;
}

.skip-link {
	display: none;
}

a {
	color: #143CFF;
	color: #326EA1;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* header */
#header {
	margin: 5px 0 0 5px;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;
	height: 140px;
}
#header h1 {
	padding: 25px 0 0 170px;
	font-size: 3.2em;
	font-weight: bold;
}

#blog-description {
	padding: 0.33em 0 0 170px;
	font-size: 1.15em;
	color: #383838;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}


/* menu */
#menu {
	font-size: 0.8em;
	height: 20px;
	margin: 0;
	padding: 0 0 0 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	width: 146px;
	padding: 0;
	margin: 4px 0 6px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

#menu a:hover,
#menu .active a {}

#access {
	clear: both;
}



/* container area */
#container {
	width: 610px;
	float: left;
}

#primary,
#secondary {
	margin-left: 610px;
	border-left: 1px dotted #ddd;
}


/* post */
#content {
	margin-left: 0.65em;
	padding-right: 0.65em;
}
.hentry {
	margin-bottom: 2em;
}

.hentry h2, h3, h4, h5 {
	font-weight: bold;
}

.hentry h2,
.error404 h2 {
	margin-bottom: 0.1em;
	font-size: 1.44em;
}

.hentry h3 {
	margin: 0.6em 0 0.3em 0;
	font-size: 1.2em;
}

.hentry h4 {
	margin-top: 0.4em;
	font-size: 1em;
}

.hentry h5 {
	margin-top: 0.2em;
	font-size: 1em;
}


.hentry h2 a {
	text-decoration: none;
}
.hentry h2 a:hover {
	text-decoration: underline;
}

.hentry .entry-date {
	font-size: 0.7em;
	color: #666;
	margin: 0 0 0.86em 0;
}

/* paragraphs */
.hentry .entry-content p,
.error404 p {
	font-size: 85%;
	line-height: 1.5em;
	padding-bottom: 0.85em;
}

/* unordered lists */
html>body .hentry .entry-content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .hentry .entry-content li {
	margin: 0px 0 8px 10px;
}

.hentry ul li:before {
	content: "\00BB \0020";
}

.hentry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.hentry ol li {
	margin: 0;
	padding: 0;
}

.hentry .entry-meta {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #666;
	margin-top: 0.4em;
	text-align: center;
}

.single .hentry .entry-meta {
	background-color: #F9F9F9;
	border-top: 2px dotted #eee;
	padding: 0.5em 0.86em;
}

/* ordered lists */
.hentry .entry-content ol {
	list-style-type: decimal;
}

.hentry .entry-content ul.xoxo {
	list-style-type: none;
}

.hentry .entry-content ul.xoxo li:before {
	content: "";

}


/* blockquote */
.hentry .entry-content blockquote {
	padding: 5px 10px;
	margin: 4px 15px 0 30px;
	background-color: #F8F8F8;
	border: 1px dotted #F1F1F1;
	font-size: 80%;
}


/* object */
.hentry .entry-content object,
.hentry .entry-content embed {
	margin: 0 auto;
}

/* images */
/* taken from kubrick */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.centered, img.alignleft, img.alignright {
	padding:4px;
	border:1px solid #ddd;
}


/* related posts */
#related-posts {
	margin: 0.7em 0 2em 0;
}

#related-posts ul {
	margin-left: 1.2em;
}



/* comments */
.comments {
	margin-top: 2.5em;
}

.comments ol {
	margin: 0.66em 0 0 0;
}


.comments li.comment {
	border-bottom: 1px solid #ccc;
	padding: 0.44em 0.22em;
	margin: 0 0 2em 0;
	font-size: 0.85em;
	line-height: 1.4em;
}

.comments li.comment .unapproved {
	text-align: center;
	display: block;
	margin: 1.2em 0;
	font-style: italic;
	background-color: #ffffea;
	padding: 0.45em 0;
	font-size: 0.9em;
}

.comments li.comment .comment-author {
	font-weight: bold;
}

.comments li.comment .comment-meta {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 0.37em;

}

#respond h3 {}

#commentform #comment-notes {
	color: #666;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0.8em 0;
}

#commentform .form-input,
#commentform .form-textarea {
	margin: 0 0 0.5em 0;
}

#commentform #login {
	margin: 0.7em 0;
}

#commentform .form-notice {
	font-size: 0.6em;
	margin: 0.95em 0 2em 0;
	color: #777;
}


/* nav above */
.navigation {
	text-align: center;
	margin: 1em;
	font-size: 0.8em;
	clear: both;
}

.navigation a {
}

.navigation .nav-previous {
	float: left;
	width: 40%;
}

.navigation .nav-next {
	float: right;
	width: 40%;
}

/* sidebar */
.sidebar {
	line-height: 1.33em;
}

.sidebar h3 {
	padding-top: 1em;
	padding-left: 1em;
}

.sidebar ul ul,
.sidebar ul div,
.sidebar ul p {
	padding-left: 1em;
}

.sidebar .advert {
	padding-left: 0.45em;
	margin: 1.2em 0;
}

.sidebar #buttons {
	padding-top: 4em;
}

.sidebar #buttons p {
	padding-left: 1em;
}


/* footer */
#footer {
	clear: both;
	font-size: 0.6em;
	line-height: 1.6em;
	text-align: center;
	padding: 4em 0 1.5em 0;
}


/* advertisements */
#container .advert {
	margin: 1em 0;
	text-align: center;
}

#container .advert-468x15 {
	text-align: left;
}


/* contact form(s) */
.alert, .success, .error {
	border: 2px solid #ffdd00;
	margin: 10px 0;
	padding: 0.5em 0.5em 0.5em 25px;
	color: #000;
	background-color: #ffeeaa;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}

#contactform input.txt,
#contactform textarea.txt {
        width: 340px;
}


#contactform th { text-align: right;}
#contactform td { padding-bottom: 8px; }
#contactform input,
#contactform textarea {
	font-size: 12px;
}

#contactform textarea {
	font-size: 14px;
}

#contactform th,
#contactform td {
	vertical-align: top;
}

small {
	font-size: 0.75em;
	color: #666;
}

pre,code {
	font: 0.8em 'Courier New', Courier, Fixed;
}

.gallery-caption {  
	font-size: 0.8em;
	color: #888;
}

.entry-attachment {
	overflow: auto;
}

#container.attachment {
	float: none;
	width: auto;
}
