
/* compressed is here mainly for certain 'resets'; remove later */
@import "compressed.css";

body{ line-height: 1.5; color: #333; background: white; font-family: "Lucida Grande", Verdana, Geneva, arial, sans-serif; font-size: 12px; text-align: center; margin: 0; }

table{ border-collapse: separate; border-spacing: 0; margin-bottom: 1.4em; border-top: 0.1em solid #ddd; border-left: 0.1em solid #ddd; }
hr{background:#666;color:#666;clear:both;float:none;width:100%;height:0.1em;margin:0 0 1em 0;border:none;}

blockquote:before,blockquote:after,q:before,q:after{ content:""; }
blockquote,q{ quotes:"" ""; }
blockquote { margin: 0 0 0 5px; font-style: normal; border-left: 1px #BBBBBB solid; padding-left: 5px;}

a { color: #000; text-decoration: none; border-bottom: 1px solid #bbb; }
a:hover { border-bottom: 1px solid #000;}
img { border: 0px solid #fff; }
code { font-family: monaco, courier; font-size: 12px; }

h3 { font-weight: bold; font-size: 1.1em; color: #111; margin-bottom: 1em; }
.post_title { font-weight: bold; color: #111; margin-bottom: 1em; }
p { margin: 0 0 1.5em 0; text-align: left; }

.container{ text-align:left; position: relative; padding: 0; margin: 0 auto auto 20px; width: 700px; }

#header { padding: 5px 0 5px 0; background-color: #ddd; font-size: 1.2em; }
#header #logo { text-align: left; } /*width: 1000px }*/
#header #logo .title { padding: 0 0 0 20px; font-size: 1.2em; font-weight: bold; line-height: 1.2em; color: #000; text-align: left; display: inline; }
#header #logo .title a { border-bottom: 0px; }
#header #logo .description { display: inline; }

#block_header { border: 1px #ccc solid; padding: 5px; margin-bottom: 10px; width: 700px; }

/* Home page columns and single page. TODO collapse names here
-------------------------------------------------------------- */

#home_content { margin: 1.5em 0; }

#content { margin: 1.5em 0; padding: 0 0 0 0; width: 700px; }
#content img { float: none; margin: 0 1.5em 1em 0; padding:0; max-width: 500px; }

/* post blocks */
#post { padding: 0 0 0 0; width: 700px; }
#post img { margin: 0 0 0.2em 0; max-width: 500px; float: none; }
#post blockquote { margin: 0 0 0 5px; font-style: normal; border-left: 1px #BBBBBB solid; padding-left: 5px;}
#post_content ul { margin: 0 0 20px 5px; padding-left: 20px; }

/*#post_meta { text-align: right; font-size: 11px; float: left; width: 200px; clear: both; }*/
/*#post_content { float: right; width: 500px; clear: both; }*/
#post_meta { position: absolute; width: 180px; text-align: right; font-size: 11px; clear: both; left: 0px; }
#post_content { margin-left: 200px; padding: 0px; width: 500px; }
#post_break { color: #ccc; background-color: #ccc; margin-top: 10px; }
#post_tags { font-size: 11px; clear: both; display: block }

/* Comment area styles
-------------------------------------------------------------- */

#comments { margin-top: 2em; font-size: 11px; clear: both }
#commenthead { margin-bottom: 1em; }
ol#commentlist { list-style-type: none; margin: 0; padding: 0 0 12px 0; }
ol#commentlist li { border-right: 3px solid #dadada; border-bottom: 1px solid #dadada; margin: 0 0 1em 0; padding: 0 1em 1em 0; overflow-x: hidden; }
ol#commentlist li.alternate { border-right: 3px solid #999; border-bottom: 1px solid #dadada; }
ol#commentlist cite { font-style: normal; text-align: left; display: block; color: #818181; }
ol#commentlist li blockquote { float: none; width: auto; padding: 0 2em 0 0; margin: 0.5em 0; color: #818181; font: italic 1em "Lucida Grande", Verdana, Geneva, arial, sans-serif; letter-spacing: 0; text-align: left; }
ol#commentlist li .commnumber { width: 30px; text-align: left; float: left; font-size: 3em; font-weight: bold; line-height: 1em; }
ol#commentlist li .commentcont p { margin: 0 0 0.5em 0; padding: 0; }

/* comment form */

#comment-form form { margin-top: 1.5em; }
label.com { float: left; width: 100px; }
input.comtext, textarea.comtext { width: 300px; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; padding: 2px; }
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { background: #f7f7f7; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }
input.comsubmit { margin-left: 100px; }

#archives { padding-top: 20px; margin: 0 0 0 0; width: 700px;}
#archives #item {}

/* Footer
-------------------------------------------------------------- */

#footer { padding: 3em 0 0 0; color: #666; }

/* Miscellaneous styles
-------------------------------------------------------------- */

/*  heading styles */

h3.post_cat { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.2em 0; margin: 0 0 1em 0; letter-spacing: 0.1em; color: #999; border-bottom: 1px solid #dadada; }
h3.post_comm { font-size: 11px; font-weight: bold; padding: 0.3em 0 0.2em 0.3em; margin: 0 0 0.2em 0; color: #000; background-color: #eeeeee; }
h3.post_comm2 { font-size: 11px; font-weight: bold; padding: 0.3em 0 0.2em 0.3em; margin: 0 0 0.2em 0; color: #000; border-bottom: 1px solid #eeeeee; }

/* miscellaneous */

.none { display: none; }

