/* change the style depending on the year's season */
@import url(./season-style.php);

html, body { 
 margin: 0;
 padding: 0;
}

body { 
 background-attachment: top;
 background-repeat: repeat-x;
 padding-top: 40px;
 padding-left: 80px;
 padding-right: 80px;
 padding-bottom: 150px;
 font-family: Georgia, Times New Roman, serif;
}

h1 { 
 margin-top: 0px;
 margin-bottom: .4em;
 font: bold 90px Helvetica, Arial, Tahoma, sans-serif;
 letter-spacing: -0.1em !important;
 letter-spacing: -0.5em;
}

h2 { 
 font: bold 2.1em Helvetica, Arial, sans-serif;
 letter-spacing: -0.05em;
 margin-bottom: 0.15em;
 text-decoration: none;
}

h2.pagetitle {
 margin-left: 30%;
}

h2 a, h1 a {
 text-decoration: none;
}

.post { 
 margin-left: 30%;
 padding-right: 7%;
 line-height: 1.35em;
 margin-bottom: 4em;
 font-size: .95em;
}

.post p { 
 margin-top: 0;
 margin-bottom: 1em;
}

ul.post-tools, h3 { 
 margin: 0;
 padding: 0;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: .8em;
 margin-bottom: .2em;
}

ul.post-tools li { 
 display: inline;
 padding-right: 1em;
}

h3 {
 margin-top: 1em;
}

li.post-date, h3 { 
 font-size: 1.5em;
}

.illo, img { 
 margin-top: 1em;
 margin-bottom: 0em;
}

#sidebar { 
 position: absolute;
 width: 20%;
 top: 17em;
 font: .7em/1.5em Verdana, Arial, sans-serif;
}

#sidebar h3 { 
 margin-bottom: 0;
}

#sidebar p { 
 margin-top: 0px;
 margin-bottom: 1em;
}

#sidebar ul, #sidebar li { 
 margin: 0; 
 padding: 0;
}

#sidebar li { 
 list-style-type: none;
}

a:link, a:visited, a:active, a:hover {
 font-weight: bold;
}

#comment-form {
 font-family: Verdana, Arial, sans-serif;
 font-size: .7em;
 line-height: 1.6em;
 margin-left: 30%;
 margin-right: 10%;
}

#comment-form cite {
 font-style: normal;
}

#comment-form ol {
 margin-left: 0; padding-left: 20px;
}

#sidebar ul.children {
 padding-left: 10px;
}

#comment-form img {
 border: none;
}

