/*** Admin CSS [mostly] taken from WordPress SEO by Yoast ***/

.postbox {
	margin: 0 10px 10px 0;
}

.postbox#donate {
	border-color: #0000ff;
	border-width: 2px;
	font-weight: bold;
}

.postbox#donate h3 {
	color:  #0000ff;
}

.postbox#donate form {
	margin:  7px auto 0 auto;
	text-align: center;
}

div.inside a, div.inside a.rsswidget {
	font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	text-decoration: none;
}

div.inside a:hover, div.inside a.rsswidget:hover {
	text-decoration: underline;
}

div.inside ul {
	margin-left: 20px;
}

div.inside ul li {
	list-style: disc;
	line-height:16px;
}

div.inside ul li.twitter {
	list-style-image: url(images/twitter.png);
}

div.inside ul li.facebook {
	list-style-image: url(images/facebook.png);
}

div.inside ul li.google {
	list-style-image: url(images/google.png);
}

div.inside ul li.subscribe {
	list-style-image: url(images/subscribe.png);
}

div.inside ul li.bit51 {
	list-style-image: url(images/bit51-small.png); 
}

table.bit51sorttable {
	border: 1px solid #ddd;
	padding: 0;
}

table.bit51sorttable tr,
table.bit51sorttable td {
	margin: 0;
	padding: 0;
}

table.bit51sorttable tr.odd {
	background-color: #fff;
}

table.bit51sorttable tr.even {
	background-color: #eee;
}

table.bit51sorttable td {
	border: 1px solid #ddd;
}

table.bit51sorttable tr.thead {
	background: #F1F1F1;
	background-image: -webkit-gradient(linear,left bottom,left top,from(#ECECEC),to(#F9F9F9));
	background-image: -webkit-linear-gradient(bottom,#ECECEC,#F9F9F9);
	background-image: -moz-linear-gradient(bottom,#ECECEC,#F9F9F9);
	background-image: -o-linear-gradient(bottom,#ECECEC,#F9F9F9);
	background-image: linear-gradient(to top,#ECECEC,#F9F9F9);
}

table.bit51sorttable tr td {
	padding: 10px 5px 3px 10px;
}

