html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 62.5%;
  color: #555555;
  background: #b1b1b1;
}

img {
  border: 0;
}

a
{
  color: #000;
  text-decoration: none;
}

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

img a, a img {
  border: 0;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
  background: #b1b1b1 url(img/back.gif) top center repeat-y;
}

#header {
  background-image: url(img/header.jpg);
  width: 960px;
  height: 135px;
  clear: both;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #b1b1b1; /* don't touch it! */
  font-size: 130%;
  color: #747474;
}

#header a, #header a:hover, #header a:visited {
  color: #606060;
  text-decoration: none;
}

#header h2 {
  font-size: 120%;
  font-weight: normal;
  margin: 0;
}

#header h1 {
  font-size: 350%;
  font-weight: normal;
  margin: 0;
}

#header_siteheader {
  clear: both;
  float: left;
  width: 500px;
  height: 83px;
  margin: 0 0 0 140px;
  display: inline;
}

#header_sidebar {
  float: right;
  width: 250px;
  margin: 0px 25px 0 0;
  display: inline;
  vertical-align: top;
  padding-top: 32px;
}

#header img {
  float: left;
  margin: 15px 15px 14px 0;
}

#content {
  clear: both;
  font-size: 160%;
  line-height: 150%;
  float: left;
  width: 560px;
  min-width: 560px;
  margin: 0px 0px 0px 80px;
  display: inline;
}

#content img {
  border: 0;
}

#content a, #header_siteheader_tweet a {
  border-bottom: 1px dotted;
}

#content blockquote, #content code {
  border-left: 5px #DDD solid;
  background: #F5F5F5;
  padding: 5px 0 2px 10px;
  margin: 0 0 10px 20px;
}

#content code {
	font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
	display: block;
}

#content a:hover, #header_siteheader_tweet a:hover {
  text-decoration: none;
  border-bottom: #000 1px solid;
}

#content h1 {
  font-size: 190%;
  line-height: 120%;
  color: #747474;
  font-weight: normal;
  margin: 20px 0 15px 0;
}

#content a h1, #content h1 a {
  color: #606060;
  text-decoration: none;
  border: 0 none;
}

#content a:hover h1, #content h1 a:hover {
  color: #444;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#content p {
  margin: 0 0 10px 0;
}

#content ul, #content ol {
  padding: 0 0 0 30px;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#counters {
  width: 0px;
  height: 0px;
  display: none;
  float: left;
}

#comments {
 font-size: 90%;
 line-height: 140%;
}

.commenter {
  color: #808080;
  font-size: 90%
}

#comments h1 {
  font-size: 150%;
  line-height: 120%;
  color: #606060;
  font-weight: normal;
  margin: 30px 0 10px 0;
}

#comments img {
  float: none;
  margin: 0 5px 0 0;
}

#comments ul, #comments ol {
  padding: 0 0 0 25px;
}

#comments ul {
  list-style: square;
}

#comments ul li, #comments ol li {
  margin: 0 0 40px 0;
  padding: 0;
}

#sidebar {
  font-size: 120%;
  line-height: 130%;
  float: right;
  width: 250px;
  min-width: 250px;
  margin: -110px 25px 0px 0px;
  display: inline;
}

#tag_cloud {
  line-height: 100%;
	padding: 12px;
}

#sidebar img {
  float: none;
}

#sidebar p {
  margin: 0 0 5px 0;
}

#sidebar h2 {
  font-family: 'Lucida Grande';
  font-size: 120%;
  font-weight: normal;
  color: #DDD;
  background: url(img/h2.png) no-repeat #747474;
  padding: 0px 8px;
  line-height: 180%;
  margin: 0 0 10px 0;
  clear: left;
	cursor: pointer;
	height: 25px;
	overflow: hidden;
}

#sidebar h2:hover {
  color: #fff;
	text-transform: uppercase;
}

#sidebar ul .widget {
  padding: 0px 8px;
  margin: 0px 0 10px 0;
	text-align: justify;
  clear: left;
}

#sidebar h2.nospace {
  margin: 0 0 0px 0;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

#sidebar ul li {
  margin: 0;
}

#sidebar ul ul {
  padding: 0 0 0 8px;
}

#sidebar ul ul li {
  margin: 0 0 7px 0;
}

div.buttons {
  float:left;
}

div.hr {
  clear:left;
  margin-bottom:4px;
  margin-top:40px;
  width:600px; height:1px;
  background:url(img/hr.gif);
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.postnav {
	width: 600px;
	float: left;
	list-style: none;
	line-height: 100%;
  margin: 0;
	padding: 0;
}

.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

#footer {
  font-size: 130%;
  clear: both;
  width: 960px;
  margin: 0 auto;
  height: 109px;
  background: #b1b1b1 url(img/footer.gif) center no-repeat;
  border: 0;
}

#footer_content {
  line-height: 150%;
  text-align: center;
  height: 58px;
  width: 600px;
  margin: 0px 0px 0px 40px;
}

#footer_content p {
  padding: 10px 0 0 0;
}

#blackband_bottom_left, #blackband_bottom_right,
#blackband_top_left, #blackband_top_right {
  font-family: 'Lucida Grande';
  width: 440px;
  height: 30px;
  color: #DDD;
  line-height: 30px;
}

#blackband_top_left, #blackband_top_right {
  margin-top: 19px;
  line-height: 32px;
}

#blackband_bottom_left, #blackband_top_left {
  margin-left: 40px;
  float: left;
  display: inline;
}

#blackband_bottom_right, #blackband_top_right {
  margin-right: 40px;
  float: right;
  text-align: right;
  display: inline;
}

#blackband_top_right {
  margin-right: 34px;
}

#blackband_top_right ul {
  margin-top: 0px;
  float: right;
}

#blackband_top_right ul li {
  line-height: 32px;
  float: left;
	list-style: none;
}

#blackband_top_right ul li a {
  padding: 0 6px 0 6px;
	color: #DDD;
}

#blackband_top_right ul li a:hover, #blackband_bottom_right a:hover, #blackband_bottom_left a:hover {
  color: #FFF;
  text-decoration: underline;
	text-transform: uppercase;
}

#blackband_top_right a, #blackband_top_right a:active, #blackband_top_right a:visited {
  color: #DDD;
  text-decoration: none;
  display: block;
}

#blackband_bottom_right a, #blackband_bottom_right a:active, #blackband_bottom_left a, #blackband_bottom_left a:active {
  color: #DDD;
  text-decoration: none;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#747474;
  margin: 0;
  padding: 2px 4px 2px 8px;
  border:#747474 1px solid;
  color:#DDD;
}

#searchsubmit
{
  background: url(img/find.png) no-repeat;
  width: 54px;
  height: 25px;
  border: none !important;
  text-align: left;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#606060;
  color:#fff;
	text-transform: uppercase;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 10px 0 0;
  background-color:#DDD;
  padding: 3px 4px 3px 4px;
  border:#747474 1px solid;
  color:#606060;
  width: 170px;
}

#content .pagetitle {
	margin-bottom: 20px;
  font-size: 220%;
  font-weight: normal;
  margin-top:6px;
  padding-left:54px;
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.date {
	height: 50px;
	width: 45px;
	background: url(img/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

.livechat
{
	height: 27px;
	width: 97px;
	padding-top: 12px;
	padding-left: 12px;
	display: block;
	background: url(img/livechat.gif) no-repeat;
  color:#000000;
  font-weight:normal;
	font: normal 10px Arial, Helvetica, sans-serif;
  text-decoration:none;
  margin-top: 6px;
  margin-bottom: 2px;
  margin-left: 76px;
}

div.bird { background:url(img/bird.gif) no-repeat; margin-left:4px; width:37px; height:37px; margin-top:-6px; float:left; }
#header_siteheader_tweet {  padding-left:4px; width:480px; overflow:hidden; }
#sb li a { cursor:pointer; background:transparent url(img/bookmarks.gif) no-repeat; width:16px; height:16px; padding:0px; margin:6px; float:left; overflow:hidden; }
#sb .item1 a { background-position:0px; }
#sb .item2 a { background-position:-16px; }
#sb .item3 a { background-position:-32px; }
#sb .item4 a { background-position:-48px; }
#sb .item5 a { background-position:-64px; }
#sb .item6 a { background-position:-80px; }
#sb .item7 a { background-position:-96px; }
#sb .item8 a { background-position:-112px; }
#sb .item9 a { background-position:-128px; }
#sb .item10 a { background-position:-144px; }
#sb .item11 a { background-position:-160px; }
#sb .item12 a { background-position:-176px; }
#sb .item13 a { background-position:-192px; }
#sb .item14 a { background-position:-208px; }
#sb .item15 a { background-position:-224px; }
#sb .item16 a { background-position:-240px; }
#sb .item17 a { background-position:-256px; }
#sb .item18 a { background-position:-272px; }
#sb .item19 a { background-position:-288px; }
#sb .item20 a { background-position:-304px; }
#sb .item21 a { background-position:-320px; }

a.rss { margin-top:8px; width:27px; height:15px; background:url(img/rss.gif) no-repeat; }

.wp-polls .Buttons, .wp-polls .Results
{
	width: 54px;
	height: 25px;
	color: #DDDDDD;
	background: url(img/vote.png) no-repeat;
	border: none;
	text-align: left;
}

.wp-polls .Results
{
  width: 100px;
  background: url(img/results.png) no-repeat;
}

.wp-polls .Buttons:hover, .wp-polls .Results:hover
{
  color: #FFFFFF;
	text-transform: uppercase;
}

#fbar
{
	position: absolute;
	margin-left: -64px;
	margin-top: 34px;
	width:40px;
	height:440px;
}

#fbar span
{
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(/images/functionbar.png) no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	display: block;
}

#fbar .share { cursor: auto; background-position: 0px 0px; }
#fbar .share_twitter       { background-position: 0px -40px; }
#fbar .share_twitter:hover { background-position: -40px -40px; }
#fbar .share_facebook       { background-position: 0px -80px; }
#fbar .share_facebook:hover { background-position: -40px -80px; }
#fbar .honor { cursor: auto; background-position: 0px -120px; }
#fbar .honor_flattr       { background-position: 0px -160px; }
#fbar .honor_flattr:hover { background-position: -40px -160px; }
#fbar .xlate { cursor: auto; background-position: 0px -200px; }
#fbar .xlate_google       { background-position: 0px -240px; }
#fbar .xlate_google:hover { background-position: -40px -240px; }
#fbar .sub { cursor: auto; background-position: 0px -280px; }
#fbar .sub_rss       { background-position: 0px -320px; }
#fbar .sub_rss:hover { background-position: -40px -320px; }
#fbar .sub_podcast       { background-position: 0px -360px; }
#fbar .sub_podcast:hover { background-position: -40px -360px; }
#fbar .sub_youtube       { background-position: 0px -400px; }
#fbar .sub_youtube:hover { background-position: -40px -400px; }
