/*
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
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
*/

body {
background:#faf8e6;
width: 960px;
margin: 0 auto;
padding: 0;
font: .8em Arial, Helvetica;
}

h1 {
margin: 0;
padding: 0 0 .5em 0;
font-size: 200%;
font-weight: normal;
text-transform: uppercase;
}

h2 {
margin: 0;
padding: 0 0 1em 0;
font-size: 200%;
font-weight: normal;
text-transform: uppercase;
}

h3 {
margin: 0;
padding: 0 0 2px 0;
font-size: 160%;
font-weight: normal;
}

h3.widgettitle,
div.comments h3,
div#respond h3 {
text-transform: uppercase;
}

h5.breadcrumbs {
margin: 0 0 0.7em 0;
padding: 0;
font-weight: normal;
font-size: 80%;
text-transform: uppercase;
}

h5.breadcrumbs a {
color: #000;
}

h5.breadcrumbs a:hover {
color: #fff;
}

a:link,
a:visited,
a:active {
color: #c13f01;
}

a:hover {
background-color: #c13f01;
color: #fff;
text-decoration: none;
}

/* STYLUS LOGO */
#header #item-logo {
	display: block;
	width: 163px;
	height: 60px;
	clear:both;
}

/* 
Applies to decent browsers.
PNGs are set as backgrounds.
*/
html>body #header #item-logo {
	background: url(/wp-content/themes/sandbox/images/logo_deepred.png) no-repeat;
}

/* 
Applies to IE 6 via CSS parser hack 
filter is a MS extension. It's used here to enable PNG alpha channel.
*/
* html #header #item-logo {
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/wp-content/themes/sandbox/images/logo_deepred.png', sizingMethod='scale' );
	cursor: pointer;
}

/*
===
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
===
*/

div#container {
margin-top: 0;
float:left;
width:100%;
}

div#content {
margin:0 230px;
padding-bottom: 3em;
}

div.sidebar {
float:left;
overflow:hidden;
width:180px;
}

div#primary {
margin:0 0 0 -100%;
}

div#secondary {
margin:0 0 0 -180px;
}

div#header,div#footer {
text-align:left;
}

/* Social Network Tab in Header */
div#header #item-social-toolbar {
margin: 0 0 0 auto;
float: right;
font-size: 90%;
padding: .4em 0 0 0;
}

div#footer {
clear:left;
width:100%;
background: #000;
color: #fff;
padding: 0.7em 0.8em;
}

div#footer a {
color: #fff;
}

div.skip-link /* Removed from Edited Template */ {
position:absolute;
right:1em;
top:1em;
}

/*
===
GLOBAL NAVIGATION
===
*/

div#menu {
background:#000;
margin:1em 0 1.5em;
width:100%;
font-size: 90%;
text-transform: uppercase;
font-weight: normal;
}

div#menu ul li {
float:left;
}

div#menu ul,div#menu ul ul {
line-height:1.4em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin: 0;
padding:0.7em 0.8em;
text-decoration:none;
color: #fff;
border-right: 1px solid #faf8e6;
}

div#menu ul a:hover {
text-decoration: none;
background-color: #720800;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
border-top: 1px solid #000;
width: 150px;
}

div#menu ul li:hover ul {
left:auto;
}

div#menu ul li ul li {
display: block;
float: none;
}

div#menu ul li ul li a {
background:#000;
color: #FFF;
border-top: 1px solid #faf8e6;
}

div#menu ul li ul li a:hover {
color: #FFF;
background-color: #720800;
}

/* Search */

div#menu input#s {
width:7em;
border: 1px solid #000;
margin: 0;
padding: 0;
}

form.blog-search {
margin: 0 0 0 auto;
padding: 0;
float: right;
}

form.blog-search div {
margin: 0;
padding: 0.6em 0.8em 0 0;
}

form.blog-search label {
color: #fff;
}

form.blog-search input.button {
margin: 0;
padding: 0;
text-transform: uppercase;
color: #fff;
font-weight: 900;
font-size: 90%;
background-color: #000;
border: none;
cursor: pointer;
}

/*
===
BLOG AREA STYLES
===
*/

/* Center Column Styles */

#content h3 {
margin: 0;
padding: 0.5em 0 10px 0;
text-transform: uppercase;
}

#content p {
line-height: 1.4em;
margin: 0;
padding: 0 0 1em 0;
}

#content ul {
list-style-type: square;
margin: 0 0 0 2em;
padding: 0 0 1em 0;
}

#content ul li {
padding: 0 0 2px 0;
}

#content img {
border: 1px solid #dfdfdf;
}

#content a:hover img {
border: 1px solid #c13f01;
}

/* Entry Specific Styles */

.entry-header {
margin: 0;
padding: 0 0 1em 0;
}

.entry-title,.entry-meta {
clear:both;
}

h1.entry-title span,
h2.entry-title span,
.entry-title a {
color: #a70000;
text-decoration: none;
}

.entry-title a:hover {
color: #fff;
}

h1.entry-title, h2.entry-title {
margin: 0;
padding: 0;
}

div.cat-links,
span.widget_cat_title {
font-size: 80%;
padding: 0 0 2px 0;
text-transform: uppercase;
}

div.cat-links a:link,
div.cat-links a:visited,
div.cat-links a:active {
color: #000;
text-decoration: none;
}

div.cat-links a:hover {
color: #fff;
text-decoration: underline;
}

.entry-byline {
margin: 0;
padding: 5px 0 0 0;
font-size: 85%;
}

.entry-meta {
font-size: 85%;
padding: .5em;
line-height: 1.5em;
background-color: #EAE8CE;
}

.entry-footer {
padding: 1em 0 1em 0;
}

.archive-meta {
padding: 1em;
margin-bottom: 2em;
background: #EAE8CE;
}

.post /* Adds a bit of extra spacing. Pretty Ghetto, should find a better way */ {
padding: 0 0 4em 0;
}

.post .post { /* Sandbox nests 2 divs with 'post' class on the main posts page, so this removes the extra padding from the second one */
padding: 0;
}

/* Comment Area */

form#commentform .form-label {
margin:1em 0 0.1em;
text-transform: uppercase;
}

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;
border: 1px solid #e0dec7;
width: 300px;
}

div.comments h3 span {
font-weight: 900;
color: #a70000;
}

div.comments ol {
margin: 0.5em 0 1em;
padding: 0;
list-style-type: none;
border-bottom: 1px solid #e0dec7;
}

div.comments ol li {
margin: 0;
padding: 0;
}

div.comments .comment-author span {
font-weight: 900;
}

div.comments .comment-content {
padding: 0.2em 1em;
}

div.comments .comment-meta {
color: #898471;
text-align: right;
}

div.comments .comment-meta a {
color: #DB9976;
}

div.comments .comment-meta a:hover {
color: #FFF;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:100%;
}

div.comments .comment {
padding: 1em 0.5em;
}

div.comments .comment.alt {
background-color: #f7f3cc;
border-top: 1px solid #e0dec7;
border-bottom: 1px solid #e0dec7;
}

input#submit {
background: #A50C01;
color: #fff;
font-weight: normal;
padding: 0.4em 0.6em;
border: none;
cursor: pointer;
}

input#submit:hover {
background: #c13f01;
}


/* Bottom Navigation (Older posts, etc) */

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div {
width:50%;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div#nav-below a,
a.featured_member_more {
background: #A50C01;
color: #fff;
font-weight: normal;
padding: 0.6em 0.8em;
text-decoration: none;
}

div#nav-below a:hover,
a.featured_member_more:hover {
background: #c13f01;
}

/*
===
SIDEBAR WIDGET STYLES
===
*/
div.sidebar div,
div.sidebar ul {
margin:0;
padding:0;
}

div.sidebar h3 {
margin: 0;
padding: 0 0 0.5em 0;
}

div.sidebar li {
list-style:none;
margin:0 0 2em 0;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul {
margin: 0;
padding: 0;
list-style-type:none;
}

div.sidebar ul ul {
margin:0 0 0 0;
}

div.sidebar ul ul li {
list-style-type:none;
margin:0;
padding: 0 0 0.4em 0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style-type: none;
}


/* Recent Posts Widget - Customized */

div.sidebar ul li#text-386928291 ul {
padding: 0 0 .2em 0;
}

div.sidebar ul li#text-386928291 ul li {
margin: 0;
padding: 0 0 1.5em 0;
}

div.sidebar ul li#text-386928291 ul li img {
border: 1px solid #dfdfdf;
}

div.sidebar ul li#text-386928291 ul li a:hover img {
border: 1px solid #c13f01;
}

li#text-386928291 ul {
border-bottom: 8px solid #000;
}

li#text-386928291 a.recent-link {
font-weight: 900;
text-decoration: none;
display: block;
padding-bottom: 0.2em;
}

li.widget_recent_entries a img{
margin-bottom: -0.8em;
}

li.widget_recent_entries span.recent_post_cat {
font-size: 85%;
}


/* Tag Cloud Widget */

li.widget_tag_cloud {
color: #898471;
}

li.widget_tag_cloud a {
color: #898471;
text-decoration: none;
}

li.widget_tag_cloud a:hover {
color: #fff;
}

/* Featured Member Widget */

li.widget.cat_posts p {
margin: 0 0 1em 0;
padding: 0;
line-height: 1.4em;
}

li.widget.cat_posts img.featured_member_thumbnail {
border: 1px solid #dfdfdf;
}

li.widget.cat_posts a:hover img.featured_member_thumbnail {
border: 1px solid #c13f01;
}

li.widget.cat_posts .featured_member_title {
padding-bottom: 0.3em;
text-transform: uppercase;
font-size: 1.4em;
}

li.widget.cat_posts .featured_member_title a {
text-decoration: none;
color: #A50C01;
}

li.widget.cat_posts .featured_member_title a:hover {
color: #FFF;
}

li.widget.cat_posts .featured_member_teaser {
padding: .5em 0;
}

a.featured_member_more {
display: block;
}

/* Generic Widget */

div.widget-generic h3 {
}

div.widget-generic p {
margin: 0 0 1em 0;
padding: 0;
line-height: 1.4em;
}


/* Hiding the "WP Stats" Image below the footer */

img#wpstats {
display:none;
}

/*
===
UNALTERED/UNUSED STYLES
Various Default styles that came with the Sandbox theme.
===
*/

.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.gallery dl,div.navigation div.nav-previous {
float:left;
}

div.gallery * {
margin: 0;
padding: 0;
}

/* 
===
HACKS AND OTHER CSS TRICKERY
Mainly used to clear floated objects properly
===
*/

div#menu:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

* html #menu {
height: 1%;
}

#menu {
* height: 1%;
}