/* @override http://thegluttony.com/css.php?n=grid-focus */

/* @override http://thegluttony.com/css.php?n=grid-focus */

body{
	font: 14px/23px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

a{
	text-decoration: none;
	color: #000;
}

a img{
	border: 0;
}

.clear{
	clear: both;
}

#wrapper{
	width: 900px;
	padding: 0 10px;
	margin: auto;
}

#header{
	margin-bottom: 60px;
}

a.logo{
	display: block;
	width: 875px;
	height: 229px;
	background: url(/images/headlogo.png);
}

a.logo h1{
	text-indent: -9999px;
	margin: 0;
	height: 229px;
}

#left{
	width: 580px;
	float: left;
}

#right{
	width: 300px;
	margin-left: 20px;
	float: left;
}

ul#categories{
	margin: 0;
	padding: 10px;
	margin-bottom: 20px;
}

#categories li{
	list-style: none;
	margin: 0;
}

#categories li a{
	display: block;
}

.search{
	margin-bottom: 20px;
	padding: 0 10px;
}

.search h3{
	color: #666;
	font-size: 24px;
	margin: 0;
	display: block;
}

.search p{
	margin: 3px 0;
}

.search input{
	padding: 4px;
	font-size: 14px;
	width: 270px;
}

#twitter{
	background: #eee url(/images/tweettop.gif) no-repeat center 10px;
	padding: 10px;
}
.tweet{
	margin-top: 40px;
}

.tweet span.tweet_time{
	font-weight: bold;
}

.tweet ul{
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

.tweet li{
	list-style: none;
	margin-bottom: 15px;
}

#contact{
	padding-left: 10px;
}

#contact a{
	font-weight: bold;
	text-decoration: underline;
}

.entry{
	margin-bottom: 75px;
}

.entry p a{
	text-decoration: underline;
	font-weight: bold;
}

.entry a.h2{
	text-align: center!important;
	display: block;
	font-size: 24px;
	font-weight: bold;
	width: 500px;
	margin: 0 auto;
	letter-spacing: -1px;
}

.entry h3{
	color: #999;
	font-size: 24px;
	margin: 0;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.entry p{
	margin: auto;
	width: 520px;
	margin-bottom: 12px;
}

.entry p img{
	margin: 10px auto;
	max-width: 580px;
	margin-left: -30px;
}

.entry p object{
	margin: 10px auto;
	max-width: 580px;
	margin-left: -30px;
}

ul.rsx-page-num-list{
    display: block;
    list-style:none;
    margin:0px;
    margin-bottom: 50px;
    padding:0px;
  }

ul.rsx-page-num-list li {
    display: inline;
    margin: 2px;
 }
 
ul.rsx-page-num-list li a{
	padding: 4px 8px;
	background: #eee;
}

.unlinked { 
	font-weight: bold 
}   

