/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* MENU */
p#hidep { margin:0; padding:0; }
#hide { position:fixed; bottom:15px; left:65px; z-index:2; color:#999; font-family:Courier New,Helvetica,Arial; text-transform:lowercase }
#menu { height:100%; left:30px; margin-right:40px; padding:100px 25px 0; position:fixed; top:0; width:200px; z-index:1; background:transparent url(images/repeater.png) repeat; }
#menu .description { font-size:11px; font-family:Courier New,Helvetica,Arial;}
#menu ul { list-style-type:none; border-top:1px solid #999; margin:24px 0; text-transform:lowercase; font-family:Rockwell; letter-spacing:2px; text-shadow:1px 1px 1px #000; }
#menu ul li { margin:0; padding:0; }
#menu ul li a { height:1%; line-height:24px; border-bottom:1px solid #999; display:block; padding:12px 0 12px 12px; color:#999; }
#menu ul li a:hover { background:#000; color:#fff; }
#menu ul ul { font-size:9px; padding:0 12px; border-bottom:1px solid #999; border-top:none; margin:0; }
#menu ul ul li:first-child a { border-top:none; }
#menu ul ul li:last-child a { border-bottom:none; }
#menu ul .show { display:block; }
#menu ul .hide { display:none; }
#menu ul ul a { display:block; height:1%; line-height:24px; border-bottom:1px solid #999; padding:12px 0 12px 12px; color:#999; }

/* TYPOGRAPHY */
body,textarea,input { font-family:Helvetica, Arial; color:#fff; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; color:#ccc; font-family:Courier New,Helvetica; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color:#fff; }
h1 { font-size:3em; line-height:1; margin-bottom:.5em; }
h2 { font-size:2em; margin-bottom:.75em; }
h3 { font-size:1.5em; line-height:1; margin-bottom:1em; }
h4 { font-size:1.2em; line-height:1.25; margin-bottom:1.25em; }
h5 { font-size:1em; font-weight:bold; margin-bottom:1.5em; }
h6 { font-size:1em; font-weight:bold; }
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img { margin:0; }
p { margin-bottom:1.2em; }
.fancy{ font-style:normal;font-family:Courier New,Georgia; text-shadow:1px 1px 1px #000; }
.blockquote,p.credits,.postmetadata { font-style:italic; font-family:Georgia; text-shadow:1px 1px 1px #000; }
.sub { text-transform:uppercase; border-bottom:1px solid #999; letter-spacing:2px; font-weight:100; margin:24px 0; }
blockquote { font-size:1.2em; }
