body {
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #000;
    background: #fff;
}

img {
    border: none;
    padding: 0px;
    margin: 0px;
}

blockquote {
    font-style: italic;
    font-size: 90%;
    border-left: 2px solid #999;
    padding-left: 0.5em;
}

hr { padding-bottom: 0px; margin-bottom: 0px; }

div#header {
    padding: 0px;
    background: #fff;
    border-bottom: 3px solid #666;
    background: #000;
    color: #fff;
}

div#header-wrap {
	padding: 0.5em 3.5em;
	padding-bottom: 65px;
	width: 52em;
    margin: 0px auto;
}

img#top-logo {
	float: right;
	position: relative;
	margin-top: -60px;
	margin-right: 40px;
}

div#header h1 {
    margin: 0px;
    margin-left: 20px;
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 140%;   
}

div#header h1 a { color: #f1f1f1; }

div#header h2 {
    margin-top: 0.25em;
    margin-left: 20px;
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 100%;
    color: #ccc;
}

div#content, div#footer, div#copy {
	clear: both;
	width: 52em;
    margin: 0px auto;
    padding: 1em;
    padding-top: 2em;
}

#content pre { overflow: auto; }

div#content div.entry {
    padding: 0em 1em;
    padding-bottom: 2em;
}

div#content div.entry h1 { font-size: 120%; }
div#content div.entry h2 { font-size: 110%; }
div#content div.entry img {
    margin: 7px; display: block;
    width: auto; height: auto;
}

div#content div.entry a img {
    padding: 2px; border: 1px #999 solid;
}
div#content div.entry a:hover img {
    border: 1px #333 solid; background: #f1f1f1;
}

div#content div.entry img.floated { float: left; display: inline; }

div#content div.entry div.entrytitle h2,
div#content div#viewpage h2 {
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 0px;
}

div#content div.entry div.entrytitle h2 a {
    display: block;
    color: #0066CC;
}
div#content div.entry div.entrytitle h3 {
	font-size: 75%;
	margin: 0px;
}


div#content div.entry div.entrytitle h2 a:visited {
    color: #75808A;
}
div#content div.entry div.entrytitle h2 a:hover { color: #6699CC; }

div#content div.entry p { margin-bottom: 2em; }

div#content div.entry p.author { padding: 0px; padding-left: 44px; margin: 0px; color: #666; font-size: 90%; }

div#content div.entry div.content {
    line-height: 1.4em;
}

div#content div.entrymeta {
	width: 75%;
    font-size: 80%;
    list-style: none;
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
    padding: 0.25em;
    margin: 0px;
    background: #F1F2F3;
    border: 1px solid #C8CCD0;
    color: #333;
}

div#content h3#comments,
div#content h3#respond {
	font-size: 110%;
	font-weight: normal;
	color: #333;
}
div#content ol.commentlist {}

div#content ol.commentlist li {
    clear: both;
    padding: 0.5em;
    margin-bottom: 2em;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
}
div#content ol.commentlist li img.gravatar { float: right; margin: 0.25em; margin-left: 0.75em; }

div#content ol.commentlist cite {
	font-size: 90%;
    font-weight: bold;
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
    font-style: normal;
}
div#content ol.commentlist div.author abbr {
    font-size: 90%;
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
    color: #666;
}

form#commentform label,
form#commentform legend {
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
}

div#sidebar {
    padding-left: 2em;
    width: 25%;
    float: right;
    border-left: 1px dashed #999;
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
    font-size: 80%;
}

div#sidebar div#search { padding: 0px; margin: 0px; padding-top: 1em;}

div#sidebar h3 {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    color: #333;
}

div#sidebar h3.sidebar-title {
    font-size: 110%;
    background: url(/images/theme/star.gif) no-repeat left top;
    padding-left: 20px;
}

div#sidebar p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0.5em;
}

div#sidebar div { padding-bottom: 1em; }

div#sidebar ul {
    margin: 0px; margin-bottom: 1.5em;
    padding-left: 1em;
    color: #666;
}

div#sidebar div#delicious { padding-top: 1em; }
div#sidebar div#delicious h3 a {
    color: #333;
    text-transform: lowercase;
}
div#sidebar div#delicious ul {
    list-style: none;
    padding: 0px;
}
div#sidebar div#delicious ul li { padding: 0px; padding-bottom: 0.5em; margin: 0px;}

div#sidebar div#author-photo img {
        border: 1px solid #333; margin-top: 10px;
}

div#footer-wrap { background-color: #f1f1f1; }

div#footer {
    clear: both;
    font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
    font-size: 90%;
    color: #333;
}

div#footer div {
	width: 45%;
	float: left;
}

div#footer h2 {
	font-size: 110%;
	font-weight: normal;
}

div#footer div#info,
div#footer div#tags {
	border-right: 1px solid #ccc;
	margin-right: 0.5em;
}

div#footer div#tags ul, div#footer div#tags li { list-style: none; display: inline; margin: 0px; padding: 0px; }

.tagcloud .weight-1 { font-size: 80%; }
.tagcloud .weight-2 { font-size: 100%; }
.tagcloud .weight-3 { font-size: 120%; }
.tagcloud .weight-4 { font-size: 140%; } 

div#copy {
	clear:  both; text-align: right;
	font-size: 80%;
	font-family: Tahoma, "Lucida Grande", Helvetica, sans-serif;
	color: #333;
}

