#sidebar {
	float: right;
	width: 190px; /* since this element is floated, a width must be given */
	background:#FFAC3A;  /*the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar li {
	margin:0;
}
#sidebar h1 {
	text-align:right;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:30px;
	margin:0;
}
#mainmenu {
	clear:both;
}
#mainmenu ul {
	margin:0;
	padding:0;
}
#mainmenu li {
	height:18px;
	width:95px;
	display:block;
	margin:0;
	padding:0;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
	list-style-type:none;
}
#mainmenu li.menu1 {
	float:left;
}
#mainmenu li.menu2 {
	float:right;
}
#mainmenu a:link, #mainmenu a:visited {
	height:18px;
	color:#FFFFFF;
	letter-spacing:1px;
	font-size:15px;
	text-decoration:none;
	display:block;
	background:url(../images/menubutton.png);
	background-repeat:no-repeat;
	background-position:center;
}
#mainmenu a:hover {
	font-size:16px;
	letter-spacing:2px;
	background:url(../images/menubutton_hover.png);
	background-repeat:no-repeat;
	background-position:center;
}
#sidebar #buttons {
	margin:4px;
}
#sidebar #buttons a {
	margin-bottom:2px;
}

/* TWITTER BOX */

#twitter {
	margin-top:4px;
	line-height:0px;
	padding-top:4px;
}
#twitter a:link, #twitter a:visited {
	text-decoration:none;
}
#twitter img.bubble, #miniChart img.bubble {
	float:none;
	clear:both;
	margin:4px;
	margin-top:0;
	margin-bottom:0;
	position:relative;
	line-height:0;
}
#twitter a#followMe {
	overflow:visible;
	display:block;
}
#twitter a#followMe img {
	float:left;
}
#twitter a#followMe span {
	background-repeat:no-repeat;
	background-position:center;
	overflow:visible;
	color:#000000;
	margin:3px;
	line-height:normal;
	text-align:center;
	display:block;
}
#twitter_update_list {
	line-height:normal;
	background-color:#fff;
	position:relative;
	padding:2px;
	margin:4px;
	margin-top:0px;
	margin-bottom:0px;
}
#twitter_update_list li {
	display:inline;
	list-style:none;
}


/* the sidebar mini chart */
#miniChart {
	clear:both;
	line-height:0px;
	padding-top:4px;
}
#miniChart ul {
	line-height:normal;
	margin:4px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	/* border-top:1px solid #D51F16; */
}
#miniChart li {
	padding-left:2px;
	padding-top:2px;
	margin:0;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	/* border-bottom:1px solid #D41D14; */
	list-style:none;
}
#miniChart li a:link,#miniChart li a:visited {
	color:#1B1B1B;
	text-decoration:none;
}
#miniChart li a:hover {
	color:#0187C5;
	text-decoration:underline;
}
#miniChart li img {
}
#miniChart li.entry1 {
	background-color:#EDEDED;
}
#miniChart li.entry2 {
	background-color:#FFFFFF;
}
#miniChart li:hover {
	background-color:#D0E4F0;
}
.sidebarFooter { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:30px;
	background:url(../images/orangecorners_bl.png) no-repeat bottom left;
    font-size: 1px;
    line-height: 0px;
}