/*  
Theme Name: skylar.io
Theme URI: http://www.larw.com/
Description: skylar's 2nd theme sheet.
Version: 0.1
Author: Skylar Woodward
Author URI: http://www.larw.com/

	Basic to start. Uses YUI 3 CSS as a starting point.

*/

html { background-color:black; padding:0;}
body { margin:auto; width:760px; background-color: white; margin-top:0px;}
a:visited {color:blue;}
input[type=text], textarea {border:1px solid darkgray;}

#page {}
#hd {padding:10px 20px;margin-bottom:20px;}
#hd h1 {margin-bottom:0px;}
#hd a {color:black;text-decoration:none;}
#bd {padding:0 10px;}
.content {}
.content .bd { padding:10px; }
/*.sidebar { background-color:lightgray; border: 1px solid darkgray; border-radius: 5px; } */
.sidebar h2 {font-size:1em;}
.sidebar .widget-links {font-size:.85em;}
.sidebar ul {list-style:none;margin-left:1em;}
.sidebar li {margin-top:4px;}
.sidebar .bd {padding: 0px 5px 0px 20px;}
#ft {background-color:lightgray;padding:20px;font-size:.85em;}

/* HEADER */
#hd .divider {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}
.letter-l { color:#999; }
.letter-a { color:#999; }
.letter-r { color:#999; }
.letter-w { color:#999; }
.block-1 {color:red;background-color:red;}
.block-2 {color:brown;background-color:brown;}
.block-3 {color:orange;background-color:orange;}
.block-4 {color:yellow;background-color:yellow;}
.block-5 {color:lightgreen;background-color:lightgreen;}
.block-6 {color:green;background-color:green;}
.block-7 {color:cyan;background-color:cyan;}
.block-8 {color:lightblue;background-color:lightblue;}
.block-9 {color:blue;background-color:blue;}
.block-10 {color:purple;background-color:purple;}
.block-11 {color:magenta;background-color:magenta;}
.block-12 {color:red;background-color:red;}
.block-w {color:white;background-color:white;}

/* BLOG */
.post { margin-bottom:40px; margin-top:0px;}
.post h2 { margin:0px;}
.post h2 a { text-decoration:none; }
.post .postmetadata {text-align:center;}
.entry { border-top: 1px solid lightgray; padding-top:10px;line-height:1.6em;}
.entry p { margin-bottom:1.6em; }
.entry blockquote { border-left: 5px solid #DDD; padding-left:10px; color:#444; }
#commentform input[type=text] {width:170px;}
#commentform textarea {width:100%;}
.post .postmetadata.alt {background-color:#F8F8F8;border-top:1px solid #ddd;border-bottom:1px solid #ddd; padding:10px;}