/*
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.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: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/********* RESET STYLES **********/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** CUSTOM STYLES **********/
html {
    background: none repeat scroll 0 0 #FFFFFF;
}

/* Two-column with sidebar on left from the /examples/ folder  */

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    margin: 0;
    top: 0;
}

p {
font-size:100%;
margin: 0px;
}

#header {
    background: #000000;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
	z-index: 1;
}

#categoryTitleAndNavigation {
    margin-bottom: 40px;
}

div#thumbNailBlock {
width:90%;
min-width:900px;
}

div#thumbNail {
padding-top:5px;
float:left;
font-size:x-small;
height:165px;
width:160px;
}

div#thumbNail a{
text-decoration:none;
color:#000000;
}

div#thumbNail:hover{
background-color: #CCCCCC;
}

div#headerLogo {
max-width: 200px;
width: 200px;
float:left;
}

div#headerSearch {
float:right;
text-align:right;
max-width: 200px;
width: 200px;
margin-top:5px;
margin-right:30px;
}

input#s {
    background-color: white;
    border: 0 none;
    padding: 3px;
}

div#wrapper {
background:none repeat scroll 0 0 #FFFFFF;
min-width: 900px;
width:100%;
margin-top:0;
}

div#titleRightSide {
width:100%;
background: none;
}

div#nextPostArrow {
position:absolute;
top: 400px;
max-width: 50px;
left: 0;
z-index:1;
}

div#prevPostArrow {
position:absolute;
top: 400px;
max-width: 50px;
right: 0;
z-index:1;
}

div#upArrow {
    position: absolute;
    top: 100%;
    max-width: 50px;
    left: 50px;
    z-index: 1;
}

div#postNavigation a {
color:#ffffff;
text-decoration:none;
margin-right: 20px;
}

div#entryDate {
text-align:right;
font-size:x-small;
color:#333333;
padding-right:40px;
}

div#entryTitle {
text-align:right;
color:#333333;
padding-right:40px;
}

div#entryTitle a {
font-size:large;
text-decoration:none;
color:#333333;
}

div#container,div#primary {

}

#content {
    padding-top: 70px;
}

.post + .post {
    margin-top: 70px;
}

div#post {
/*margin-top:70px;*/
}

div#tags {
text-align:center;
margin-top:20px;
}

div#entry-content {
    color: #333333;
    font-size: small;
    margin: 20px auto 50px auto;
    width: 90%;
}

#entry-content iframe {
    max-width: 100%;
}

div#entry-content a {
color:#000000;
text-decoration:none;
}

div#details {
font-size:x-small;
visibility:hidden;
}

/* WordPress Navigation Menu */
#menu-primary-navigation {float:left; background:black; padding:0px; margin:0; list-style-type:none; height:30px; font-size:small;}
#menu-primary-navigation li {float:left; height:30px; border:none; }
#menu-primary-navigation li a {padding:9px 20px; display:block; color:#fff; text-decoration:none;}
#menu-primary-navigation li:hover a {text-decoration:none;}

#menu-primary-navigation ul {position:absolute; left:-9999px; top:-9999px; list-style-type:none; z-index: 40;}
#menu-primary-navigation li:hover {position:relative; background:#666666;}
#menu-primary-navigation li:hover ul {left:0px; top:30px; background:#FFFFFF; padding:3px; border:1px solid grey; width:480px; font-size:small;}
#menu-primary-navigation li:hover ul li {height:18px; border:none; font-size:x-small;}
#menu-primary-navigation li:hover ul li a {height:18px; padding:0px; display:block; font-size:x-small; width:158px; float:left; line-height:18px; text-indent:5px; color:#444; background-color:#FFFFFF; text-decoration:none; border:1px solid transparent;}
#menu-primary-navigation li:hover ul li a:hover {height:18px; background:silver; color:#000; border:solid 1px #444;}

/* I've edited above this line only */

.entry-title,.entry-meta {
clear:both;
}

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:0 0 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin: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#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;
}

/* Reposition header when logged in so we can see the navigation and WordPress admin bar in tandem. */
body.loggedin #header {
    top: 32px;
}
