@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bearbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #f4f4f4;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12px;

}

.outer {
	background-image:;
	background-position: center;
	background-repeat:no-repeat;
	height: 900px;
	background-attachment:fixed;
}

.valign {
	vertical-align: top;
}

.inner {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.sideStuff {
	width: 250px;
	padding: 10px;
	vertical-align: top;
	border-left: 1px solid #333;
}

.mainstuff {
	width: 670px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	paddint-bottom: 10px;
	vertical-align: top;
}


   #navbar-iframe {
              height:0px;
              visibility:hidden;
              display:none;
        }

.post-body {
margin-bottom: 10px;
}


.post-header {
	margin-bottom: 10px;
}

.date-header {
	margin-bottom: 10px;

}

.post-footer {
	margin-bottom: 30px;
	padding-bottom: 20px;
	margin-right: 50px;
	margin-left: 50px;
	border-bottom: 2px dotted #000;


}

a:link {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #666;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #55c22f;
	font-weight:bold;

}
a:active {
	text-decoration: none;
	color: #55c22f;
	font-weight:bold;

}

h3 {
	color:#000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;

}

h2 {
	color:#000;
		font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}