/*
Theme Name: Emil Sit Sandbox
Theme URI: http://www.emilsit.net/blog/
Version: 1.0
Description: Custom theme based on Sandbox for emilsit.net
Author: Emil Sit
Author URI: http://www.emilsit.net/
Template: sandbox
*/
/* ==================== */
/*
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 {
margin:0 200px 0 0;
}
div.sidebar {
float:right;
overflow:hidden;
width:180px;
}
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 {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}
div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}
div#menu ul a {
display:block;
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;
}
.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 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;
}
/* ==================== */
/* Masthead */
#header h1 {
	padding-left: 1ex;
        padding-top: 1em;
        padding-bottom: 1ex;
	background: #E0E0E0;
	text-align: left;
}
/* Overall styling */
body {
	background: #FFFFFF;
	color: #545454;
        font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: small;
	text-align: left;
}
div#wrapper {
	background-color: #FFFFFF;
	border: 1px solid #808080;
	padding: 1em 2em 1em 2em;
	margin: 10px auto; /* So firefox centers this properly. */
	width: 60em;
}
#content p,ol,ul {
	line-height: 1.5em;
	color: black;
}
div.sidebar {
	background-color: #F4F4F4;
	padding: 1ex;
}
div.sidebar ul {
	padding-bottom:0;
}
/* Text look */
h1 a, h2 a, h3 a {
	color: #545454;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2.entry-title {
        margin-bottom: 0;
        margin-top: 0.75em;
}
div.entry-meta {
	font-size: .8em;
}
/* Clean up asides */
div.category-thoughts {
    border-left: medium solid #CCCCCC;
    padding-left: 1ex;
    margin-top: 1ex;
    position: relative;
}
body.home div.category-thoughts .entry-title,
body.home div.category-thoughts div.entry-meta span.author,
body.home div.category-thoughts div.entry-meta span.author + .meta-sep,
body.home div.category-thoughts div.entry-meta span.cat-links,
body.home div.category-thoughts div.entry-meta span.cat-links + .meta-sep,
body.home div.category-thoughts div.entry-meta span.tag-links
{
    display: none;
}
body.home div.category-thoughts div.entry-content {
    padding-bottom: 0.5ex;
}
body.home div.category-thoughts div.entry-meta {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
/* Overall link handling */
a {
	color: #0000AA;
	text-decoration: none;
}
a:hover {
	color: Black;
	background: #FFFFCC;
	text-decoration: underline;
}
a img {
	border: 0;
}
/* Deal with the commentator's Gravatar */
div.comment-author .avatar {
        float: right;
        width: 32px;
        height: 32px;
        margin-right: 24px;
        margin-top: -0.5em;
}
/* Hide WP Stats smiley */
img#wpstats{display:none}
/* Hide "jump to content" from sandbox */
div#access {display:none}
div#nav-above {display:none}
