
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/**************** Now for Si's code ************************/

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-left: 120px;
	padding-top: 61px;
}

div#header{
	clear: both;
	max-width: 700px;
	min-height: 94px;
	height: 94px;
	position: relative;
	margin-bottom: 30px;
}
div#header h1 {
	float: left;
}

div#header p#tagLine {
	float: left;
	clear: right;
	width: 115px;
	vertical-align: bottom;
	bottom: -4px!important;
	left: 742px!important;/**/
	border: 0;
	position: absolute;
}

div#mainContent {
	width: 504px;
	border-left: 8px black solid;
	background-color: #f2f2f2;
	float: left;
	margin-right: 18px;
}
div#mainContent .entry {
	margin-left: 27px;
	padding-bottom: 10px;
	background: url(_images/bdtSep.png) no-repeat bottom left;
	margin-bottom: 11px;
}
div#mainContent .entry p {
	line-height: 162%;
	margin-bottom: 28px;
}
div#mainContent .entry h2 {
	font-size: 24px;
	width: 358px;
	font-weight: normal;
	float: left;
	clear: both;
}
div#mainContent .entry h2 a {
	
	color: #000;
	text-decoration: none;
}
div#mainContent .entry h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 13px;
	clear: both;
}
div#mainContent div.post-date {
	font-weight: bold;
	float: left;
	clear: right;
	position: absolute;
	right: 5px;
	bottom: 13px;
}
div#mainContent .entry div.entry {
	clear: both;	
	margin-left: 0;
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#subContent1 {
	float: left;
	width: 50px;
	width: 120px;
}
div#subContent1 ul li {
	background: black;
	display: block;
	color: #fff;
	text-align: right;
	width: 174px;
	margin-bottom: 25px;
	height: 76px;
	padding-right: 0px;
}
div#subContent1 ul li a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 90%;
	float: right;
	margin-right: 5px;
}


div#subContent2 {
	float: left;
	background-color: #f2f2f2;
	border-left: black 4px solid;
	width: 113px;
	margin-right: 24px;
	padding-left: 11px;
	text-align: right;
}
div#subContent2 h2 {
	letter-spacing: 2px;
	margin-bottom: 6px;
}
div#subContent2 div#twitter h2 { /* one-off for funky-microblogging
	styling. Anything else'll just have to break it */
	margin-left: -5px;
} 
div#subContent2 div {
	padding-right: 2px;
	margin-bottom: 28px;
}
div#subContent2 div span.when {
	font-size: 9px;
}

div.column {
}

.entry {
	position: relative;
}
.entry div.tagList {
	text-align: right;
	width: 105px;
	position: absolute;
	left: -140px;/**/
	background-color: #000;
	color: #fff;
	clear: both;
	padding-bottom: 4px;
	top: 0;
}
div.meta {
	width: 100%;
	overflow: visible;
	position: relative;
	float: left;
	background: url(_images/bdtSep.png) no-repeat bottom left;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
.entry div.tagList a {
	color: #fff;
	text-decoration: none;
	padding-right: 4px;
	letter-spacing: 1px;
}
div#mainContent .entry div.meta div.tagList p.tagTitle {
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 2px;
}

div#mainContent h1#iTagName {
	position: absolute;
	margin-top: -45px;
	margin-left: -10px;
	font-size: 26px;
	font-weight: normal;
}

div#addComment {
	margin-left: 27px;
}
div#addComment h2 {
	font-size: 24px;
	font-weight: normal;
}
form {
	width: 50%;
	float: left;
}
form input , form textarea {
	border: black thin solid;
	margin-top: 5px;
}
form label {
	margin-top: 15px;
	display: block;
	float: left;
	clear: both;
}
form input#bSubmit {
	margin-top: 15px;
	display: block;
	float: left;
	clear: both;
}

div.comment {
	border: black 1px solid;
	background-color: #fff;
	width: 95%;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
}
div#mainContent div.comment p.commentDate {
	border-bottom: dashed 1px #999;
	margin-bottom: 10px;
}
div#mainContent div.comment div.commentContent {
	margin-bottom: 20px;
}
div.comment a.commentAuth {
	font-style: italic;
}
div#mainContent div.comment p.commentSignOff {
	border-top: dashed 1px #999;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}
