/*
Theme Name: Skeleton
Theme URI: http://www.wynia.org
Description: The theme to use as the basis for your own. Take your HTML design and make it a Wordpress theme. Licensed for any use. I only ask for links back if you make your own theme out of it.
Version: 1.0
Author: J Wynia j@wynia.org
*/

body {
 margin:0px;
 font-size:0.85em;
 font-family:Georgia, Times New Roman, Times, serif;
 background-color:#FFFEE6;
}

input, textarea, select {
 font-family:Georgia, Times New Roman, Times, serif;
}

table { border-collapse:collapse; }
td {
 padding:0px;
 font-family:Georgia, Times New Roman, Times, serif;
}

.padded td {
 padding:2px;
}

img { border:0px;margin:0px; }

h1 { margin:0px;font-size:1.6em; }
h2 { margin:20px 0px 0px 0px;font-size:1.2em; }
h3 { margin:20px 0px 0px 0px;font-size:1.2em; }

a { font-weight:bold; }

.spring a:link { color:#477A2E;text-decoration:none; }
.spring a:visited { color:#69A84A;text-decoration:none; }
.spring a:active, .spring a:hover { color:#4582AB;text-decoration:underline;}

.summer a:link { color:#477A2E;text-decoration:none; }
.summer a:visited { color:#69A84A;text-decoration:none; }
.summer a:active, .summer a:hover { color:#4582AB;text-decoration:underline;}

.fall a:link { color:#912E05;text-decoration:none; }
.fall a:visited { color:#E66629;text-decoration:none; }
.fall a:active, .fall a:hover { color:#4582AB;text-decoration:underline;}

.winter a:link { color:#597F96;text-decoration:none; }
.winter a:visited { color:#6996B3;text-decoration:none; }
.winter a:active, .winter a:hover { color:#E69429;text-decoration:underline;}

.spring #sidebar { border-left:1px dashed #477A2E; }
.summer #sidebar { border-left:1px dashed #69A84A; }
.fall #sidebar { border-left:1px dashed #912E05; }
.winter #sidebar { border-left:1px dashed #597F96; }


.content {
 margin:20px;
}

.m { font-size:0.85em; }
.s, small { font-size:0.8em; }
.xs { font-size:0.7em; }

ul {
 margin-top:0;
 margin-left: 0;
 padding-left: 1em;
}

.ul_no_bullets {
 list-style-type:none;
 margin-left:0;
 padding-left:0;
}

.ul_no_bullets li {
 margin-bottom:5px;
}

.postmetadata { font-size:90% }

.req {
 color:#CC0000;
}

.success {
 background-color:#99FF99;
 border:1px solid #009900;
 padding:3px;
 color:#009900;
 width:75%;
 margin:20px 20px 0px 0px;
}

.error {
 background-color:#FFCCCC;
 border:1px solid #990000;
 padding:3px;
 color:#990000;
 width:75%;
 margin:20px 20px 0px 0px;
}

.commentBox {
 margin-top:40px;
 width:34em;
 border:1px solid #99987A;
 background-color:#E5E4B8;
 padding:10px;
}

.cat-item-1, .cat-item-23 {
 display:none;
}

.post, .ca_item {
 padding:20px;
 margin:0px -20px; 
}

.commentlist {
 margin-top:40px;
 margin-left:0px;
 padding-left:1.5em;
}

.commentlist li {
 margin-bottom:40px;
 padding:10px;
}

.darkRow {
 background-color:#F3F2DB;
}

p {
 line-height:160%;
}

.alignleft {
 margin:0px 20px 20px;
}

#comments {
 margin-top:40px;
}