/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* My Comment */

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

#container
{
	width:800px;
	margin:0px;
	padding: 0px;
	overflow:hidden;
}

#content
{
	float:left;
	background:#fff;
	min-width:560px;
	font-size:1.2em;
	padding: 16px;
	overflow: hidden;
}

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

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

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

h1,h2,h3
{
	font-family:'Helvetica', Verdana, Arial, Sans-Serif;
	font-weight:700;
}

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

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

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

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;
}

.entry p a:visited
{
	color:#999;
}

.commentlist li,#commentform input,#commentform textarea
{
	font:0.9em 'Helvetica', Verdana, Arial, Sans-Serif;
}

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

code
{
	font:1.1em 'Courier New', Courier, Fixed;
}

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

a,h2 a:hover,h3 a:hover
{
	color:#999;
	text-decoration:none;
}

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

#wp-calendar #prev a,#wp-calendar #next a
{
	font-size:9pt;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

body
{
	font-size:62.5%;
	font-family:Helvetica, Arial, Sans-Serif;
	background:#6fbe44 url('http://www.foepaws.com/images/grad_bckgrnd.gif');
	color:#333;
	text-align:center;
	margin:0 0 20px;
	padding:0;
}

#page
{
	text-align:left;
	width:800px;
	border:0;
	background:#ccc;
	background-position:-40px -200px;
	overflow:hidden;
	margin:20px auto;
	padding:0;
}

#header
{
	background:#ec008c;
	float:left;
	height:200px;
	width:164px;
	overflow:hidden;
}

#header-right
{
	float:left;
	width:636px;
	height:200px;
	background:url(http://www.foepaws.com/images/striped_tile_sml.gif);
	margin:0;
}

#clear
{
	clear:both;
}

#main-nav
{
	background:#666;
	height:22px;
}

#nav
{
	margin:0;
	padding:4px 0 0 8px;
}

#main-nav a
{
	margin-left:10px;
}

#altnav
{
	float:right;
	margin-right:32px;
}

.padding
{
	padding:20px;
}

.narrowcolumn
{
	float:left;
	width:560px;
	margin:0;
	padding:0px;
}

.widecolumn
{
	line-height:1.6em;
	width:768px;
	margin:0px;
	padding:0px;
}

.post
{
	text-align:justify;
	margin:0 0 40px;
}

.post hr
{
	display:block;
}

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

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

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

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

.postmetadata
{
	clear:left;
}

#footer
{
	background:#666;
	border:none;
	width:800px;
	clear:both;
	margin:0 auto;
	padding:6px 16px;
}

#footer p
{
	font-family:Arial, Helvetica, Verdana, Sans-serif;
	font-size:10px;
	color:#bbb;
	text-align:left;
	margin:0;
}

h1
{
	font-size:4em;
	text-align:center;
	padding-top:20px;
	margin:0;
}

h2
{
	font-size:1.6em;
	margin:0px;
}

h2.pagetitle
{
	font-size:1.6em;
	margin-top:30px;
	text-align:center;
}


#sidebar h2
{
	font-family:'Lucida Grande', Verdana, Sans-Serif;
	font-size:1.2em;
	margin:15px 0px 5px;
	padding:0;
}

h3
{
	font-size:1.3em;
	margin:30px 0 0;
	padding:0;
}

h3.comments
{
	margin:40px auto 20px;
	padding:0;
}

p img
{
	max-width:100%;
	padding:0px 10px 10px 0px;
}

img.centered
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

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

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

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

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

html>body .entry li
{
	margin:7px 0 8px 10px;
}

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

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

.postmetadata ul,.postmetadata li
{
	display:inline;
	list-style-type:none;
	list-style-image:none;
}


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

#searchform
{
	text-align:center;
	margin:10px auto;
	padding:5px 3px;
}

#s {
	margin-left:-30px;
}

#sidebar #searchform #s
{
	width:108px;
	padding:2px;
}

select
{
	width:130px;
}

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

#commentform textarea
{
	width:100%;
	padding:2px;
}

#commentform #submit
{
	float:right;
	margin:0;
}

.alt
{
	background-color:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:10px;
}

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

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

.commentlist p
{
	font-weight:400;
	line-height:1.5em;
	text-transform:none;
	margin:10px 5px 10px 0;
}

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

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

.commentmetadata
{
	font-weight:400;
	display:block;
	margin:0;
}

#sidebar
{
	float: left;
	font:1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	overflow: hidden;
	padding:0 0px;
	margin-left:8px;
}

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

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

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

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

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

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

#wp-calendar td.pad:hover
{
	background-color:#fff;
}

acronym,abbr
{
	border-bottom:0;
}

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

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

.center,.entry form
{
	text-align:center;
}

hr
{
	display:none;
}

a img
{
	border:none;
}

.navigation
{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
}