/*
THEME NAME: Nerd 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
*/

/*
column width: 184px;
gutter: 20px;
*/

@import "reset.css";

body
{
    font-size: 14px;
    font-family: helvetica;
    background-color: #eee;
    line-height: 20px;
    color: #333;
    overflow-y: scroll;
}

a
{
    text-decoration: none;
}

code
{
    font-family: menlo, 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;
}


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 p:only-child
{
    margin-bottom: 0;
}

blockquote .close-quote
{
	display: inline-block;
	font-size: 42px;
	line-height: 0;
	position: relative;
	top: 17px;
	left: 5px;
}

#wrapper
{
    background-color: white;
    padding-top: 50px;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container
{
    float: left;
    margin-left: 50px;
    width: 592px;
    padding-bottom: 100px;
}

div#content
{
}

div.sidebar
{
    width: 388px;
    margin-left: 662px;
}

div.sidebar a
{
    color: #f7941d;
}

div.sidebar > ul > li
{
    margin-bottom: 20px;
}

div#footer
{
    clear:both;
    
    padding: 50px 50px;
    
    background-color: #eee;
    border-top: 5px solid #ddd;
}

div#footer > ul,
div#footer > ol
{
    display: inline-block;
    vertical-align: top;
    width: 184px;
    margin-left: 20px;
    font-size: 13px;
}

div#footer > ul:first-child
{
    margin-left: 0;
}

.widget > ul > li
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget_categories > ul > li
{
    color: #999;
}

div#header
{
    margin: 0px 50px 100px;
    position: relative;
    line-height: 40px;
}

div#header a
{
    color: #999;
}

div#header a:hover
{
    color: #333;
}

div#header h1
{
    font-size: 36px;
    line-height: 40px;
    display: inline;
    padding-right: 20px;
}

div#header h1 a
{
    color: #333;
}

div#header p
{
    display: inline;
    font-size: 28px;
    line-height: 40px;
    color: #999;
}

div#header #menu
{
    margin-bottom: 20px;
    line-height: 20px;
}

div#header #menu li
{
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #aaa;
}

div#header #menu li:first-child
{
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0;
}

div#header #menu li.current_page_item a
{
    color: #333;
    cursor: default;
}

.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: 40px;
}

h2 a
{
    color: inherit;
}

h3
{
    font-size:18px;
}

h4
{
    font-size: 16px;
}

h5
{
    font-size: 14px;
    font-weight: bold;
}

#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.gallery dl, div.navigation div.nav-previous
{
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

.akpc_report ol li
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.akpc_report ol li span
{
    display: none;
}
