/* ********** Importing other styles ********** */

@import url("calendar.css");

/* ********** Root-level Tags ********** */

body {
	background-image: url(images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

/* ********** Links ********** */

a {
	color: #f4710c;
	text-decoration: none;
}
a:hover {
	color: #f4710c;
	text-decoration: none;
}
#contentFooter a {
	color: #4c4c4c;
	font-size: 11px;
	font-weight: bold;
}
#archives a {
	color: #fff;
}
#sideNav a {
	color: #4c4c4c;
	font-weight: bold;
}

/* ********** Framework ********** */

#shell {
	margin: 0 auto 0 auto;
	width: 816px;
}
#header {
	height: 232px;
	padding: 0 115px 0 20px;
	width: 681px;
}
#leftCol {
	float: left;
	padding-bottom: 15px;
	width: 561px;
}
#spacer {
	float: left;
	height: 1px;
	width: 34px;
}
#rightCol {
	float: left;
	padding-bottom: 15px;
	width: 221px;
}

/* ********** Header ********** */

#logo {
	float: left;
	margin-top: 45px;
}
#searchBox {
	float: right;
	margin-top: 45px;
}

/* ********** LeftCol ********** */

#welcome {
	background-image: url(images/welcome.gif);
	height: 56px;
	width: 561px;
}
#content {
	padding: 20px 0 0 0;
	width: 561px;
}
.date {
	background-image: url(images/contenthead.gif);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	margin-bottom: 25px;
	padding: 5px 0 0 45px;
	width: 516px;
}
.TitleLinkStyle {
	background-image: url(images/star.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 30px 0 17px;
}
#content p {
	padding-left: 17px;
}
.itemFooterStyle {
	font-size: 10px;
	padding-top: 20px;
	text-align: right;
}

/* ********** RightCol ********** */

#foot {
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
	width: 221px;
}
#footLinks {
	line-height: 10px;
	padding-top: 5px;
	width: 150px;
}
.titleListStyle {
	padding-bottom: 10px;
}
#weblogCalendar {
	padding-top: 10px;
}
#tags {
	background-color: #3b3a2d;
	background-image: url(images/tagsTop.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	margin-top: 30px;
	padding: 60px 13px 20px 13px;
	width: 180px;
}
#archives {
	background-color: #fd6f26;
	background-image: url(images/archivesTop.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 25px;
	padding: 60px 13px 20px 13px;
	width: 180px;
}
#archives ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#archivesBottom {
	background-image: url(images/archivesbottom.gif);
	height: 43px;
	width: 206px;
}
#sideNav {
	line-height: 17px;
}
#sideNav h3 {
	color: #f4710c;
	font-size: 10px;
	margin-bottom: 7px;
}
#sideNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigatorLinksTableStyle {
	line-height: 10px;
}

/* ********** Classes ********** */

input.searchTextBoxStyle {
	height: 12px;
	width: 120px;
}
input.searchButtonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 20px;
	padding-bottom: 3px;
	vertical-align: top;
	width: 60px;
}
.bold {
	font-weight: bold;
}
a.rss {
	background-image: url(images/rss.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: inline;
	padding: 3px 20px 3px 0;
}
.rsssmall {
	background-image: url(images/rsssmall.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}
.email {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	padding: 0 0 1px 18px;
}