/* Chalk Stylesheet
-----------------------------------------------------------------------
Author: 	Pascal Kriete
Site:		pascalkriete.com
Version:	1.5

Copyright (c) 2008 Pascal Kriete
----------------------------------------------------------------------- */

/* reset.css
-----------------------------------------------------------------------
From:	960 Grid System	http://960.gs/
----------------------------------------------------------------------- */

/* 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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Font */
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}


/* layout.css
----------------------------------------------------------------------- */

#header { width: 960px; margin: 0 auto; }
#header #head-left { margin-top: 8px; width: 55%; float: left; }
#header #head-right { width: 45%; float: left; }
#middle { background: #fff url('http://static.pascalkriete.com/images/v1.5.0/vline-top.png') top center repeat-x; color: #555555; padding-top: 40px; }
#inner { width: 800px; margin: 0 auto; background: #fff; }
#content-container { width: 610px; float: left; }
#content { padding: 10px; }
#sidebar-container { width: 190px; float: right; }
#sidebar { padding: 10px; }
#footer { background: url('http://static.pascalkriete.com/images/v1.5.0/vline-bottom.png') top left repeat-x; text-align: center; padding-top: 50px; margin-bottom: 20px; }

.entry { margin-bottom: 40px; }
.subtitle { color: #777777; border-bottom: 1px dotted #777777; margin-bottom: 20px; }
.date { text-align: right; color: #777777; border-bottom: 1px dotted #777777; margin-bottom: 20px; }
.date em { float: left; }


/* global.css
----------------------------------------------------------------------- */

/* html {  url('http://static.pascalkriete.com/images/v1.5.0/grass.png') bottom repeat-x; height: 100%;} */
body { background: #000; color: #fff; }
h1 { margin: 0; padding: 0; line-height: 0; height: 50px; overflow: hidden; }
h2 { font-size: 2.2em; color: #000; margin-bottom: 0px; }
p { font-size: 14px; }
small { font-size: 90%; }

/* Links
----------------------------------------------------------------------- */
a { color: #000; font-weight: bold; text-decoration: none; }
a:hover { color: #2C9998; }

#sidebar a:hover { background-color: #000; font-weight: normal; }

h2 a { color: #2C9998; }
h2 a:hover { text-decoration: underline; background: transparent; padding: 0; font-weight: bold; }

/* Header Typography
----------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-variant: small-caps; font-family: Baskerville, Times, "Times New Roman", serif; color: #000; }
h4, h5, h6 { font-variant: normal; margin: 0; }
h2 { color: #2C9998; }
h3 { margin-bottom: 5px; }

/* Sidebar
----------------------------------------------------------------------- */
#sidebar h3 { color: #222; margin: 0; margin-top: 10px; padding-left: 8px; height: 22px; }
#sidebar p { border: 2px solid #222; color: #000; margin-bottom: 20px; padding: 10px 5px; }
#sidebar ul { border: 2px solid #222; margin-bottom: 20px; padding: 10px 0; }
#sidebar ul li { display: inline; margin: 0; }
#sidebar ul li a { display: block; padding: 5px; }

/* Footer
----------------------------------------------------------------------- */
#footer p { font-size: 0.9em; }
#footer a { font-weight: normal; color: #fff; text-decoration: underline; }
#footer a:hover { padding: 0px; background: #000; color: #2C9998; text-decoration: none; }

/* Miscellaneous
----------------------------------------------------------------------- */
.hidden { display: none; }
.clear { clear: both; }
.codeblock { margin: 0; margin-top: -5px; padding: 10px; border: 1px solid #ccc; overflow-x: auto; }



/* navigation.css
----------------------------------------------------------------------- */

#nav { margin-top: 20px; height: 50px; position: relative; }
#nav ul li { display: inline; }
#nav li a { float: left; width: 90px; height: 0; padding-top: 45px; overflow: hidden; background-image: url('http://static.pascalkriete.com/images/v1.5.0/nav.png'); background-repeat: no-repeat; }

/* Home Link
----------------------------------------------------------------------- */
h1 a { display: block; height: 100%; width: 285px; text-indent: -9999px; background-image: url('http://static.pascalkriete.com/images/v1.5.0/logo.png'); background-repeat: no-repeat; }
h1 a:hover { background: #000 url('http://static.pascalkriete.com/images/v1.5.0/logo.png'); background-position: 0 -52px; }

/* Regular
----------------------------------------------------------------------- */
#nav #home a { background-position: 0 0; }
#nav #journal a { background-position: -104px 0; }
#nav #about a { background-position: -206px 0; }
#nav #contact a { background-position: -310px 0; }

/* Hover
----------------------------------------------------------------------- */
#nav a:hover { padding: 0; padding-top: 45px; }
#nav #home a:hover { background-position: -1px -33px; }
#nav #journal a:hover { background-position: -105px -33px; }
#nav #about a:hover { background-position: -207px -33px; }
#nav #contact a:hover { background-position: -311px -33px; }

/* Pagination
----------------------------------------------------------------------- */
#pagination { border-top: 1px dotted #777777; margin-top: 20px; padding-top: 10px; }
#pagination a { padding: 1px 4px; border: 1px solid #000; }



/* comments.css
----------------------------------------------------------------------- */

#comments .comment { padding: 0; margin: 0; }
#comments .comment p { margin-bottom: 15px; }
#comments h5 { padding-left: 5px; background: #2C9998; font-weight: normal; }
#comments h5 em { font-size: 0.75em; float: right; margin-top: 4px; margin-right: 5px; font-weight: normal; font-style: normal }
#comments h3 a:hover { text-decoration: underline; background: transparent; padding: 0; font-weight: bold; }
#comments h5 a:hover { text-decoration: underline; background: transparent; padding: 0; font-weight: bold; color: #000; }
#comments .pascal h5 { background: #000; color: #2C9998; }
#comments .pascal h5 em { color: #777777; }
#comments .pascal h5 em a { color: #777777; }
#comments .pascal h5 a:hover { color: #777777; }


/* forms.css
----------------------------------------------------------------------- */

label { display: inline-block; width: 60px; }
form input { width: 200px; padding: 5px; }
form textarea { width: 400px; padding: 5px; }
form input.button { width: 100px; background: #fff; color: #000; font-weight: bold; border: 2px solid #000; }
form input.button:hover { font-weight: normal; background: #000; color: #2C9998; }
form input.radio, form input.check { width: 10px; }

/* search.css
----------------------------------------------------------------------- */
#category_container { float: left; margin-right: 30px; }
#options_container { float: left; margin-left: 30px; }
#keyword_container input { width: 70%; }

.resultHead { color: #000; font-size: 115%; padding: 8px 5px; text-decoration: underline; }
.result_one { background: #fff; }
.result_two { background: #eee; }
.s_res_date { text-align: center; }

#content-container.wide { width: 800px; float: left; }

/* livesearch.css
----------------------------------------------------------------------- */
.ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }
.ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; font: menu; font-size: 12px; line-height: 16px; overflow: hidden; }
.ac_loading { background: white url('http://static.pascalkriete.com/images/v1.5.0/loading.gif') right center no-repeat; }
.ac_odd { background-color: #eee; }
.ac_over { background: #000; color: #2C9998; }
.ac_over a { font-weight: normal; background: #000; color: #2C9998; }