body {
	height:100%;
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-image:none;
	background-repeat:repeat-y;
}

a  { color: black; text-decoration: none }

a:link   { color: #ff8000; background-color: transparent }

a:visited   { color: #ff8000 }

a:active   { color: #ff8000 }

a:hover  { color: #ff8000; text-decoration: none }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


#banner {
	margin-left:100px;
	padding-left:100px;
	background-color:#eeeeee;
	font-family:helvetica, arial, sans-serif;
	white-space:nowrap;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left top;
}


#banner h1 a{
	font-size:x-large;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#left {
	width:200px;
	float: left;
}

#center {
	margin-left:205px;
	padding:30px 0 0 20px;
	background-image:none;
	background-repeat:repeat-x;
}

.content {
	padding-right:160px;
	color: #000000;
	font-size: x-small;
	background-image:none;
	background-repeat:repeat-y;
	background-position:right top;
}


.content p {
	margin:0px;
	color:#000;
	padding:10px 0px 10px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	}

.content h2 {
	color: #333333;
	font-size: x-small;
	text-align: left;
}

.content h3 {
	color: #ffffff;
	background-color:#000000;
	font-size: 14px;
	line-height:16px;
	text-align: left;
	padding: 0 4px 0 4px;
	
}

.content p.posted {
	border-top:2px #000 solid;
	color: #fc3;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	padding:5px 0 0 0;
}


.content p.posted a{
	color:#fc3;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
}
.content p.posted a:hover{
	color:#000;
}

#calendar {
	width:210px;
	padding:0;
  	line-height: 100%;
	color: #000;
	font-size: x-small;
	margin:0 0 15px 0;	
}

#calendar table {
	margin:5px 0 0 0px;
	border-collapse: collapse;
	border: 0px;
	width: 175px;
	font-size:xx-small;
}

#calendar caption{
	display:none;
}

#calendar th {
	text-align: center;
	font-weight: normal;
	border-bottom:1px #999 solid;
}

#calendar td {
	text-align: center;
}

#calendar td a{
	color:#ff0000;	
}

.sidebar {
	margin-top:30px;
	font-family: verdana,geneva,sans-serif;
}

.sidebar .link-note a{
	padding:0 0 0 15px;
	margin:0;
	display:block;
	color:#fff;
	width:170px;
	text-decoration:none;
	background-color:#cbcbcb;
}

.sidebar .link-note a:hover{
	display:block;
	color:#fff;
	width:180px;
	text-decoration:none;
	background-color:#ffcc00;
}


.sidebar ul a{
	color:#333;
	text-decoration:none;
}

.sidebar ul a:hover{
	color:#121212;
	text-decoration:underline;
}

.headerWrapper h2 {
	width:170px;
	color: #fff;
	background-color:#cbcbcb;
	font-size:medium;
	text-align: left;
	padding-left:15px;
}

.headerWrapper {
	background-image:url('file:///Applications/Adobe GoLive CS2/Settings/DocumentStore/docs/web/samples-blog/minimalism/tick.gif');
	background-repeat:repeat-y;
	background-position:right top;
}

.link-note {
	font-size: medium;
	font-weight:bold;
	color:#fff;
	text-align: left;
	background-image:url('file:///Applications/Adobe GoLive CS2/Settings/DocumentStore/docs/web/samples-blog/minimalism/tick.gif');
	background-repeat:repeat-y;
	background-position:right top;
	padding:0px;
	margin:15px 0 0 0;
}

.sidebar ul {
	width:100%;
	margin: 0px;
	padding-left:10px;
	list-style:none;
	font-size: 10px;
	line-height:14px;
}

.sidebar li {
	width:160px;
	padding:2px 10px 2px 2px;
	margin-bottom:4px;
	color: #333333;
	background-color:#f3f3f3;
}

#powered {
	font-family: Helvetica,Arial,sans-serif;
	font-size: x-small;
	line-height: 200%;
	text-align: left;
	color: #333333;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
}

.topShim{
	background-image:none;
	width:100%;
	height:10px;
}

.bottomShim{
	background-image:url('file:///Applications/Adobe GoLive CS2/Settings/DocumentStore/docs/web/samples-blog/minimalism/rule.gif');
	width:178px;
	height:10px;
	margin-bottom:10px;
}

.entryShim{
	background-image:url('file:///Applications/Adobe GoLive CS2/Settings/DocumentStore/docs/web/samples-blog/minimalism/rule.gif');
	background-repeat:repeat-x;
	height:10px;
	padding:0;
	margin-bottom:15px;
}

.clearShim{
	clear: both;
	padding:0px;
	margin:0px;
}