/*
Theme Name: Stew's Poos
Theme URI: http://www.miklb.com/blog
Description: This is a blank theme, and style sheet
Version: 0.1
*/

/*-----------Block Level Elements--------------*/

Body {

}

#page {

}

#header {

}

#headerimg {

}

.description {

}

#wrapper {

}

#content {

}

#sidebar {

}

#footer {

}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/







body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
}

#mastheadspacer {
	margin: 10px;	
    padding-left: 25px;
    margin-bottom: 20px;
    height: 74px;
}

#masthead {
	margin: 10px;	
    padding-left: 25px;
    margin-bottom: 20px;
    position: absolute;
    display: block;
}

#mastheadthestews {
	margin: 10px;	
    padding-left: 25px;
    margin-bottom: 20px;
    display: block;
    position: absolute;
    visibility:hidden;
}

#contentd {
	position: absolute;
	left: 225px;
	top: 110px;
}

#content {
    margin-left: 225px;
}

/* Gah.  The below doesn't work, because the poobios are done with clear:both
and float: left or float: right, but the clear: both will make it clear these
left floating buttons, and since poobios can be either left *or* right, I can't 
use just clear: right to make the floating pics clear but not the buttons */
#buttonbard {  
    width: 150px;
    float: left;
    margin-left: 10px;
}

#buttonbar {
	position: absolute;
	left: 25px;
	top: 100px;
	width: 150px;
	margin-left: 10px;
}

.navbutton {
	background-color: #f60; 
	border: 2px outset #ccc; 
	color: white; 
	text-decoration: none; 
	font: bold 20px/20px sans-serif; 
	display: block;
	text-align: center;
	padding: 6px 6px 3px 6px; 
	letter-spacing:1px;
	margin-bottom: 7px;
	margin-top: 7px;
}

#buttonbar li a {
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    width: 100%;

    background-color: #f60; 
    border: 2px outset #ccc; 
    color: white; 
    text-decoration: none; 
    font: bold 20px/20px sans-serif; 
    display: block;
    text-align: center;
    padding: 6px 6px 3px 6px; 
    letter-spacing:1px;
	margin-bottom: 7px;
	margin-top: 7px;
}

html>body #buttonbar li a {
    width: auto;
}

#buttonbar li a:hover {
    background-color: #2586d7;
    color: #fff;
}

#buttonbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#buttonbar li {
    margin: 0;
}

p {
    margin: 1em;
	text-indent:1.5em;
}


.curlyfontlarge {
	font-family: "Curlz MT", cursive, sans-serif;
	font-size: 24pt;
}

.curlyfontmed {
	font-family: "Curlz MT", cursive, sans-serif;
	font-size: 18pt;
}

.curlyfont {
	font-family: "Curlz MT", cursive, sans-serif;
}

#address {
	margin-top:50px;
}

#footer {
    clear: both;
    margin: 0;
    padding: .5em;
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.poobio {
    display: block;
    clear: both;
    margin-top: 1em;
}

.poobios {
    list-style: none;
    margin-left: 0px;
}

.poobios li {
    list-style: none;
    margin-left: -2.5em;
    display: block;
}

.poobio img { 
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.poobios .right { 
    text-align: right;
}

.poobios .right img { 
    float: right;
}

.poobios .left {
    text-align: left;
}

.poobios .left img { 
    float: left;
}
