/*
Theme Name:	Near Nothing
Theme URI: http://fabapps.com/wordpress/nearnothing 
Description: Near Nothing is a bare bones theme with minimal markup and no images. It's made from scratch and consists of fewer than 500 lines of commented code. 
Version: 1.0
Author: Christian MacAuley
Author URI: http://fabapps.com
Tags: white, black, light, two-columns, left-sidebar, fixed-width, custom-menu, threaded-comments, sticky-post 
*/

/* basic reset */

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
blockquote,
cite,
table {
    margin-bottom: 0.8em;
}

ul,
ol,
li {
    margin-left: 0.5em;
}


/* wordpress classes */

.alignleft {
    float: left;
    padding: 2px 8px 8px 2px;
}

.alignright {
    float: right;
    padding: 2px 2px 8px 8px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text,
.gallery-caption {
    color: #666;
    font-size: 0.8em;
    padding: 3px 0;
}

.gallery {
    padding: 10px 10px 25px 10px;
}