/*

heavily inspired by Michael Heilemann's k2 theme for WordPress
http://binarybonsai.com/k2

*/

body {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 80%;
    text-align: center;
    margin: 0em;
    /*
    background-color: #E6D6CF;
    */
    background-color: #eee;
}

p {
    line-height: 1.5em;
    /* text-align: justify; */
}
li {
    line-height: 1.5em;
}
code {
    font-size: 1em;
    background: #FFFF99;
}
small {
    font-size: 0.85em;
}
blockquote {
    /* text-align: justify; */
    padding-left: 0.5em;
    border-left: solid 1px #999999;
}
pre {
    width: 500px;
    margin: 1em auto 1em auto;
    padding: 0.5em;
    overflow: auto;
    border: solid 1px #999999;
}
h1, h2, h3 {
    /*
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
    */
    font-family: 'Century Gothic','Lucida Grande','Trebuchet MS',Verdana,Sans-Serif;
    letter-spacing: -0.5px;
    margin: 0;
}
h2 {
    font-size: 1.5em;
}
h3 {
    /*
    font-family: 'Lucida Grande',Verdana,Sans-Serif;
    */
    font-size: 1.1em;
    border-bottom: solid 1px;
    line-height: 1em;
    margin: 1.5em 0 1em 0;
}
a, a:hover, a:visited {
    color: #805440;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input {
    font-family: 'Lucida Grande',Verdana,Sans-Serif;
    font-size: 0.85em;
    background: #E6D6CF;
    border: solid 1px #999999;
    padding: 0.1em;
    color: #666;
}
textarea {
    font-family: 'Lucida Grande',Verdana,Sans-Serif;
    font-size: 0.85em;
    background: #E6D6CF;
    border: solid 1px #999999;
}
label {
    font-size: 0.85em;
    font-weight: bold;
}

#page {
    width: 750px;
    margin: 12.5px auto 0 auto;
    padding: 7.5px;
    text-align: left;
    background: #FFF7F3;
    border: solid 1px #ccc;
}

#header {
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
}

#header h1 {
    font-size: 2.5em;
    line-height: 1em;
}

#header h2 {
    /*
    color: #61544e;
    color: #443B37;
    */
    color: #443B37;
    font-size: 1em;
    font-weight: normal;
}

#header h1 a,#header h1 a:hover, #header h1 a:visited {
    color: #443B37;
    text-decoration: none;
    background-color: transparent;
}

ul#nav {
	margin: 0 0 0 27.5px;
	padding: 0;
	list-style: none;
    background-color: transparent;
    position: absolute;
    bottom: 0;
}
ul#nav li {
	list-style: none;
	display: inline;
    margin: 0;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    font-family: Verdana,Helvetica,Arial,Sans-Serif;
}
ul#nav li.first {
    
}
ul#nav li a {
    float: left;
    padding: 6px 12px 9px 12px;
    margin: 0 24px 0 0px;
    /*
    color: #7f7a76;
    */
    color: #61544e;
	text-decoration: none;
}
ul#nav li a:hover {
    background: #61544e;
    color: #fff;
}
ul#nav li a.selected {
    color: #61544e;
    background-color: #fff;
}
#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {
    margin: 0 232.5px 0 0;
    padding: 2.5em 1.75em 0 2.25em;
}
#sidebar {
    width: 210px;
    float: right;
    margin: 0;
    padding: 2.5em 12.5px 0 10px;
}

#footer {
    width: 750px;
    margin: 2.75em auto 0 auto;
    clear: both;
    color: #999999;
    font-size: 0.75em;
    text-align: center;
}

#footer p {
    text-align: center;    
}

/*
 * post stuff
 */

div.post {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    clear: left;
}

div.post_last {
    border-bottom: 0;    
}

div.single {
    border-bottom: 0;
}

div.post h2 a, div.post h2 a:hover, div.post h2 a:visited {
    color: #443B37;
}

div.post img {
    float: left;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

div.post a.post_comments, div.post a.post_comments:hover, div.post a.post_comments:visited {
    font-size: 0.75em;
    text-decoration: none;
    color: #cccccc;
    white-space: nowrap;
}

div.post small {
    font-size: 0.85em;
    color: #806659;
}

div.metadata {
    font-size: 0.85em;
    margin-top: 0em;
    clear: left;
}

div.metadata a, div.metadata a:hover, div.metadata a:visited {
    color: #806659;
}

div.metadata p {
    color: #999999;
    display: block;
    margin: 0;
}

div.metadata p.metadata_cat {
    float: left;
    max-width: 25em;
}

div.metadata p.metadata_more {
    text-align: right;
}

div.entry {
    /*
     * ie6 bug when setting text-align: justify on p elements
     */
    width: 99%;
}

div.entry a, div.entry a:hover, div.entry a:visited {
    text-decoration: underline;
}

div.entry li {
    margin-bottom: 0.5em;
    /* text-align: justify; */
    margin-right: 1.5em;
}

div.entry ul li {
    list-style: circle;
}


/*
 * pagination
 */

div.pager p { display: block; margin: 0; }
div.pager p.pager_left { float: left; max-width: 300px; }
div.pager p.pager_right { text-align: right; }

/*
 * sidebar stuff
 */
 
 #search_keywords {
    width: 140px;
    margin: 0.5em 0 1em 0;
 }
 
 #sidebar p {
    text-align: left;
    display: block;
    color: #666666; 
    font-size: 0.8em;
    margin: 0.5em 0 0 0;
    padding: 0;
    /* padding-right: 0.75em; */
 }

 #sidebar div.ul {
    margin: 0 0 1.5em 0;
    padding: 0;
 }
 
 #logo {
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
 }
 
 #sidebar h2 {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #443B37;
 }
 
 #sidebar ul {
    margin: 0 0 1.5em 0;
    padding: 0;
 }
 
 #sidebar li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #999999;
    font-size: 0.8em;
    font-style: italic;
    margin: 0.5em 0 0 0;
 }
 
#sidebar a, #sidebar a:hover, #sidebar a:visited {
    font-style: normal;
    color: #805440;
}

#sidebar small {
    font-size: 0.9em;
}
#sidebar strong {
    font-size: 0.9em;
}

 /*
  * comments stuff
  */
  
ol.commentlist {
    margin: 1.5em 0 0 0;
    padding: 0 0 0 2em;
}
  
.commentlist li {
    font: 0.9em Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #999999;
    margin-bottom: 1.5em;
  }
  
.commentlist cite {
    color: #000;
}
    
.commentlist p {
    font-size: 0.85em;
    font-weight: normal;
    color: #000;
    text-transform: none;
    margin: 0em;
    margin-bottom: 0.8em;
    margin-top: 0.4em;
}

#ud_preview {
    font-size: 0.85em;
}

.commentlist p a, .commentlist p a:hover, .commentlist p a:visited {
    text-decoration: underline;
}
.commentmetadata {
    font-weight: normal;
}

/*
 * plugins stuff
 */
 
div.pager {
    font-size: 0.85em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.posttags {
    font-style: italic;
}

/*
 *  tag cloud
 */

ul.cloud {
    
}

ul.cloud li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

ul.cloud li a, ul.cloud li a:visited {
    text-decoration: none;
}

ul.cloud li.size1 {
    font-size: 0.75em;
}
ul.cloud li.size2 {
    font-size: 1em;
}
ul.cloud li.size3 {
    font-size: 1.5em;
    font-weight: bold;
}

/*
 * miscellanea
 */

.message {
    margin-top: 0.25em;
}

.warning {
    background: #cc0000;    
    color: #ffffff;
}

.flickrimg {
    margin: 1px;
    border: solid 1px #ccc;
}

/* ArchivesListExtended and CategoriesListExtended plugins */

ul.archives {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

ul.archives li ul a:link { text-decoration: underline; color: #666; }
ul.archives li ul a:visited { text-decoration: underline; color: #666; }
ul.archives li ul a:hover { text-decoration: underline; color: #ffffff; background: #666; }
ul.archives li ul a:active { text-decoration: underline; color: #ffffff; background: #666; }  
  
ul.archives h2 {
    font-size: 1.25em;
}

ul.archives small {
    color: #cccccc;
}

ul.archives li {
    list-style-type: none;
    margin: 0;
    font-size: 1em;
    margin-bottom: 1.5em;
    color: #000000; /* #336699; */
    text-align: justify;
}

ul.categories  {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

ul.categories li {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.5em;
}

ul.categories h2, h3 {
    border: 0;
    margin: 0 0 0.5em 0;
}

ul.categories h3 {
    font-size: 1.5em;
}

ul.categories h3 {
    font-size: 1.25em;
}

ul.categories ul.category {
    padding: 0;
    padding-top: 1.25em;
    padding-left: 1.5em;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

ul.posts {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 0.25em;
    font-size: 0.85em;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    list-style-type: none;
}

ul.posts li {
    border: 0;
    margin-left: 0.25em;
    margin-right: 0.25em;
    display: inline;
}

ul.posts li.first {
    margin-left: 0;
    list-style-type: none;
}


