/*** pager ***/

#page .site-content ul.pager {
	width: 100%;
	text-align: center;
	font-size: 80%;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0;
}
#page .site-content ul.pager li {
	display: inline; 
	margin: 0 .25em;
}
#page .site-content ul.pager li a {
	text-decoration: none; 
	color: #373535;
}
#page .site-content ul.pager li a:hover {
	text-decoration: none; 
	color: #b00;
}
#page .site-content ul.pager li.current-page a {
	font-weight: bold; 
	color: #b00;
}
#page .site-content ul.pager li.previous-page {
	margin-right: 1em;
}
#page .site-content ul.pager li.next-page {
	margin-left: 1em;
}


div.form-elements{display: inline-block; width: 100%; margin-bottom: 1em;}
div.form-elements #u_osu_ajax_search{float: left;}
div.form-elements #blogs_per_page{float: right; display: none;}
div.form-elements #blogs_per_page label{margin-right: 10px; float: left;}


/*** table ***/

th.site-name.header,
th.site-path.header,
th.site-admin.header,
th.last-updated.header {
	padding: 7px 10px 4px 20px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

th.header:before,
th.header:after {display: block;}

table.blog-listing-styled thead tr th,
table.blog-listing-styled thead tr th a,
table.blog-listing-styled tfoot tr th,
table.blog-listing-styled tfoot tr th a {
	background-color: #ddd;
	color: #373535;
	padding: 5px 0;
}
table.blog-listing-styled {
	font-size: 14px;
	width: 100%; 
	text-align: left;
}
table.blog-listing-styled tbody td {
	color: #999;
	padding: 8px 0 8px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd; 
}
table.blog-listing-styled tbody td.site-name,
table.blog-listing-styled tbody td.site-path {
	min-width: 150px;
}
table.blog-listing-styled tbody td.last-updated {
	min-width: 120px;
}
table.blog-listing-styled tbody tr:hover {
	background: #f4f4f4;
}

/* sorting */
table.blog-listing-styled thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
table.blog-listing-styled thead tr .site-name.header {
	background-position: 84px center;
}
table.blog-listing-styled thead tr .site-path.header {
	background-position: 83px center;
}
table.blog-listing-styled thead tr .site-admin.header {
	background-position: 116px center;
}
table.blog-listing-styled thead tr .last-updated.header {
	background-position: 110px center;
}
table.blog-listing-styled thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.blog-listing-styled thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.blog-listing-styled thead tr .headerSortDown, table.blog-listing-styled thead tr .headerSortUp {}



