body {
	font-family:Arial;
	font-size:12px;
}

#header {
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}

h1 {	/* Format reserved for top level "BrianTusi.com" only! */
	font-size:22px;
	
}

h2 {
	font-family:Georgia, "Times New Roman", serif;
	font-size:18px;
	margin-top:0px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#000;
	text-decoration:none;
}
	
#header a:link, #header a:active, #header a:visited, #header a:hover {
	color:#000;
	text-decoration:none;
}

#menu {
	display:none;
}

#mainbody {
	text-align:left;
	color:#000;
}

#links {
	display:none;
}

#content {	
}

#footer {
	border-top:2px dotted #999;
	clear:both;
	padding:2px;
	text-align:center;
}

#footer ul {
	display:none;
}

/* CSS Drop Shadow: http://www.alistapart.com/articles/cssdropshadows/ */

.img-shadow {
	float:left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* Blog-specific stuff */
.Bdate_box {
	font-family:Georgia, "Times New Roman", serif;
	text-align:center;
	float:left;
	border: 1px #000 solid;
	margin-bottom:5px;
	margin-right:15px;
	width:45px;
}
.Bdate_top {
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	background-color:#274470;
	border-bottom: 1px #000 solid;
}
.Bdate_mid {
	font-size:24px;
	font-weight:bolder;
	margin-top:-3px;
}
.Bdate_bot {
	border-top: 1px #000 solid;
}

.blogentry {
	padding-bottom:15px;
}

.blogcomment-odd {
	background-color:#fff;
	border-bottom:1px solid #aaa;
}

.blogcomment-even {
	background-color:#fff;
	border-bottom:1px solid #aaa;
}

.blogcomment-even pre, .blogcomment-odd pre {
	font-family:Arial;
	font-size:12px;
}

.blogcomment-name {
	font-size:13px;
	font-weight:bold;
}

.blogcomment-results-good {
	color:#008000;
}

.blogcomment-results-bad {
	color:#f00;
}