/*
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: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder
@import url('examples/2c-l.css');  */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	border: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-weight: normal;
	clear: both;
	}

p {
	margin-bottom: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	}

a {
	color: #777777;
	}

img.alignleft {
	margin-bottom: 20px;
	float: left;
	}

img.alignright {
	margin-bottom: 20px;
	float: right;
	}

input, textarea {
	margin-top: 10px;
	padding: 5px;
	background-color: #eee;
	}

/* Header */

.saccades {
	font-size: 14px;
	}

#header, #access, #menu {
	display: none;
	}

/* Post content */

#content {
	width: 480px;
	position: absolute;
	top: 140px;
	left: 260px;
	}

.entry-content a {
	color: #7aa;
	}

.entry-content a:hover {
	text-decoration: underline;
	}

div.hentry {
	margin-bottom: 60px;
	}

h2.entry-title {
	margin-bottom: 0;
	}

h2.entry-title a {
	color: #333;
	}

div.entry-date {
	margin-bottom: 20px;
	}

div.entry-date, div.entry-date a {
	color: #bbb;
	}

.author, .meta-sep, .cat-links, tag-links {
	display: none;
	}

.edit-link {
	float: right;
	}

.edit-link a {
	color: #bbb;
	}

#nav-above {
	display: none;
	}

#nav-below {
	margin: 120px 0;
	}

/* Sidebar */

div.sidebar {
	width: 240px;
	position: absolute;
	top: 141px;
	left: 21px;
	}

ul.xoxo h3 {
	display: none;
	}

ul.xoxo li {
	line-height: 12px;
	}

ul.xoxo li a {
	color: #bbb;
	}

ul.xoxo li a:hover:before {
	content: "- ";
	}

ul.xoxo li a.current {
	color: #777;
	}

ul.xoxo li a.current:hover:before {
	content: "";
	}

/* Footer */

#footer {
	display: none;
	}

/* Single */

#respond {
	margin-bottom: 120px;
	}

li.comment img {
	height: 15px;
	width: 15px;
	}

.comment-meta a {
	display: none;
	}

li.comment p {
	margin: 10px 0 20px 0;
	}

/* Saccades header */

#grid1, #grid2, #grid3, #grid4 {
	position: absolute;
	}

#grid1 {
	top: 19px;left: 21px;
	}

#grid2 {
	top: 21px;left: 261px;
	}

#grid3 {
	top: 21px;left: 501px;
	}

#grid4 {
	top: 21px;left: 741px;
	}
