/*  
Theme Name: WordPress Simple Measure
Theme URI: http://wordpress.org/
Description: The Simple Measure WordPress theme. Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/


	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/


/* This variation by tyrone/pd_m */



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing: 1px;
	background-color: #d5d6d7;
	color: #000;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.4em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Georgia', 'Times', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	letter-spacing: 0px;
	}

#sidebar	{margin-top: 1.2em;
	 	 }

#sidebar h2 {
	letter-spacing: 1px;
	}	
	
#sidebar h2 a:hover {
	text-decoration: none;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Georgia', Verdana, Sans-Serif;
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	color: #303;
	text-decoration: underline;
	}

h2 a:hover {
	color: #f69;
	}

a:hover {
	color: #f39;
	text-decoration: none;
	}

#sidebar a {
        text-decoration: none;
        }

#sidebar a:hover {
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 2em 38px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020"; 
	}
*/

#sidebar ul ul li {
	list-style-type: none;
	position: relative;
	left: 15px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 8px auto;
	padding: 5px 0px 8px 3px; 
	text-align: left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/







/* Start Specific Features */


/* Start Date */

.text-date {
	padding-bottom: 1em;
	}
.day-name-t {
        font: normal .9em Georgia, serif;
        color: #000; 
        letter-spacing: 1px;
        width: 96px;
        text-align: left;
        }
        
.month-name-t {
        font: bold .9em Verdana, sans-serif;
        color: #000;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 7px;
        }
        
.day-num-t {
        font: normal 2em Georgia, serif;
        color: #f39;
        letter-spacing: 1px;
        position: relative;
        top: 1px;
        left: -3px;
        }

.year-num-t {
        font: bold 1em Georgia, serif;
        color: #000;
        letter-spacing: 1px;
        position: relative;
        top: 0px;
        left: -5px;
        }

/* End date */


/* Start Author Citation */

.author {
        font: bold 1em/0em Verdana, sans-serif;
	font-style: italic;
        color: #000;
        letter-spacing: 1px;
	margin-bottom: 1.5em;
        }

/* Start pink rule */

.pink-rule {
	background: url(images/pink-rule.jpg) 0 0 no-repeat;
 	width: 310px;
	height: 15px;
	margin-left: auto;
	margin-right: -1em;
	}

/* end pink rule */


/* Start logo header */

.h-line {
	width: 330px;
	font-size: 1.8em;
	text-align: left;
	word-spacing: .1em;
	}

#logo {
	width: 400px;
	height: 75px;
	overflow: hidden;
	}

#logo-hit {
	margin-left: 42px;
	margin-top: -18px;
	border: 0;
	}

/* end logo header */


/* Start rss link */

#rss {
	padding-left: 25px;
	padding-bottom: 8px;
	}

#rss img {
	vertical-align: text-top;
	position: relative;
 	top: -1px;		
	}

/* End rss link */


/* Start post */

.post {
	margin-right: 2em;
	}

/* End post */


/* Start postmetadata */

.postmetadata {
	padding-left: 47px;
	}

p.postmetadata a:link {text-decoration: none;
		        color: #03c;
			}

p.postmetadata a:visited {text-decoration: none;
                        color: #909;
                        }

p.postmetadata a:hover {text-decoration: underline;
                      color: #f39;
                        }

/* End postmetadata */

/* Start post links */

div.entry p a:link {text-decoration: underline; 
        	 color: #03c;
       	         }

div.entry p a:visited {text-decoration: underline;
                 	 color: #909;
                 	  }

div.entry p a:hover {text-decoration: underline;
                 color: #f39;
                 }

/* End post links */


/* Start pop-up links */

p#privacy a:link {text-decoration: none;
		  color: #03c;
		  }

p#privacy a:visited {text-decoration: none;
                     color: #03c;
                     }

p#privacy a:hover {text-decoration: underline;
                   color: #f39;
                   }
 
p.wide a:link {text-decoration: underline;
                  color: #03c;
                  }

p.wide a:visited {text-decoration: underline;
                     color: #03c;
                     }

p.wide a:hover {text-decoration: underline;
                   color: #f39;
                   }

p#feedcred a:link {text-decoration: none;
                  color: #03c;
                  }

p#feedcred a:visited {text-decoration: none;
                     color: #03c;
                     }

p#feedcred a:hover {text-decoration: underline;
                   color: #f39;
                   }

p#sub-back a:link {text-decoration: none;
                  color: #03c;
                  }
        
p#sub-back a:visited {text-decoration: none;
                     color: #03c;
                     }

p#sub-back a:hover {text-decoration: underline;
                   color: #f39;
                   }

p#sub-back-foot a:link {text-decoration: none;
                  color: #03c;
                  }

p#sub-back-foot a:visited {text-decoration: none;
                     color: #03c;
                     }

p#sub-back-foot a:hover {text-decoration: underline;
                   color: #f39;
                   }

p#pop-close a:link {text-decoration: none;
                  color: #909;
                  }

p#pop-close a:visited {text-decoration: none;
                     color: #909;
                     }

p#pop-close a:hover {text-decoration: underline;
                   color: #f39;
                   }

/* End pop-up links */

/* Start sidebar search form */

#sidebar #searchform #s {
        width: 167px;
        padding: 2px;
        border-top: solid 2px #006;
        border-right: solid 1px #369;
        border-bottom: solid 1px #369;
        border-left: solid 2px #006;
        background-color: #fff;
	position: relative;
	left: -3px;
        font: normal 1.5em monospace;
        letter-spacing: 1px;
        }

#sidebar #searchform #s:focus {
        width: 167px;
        padding: 2px;
        border-top: solid 2px #33c;
        border-right: solid 1px #06c;
        border-bottom: solid 1px #06c;
        border-left: solid 2px #33c;
        background-color: #fff;
        position: relative;
        left: -3px;
        }

#sidebar #searchsubmit {
        margin: 0;
        width: 6em;
        padding: 2px;
        margin-top: 10px;
        margin-left: 22px;
        margin-right: 3.2em;
        font: italic bold 1em Verdana, serif;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 1px #fcf;
        border-right: solid 2px #c66;
        border-bottom: solid 2px #c66;
        border-left: solid 1px #fcf;
        }

#sidebar #searchsubmit:focus {
        margin: 0;
        width: 6em;
        padding: 2px;
        margin-top: 10px;
        margin-left: 22px;
        margin-right: 3.2em;
        font: italic bold 1em Verdana, serif;
        color: #f00;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 2px #fcf;
        border-right: solid 1px #c66;
        border-bottom: solid 1px #c66;
        border-left: solid 2px #fcf;
        }


/* End sidebar search form */


/* Start content search form */

#content #searchform #s {
        width: 167px;
        padding: 2px;
        border-top: solid 2px #006;
        border-right: solid 1px #369;
        border-bottom: solid 1px #369;
        border-left: solid 2px #006;
        background-color: #fff;
        position: relative;
        left: 9px;
        font: normal 1.5em monospace;
        letter-spacing: 1px;
        }
        
#content #searchform #s:focus {
        width: 167px;
        padding: 2px;
        border-top: solid 2px #33c;
        border-right: solid 1px #06c;
        border-bottom: solid 1px #06c;
        border-left: solid 2px #33c;
        background-color: #fff;
        position: relative;
        left: 9px;
        }
        
#content #searchsubmit {
        margin: 0;
        width: 6em;
        padding: 2px;
        margin-top: 10px;
        margin-left: 22px;
        margin-right: 3.2em;
        font: italic bold 1em Verdana, serif;
	text-transform: uppercase;
	color: #000;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 1px #fcf;
        border-right: solid 2px #c66;
        border-bottom: solid 2px #c66;
        border-left: solid 1px #fcf;
        }

#content #searchsubmit:focus {
        margin: 0;
        width: 6em;
        padding: 2px;
        margin-top: 10px;
        margin-left: 22px;
        margin-right: 3.2em;
        font: italic bold 1em Verdana, serif;
	color: #f00;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 2px #fcf;
        border-right: solid 1px #c66;
        border-bottom: solid 1px #c66;
        border-left: solid 2px #fcf;
        }

/* End content search form */


/* Start custom comments */

.alt p, .alt2 p {
	position: relative;
	top: -.9em;
	text-indent: 38px;
        }

.alt {
        background: #fff url(images/quote1.gif) 4px 0 no-repeat;
        border-top: 1px solid #f39;
        border-bottom: 1px solid #fff;
        }

.alt2 {
        background: #f8f8f8 url(images/quote1.gif) 4px 0 no-repeat;
        border-top: 1px solid #f39;
        border-bottom: 1px solid #ddd;
        }

/* End custom comments */


/* Start comment form details */


#commentform p {
	text-align: left;
	}

#commentform p#logged {
	text-align: right;
	margin-top: 1em;
	margin-bottom: .7em;
	position: relative;
	left: -20px;
	}

#commentform label {
	padding-left: .2em;
	}

#commentform input {
        padding: 2px;
        border-top: solid 2px #006;
        border-right: solid 1px #369;
        border-bottom: solid 1px #369;
        border-left: solid 2px #006;
        background-color: #fff;
        position: relative;
        left: 9px;
        font: normal 1.5em monospace;
        letter-spacing: 1px;
        }
	
#commentform input:focus {
        padding: 2px;
        border-top: solid 2px #33c;
        border-right: solid 1px #06c;
        border-bottom: solid 1px #06c;
        border-left: solid 2px #33c;
        background-color: #fff;
        position: relative; 
        left: 9px;
        }

#commentform p a {
	text-decoration: none;
	}

#commentform textarea {
        width: 92%;
        padding: 2px;
        border-top: solid 2px #006;
        border-right: solid 1px #369;
        border-bottom: solid 1px #369;
        border-left: solid 2px #006;
        background-color: #fff;
        position: relative;
        left: 9px;
        font: normal 1.5em monospace;
        letter-spacing: 1px;
        }

#commentform textarea:focus {
        width: 92%;
        border-top: solid 2px #33c;
        border-right: solid 1px #06c;
        border-bottom: solid 1px #06c;
        border-left: solid 2px #33c;
        background-color: #fff;
        position: relative;
        left: 9px;
        }

#commentform #submit {
        margin: 0;
	width: 5em;
        float: right;
        padding: 2px;
        margin-top: 7px;
        margin-left: 22px;
	margin-right: 3.2em;
        font: italic bold 1em Verdana, serif;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 1px #fcf;
        border-right: solid 2px #c66;
        border-bottom: solid 2px #c66;
        border-left: solid 1px #fcf;
        }

#commentform #submit:focus {
        margin: 0;
        width: 5em;
        float: right;
        padding: 2px;
        margin-top: 7px;
        margin-left: 22px;
        margin-right: 3.2em;
        font: italic bold 1em Verdana, serif;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 2px #fcf;
        border-right: solid 1px #c66;
        border-bottom: solid 1px #c66;
        border-left: solid 2px #fcf;
        }

.ast {
	font: bold 2em Times, serif;
	color: #f39;
	position: relative;
	top: 7px;
	}


.not-req {
	margin-left: 1em;
	}
/* End comment form details */


/* Start bottom navigation */

.navigation {
        display: block;
        background: #fff url(images/navigation-bg.jpg) 1.6em 0 no-repeat;
        text-align: center;
        padding-top: 3em;
        margin-top: 4em;
        margin-bottom: 60px;
        margin-left: 2em;
        }

.navigation a {
	text-decoration: none;
	}

.navigation-nobg {
        display: block;
        background-color: #fff; 
        text-align: center;
        padding-top: 0em;
        margin-top: 4em;
        margin-bottom: 60px;
        margin-left: 2em;
        }

.navigation-nobg a {
        text-decoration: none;
        }


/* End bottom navigation */
	

/* Start title positioning */

#arc-title h2 {
	position: relative;
	left: -3em;
	}

#no-post h2 h3 {
	position: relative;
	left: -3em;
	}

#no-post h3 {
	margin-top: .5em;
	margin-bottom: 1em;
	}

#no-post .pink-rule {
	margin-right: 1.2em;
	}

/* End title positioning */


/* Start navigation bullets */


.navigation .alignleft {
	margin-top: .5em;
	margin-left: -.8em;
	width: 400px;
	text-align: left;
	}

.navigation .alignright {
	margin-top: 1em;
	}

.navigation .alignleft a {
	background: url(images/left1.jpg) 0 0 no-repeat;
	padding-top: 2px;
	padding-left: 36px;
	padding-bottom: 1.1em;
	}

.navigation .alignright a {
        background: url(images/right1.jpg) 99% 0px no-repeat;
	padding-top: 4px;
        padding-right: 35px;
	padding-bottom: 1.5em;
	margin-top: 1em;
	margin-right: 2em;
        }

.navigation-nobg .alignleft a {
        background: url(images/left1.jpg) 0 0 no-repeat;
        padding-top: 2px;
        padding-left: 36px;
        padding-bottom: 1.1em;
        }

.navigation-nobg .alignright a {
        background: url(images/right1.jpg) 99% 0px no-repeat;
        padding-top: 4px;
        padding-right: 35px;
        padding-bottom: 1.5em;
        margin-top: 1em;
        margin-right: 2em;
        }

/* End navigation bullets */

/* Start Feedburner email subscribe page */

body#bg         {background: url(images/bg-blue.jpg) 0 0 repeat;
                 }

#sub1           {width: 90%;
                 margin-top: 15px;
                 margin-left: auto;
                 margin-right: auto;
                 padding-top: 12px;
                 padding-bottom: 12px;
                 border-top: 0;
                 border-right: solid 2px #000;
                 border-bottom: solid 2px #000;
                 border-left: 0;
                 background-color: #fff;
                 }

#sub2           {width: 95%;
                 margin-left: auto;
                 margin-right: auto;
                 border: solid 1px #006;
                 background-color: #fff;
                 }

#sub2 h2        {font-style: italic;
                 font-size: 2.2em;
                 text-align: left;
                 margin-left: 1em;
                 }

#sub2 p         {font-size: 1.4em;
		 line-height: 1.5em;
                 text-align: left;
		 padding-left: 1.6em;
		 width: 200px;
                 }

p#feed  {text-align: left;
         width: 350px;
         }

label.overlabel {
        color:#000;
        font: normal 1em "Verdana" sans-serif;
        letter-spacing: 1px;
        }

#burner {width: 200px;
	margin-top: .5em;
	margin-left: .1em;
        padding: 2px;
        border-top: solid 2px #006;
        border-right: solid 1px #369;
        border-bottom: solid 1px #369;
        border-left: solid 2px #006;
        background-color: #fff; 
        font: normal 1.4em monospace;
	color: #000;
        letter-spacing: 1px;
        }

#burner:focus {width: 200px;
	        margin-top: .5em;
       		margin-left: .1em;
	        padding: 2px;
      		border-top: solid 2px #33c;
	        border-right: solid 1px #06c;
        	border-bottom: solid 1px #06c;
	        border-left: solid 2px #33c;
	        background-color: #fff; 
	        font: normal 1.4em monospace;
        	color: #000;
	        letter-spacing: 1px;
        	}

#sub-button {
        margin: 0;
        width: 9em;
        padding: 2px;
        margin-top: 10px;
        margin-left: 22px;
        margin-right: 3.2em;
        font: italic bold 1.2em Verdana, serif;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 1px #fcf;
        border-right: solid 2px #c66;
        border-bottom: solid 2px #c66;
        border-left: solid 1px #fcf;
        }

#sub-button:focus {
        margin: 0;
        width: 9em;
        padding: 2px;
        margin-top: 10px;
        margin-left: 22px;
        margin-right: 3.2em;
        font: italic bold 1.2em Verdana, serif;
        color: #f00;
        letter-spacing: 1px;
        background-color: #fcc;
        border-top: solid 2px #fcf;
        border-right: solid 1px #c66;
        border-bottom: solid 1px #c66;
        border-left: solid 2px #fcf;
        }

#sub-button    {position: relative;
		left: -11.5em;
		top: -.2em;
		}

#sub2 p.wide		{width: 400px;
			 }

#sub2 p#sub-back	{position: absolute;
			 left: 330px;
			 top: 15px;
			 width: 150px;
			 }

#sub2 p#sub-back a 	{text-decoration: none;
			 }

#sub2 p#sub-back-foot   {position: relative;
                         left: 293px;
                         width: 150px;
                         }

#sub2 p#sub-back-foot a	{text-decoration: none;
			 }

#sub-back img	{position: relative;
			top: 8px;
			margin-right: 5px;
			margin-left: 0;
			}

#sub-back-foot img   {position: relative;
                        top: 8px;
                        margin-right: 5px;
                        margin-left: 0;
                        }

p#feedcred	{width: 400px;
		 }

p#feedcred img	{position: relative;
		 top: 10px;
		 }

p#feedcred a	{text-decoration: none;
		 }

p#pop-close	{text-align: right;
		 width: 420px;
		 }

p#pop-close a	{text-decoration: none;
		 }

/* End Feedburner email subscribe */


/* Start italic headlines - About Us, Meg's posts, Erin's posts */

#post-2 h2, #post-19 h2, #post-20 h2 {font-style: italic;
		 			}

/* End italic headlines * /


/* Start hiding elements */

.hidden		{visibility: hidden;
		 }

/* End hiding */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
