/*
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
*/

/* Heavily customzied for sunriseruby.org */

@import url("http://yui.yahooapis.com/combo?3.0.0/build/cssfonts/fonts-min.css&3.0.0/build/cssreset/reset-min.css");

@font-face {
	font-family: "Linds";
	src: url("Linds.ttf") format("truetype");
}

body {
	background-color: #300;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	margin-left: 10px;
	margin-right: 10px;
}

div#wrapper {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-left: 10px solid #300;
	border-right: 10px solid #300;
}

div#content,
div.sidebar {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

div#content {
	width: 460px;
	left: 240px;
}

div.sidebar {
	width: 220px;
}

div#primary {
	left: -480px;
}

div#footer {
	clear: both;
}

h1 {
	font-size: 400%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 200%;
}

h1, h2, h3 {
	font-family: "Linds";
	text-decoration: none;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.skip-link {
	/* http://www.webaim.org/techniques/css/invisiblecontent/ */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

div#menu {
	background: #d39945;
	padding: 0.615em 0;
	height: 1.231em;
}

div#menu ul li,div#menu ul ul li {
	list-style:none;
}

div#menu ul a {
	display:block;
	width: 60px;
	margin-left: 10px;
	margin-right: 10px;
}

.entry-title,.entry-meta {
clear:both;
}

div#container {
	margin-top: 1.231em;
}

div.post {
	margin-bottom: 2.461em;
}

div.entry-content {
	margin-top: 1.231em;
	margin-bottom: 1.231em;
}

div.entry-date,
div.entry-meta {
	color: #999;
}

div.skip-link a,
div.nav-previous a,
div.entry-meta a {
	color: #900;
}

p {
	margin-bottom: 1.231em;
}


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;
}

input[type="text"],
textarea {
	border: 1px solid #ccc;
}

textarea#comment {
	margin-bottom: 1.231em;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

p.wp-caption-text{
font-style:italic;
}

div#nav-above {
	display: none;
}

div#nav-below {
	margin-top: 1.231em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

form#searchform {
	height: 2.462em;
}

div.sidebar input#s {
	width: 7em;
}

div.sidebar li {
	margin-bottom: 2.462em;
}

div.sidebar ul ul {
	margin: 0 0 0 10px;
}

div.sidebar ul ul li {
	margin: 0;
}

div.sidebar ul ul ul {
	margin: 0 0 0 10px;
}

div#menu ul li,
div.gallery dl,
div.navigation div.nav-previous {
	float:left;
}

div#header,
div#footer {
	padding: 0 250px;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

