/*
THEME NAME: mike.magin.org
THEME URI: 
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Mike Magin
AUTHOR URI: http://mike.magin.org/
TEMPLATE: sandbox-mod
*/


/* based on sandbox example */

/*FIXME @media handheld { @import url(sandbox-layouts/1c-b.css);} */
div.skip-link { /*FIXME*/ display: none; }

/*
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 {
    /*border-bottom: thin black solid;*/
    padding-bottom: 2em;
    padding-top: 1em;
    margin-left: 4em;
    margin-right: 200px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 180px;
    font: smaller;
}

div.sidebar ul { font-size: smaller; font-family: "Trebuchet MS", Arial, sans-serif;}
div#secondary	{
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}

/* general page style */
body {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Hoefler Text", serif;
    /*font-family: "Trebuchet MS", Arial, sans-serif;*/
    background: #fff;
    color: #000;
}

a { 
    color: #805500;
}
a:hover {
    background: black;
    color: #ccc;
}

li { list-style-image: url(images/b.png);}


/* header, including replacing text with image */
div#header{
    font-family: "Trebuchet MS", Arial, sans-serif;
    text-indent: -9000em;
    /* fixme, rebake images with less crud */
    background: url(images/header.png) no-repeat center;
    /*width: 662px;
    height: 124px;*/
    width: 800px;
    height: 107px;
    margin-right: auto;
    margin-left: auto;
}




/* older/newer posts */
div.navigation a {
    background-color: inherit;
    color: black;
}

div.navigation {
    font-size: smaller;
    clear: both;
}

div.nav-previous {float: left; clear: left;}
div.nav-next {float: right; clear: right;}

div#menu, div#footer { /*FIXME*/ display: none; }

/* some links we make plain */
#primary a, .entry-title a, .entry-meta a {
    text-decoration: none;
    border: none;
}

/* entry */

div.post {
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
    background: url(images/horiz.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.entry-title a {background-color: inherit; color: black;}

.entry-title { 
    font-family: "Trebuchet MS", Arial, sans-serif;
    /*font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Hoefler Text", serif;*/
    float: left;
    width: 67%;
}

.entry-date { 
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: smaller;
    font-style: italic;
    float: right;
    width: 33%;
}

.entry-content { clear: both;}
.entry-meta {
    font-size: smaller;
    color: gray;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

/* styling quote stuff*/
.post blockquote {
    margin-left: 10em;
    margin-right: 5em;
    font-style: italic;
}

.post cite {
    font-style: normal;
    font-size: smaller;
}

.post cite:before {
    content: " - ";
}



