body
{
	background: #f0f0f0 url(../images/body-background.jpg) top center no-repeat;
	color: #444;
	font: 10pt Verdana;
	padding-top: 10px;
	text-align: center;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	color: #f76503;
	font-weight: normal;
}
h2
{
	color: #505050;
	font-weight: normal;
}
h3
{
	color: #505050;
	font-weight: normal;
}

.container_16
{
	text-align: left;
}

/** Design Elements **/
.hr
{
	border-top: 1px solid #c0c0cc;
	border-bottom: 1px solid #c0c0cc;
	height: 1px;
	margin-top:4px;
	margin-bottom: 4px;
	overflow: hidden;
}

/** AutoStuff Blocks **/

.recent-posts-autostuff
{
}


/** Tabs **/
#tabs
{
	padding: 0px;
	border: 0;
	background: transparent;
	font-size: 10pt;
	display: none;
}

#tabs .tabContent
{
	border: 1px solid #999;
	border-top: 0px;
	background: #fff;
}
#tabs ul
{
	margin: 0px;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.tabContent a
{
	color: #075086;
}
.tabContent a:hover
{
	color: #48a1ba;
}


/** Twitter **/
#twitter_update_list
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
}
#twitter_update_list li
{
	margin: 0px;
	margin-bottom: 10px;
}

/** Main Title **/
.header h1
{
	text-indent:-9999px;
	padding: 0;
	margin: 0;
	margin-left: -4px;
	background-repeat: no-repeat;
	height: 50px;
	width: 530px;
	display:block;
	position: relative;
	background-image: url(../images/waterloo-web-whimsy.jpg);
}

/** Menu **/
.menu a
{
	color: #075086;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 16px;
	height: 16px;
	padding: 0px;
	background: url(../images/blog-icon.gif) top left no-repeat;
	padding-left: 20px;
}
.menu a:hover
{
	color: #48a1ba;
}
.menu #menuItem-1
{
	background-image: url(../images/about-icon.gif);
}
.menu #menuItem-2
{
	background-image: url(../images/connect-icon.gif);
}
.menu #menuItem-3
{
	background-image: url(../images/rss-icon.gif);
}
.menu
{
	height: 40px;
}
/** Search Styles **/
.searchDiv
{
	margin-top: 6px;
	margin-bottom: 6px;
}
#search
{
	background: url(../images/search-background.gif) top left no-repeat;
	border: 1px solid #c0c0cc;
	height: 20px;
	margin-right: 10px;
	padding: 0;
	width: 210px;
}
#submitSearch
{
	background: url(../images/search-button.gif) top left no-repeat;
	border: 0;
	height: 22px;
	line-height: 9999px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: 9999px;
	width: 110px;
}

/** Blog Styles **/
.blogControlContainer
{
	display: block;
	margin: 10px;
	text-align: center;
}

.blogContainer
{
	clear: both;
	padding: 0;
	padding-bottom: 30px;
}
.blogTitle
{
	margin: 0;
	padding: 0;
}
.blogTitle h2
{
	color: #f76503;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.blogTitle h2 a
{
	color: #f76503;
}
.blogMainDate
{
	font-size: 1em;
	height: 16px;
	background: url(../images/icons.gif) 0 -48px no-repeat;
	padding-left: 20px;
}
.blogSocialLinks
{
	float: right;
	margin-left: 16px;
}
.blogCommentsLink
{
	float: right;
}
.blogCommentsLink a
{
	display: block;
	background: url(../images/icons.gif) 0 -96px no-repeat;
	padding-left: 20px;
}
.blogTagList
{
	font-size: 1em;
	float: none;
	text-align: left;
	width: auto;
	margin: 0;
	background: url(../images/icons.gif) 0 -16px no-repeat;
	padding-left: 20px;

}
.blogComment
{
	border-left: 3px solid #888888;
	margin-bottom: 20px;
}
.blogCommentContainer
{
	border: 0 !important;
}
.blogCommentBody
{
	margin-bottom: 10px;
}
.blogTagCloudContainer
{
	text-align: center;
}

/** Headlines **/
.headline
{
	background-repeat: no-repeat;
	position: relative;
	display:block;
	height:28px;
	margin: 0 0 4px -8px;
	text-indent:-9999px;
	width: 100%;
}

#owner-name
{
	background-image: url(../images/joseph-fung.jpg);
}

#friends-list
{
	background-image: url(../images/friends-list.jpg);
}

#boilerplate
{
	background-image: url(../images/boilerplate.jpg);
}

#recent-posts
{
	background-image: url(../images/recent-posts.jpg);
}


/** Footer Content **/
.copyrightMessage img
{
	margin-right: 4px;
	float: left;
}
