
/* Begin Typography & Colors */
body 
{
	font-size: 64.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin:0;
	padding:0;
        background-color:#FFF;
	background:url('images/watermark.gif');
}

h1, h2, h3 
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

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

h2 
{
	font-size: 1.6em;
}

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

#sidebar h2 
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

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

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

.commentlist li, #commentform input, #commentform textarea 
{
	font: 0.9em 'Lucida Grande', 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: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
	color: #777;
}

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

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

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

a:hover 
{
	color: #147;
	text-decoration: underline;
}




b{font-size: 110%;}

em{color: red;}

#maincontainer
{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align:left;
}

#topsection
{
	background:url('images/header.gif') no-repeat center #FFF;
	height: 113px; /*Height of top section*/
}

#topbar
{
	width: 100%;
	background: url('images/pawprints1.gif') repeat-x;
	color: #FFF;
	text-align: left;
	padding: 4px 0;
	background-color:#1AA8C2;
	font-size:1.0em;
	font-weight:bold;
}

div#topnav
{
	height:25px;
	width:100%;
	color:#FFF;
	background-color: #7F9B76;
}

div#topnav ul
{
	margin:0px;
	padding:0px;
	padding-left:130px;
	line-height:25px;
	white-space:nowrap;
}

div#topnav li
{
	list-style-type:none;
	display:inline;
}

div#topnav li a
{
	text-decoration:none;
	padding:7px 10px;
	color:#FFF;
}

div#topnav li a:hover
{
	text-decoration:underline;
}

#topsection h1
{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin: 0 200px 0 140px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	font-size:1.3em;
}

#leftcolumn
{
        padding: 0 0 1em 0;
        font-size: 1.1em;
	float: left;
	width: 100px; /*Width of left column in pixel*/
	margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
	color: #FFF;
}

#leftcolumn ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 100px;
}

#leftcolumn li
{
	margin: 0;
	width: 100px;
        border-bottom:1px solid #FFF;
}

#leftcolumn li a
{
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #7F9B76;
	text-decoration: none;
	width: 100px;
	color:#FFF;
}

#leftcolumn li a:hover
{
	background-color: #93B28A;
}

html>body #leftcolumn li a
{
	width: auto;
	width: 100px;
}

#rightcolumn
{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
	background: #EBEBEB;
}

#rightcolumn-inner
{
	margin:5px;
}

#rightcolumn li
{
	list-style-position:inside;
}

#footer
{
	clear: left;
	width: 100%;
	background: url('images/pawprints1.gif') repeat-x;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background-color:#1AA8C2;
	font-size:1.2em;
	font-weight:bold;
}

#footer a
{
	color: #FFFF80;
}

.innertube
{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#donkey
{
	background:url('images/donkeys cut.jpg') no-repeat;
	height:295px;
	width:440px;
	font-weight:bold;
	padding:5px;
	font-size:1.15em;
	float:left;
}