body {
	font-size:100%;
	background-color:#fcfcfc;
	color:#333;
	font-family:'Helvetica',arial,verdana,sans-serif;
	padding:0;
	margin:0;
}

div#wrapper {
	width:95%;
	margin:0 auto;
}

#masthead {
	padding: 0px 10px 0px 20px;
}

#masthead h1 a {
	display:block;
	width:100%;
}

#masthead h1 a img {
	width:100%;	
}

div.post {
	margin-top:10px;
}

.post-meta {
	float:none;
	width:100%;
	padding-bottom:1px;
	font-size:0.6em;
}

.post-meta ul {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

.post-meta ul li {
	float:left;
	margin-right:10px;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	color:#666;
}

.post-meta ul li a {
	color:#666;
	font-weight:normal;
}

.post-meta ul li:nth-child(even):after {
	content: "  | ";
}
.post-meta ul li:nth-child(even):before {
	content: " |  ";
}

.post-meta ul li.perma {
	display:none;
}

#main-column {
	width:100%;
}

.secondary-column {
	width:100%;
}

.post-page, .post {
	width:100%;
}

#footer-container {
	width:100%;
}

a {
	color:#666;
	font-weight:bold;
	outline:none;
	border: 0;
	text-decoration:none;
}
a:hover {
	color: #999;
}

h2 {
	clear:both;
	padding-top:5px;
	font-size:1.2em;
	margin-bottom:0px;
	padding-bottom:0px;
}

.floatright, .alignright {
	float:right;
}
 
img.alignright {
	margin-left:20px;
	margin-bottom:20px;
	width:40%;
}

.widget_pages h3 {
	display:none;
}

.widget_recent_entries, .widget_categories, .widget_links {
	display:none;
}

div.entry p {
	padding-top:0px;
	margin-top:5px;
	margin-bottom:10px;
}

div.entry ul li {
	margin-bottom:20px;
}

.stream_this {
	margin-bottom:10px;
}

.powerpress_links {
	padding-bottom:20px;
	font-size:0.8em;
}

#paginate-index p {
	display:block;
	color:#eee;
	padding:12px 10px;
	font-weight:bold;
	/* background:url(http://www.mrjamespodcast.com/wp-content/themes/theophilus/images/raquo-right.gif) no-repeat center right #8e8e8e; */
  height: 14px;
  background-color: #8e8e8e;
}

#paginate-index p a {
	color:#eee;
}

#paginate-index .left a, #paginate-index .right a {
  color:#eee;
}

#paginate-index .left {
  width:49%;
  float:left;  
  padding-left:25px;
  box-sizing:border-box;
  background:url(http://www.mrjamespodcast.com/wp-content/uploads/raquo-left2.png) no-repeat 0% 0% rgba(0,0,0,0);
}

#paginate-index .right {
  width:49%;
  float:right;
  text-align:right;
  padding-right:25px;
  box-sizing:border-box;
  background:url(http://www.mrjamespodcast.com/wp-content/uploads/raquo-right2.png) no-repeat 100% 0% rgba(0,0,0,0);
  color:#fff;
}


.widgetContainer {
	text-align:center;
}

#pages-3, #pages-4 {
	display:none;
}

/* Mobile Navigation */
div#mobile-nav ul {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:0;
}

div#mobile-nav ul li a {
	background-color:#777;
	border:1px solid #888;
	color:#eee;
	display:block;
	font-size:17px;
	font-weight:bold;
	margin-bottom:-1px;
	padding:12px 10px;
	text-decoration:none;

	background-image: linear-gradient(bottom, rgb(153,153,153) 0%, rgb(158,158,158) 50%);
	background-image: -o-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(158,158,158) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(158,158,158) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(158,158,158) 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(153,153,153)),
		color-stop(0.5, rgb(158,158,158))
	);
}

/*
div#mobile-nav ul li:first-child a {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}	

div#mobile-nav ul li:last-child a {
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
*/

div#mobile-nav span a {
	display:block;
	color:#eee;
	padding:12px 10px;
	font-weight:bold;
	/* background:url(http://www.mrjamespodcast.com/wp-content/themes/theophilus/images/raquo-down.gif) no-repeat center right #8e8e8e; */
        background:url(http://www.mrjamespodcast.com/wp-content/uploads/hamburger.png) no-repeat 98% 50% #8e8e8e;
}

div#mobile-nav ul.hide {
	display:none;
}

div#mobile-nav span a.pressed {
	color:#ccc;
	/* background:url('http://www.mrjamespodcast.com/wp-content/themes/theophilus/images/raquo-up.gif') no-repeat center right #8e8e8e; */
}

div.entry ul {
	padding-left:5px;
	margin-left:10px;
}

div.entry ul li {
	margin-left:2px;
}

/* Episodes page */
p span.the_day {
	font-weight:bold;
}

div.episodes-page div.post-page {
	border-left:10px solid #ccc;
	padding-left:10px;
	border-radius:3px;
}

div.episodes-page div.post-page {
	margin-bottom:10px;
}

div.episodes-page div.post-page h3 {
	margin-bottom:0px;
	font-size:1em;
}

div.episodes-page div.post-page p {
	padding:0;
	margin:0;
}
div.episodes-page div.post-page a p  {
	color:#333;
}


/* Comments */
.avatar {
	display:none;
}

ol.comment-list {
	padding:0;
	margin:0;
	list-style:none;
}

.comment-author cite {
	font-size:1.2em;
	color:#000;
}

div.reply {
	text-align:right;
	margin:0;
	padding:0px;
}

.comment-body {
	border-left:10px solid #ccc;
	padding-left:10px;
	margin-bottom:20px;
}

.comment-body p {
	margin:0;
	padding:0;
}

ul.children {
	list-style:none;
	margin-left:0px;
	padding-left:20px;
}

textarea#comment {
	width:290px;
}

#footer-container p {
	font-size:0.6em;
	color:#666;
	width:95%;
}

#text-5 h3.widget-title {
  margin-bottom:10px;
}