/*
THEME NAME: Semionaut 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.0
AUTHOR: Corvus Elrod based on work by <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
*/

body {
/* background: #f4f5e5 url(images/semionaut.helm.png) top right no-repeat; */
background: url(images/f4f5e5.png) #f4f5e5 ;
font-family: serif;
margin: 0;
padding: 0;
}

#wrapper {
background: url(images/semionaut.helm.png) top right no-repeat;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}

p {
font-size: 1em;
text-align: left;
}

a {
color: #005a00;
text-decoration: none;
font-variant: small-caps;
}

em {
font-style: normal;
font-variant: small-caps;
}

acronym, .dict {
font-variant: small-caps;
color: #005a00;
}

ul {
list-style-type: none;
}

.fieldtitle {
text-align: right;
}

ul#fieldnotes li {
-webkit-border-radius: 9px;
background: url(images/f5f6f6.png) #f5f6f6;
border: groove 3px #c1c2b1;
margin: 1em 9px;
padding: .5em .25em .5em .75em;
}

blockquote {
-webkit-border-radius: 9px;
background: url(images/f5f6f6.png) #f5f6f6;
border: groove 3px #c1c2b1;
margin: 1em 20px 1em 54px;
padding: .5em .25em .5em .75em;
}

blockquote .attribution {
-webkit-border-radius: 9px;
background: url(images/d2d3c3.png) #d2d3c3;
border: groove 3px #c1c2b1;
font-variant: small-caps;
margin:  .25em .25em .25em .25em;
padding: .25em .25em .25em .25em;
float: right;
}

blockquote blockquote{
-webkit-border-radius: 9px;
background: url(images/d2d3c3.png) #d2d3c3;
}

blockquote blockquote .attribution {
-webkit-border-radius: 9px;
background: url(images/f5f6f6.png) #f5f6f6;
}
/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}

div#content {
-webkit-border-radius: 9px;
background: url(images/e3e4d4.png) #e3e4d4;
border: groove 3px #c1c2b1;
margin:0 207px 9px 18px;
}

div.comment-author {
font-variant: small-caps;
}

div.entry-date,div.entry-meta,div.comment-meta{
font-size: .9em;
font-variant: small-caps;
text-align: right;
margin-right:1em;
}

ol.commentlist {
padding-right: .5em;
}

div.hentry{
border-top: 6px double #c1c2b1;
padding: 1em 1em 1em .5em;
}

div.comment{
-webkit-border-radius: 9px;
border: 3px groove #c1c2b1;
padding: 1em .25em 1em 1.25em;
}

div.comment p{
margin-bottom: .5em;
margin-right: 1em;
}

div.even {
background: url(images/f5f6f6.png) #f5f6f6;
}

div.odd {
background: url(images/d2d3c3.png) #d2d3c3;
}

div.reply{
background: url(images/reply.arrow.png) no-repeat top right;
margin-top:0;
margin-right:1em;
margin-bottom:.5em;
padding-right: 20px;
text-align:right;
}

.comment-meta{
top: 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:198px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
border-top: solid 3px #030303;
font-variant: small-caps;
height:1.5em;
margin-right:207px;
margin-top:1em;
}

div#menu ul,div#menu ul ul {
float: right;
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
color: #030303;
display:block;
font-size: .9em;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

h1#blog-title {
margin: 0 0 0 9px;
}

h1#blog-title a {
color: #030303;
text-decoration: none;
}

div#blog-description {
font-variant: small-caps;
margin: 0 0 0 18px;
}

.hentry {
margin: 0 27px 18px 18px;
}

.entry-title,.entry-meta {
clear:both;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
text-align: right;
}

.entry-title a {
color: #030303;
text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
font-variant:small-caps;
}

div#container {
margin-top:2em;
}

div#primary {
margin-top:7em;
}

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;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

img.avatar {
float:left;
margin-right: 1em;
}

.aligncenter,img.aligncenter,.centered,img.centered{
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 {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
margin: .5em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.nav-previous, div.nav-next {
font-variant: small-caps;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
height: 54px;
text-align:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}