/* Generic Styles */
.black {
	background:#000;
	color:#fff;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top:20px;
}

.hide {
	display:none;
}

textarea {
	width:95%;
	height:90px;
}

/* Header */
.head {
  height:120px;
}

/* Navigation */
.nav.main {
	font-weight:600;
	background:#000;
}

.nav.main div {
	border-right:2px solid #fff;
	margin-right:0;
}

.nav div a {
	padding:5px 0px 5px 7px;
	color:#fff;
	text-decoration:none;
	display:block;
}

.nav div a:hover {
}

/* Content */
.content h3.tag-name{
	font-size:2.5em;
	margin-bottom:1em;
}

/* Tag Listing */
.tag-listing tr:hover {
}

table.tag-listing th {
	border-right:2px solid #fff;
}

.user-cell, .msg-cell, .when-cell {
	vertical-align:top;
	overflow:hidden;
}

table.tag-listing tbody tr {
	color: #333;
}

table.tag-listing tbody.twitStream td a {
	text-decoration:none;
	/*color:#556d79;*/
	color:#333;
}

table.tag-listing tbody.twitStream td a:hover {
  text-decoration:underline;
}

.tag-cell small {
	font-weight:400;
	color:#666;
}

#sidebar h3 {
	font-size:normal;
	background:#000;
	color:#fff;
	padding:7px 0px 5px 5px;
}
