html, body {
	margin:0;
	padding:0;
	color:#333;
}
a { color:#00C0F3; }
a:hover {
	color:#fff; 
	background-color:#00C0F3;
}

/* Header */
#hd {
	margin:40px 0 15px 0;
}
#hd h1 {
	display:none;
}

/* Meta info */
.username {
	font-size:18px;
}
.username,
#bookmarks_count,
#from,
#to {
	font-weight:bold;
}
#stats {
	color:#333;
}

/* Grid */
table#grid {
	margin:5px;
}
table#grid th.column_bar {
	position:relative;
	height:50px;
	margin:0;
	padding:0 3px;
	border-bottom:1px solid #666;
}
table#grid th.column_bar .bar {
	position:relative;
	background-color:#999;
}
table#grid th.column_bar .label {
	position:absolute;
	margin-top:-13px;
	width:100%;
	text-align:center;
	font-size:10px;
	font-weight:normal;
}
table#grid th.month_name {
	padding:0;
	text-align:center;
	font-size:10px;
	border-bottom:1px solid #666;
}
	table#grid th.month_name a {
		padding:6px 3px;
		display:block;
		line-height:1em;
		color:#333;
		text-decoration:none;
		border-right:1px solid #fff;
	}
	table#grid th.selected a {
		color:#fff;
		background-color:#00C0F3;
	}
	table#grid th.month_name a:hover {
		color:#fff;
		background-color:#00C0F3;
	}
table#grid th.tag_name {
	padding:0 5px 0 0;
	width:120px;
	text-align:right;
	font-size:10px;
	white-space:nowrap;
}
table#grid th.tag_name small {
	font-weight:normal;
	color:#999;
	font-size:100%;
}
table#grid td {
	width:10px;
	padding:0;
	text-align:center;
	border-bottom:1px solid #eee;
	font-size:8px;
	border-collapse:separate;
	margin-right:1px !important;
}
table#grid td.has_value {
	color:#fff;
	background-color:#666;
}
table#grid td.has_value a {
	padding:2px;
	display:block;
	color:#fff;
	background-color:#333;
	text-decoration:none;
	border-right:1px solid #fff;
}
table#grid td.has_value a.selected {
	background-color:#00C0F3;
}
table#grid td.has_value a:hover {
	background-color:#00C0F3;
}
table#grid td.month_unsorted a {
	background-color:#999;
}

/* List Tooltip */
#list {
	position:absolute;
	padding:5px 8px 0 8px;
	max-width:250px;
	background-color:#fff;
	border:1px solid #ccc;
	font-size:11px;
	opacity:0.9;
	-moz-opacity:.90;
	filter:alpha(opacity=90);
}
#list h2 {
	font-size:11px;
}
#list .listing {
	margin-bottom:0.75em;
}
#list .listing .date {
	color:#666;
}

/* Footer */
#ft {
	padding-top:8px;
	margin:20px 0 0;
	border-width:1px 0;
	border-color:#ccc;
	border-style:solid;
	width:100%;
	color:#666;
	background-color:#eee;
}
#ft h2 {
	font-size:14px;
	text-transform:uppercase;
	color:#666;
}

/* Credit */
#credit {
	padding:5px 0 0;
	font-size:11px;
	color:#666;
}