body {
	margin:0px;
	background-color:#274470;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial;
	font-size:12px;
}

#header {
	width:800px;
	margin:auto;
	height:38px;
	background-color:#ccc;
	font-size:24px;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-weight:bold;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 0px 1px;
	text-align:left;
	padding:0px;
}

h1 {	/* Format reserved for top level "BrianTusi.com" only! */
	padding-top:4px;
	padding-left:5px;
	margin-top:0px;
	font-size:30px;
	padding-bottom:0px;
}

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 {
	color:#fff;
	font-family:Georgia, "Times New Roman", serif;
	font-size:12px;
	height:20px;
	padding-top:7px;
	font-weight:bold;
	width:100%;
	background-color:#000;
	border-top:4px solid #666;
}

#menu ul, #menu li {
	display:inline;
	text-indent:0px;
	padding-left:0px;
	padding:3px;
}

#menu ul {
	font-style:italic;
	font-weight:normal;
}

#menu ul ul {
	margin-right:10px;
	margin-left:1px;
}

#menu a:link, #menu a:active, #menu a:visited {
	font-style:normal;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

/* Not sure if I like this
#menu a:hover {
	font-style:normal;
	font-weight:bold;
	color:#000;
	background-color:#fff;
}
*/


#mainbody {
	background-color:#fff;
	width:800px;
	margin:auto;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	color:#000;
}

#links {
	float:right;
	width:150px;
	padding:5px;
}

#links h2 {
	font-size:13px;
}

#links ul {
	text-indent:1px;
	margin-left:0px;
	padding-left:15px;
}

#content {
	margin-right:160px;
	padding:5px 5px 10px 5px;
	border-right:2px dotted #999;
	
}

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

#footer ul, #footer li {
	display:inline;
	text-indent:0px;
	padding-left:0px;
	padding:3px;
}

#footer ul {
	font-style:italic;
	font-weight:normal;
}

#footer ul ul {
	margin-right:10px;
	margin-left:1px;
}

/* 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;
}