/* @override 

	http://judstephenson.com/wp-content/themes/sandbox/style.css */

/*
THEME NAME: Jud Stephenson (Sandbox)
THEME URI: http://JudStephenson.com
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://JudStephenson.com/">Jud Stephenson</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
*/

/*@import url('examples/3c-r.css');*/
@import url('utf/addons.css');

/* Just some example content */
html, body {
	margin: 0;
	padding: 0;
	background: #333;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

/* Links courtesy of [http://daringfireball.net](Grubber) */

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #ddd;
	border-color: #888;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
}

a:visited {
	color: #ddd;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 3px 0px 2px 0px;
	background-color: inherit;
}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #444;
	border-color: #444;
}

a em {
	padding-bottom: 2px; /* Hack for WebKit; otherwise the underscore padding is 0 */
}

a.thePermalink {
	display: none;
}

ul, ol {
	font-size: .8em;
	color: #ccc;
	line-height: 1.8em;
}

hr {
	height: 1px;
	margin: 5em auto 2em;
	opacity: .2;
	text-align: center;
	color: white;
	border: none;
}

p {
	font-size: .8em;
	line-height: 1.5em;
	color: #eee;
}

div#nav-above {
	visibility:hidden;
}

div#nav-below {
	margin: 10px 0;
	font-size: .9em;
}

div#comments {
	margin: 50px 0;
	display: block;
	color: #ddd;
}

div.entry-content ul li, div.entry-content ol li {
	line-height: 2em;
	clear: both;
}

div.entry-content img {
	display: block;
	border: 1px solid #555;
	padding: 5px;
	clear: both;
}

div#wrapper {
	padding: 0;
	background: #11;
	width: 50em;
	margin: 80px auto 0 auto;
}

div#header, h1#blog-title {
	padding: 0;
	width: 28em;
	text-align: left;
}

h1#blog-title {
	position: absolute;
	margin-top: -56px;
	font-size: 30px;
	text-shadow: 0 0 5px #000;
	color: #666;
}

h1#blog-title a {
	text-decoration: none;
	color: inherit;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

h1#blog-title a:after {
	content: ".";
}
div#header div#blog-description {
	display: none;
}

div.skip-link {
	display: none;
}

div#menu {
	height:2.0em;
	//width:30em;
	background: #eee;
	border-bottom: 1px solid #666;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

div#menu ul,div#menu ul ul {
	line-height: 0;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul a {
	display:block;
	margin: 0.0em 0em 0em 1em;
	padding: 1.5em 1em .8em .9em;
	text-decoration:none;
	color: #333;
	font-size: 1.1em;
	border: none;
}

div#menu ul a:hover {
	background: #EB0752;
	-webkit-gradient(linear, left top, left bottom, from(#EB0752), to(#dd0323));
	color: #fff;
}

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;
}

div#content {
	width: 30em;
	float: left;
}

div.post {
	margin: 0 1.4em 30px;
	padding: 0 0 3em;
	color: white;
}

div.post h2.entry-title, h3.entry-title {
	font-family: "Gill Sans", "Gill Sans MT", Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .3em;
}

div.post h2.entry-title a, h3.entry-title a {
	text-decoration: none;
	color: #ddd;
	font-weight: bold;
	border: none;
}

div.post code {
	width: 400px;
	overflow: scroll;
}

div.entry-date {
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 8px;
	margin: 0 0 30px;
}

div.entry-content h2 {
	font-size: .9em;
	color: #ddd;
}

div.entry-meta {
	font-size: .6em;
	display: none;
}

li#search {
	float: left;
	width: 29em;
}

li#search input#s {
	width: 20em;
}

li#rss-links {
	float: left;
	width: 10em;
	padding: 0 0 0 0;
}

div#footer {
	font-size: .6em;
	color: #fff;
	opacity: .2;
	padding: 10em 0 5em 0;
}

div.post.tag-aside h2.entry-title {
	font-size: 1em;
}

div.post.tag-aside h2.entry-title a {
	text-decoration: underline;
}

div.post.tag-aside div.entry-date {
	display: none;
}

div.post table {
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}

div.post table td {
	border: 1px solid #444;
	border-bottom: none;
	border-left: none;
	padding: 10px;
	font-size: .7em;
	text-align: center;
}

div.post table tr:first-child {
	font-weight: bold;
	font-size: 1.1em;
}

div.post.tag-aside h2.entry-title {
	font-size: 1em;
}

div.post.tag-aside h2.entry-title a {
	text-decoration: underline;
}

div.post.tag-aside div.entry-date {
	display: none;
}

div.post.tag-aside div.entry-content blockquote {
	margin: 15px 5px;
}

div.post.tag-aside div.entry-content blockquote p {
	color: #bbb;
	margin: 0 0 0 2em;
}

/************************************************/

div.page {
	width: 30em;
	margin: 0;
	padding: 0 0 0 0;
}

h2.page-title {
	display: none;
}

div.page h2 {
	color: #ddd;
	margin: .5em 0 1em 0;
	font-size: 2em;
	background: #444;
	float: left;
}

div.page .entry-content {
	margin: 0 0 0 0;
	clear: both;
}

div.page .entry-content p {
	margin: 0 0 1em 2.5em;
	text-indent: 0;
}

div.page .entry-content h2 {
	font-size: 1em;
	width: 100%;
	margin: 2em 0 1em 2em;
	padding: 0;
	background: none;
}

div.page .entry-content ul {
	margin: .5em 0 .5em 2.5em;
	padding: 0 0 0 1.5em;
}

/************************************************/

div#primary {
	clear: both;
	width: 35em;
}

div#primary ul.xoxo {
	margin: 2em 0 2em;
	padding: 0;
}

div#primary ul li.widget {
	float: left;
	width: 9em;
	margin: 1em;
}

div#primary ul li.widget_recent_entries {
	width: 16em;
}

div#primary ul li.widget_archive {
	float: right;
	margin: 1em 0 1em 1em;
}

div#secondary {
	clear: both;
	margin: 10em 0 3em;
	width: 35em;
}

div#secondary li.linkcat {
	float: right;
	margin: 0 1em 1em 1em;
	padding: 0 1em 0 0;
}

div#secondary li#rss-links {
	display: none;
}

/***********************************************/

div#right {
	float: right;
	width: 16em;
}

div#right > ul {
	margin: 3em 0;
}

div#right ul li {
	line-height: 1.8em;
}

div#right .quote {
	font-size: .9em;
}


/************************************************/
.entry-title,.entry-meta {
clear:both;
}

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 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 {
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 {
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: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 h3,div.sidebar ul {
margin:0;
padding:0;
}

/* hidden things */
li#pages, li#categories, li#archives {
	display: none;
}

li#linkcat-2, li#meta {
	display: none;
}