/*
THEME NAME: Wagstrom
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
AUTHOR: <a href="http://patrick.wagstrom.net/">Patrick Wagstrom</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/


span.verbatim, span.pathname, span.program, span.command {
    font-weight: bold;
    font-family: monospace;
    font-size: 95%;
}

body {
    font-size: 95%;
    color: #222;
    font-family: Helvetica, Arial, Calibri, Sans;
    text-align: justify;
    background-color: #fffdf0;
}

a {
     text-decoration: none;
     font-weight: bold;
     color: #446;
}

a:hover {
     text-decoration: underline;
}

div#wrapper {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

div#container {
float: right;
width: 680px;
padding-right: 10px;
padding-left: 10px;
}

div#footer {
display: none;
}

div#allSidebars {
font-size: 80%;
float: left;
width: 200px;
}

div#primary {
float: right;
width: 180px;
}

div#secondary {
width: 180px;
float: right;
}

div.entry-date {
	display: inline;
	padding-left: 20px;
	background: url(images/allicons.png) 0 -80px no-repeat;
	font-size: 80%;
	color: #555;
}

div.entry-meta {
    font-size: 80%;
	color: #555;
}

span.author {
	padding-left: 20px;
	background: url(images/allicons.png) 0 0 no-repeat;
}


span.cat-links {
	padding-left: 20px;
	background: url(images/allicons.png) 0 -40px no-repeat;
}

span.tag-links {
	padding-left: 20px;
	background: url(images/allicons.png) 0 -240px no-repeat;
}

span.edit-link {
	padding-left: 20px;
	background: url(images/allicons.png) 0 -160px no-repeat;
}

span.comments-link {
	padding-left: 20px;
	background: url(images/allicons.png) 0 -120px no-repeat;
}

/* highlight comments by the author or me */
li.bypostauthor, li.comment-author-patrick {
	background-color: #ddf;
	padding: 1ex;
	border: 2px solid #aac;
}

/* used for unapproved comments */
span.unapproved {
	padding: 1ex;
	border: 2px solid #fbb;
	background-color: #fee;
	font-weight: bold;
	display: block;
	text-align: center;
}

/* style the gravatar some */
.comment-author img {
	float: left;
	border: 2px solid #777;
	-moz-border-radius: 2px;
	margin-right: 1ex;
}

.comment-content {
	clear: both;
}

/* taken from Jeff Waugh's bethesignal.org */
#search h3 {
	display: none;
}
#search div {
	text-align: center;
}
#search input#s {
	width: 80% !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fafafa url(images/allicons.png) 0 -200px no-repeat;
	padding: 3px 3px 3px 20px;
	color: #000;
}
#search input#s:focus {
	background-color: #fff;
}
#search input[type=submit], #searchsubmit {
	display: none;
}

/* style the reddit button */
div.digg-digg {
	float: right;
}

/* style to sociable links */
/*
.sociable-link-digg {
	background: url(images/allicons.png) 0 -280px no-repeat;
}
.sociable-link-reddit {
	background: url(images/allicons.png) 0 -340px no-repeat;
}
.sociable-link-google {
	background: url(images/allicons.png) 0 -320px no-repeat;
}
.sociable-link-slashdot {
	background: url(images/allicons.png) 0 -360px no-repeat;
}
.sociable-link-facebook {
	background: url(images/allicons.png) 0 -300px no-repeat;
}
.sociable-link-delicious {
	background: url(images/allicons.png) 0 -380px no-repeat;
}
div.sociable div.sociable-links { display: none; }
div.sociable:hover div.sociable-links { display: block; }
.sociable_tagline {
	display: block;
	font-weight: bold;
}

.sociable-hovers {
	width: 20px;
	height: 20px;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	text-decoration: none;
	display: block;
	float: left;
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
} */

/* related posts plugin */
.related-posts {
clear: both;
border: 2px solid #777;
padding: 0.5ex;
margin: 0.5ex;
background-color: white;
-moz-border-radius: 0.5ex;
}
.related-posts-title {
font-weight: bold;
}
.related-posts-list {
list-style-type: none;
display: inline;
}
.related-posts-excerpt {
font-size: small;
}

/* Just some example content */
div.skip-link {
display: none;
position:absolute;
right:1em;
top:1em;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

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 1em 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 1em 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}


.wp-caption {
text-align: center;
border: 2px solid #777;
background-color: #fff;
padding: 2px;
}

.wp-caption-text{
font-size: small;
font-weight: bold;
}

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;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3, div#header {
font-size:1.2em;
background-color: #cc0033;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-align: center;
padding: 2px;
color: white;
border: 1px solid #75001d;
margin: 1ex 0 1ex 0;
}

div#header h1 {
margin: 0;
}

div#header a {
color: white;
}

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:disc;
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 {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar ul {
margin:0;
padding:0;
}

/* Sociable Support */
div.sociable { margin: 16px 0; }

div.sociable_tagline { font-weight: bold; }
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.commandLine {
    border: 1px solid #777;
    background-color: #eef;
    overflow: auto;
    padding: 0.5ex;
}

