/*
THEME NAME: Sandbox - Hey it's Garrett!
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A port of Sandbox for Hey it's Garrett!
VERSION: 1.6
AUTHOR: <a href="http://www.heyitsgarrett.com" title="Garrett Miller">Garrett Miller</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* --------------------------------------------- */
/* Reset */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* --------------------------------------------- */
/* Default wordpress images */
.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* --------------------------------------------- */
/* HTML Styles */

a {
    color: #bd00b2; /* Darker hot pink */
}

a:hover {
    color: #e829dd; /* Hot pink */
}

blockquote {
    background: url('images/blockquote_left.png') no-repeat 0 0;
    font-size: 20px;
    line-height: 30px;
    margin-left: 20px;
    padding: 15px 20px 15px 40px;
}

body {
    font-family: Georgia, Times, serif;
    font-size: 62.5%;
    padding: 0;
}

em {
    font-style: italic;
}

h2 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: bold;
    font-size: 2.0em;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 3px;
}

h3 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1.2em;
    line-height: 20px;
    margin-bottom: 5px;
}

img {
    border: none;
}

p {
    font-size: 1.4em;
    line-height: 22px;
    padding-bottom: 15px;
}

strong {
    font-weight: bold;
}

/* --------------------------------------------- */
/* Containers */

#container {
    background: #fff url('images/BG-sidebar.gif') repeat-y 230px 0;
    margin: 0 auto;
    min-height: 700px;
    padding-top: 25px;
    width: 980px;
}

#left-column {
    float: left;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    padding-right: 25px;
    width: 230px;
}

#right-column {
    float: right;
    padding-bottom: 40px;
    width: 680px;
}


/* --------------------------------------------- */
/* Global Classes */

.span-1, .span-2, .span-3, .span-4 { float: left; margin-right: 10px; }
.span-1 {   width: 160px; }
.span-2 {   width: 320px; }
.span-3 {   width: 480px; }
.span-4 {   width: 640px; }
.last { margin: none; }

.clear { clear: both; }
.hide {  display: none; }
.left { float: left; }
.padding-bottom-10 { padding-bottom: 10px; }
.right { float: right; }

ul.link-list {
}

ul.link-list li {
    color: #999;
    line-height: 20px;
    
}

ul.link-list li a {
    text-decoration: none;
}

/* --------------------------------------------- */
/* Left Column */

#left-column a {
    color: #000;
    text-decoration: none;
}

#categories {
    border-top: 3px solid #000;
    margin-top: 20px;
}

#categories-label {
    float: left;
    font-size: 1.6em;
    line-height: 110px; /* Should equal #categories ul height */
    width: 110px;
}

#categories ul {
    border-left: 1px dashed #000;
    float: right;
    height: 110px;
    width: 115px;
}

#categories ul li {
    font-size: 1.2em;
    line-height: 16px;
    margin: 5px 0 0 10px;
}

#categories ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
}

#categories ul li a:hover {
    color: #52BF00;
}

#navigation {
    margin-top: 15px;
}

#navigation #meta {
    float: left;
    width: 25px;
}

#navigation #meta a {
    display: block;
}

#navigation ul {
    display: block;
    float: right;
    font-size: 1.4em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 190px;
}

#navigation li {
    text-align: right;
    height: 25px;
}

#navigation li a {
}

#navigation li a:hover {
    color: #009AEF;
    text-decoration: none;
}

#search {
    margin-top: 40px;
}

#search #s {
    background: url('images/BG-search.png') no-repeat center left;
    border: none;
    color: #333;
    font-size: 1.2em;
    height: 25px;
    padding: 12px 10px 5px 25px;
    width: 230px;
}

#copyright {
    line-height: 12px;
    margin-top: 40px;
    text-align: center;
}

#copyright strong {
    color: #999;
    display: block;
    font-size: 1.2em;
    line-height: 20px;
}

#copyright small {
    color: #afafaf;
    font-size: 0.9em;
}


/* --------------------------------------------- */
/* Navigation CSS */

.navigation {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 2em;
    line-height: 40px;
}

.navigation a {
    color: #666;
    text-decoration: none;
}

.navigation a:hover {
    color: #333;
}

.nav-previous {
    float: left;
    width:320px;
}

.nav-next {
    float: right;
    text-align: right;
    width: 320px;
}

/* --------------------------------------------- */
/* Post CSS */

.post {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post h2 a {
    text-decoration: none;
    color: #000;
}

.post h2 a:hover {
    color: #bd00b2;
}

.post img.alignnone {
/*    background: url('images/post-shadow.png') no-repeat bottom center;
    margin: 0;
    padding-bottom: 25px;*/
}

.post img {
    margin: 0;
}

.photo {
    position: relative;
}

.photo .tape {
    background: url('images/post-tape.png') no-repeat top center;
    height: 25px;
    top: -15px;
    left: 265px;
    position: absolute;
    width: 150px;
    z-index: 10;
}

.entry-content {
    font-size: 14px;
}

.post p {
    font-size: 14px;
    padding: 0 0 20px;
}

.post blockquote {
    font-size: 20px;
    margin-bottom: 10px;
}

.post blockquote p {
    font-size: 20px !important;
    padding: 0;
}

.post blockquote em {
    color: #666;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.post .meta {
    border-bottom: 1px solid #ccc;
    color: #999;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1.2em;
    line-height: 40px;
}

.post .meta a {
    color: #666;
    text-decoration: none;
}

.post .meta a:hover {
    color: #333;
}

.post .navigation {
    margin: -40px 0 0 580px;
    text-align: right;
    width: 100px;
}

/* --------------------------------------------- */
/* Page CSS */

.page p {
    font-size: 14px;
    padding: 0 0 20px;
}

.page blockquote {
    font-size: 20px;
    margin-bottom: 10px;
}

.page blockquote p {
    font-size: 20px !important;
    padding: 0;
}

/* --------------------------------------------- */
/* Comments CSS */

.comments {
    margin-top: 20px;
}

.comments h3 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1.6em;
    line-height: 20px;
    margin: 10px 0 30px;
}

.comment {
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    margin: 10px 0 30px;
}

.comment-meta {
    color: #666;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1.4em;
}

.comment-author {
    color: #000;
    font-weight: bold;
}

.comment-body {
    line-height: 20px;
    padding: 5px 20px;
}

.comment-body p {
    padding: 5px 0;
}

#respond h3 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1.6em;
    line-height: 20px;
    margin: 10px 0;
}

#respond p {
    padding: 0;
}

#respond #login, #respond #comment-notes {
    color: #666;
    margin: 5px 0 15px;
}

#respond label {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1.4em;
    line-height: 22px;
}

#respond input, #respond textarea {
    margin-bottom: 10px;
    padding: 4px;
}

#respond textarea {
    font-family: Georgia, Times, serif;
    font-size: 14px;
    line-height: 20px;
    width: 500px;
}

/* --------------------------------------------- */
/* Misc Page css */

.page-title {
    color: #bbb;
}

.page-title span {
    color: #333;
}

img.vintage {
    outline: 1px solid #ddd;
}

