html, body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Bitstream Vera Sans, Trebuchet MS, Trebuchet, Verdana, Arial, Sans-serif;
	font-size: 10pt;
	height: 100%;
}

a:link    { color: #0000F0; }
a:visited { color: #000090; }
a:hover   { text-decoration: underline; }

img {
	border: none;
}

h1 { font-size: medium; }
h2 { font-size: small;  }

.topbar {
	background-image: url("/images/topbar_bg.png");
	background-repeat: repeat-x;
	width: 100%;
}

.topbar img {
	vertical-align: top;
	display: inline;
}

.ad {
  position: absolute;
  top: 45px;
  right: 207px;
}

.firefoxbutton {
  text-align: center;
}

.pagebody {
	position: relative;
	height: 100%;
}

html > body .pagebody { height: auto; min-height: 100%; }

.content {
    margin: 0 180px 0 0;
	clear: both;
    padding: 1.5em 3em 0em 1em;
}

.content *:first-child {
    margin-top: 0;
}

div.entry {
    clear: both;
    margin-bottom: 2em;
    margin-right: 1em;
}

div.entry ul {
    margin: 0px;
    margin-left: 1em;
    padding: 0px;
}

div.entry ul li {
    margin: 1em;
    padding: 0px;
    list-style: square;
}

div.person-info {
    float: left;
    position: relative;
    left: 4px;
    margin-top: 25px !important;
    padding: 0 20px 30px 0;
    width: 120px;
    background: url('/images/bubble/bubble-nipple.png') top right no-repeat;
    text-align: center;
}

div.person-info a {
    text-decoration: none;
    color: #666;
}

div.post {
    background: #fff url('/images/bubble/bubble-left.png') left repeat-y;
    margin-left: 140px;
}

div.post2 {
    background: url('/images/bubble/bubble-right.png') right repeat-y;
}

div.post-contents {
    padding: 0 25px;
    margin-right: 10px;
}

div.post-contents p {
    line-height: 140%;
    margin-top: 1em !important;
}

div.post-contents img {
    width: auto;
    max-width: 100%;
    height: auto;
}

div.post-contents blockquote {
    color: #666;
    line-height: 150%;
}

div.post-contents div.delicious-tags {
    text-align: right;
    font-size: x-small;
}

div.post-contents:after {
    content: "";
    display: block;
    clear: both;
}

h4.post-title, div.post-title {
    background: url('/images/bubble/bubble-top-left.png') top left no-repeat;
    margin: 1em 0 0 0;
}

h4.post-title a,
div.post-title span {
    display: block;
    background: url('/images/bubble/bubble-top-right.png') top right no-repeat;
    padding: 22px 25px 0 25px;
    font-weight: normal;
    font-size: 140%;
    text-decoration: none;
}

h4.post-title a:hover {
    text-decoration: underline;
}

div.post-title span {
    display: block;
    height: 20px;
    font-size: 100%;
}

div.post-title {
    display: block;
}

div.post-header {
    background: url('/images/bubble/bubble-top.png') top repeat-x;
}

div.post-footer {
    background: url('/images/bubble/bubble-bottom.png') bottom repeat-x;
}

div.post-footer p {
    background: url('/images/bubble/bubble-bottom-left.png') bottom left no-repeat;
    margin: 0;
}

div.post-footer p a {
    display: block;
    background: url('/images/bubble/bubble-bottom-right.png') bottom right no-repeat;
    padding: 15px 20px 20px 25px;
    text-align: right;
    font-size: 85%;
    color: #999;
    text-decoration: none;
}

div.post-footer p a:hover {
    color: inherit;
    text-decoration: underline;
}

h2.date {
    color: #666;
    font-weight: normal;
    font-size: 130%;
    padding-left: 10px;
}

div.code {
	background: #F3F3F3;
	border: 1px solid #C3C3C3;
	padding: 3px;
	font-family: monospace;
	white-space: pre;
}

.sidebar {
	position: absolute;
	padding: 5px 0px 5px 0px;
	width: 200px;
	background: #EFEFEF;
	color: #444444;
	border-left: 1px solid #CFCFCF;
	right: 0px;
	top: 41px;
	bottom: 0px;
	clear: both;
}

.sidebar h2 {
	text-align: center;
}

.sidebar a:link    { text-decoration: none; color: #444444; }
.sidebar a:visited { text-decoration: none; color: #444444; }
.sidebar a:hover   { text-decoration: underline;            }

.sidebar-section {
	padding: 10px;
	padding-top: 0px;
	border-top: 1px solid #CFCFCF;
	line-height: 160%;
}

.sidebar-section:first-child {
	border-top: 0px;
}

#emblems {
	margin-top: 10px;
}

.last-updated {
	font-size: x-small;
	font-style: italic;
	padding: 10px;
}

.footer {
	padding: 10px;
	font-size: x-small;
	color: #444444;
	border-top: 1px solid #CFCFCF;
}

img-inline: {
	display: inline;
	padding: 10px;
}
