/* Would move stylesheet into a seperate .css file for @import later */
html,body {
	background-color: #CFD0B9;
	margin: 0;
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: x-small;
	color: #000
}
a {
	background: transparent;
	text-decoration: none;
	color: #605f41;
}
a:hover {
	background: transparent;
	text-decoration: none;
	color: #fff;
}
div#topbar {
	background: url(images/bkg-scoble-top.jpg) repeat-x;
	background-color: black;
	height: 109px;
	margin: 0;
	overflow: hidden
}
div#topbar h1 {
	width: 773px;
	height: 109px;
	margin: 0;
	text-indent: -2400px;
	overflow: hidden;
}
div#jpowered {
	background-color: black;
}
div#tbar {
	background-color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 8px;
	margin: auto;
	overflow: hidden;
}
div#tbar hr {display: none}
div#sbar {
	position: absolute;
	top: 118px;
	left: 0;
	background-color: #B5B894;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 210px;
	padding: 0 5px 5px;
	font-size: 105%;
}
div#sbar h3 {
	font-size: 125%
}
div#sbar hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #98A9B2;
	margin: 0;
}

div#mcontent {
	margin-left: 240px;
	padding: 5px 15px 25px 0;
	line-height: 1.5em;
	font-size: 110%;
}
div#mcontent h2 {
	margin-top: 0;
}
div#myBlog blockquote {
	margin-left: 24px;
	font-size: 115%;
}
div#myBlog blockquote p.info {
	margin-top: 8px;
	text-align: right;
	font-size: 95%;
}
div#advertising {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	background-color: transparent;
	font-family: "trebuchet ms","lucida grande",geneva,arial,sans-serif;
	font-size: 150%;
	color: #333
}
h3 {
	font-family: "trebuchet ms","lucida grande",geneva,arial,sans-serif;
	font-size: 140%;
}
.bold {
	font-weight: bold;
}

/* Blog Calendar Styles */
#id table {
	width: 200px;
}
.calCellBorder * {
	font-family: verdana,arial,lucida,helvetica,sans-serif;
	font-size: 100%;
}
.calCellBorder {
	background: transparent;
	width: 200px;	
	margin-left: 5px;
	color: #666
}
.calCellYear {
	font-family: "trebuchet ms","lucida grande",geneva,arial,sans-serif;
	background-color: #CFD0B9;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.calCell {
	background-color: #CFD0B9;
}
.calCellArrows {
	background-color: #CFD0B9;
}
.calCellDay {
	background-color: #CFD0B9;
	border-bottom: 1px solid #C0C8CF;
	text-align: center;
}
.calCellEmpty {
	background-color: #B5B894;
}


ul.page {
	margin: 0 0 0 20px;
	padding: 0
}
ul.page li {
	list-style: none;
	padding-left: 4px;
	margin: 5px 0;
	line-height: normal
}
html>body ul.page {
	margin-left: 24px;
}
pre {
    position: relative;
    width: 100%;
    overflow: auto;
    border: 2px groove #666;
    padding: .5em;
    margin-right: 2px;
}
.imageright {float: right; margin-left: 10px;}