/*
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
*/

@import "reset.css";

body
{
    font-size: 14px;
    font-family: helvetica;
    background-color: #333;
    background-image: url(images/background.png);
    background-repeat: repeat-y;
    
    line-height: 20px;
    padding: 50px 0;
    color: #333;
}

a
{
    text-decoration: none;
}

code
{
    font-family: monaco, courier;
    font-size: 12px;
}

sup
{
    vertical-align: super;
    font-size: 12px;
    line-height: 0;
}

sub
{
    vertical-align: sub;
    font-size: 12px;
    line-height: 0;
}


div#wrapper
{
    width: 960px;
}

blockquote
{
    margin: 20px 0px;
    padding: 9px 49px 9px 48px;
    background-color: #eee;
/*    background-image: url(images/block-quote-background.png);*/
/*    background-repeat: repeat-y;*/
    font-family: palatino, georgia;
    font-style: italic;
    border: 1px solid #ddd;
    border-left-width: 2px;
}

blockquote p
{
    font-family: georgia;
    font-style: italic;
    font-size: 14px;
}

blockquote .open-quote
{
	display: inline-block;
	font-size: 42px;
	line-height: 0;
	width: 0;
	left: -20px;
	vertical-align: middle;
	position: relative;
	top: 15px;
}

blockquote .close-quote
{
	display: inline-block;
	font-size: 42px;
	line-height: 0;
	position: relative;
	top: 17px;
	left: 5px;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container
{
    float: left;
    width: 650px;
}

div#content
{
    margin: 0 50px;
}

div.sidebar
{
    color: white;
    width:260px;
    margin: 0 20px;
    margin-left: 670px;
    text-shadow: 0 0 0 #333;
}

div.sidebar a
{
    color: #f7941d;
}

div.sidebar > ul > li
{
    margin-bottom: 20px;
}

div#footer
{
    clear:both;
    width: 550px;
    margin: 0 50px;
}

div#header
{
    float:right;
    width: 270px;
    color: white;
    margin: 0 20px 20px 20px;
}

div#header a
{
    color: #f7941d;
}

div#header h1
{
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

div#header p
{
    margin-bottom: 20px;
}

div#header #menu
{
    margin-bottom: 20px;
}

.edit-link
{
    color: #999;
    border-left: 1px solid #999;
    padding-left: 9px;
    margin-left: 10px;
}

.edit-link a
{
    color: inherit;
}

.edit-link a:hover
{
    color: #333;
}

h2
{
    font-size: 24px;
    line-height: 20px;
}

h2 a
{
    color: inherit;
}

h3
{
    font-size:18px;
}

h4
{
    font-size: 16px;
}

#comments
{
    margin-top: 60px;
}

.comment .comment-author,
.comment .comment-meta
{
    display: inline;
}

.comment .comment-author
{
    font-size: 16px;
    line-height: 20px;
}

.comment .comment-meta
{
    color: #999;
}

.comment .comment-meta a
{
    color: #666;
}


.comment
{
    margin: 20px 0;
}

.comment p,
.comment pre,
.comment .figure,
.comment table,
.comment ul,
.entry-content p,
.entry-content pre,
.entry-content .figure,
.entry-content table,
.entry-content ul
{
    margin-bottom: 20px;
}

.comment ul,
.entry-content ul
{
    list-style: disc;
    margin-left: 2em;
}

.comment ol,
.entry-content ol
{
    list-style: decimal;
    margin-left: 2em;
}

.entry-content dl
{
}

.entry-content dl:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.entry-content dt
{
	clear: left;
	float: left;
	width: 9em;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: right;
}

.entry-content dd
{
	margin-left: 10em;
	margin-bottom: 1em;
}

.entry-content dd p
{
	font-size: 1em;
    margin-bottom: 1em;
}

.entry-content dd pre
{
	margin-left: 1em;
}

/*
.entry-content dd pre code
{
	font-size: 1em;
}
*/

.entry-content a.more-link
{
    display: block;
    font-size: 12px;
    color: #999;
}

.entry-content a.more-link:hover
{
    color: #333;
}

.comment div.comment-meta + p
{
    border-top: 1px solid #888;
}

.hentry
{
    margin-bottom: 60px;
}

.hentry .entry-date
{
    color: #999;
    font-size: 12px;
}

/* Just some example content */
.skip-link {
    position: absolute;
    top: -9999px;
}


.entry-title,
.entry-meta {
clear:both;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

.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;
}

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 {
    display: none;
}

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#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

