/*  
Theme Name: Psychic Origami
Theme URI: http://psychicorigami.com/
Description: Theme for Psychic Origami
Version: 1.0
Author: John Montgomery
Author URI: http://psychicorigami.com/
*/

/*http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}
/*end of reset*/

/*psychic origami specific*/
body {
    font-family: Arial, Verdana;
    line-height: 1.4em;
}
a {
    color: #d50;
}
a:visited {
    color: #940;
}
a:hover {
    color: #b80;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
ul, ol {
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-left: 0.25em;
}
ul li {
    list-style: disc inside;
}
ol li {
    list-style: decimal inside;
}
code {
    font-size: 0.75em;
}
pre, code {
    font-family: monospace;
    background: #eee;
    line-height: 1.25em;
}
pre {
    overflow: auto;
    padding: 1em;
    margin: 0.5em;
}
blockquote {
    margin: 1em;
    margin-left: 2em;
    margin-right: 2em;
    font-size: 1.25em;
    padding: 0.125em;
}
hr {
    display: none;
}
p {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
small {
    font-size: 0.75em;
}
form input {
    padding: 0;
    margin: 1px;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

#header {
    margin: 0;
}
#header h1 {
    display: inline;
    font-size: 2.5em;
    margin-right: 0.125em;
}
#header div.description {
    display: inline;
}
#header #headerimg {
    margin: 0;
    background: #d50 url(images/bg.jpg) top left;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    color: #eee;
    overflow: hidden;
}
#header #headerimg a {
    text-decoration: none;
    color: #fff;
}
.navigation {

}

.navigation .alignleft {
    display: inline;
    float: left;
    margin-bottom: 1em;
}

.navigation .alignright {
    display: inline;
    float: right;
    margin-bottom: 1em;
}

#content {
    margin: 0.5em;
}

#content.narrowcolumn {
    width: 75%;
    float: left;
}
#content.widecolumn {

}
#content.widecolumn .post {
    clear: both;
}
#content .post .entry {
    margin-bottom: 1em;
}
#content .post .entry h3 {
    margin-top: 1em;
}
#content .post .entry li {
    padding-left: 1em;
}
#content .post .entry table {
    border-collapse: collapse;
}
#content .post .entry table td,
#content .post .entry table th {
    border: 1px solid #ccc;
    padding-left: 0.25em;
    padding-right: 0.25em;
}
#content .post .entry table th {
    background: #eee;
    font-weight: bold;
}
#content .post .postmetadata {

}

#content .post {
    margin-bottom: 5em;
}
#content .post h2 {
    display: inline;
    margin-right: 0.125em;
}

#content h3#respond,
#content h3#comments {
    font-size: 1.25em;
}
#content ol.commentlist {
    margin-top: 0.5em;
    margin-left: 0.5em;
}
#content ol.commentlist li {
    margin-bottom: 0.5em;
}

#sidebar {
    float: right;
    margin: 0.5em;
    margin-top: 0em;
    width: 20%;
    border-left: 1px solid #ccc;
    background: white;
}
#sidebar form#searchform {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
#sidebar h2 {
    font-size: 1.0em;
}

#sidebar ul li {
    list-style: none;
    list-style-position: outside;
}
#sidebar ul {
    margin-bottom: 0.5em;
}

#footer {
    clear: both;
    font-size: 0.75em;
    margin: 0.666em;
}

