/*
Theme Name: Weasel
Theme URI: http://www.sweasel.com
Description: A big weasely mess. A lot of this is hardcoded, so it's not really a usable theme
Version: 1.0
Author: S. Weasel
Latest updated: Sunday, June 10, 2007
*/

/* Body */
body { 
margin-left: auto; 
margin-right: auto;
margin-top: 0px;
width:900px;
background:#a8a8a8; 
color:#555;
font: 75% Verdana,Tahoma,Arial,sans-serif;
font-size: 10px;
font-weight:bold;
}

/* Content */

#content{
width: 510px;
overflow:hidden;
background:#fff;
color:#000;
line-height:1.2em;
border-style: solid;
border-color: #000;
padding: 20px;
font-size: 11px;
font-weight:normal;
}

/* Post Info */
.postinfo{
margin-top: 10px;
margin-bottom: 30px;
text-align: right;
font-size: 9px;
}

/* Links */
a{color:#666;;text-decoration:underline;}
a:hover{color:#ddd;text-decoration:overline;}
a img{border:0;}


/* Miscellaneous typography */
h1 {display:none;}
h2, h3, h4 {
font-family: "Times New Roman",Times,serif;
border-top: thick solid #555;
}
h2 {font-size: 16px;  }
h4 {font-size: 12px; #999; margin-bottom: 5px; margin-top: 8px;}
blockquote { background:#ddd; padding:5px;}
.right { float: right; }
.left { float: left; }
.centered {margin-left: auto; margin-right: auto;}
.footnote {font-size: 9px;}

/* zombie reagan */
.zombiereagan {
font-size: 12px;
color:#000;
overflow:hidden;
background: #aeaeae url('http://sweasel.com/wp-content/themes/weasel/graphics/zombiereaganbanner.jpg') no-repeat bottom right;
line-height:1.2em;
border-style: solid;
border-color: #555;
padding: 23px;
}

/* short items */
.shorts {
font-family: "Times New Roman",Times,serif;
font-size: 13px;
color:#000;
overflow:hidden;
background: #aeaeae url('http://sweasel.com/wp-content/themes/weasel/graphics/short.jpg') no-repeat bottom right;
line-height:1.2em;
border-style: solid;
border-color: #555;
padding: 20px;
}

/* Sidebar */

#sidebar-left {
float:left;
align:top;
background:#a8a8a8;
text-align: left;
width: 160px;
}

#sidebar-right {
float:right;
overflow:hidden;
background:#a8a8a8;
text-align:right;
width: 160px;
}

/* Footer */

#footer {
indent-left: 170 px;
}

/* drop cap */
span.first
{
 float: left;
 font-family: Old English, Georgia,serif;
 font-size: 300%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}

/* Arting with Stoaty (pages) -- abandoned */
.page-style {
margin-left: auto; 
margin-right: auto;
}

.page_item { 
display: inline;
list-style: square inside;
 }
