/* Sidebar widget for home page */

#right-column {
	float: right;
	margin-top: 20px;
	position: relative;
	width: 300px;
}
#sidebar {
	background: #e9eded url(../images/home-sidebar-bg.jpg) top left no-repeat;
	font: 10px black lucida grande, lucida sans, geneva, arial, sans-serif;
}
#sidebar-content {
	background: url(../images/home-sidebar-bottom-corners.gif) bottom left no-repeat;
}

/* View Selector */
#sidebar .view-select {
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}
#sidebar .view-select li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#sidebar .view-select div {
	padding: 0 5px;
	line-height: 20px;
}
#sidebar .view-select a { color: #8296ab; text-decoration: none; }
#sidebar .view-select a:hover { color: #000000; }
#sidebar.tonight .view-select .tonight,
#sidebar.this-weekend .view-select .this-weekend,
#sidebar.news .view-select .news {
	background: white url(../images/home-sidebar-active-left.gif) top left no-repeat;
}
#sidebar.tonight .view-select .tonight div,
#sidebar.this-weekend .view-select .this-weekend div,
#sidebar.news .view-select .news div {
	background: url(../images/home-sidebar-active-right.gif) top right no-repeat;
}
#sidebar.tonight .view-select .tonight a,
#sidebar.tonight .view-select .tonight a:hover,
#sidebar.this-weekend .view-select .this-weekend a,
#sidebar.this-weekend .view-select .this-weekend a:hover,
#sidebar.news .view-select .news a,
#sidebar.news .view-select .news a:hover {
	color: #af3a31;
}

/* Content */
#sidebar .content {
	display: none;
	padding: 40px 10px 20px 155px;
	color: #6a6a6a;
}
#sidebar.tonight #sidebar-tonight,
#sidebar.this-weekend #sidebar-this-weekend,
#sidebar.news #sidebar-news {
	display: block;
}
#sidebar .event, #sidebar .item { padding: 4px 0; }
#sidebar h2 { margin: 0; padding: 5px 0 3px; color: #af3a31; font-weight: bold; font-size: 11px; }
#sidebar h3 { margin: 0; padding: 0; font-weight: normal; font-size: 11px; }
#sidebar p { margin: 0; padding: 0; font-size: 9px; }
#sidebar .content a { color: #6a6a6a; text-decoration: none; }
#sidebar .content a:hover { color: #000000; }

/* Find */
#sidebar .find {
	display: none;
	margin: 0 0 0 145px;
	padding: 5px 10px;
	background: white url(../images/home-sidebar-find-corner.gif) top left no-repeat;
	color: #8296ab;
}
#sidebar.tonight #sidebar-find-events,
#sidebar.this-weekend #sidebar-find-events,
#sidebar.news #sidebar-find-news {
	display: block;
}
#sidebar .find a { color: #8296ab; text-decoration: none; }
#sidebar .find a:hover { color: #000000; }
#sidebar form { margin: 0; padding: 3px 0 0; }
#sidebar form input { font: 10px black lucida grande, lucida sans, geneva, arial, sans-serif; }
#sidebar form table { width: 135px; }
#sidebar form table .text { width: 80%; }
#sidebar form .text input { width: 100%; }
#sidebar form table .button { width: 20%; }
#sidebar .find a.rss { padding-right: 15px; background: url(../images/feed-icon-12x12.gif) right no-repeat; }

/* Find art */
#find-art {
  margin: 0px;
  padding: 9px 0 0;
  width: 300px;
}
#find-art table {
  margin: 0;
  padding: 0;
}
#find-art td {
  padding: 0;
}
#find-art input {
  font: 11px black lucida grande, lucida sans, geneva, arial, sans-serif;
  padding-left: 3px;
}
#find-art td.text input {
  width: 10em;
  border: solid #C7C7C7 1px;
  height: 20px;
}
