#content ul#upcoming_events li a {
 color:#000;
}

#content ul#upcoming_events li a:hover {
    color: #ff0000;
}
.date { color:#888; }

div.tb_header {
display: none;
}

.tb_tweet-info a {
    font-size: 9px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
color: #888;
}

.tb_tweet-info a:hover,.tb_msg a:hover, .tb_author a:hover {
text-decoration:none;
color:#ff0000;
}

.tb_msg a {
font-size: 10px;
color: #000;
text-decoration:none;
}
.tb_msg  {
font-size: 10px;
}
.tb_author a {
font-size: 10px;
text-decoration:none;
color: #000;
}

div.tb_tweet, div.tb_tweetlist {
    border: none;
margin-top: .5em;
}

div.tb_tweetlist {
    border: none;
}


/* Comment textarea */
#comment {
	width:390px;
margin: 10px;
}

.comments {
margin-left:94px;
}

#page_navbox ul {
	list-style-type:none;
}

#page_navbox li {
	list-style-type:none;	
}

#page_navbox ul li ul {
	margin-left:10px;
	list-style-type:none;
}

.searchbox li {
	margin-bottom:8px;
}

.submit input, .button, #left .button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	background-color: #FF7F7F;
	color: #FF0000;
	border-color: #B2B2B2;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.submit input:hover, .button:hover, #left .button:hover {
	border-color: #FF0000;
    background-color: #FF0000;
	color: #FFF;
}


.pagination {
padding: 10px 0 20px 20px;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #666;
font-weight: bold;
}

.pagination a:hover{
color:#fff;
background: #ff0000;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #ff0000;
color:#fff;
}
