@charset "UTF-8";
/* CSS Document */
body, html{
	height:100%;
}
body {
	margin:0px;
	background-color:#FFFFFF;
	text-align:center;
}
hr {
	border:none;
	border-top:dotted 1px #999;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:18px;
	height:1px;
}

h1, h2, h3 { margin:0; padding:0; background-repeat:no-repeat; }
h1 span, h2 span, h3 span, a span { display:none; }
p, span, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
}

#container {
	width:689px;
	margin:0px auto;
	text-align:left;
	background-image:url(page-bg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
#container100 {
	width:689px;
	margin:0px auto;
	text-align:left;
	background-image:url(page-bg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	height:100%;
}
#page {
	float:left;
	width:430px;
	padding:21px 0px;
}

h1#news-ttl {
	background-image:url(news-hdr.gif);
	background-repeat:no-repeat;
	width:400px;
	height:37px;
}
h1#deep-ttl {
	background-image:url(deep-hdr.gif);
	background-repeat:no-repeat;
	width:414px;
	height:37px;
}
h1#cool-ttl {
	background-image:url(cool-hdr.gif);
	background-repeat:no-repeat;
	width:248px;
	height:37px;
}


/* SIDE BAR */

#sidebar {
	float:right;
	width:172px;
	padding:21px 42px 0px 15px;
	background-image:url(page-bg.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
h1#logo a {
	background:url(catalyst-logo.gif);
	width:111px;
	height:73px;
	display:block;
}

.sideitem {
	padding-top:0px;
	margin-top:18px;
	clear:both;
}
.sideitem hr {
	border-color:#FFFFFF;
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}
#sidebar p, #sidebar span, #sidebar div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}



#sidebar h2 { margin-bottom:10px; }
#sidebar p { margin:0; padding:0; }
#sidebar a { color:#727e3c; text-decoration:underline; }
#sidebar a.wh { color:#FFFFFF; font-weight:bold; }
#sidebar .whiteLink a {
	color:#FFFFFF;
	font-weight:bold;
}


/* Blog Navigation */

ul#blognav, #blognav li {
	list-style:none;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:12px;
	display:inline;
}
#blognav li {
	margin-bottom:20px;
}
#blognav a {
	color:#FFFFFF;
	text-decoration:none;
}
#blognav a.current, #blognav a:hover {
	color:#727e3c;
	text-decoration:underline;
}
#blognav a.current {
	font-weight:bold;
	text-decoration:none;
}


/* ***** */


h2#blogs {
	background:url(blogs-ttl.gif);
	width:106px;
	height:15px;
	font-size:1px;
}
h2#whosposting {
	background:url(whosposting-ttl.gif);
	width:149px;
	height:15px;
}
h2#recentposts {
	background:url(latest-ttl.gif);
	width:91px;
	height:13px;
}
h2#archives {
	background:url(archives-ttl.gif);
	width:64px;
	height:13px;
}
h2#feeds {
	background:url(feeds-ttl.gif);
	width:44px;
	height:13px;
}

#recentlist, #archivelist, #feedlist {
	list-style:none;
	padding:0;
	margin:0;
	padding-left:18px;
}
#recentlist li, #archivelist li, #feedlist li {
	line-height:14px;
	margin-bottom:10px;
}
#recentlist { list-style:url(recent-dots.gif); }
#archivelist { list-style:url(cal-mrkr.gif); }
#feedlist {	list-style:url(feed-icon.gif); }
#sidebar .div {
	background:url(right-div.gif) repeat-x;
	width:100%;
	height:1px;
	margin:20px 0px;
}



/* PAGE */

.post {
	padding:0px 0px 20px 0px;
	margin-top:20px;
	clear:both;
}
.post-body {
	padding-top:6px;
}
.post h2 {
	letter-spacing:-1px;
}
.post h2 a {
	color:#c7db48;
	font-size:20px;
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:underline;
}
.post .date {
	color:#999999;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.post a {
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
}
.post .post-footer {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.post-footer li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	margin-right:10px;
}
.post .post-footer a {
	color:#c7db48;
	text-transform:uppercase;
}
.post .postedby {
	text-transform:uppercase;
	color:#999999;
}
.post .post-dots {
	background:url(post-dots.gif) no-repeat;
	width:15px;
	height:15px;
}

ul#page-nav, #page-nav li {
	list-style:none;
	padding:0;
	margin:0;
}
ul#page-nav {
	margin:20px 0;
}
#page-nav, #page-nav a {
	color:#999999;
	font-weight:bold;
	text-transform:uppercase;
}
#newer { float:left; }
#older { float:right; }



/* MISC CLASSES */

.dgreen { color:#727e3c; }
.white { color:#FFFFFF; }
.clear { clear:both; }
.bold { font-weight:bold; }
