/*   
Theme Name: World of Matticus
Theme URI: http://www.worldofmatticus.com/
Description: Custom theme for the World of Matticus Warcraft blog.
Author: Brian Hough & Brandon Jernigan
Author URI:
Version: 1.1
*/

body {
	text-align: center;
}

section, header, footer, article {
	display: block;
}

#top-bar {
	background: #000;
	color: #fff;
}

#top-header {
	height: 300px;
}

#content {
	width: 820px;
	margin: auto;
	text-align: left;

}

@font-face {
	font-family: 'AlteHaasGroteskRegular';
	src: url('fonts/altehaasgroteskregular-webfont.eot');
	src: local('?'), url('fonts/altehaasgroteskregular-webfont.woff') format('woff'), url('fonts/altehaasgroteskregular-webfont.ttf') format('truetype'), url('fonts/altehaasgroteskregular-webfont.svg#webfontrtMsY3Ax') format('svg');
}

.clear {
	clear: both;
}



.wrapper {
	width: 820px;
	margin: auto;
	text-align: left;
	background: #f3f2f2;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	border: 0px #000 solid;
	border-width: 0px 5px;
	position: relative;
	min-height: 900px;

}

.top-wrapper {
	width: 820px;
	margin: auto;
	position: relative;
}

html {
	background: url('img/bg.jpg') repeat top center;
}

body {
	text-align: center;
	background: url('img/bg-grad.jpg') repeat-x top center;
	font-family: Tahoma, Verdana, San-serif;
	font-size: 10pt;
	line-height: 14pt;
	position: relative;
	/*text-rendering: optimizeLegibility;*/
}

a {
	text-decoration: none;
	color: #2a64a5; 
	-webkit-transition:color 0.2s ease-in;  
	-moz-transition:color 0.2s ease-in;  
	-o-transition:color 0.2s ease-in;  
	transition:color 0.2s ease-in; 
}

a:hover {
	text-decoration: none;
}

#content a:hover, #sidebar a:hover {
	color: #eb871c;
}


em {
	font-style: italic;
}

h2 {
	font-size: 24px;
	line-height: 28px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
}

h5 {
	font-size: 18px;
	line-height: 20px;
}

h6 {
	font-size: 18px;
	line-height: 20px;
}


section, header, footer, article, nav {
	display: block;
}

ul, ol {
	list-style-position: inside;
}

#content ul li, #content ol li {
	margin: 0px 0px 0px 20px;
}

.ribbon, #sidebar h3 {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 2px #000;
	color: #fff;
}

#content h2.ribbon a, #content h2.ribbon a:hover {
	color: #fff;
}

#content ul, #content ol {
	margin-bottom: 20px;
}

#top-bar {
	background: url('img/top-bar-bg.png') top left repeat #000;
	color: #fff;
	height: 25px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	font-size: 10pt;
	font-family: Georgia, Serif;
	padding-top: 7px;
}
	
	#top-bar a {
		color: #fff;
	}

	#top-bar #date {
		float: left;
	}

	#rss-link {
		float: right;
	}
	#rss-icon {
		float: right;
		margin-right: 5px;
		vertical-align: middle;
	}

#top-header {
	height: 320px;
	background: #ddd;
	position: relative;
}

#logo {
	position: absolute;
	top: -20px;
	left: -65px;
	z-index: 100;
}

#blogname {
	position: absolute;
	top: 40px;
	left: 120px;
}

#search {
	float: right;
	background: url('img/nav-link-bg.jpg') top left repeat;
	position: absolute;
	left: 590px;
	top: 20px;
	height: 36px;
	width: 250px;
	z-index: 8;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#searchsubmit, #subbutton {
	background: url('img/search-button.png');
	background-position: -5px 0px;
	width: 28px;
	z-index: 10;
}

#searchsubmit {
	position: absolute;
	left: 214px;
	top: 5px;
}

#submit {
	background: url('img/comment-button.png');
	background-position: 0px 0px;
	width: 133px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

#submit, #searchsubmit, #subbutton {
	height: 26px;
	border: 1px solid #BA5B22;
	text-indent: -999px;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#subbutton {
	margin-left: 5px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

#submit:hover {
	background-position: 0px -26px;
}

#searchsubmit:hover, #subbutton:hover{
	background-position: -5px -26px;
}

#searchsubmit:active{
	background-position: -5px -52px;
}

#submit:active {
	background-position: 0px -52px;
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

#subbutton:active {
	background-position: -5px -52px;
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

#s {
	position: relative;
	top: 5px;
	left: 5px;
	width: 195px;
	height: 19px;
	z-index: 10;
}

nav {
	height: 25px;
	font-family: Tahoma, Verdana, Sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

	nav ul {
		list-style: none;
		clear: both;
	}
	
		nav ul li {
			float: left;
			position: relative;
		}
		
			nav ul li a {
				color: #fff;
				display: block;
				padding: 0px 17px;
				padding-top: 4px;
				height: 21px;
				text-decoration: none;
			}
	nav ul li ul {
		display: none;
		position: absolute;
		top: 25px;
		left: 0px;
		background: #000;
		z-index: 500;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	}
	
	nav ul li:hover ul {
		display: block;
	}
	
	nav ul li ul li {
		height: 27px;
		width: 300px;
		border-bottom: 1px solid #444;
	}
	
	nav ul li ul li a {
		background: #000;
		height: 23px;
	}
	
.pages-nav, .cats-nav {
	position: relative;
}

.pages-nav {
	background: url('img/nav-link-bg.jpg') top left repeat;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	top: 0px;
	left: -20px;
	width: 840px;
	z-index: 49;
}

.pages {
	position: relative;
	top: 0px;
	left: 0px;
	width: 820px;
	background: url('img/nav-link-bg.jpg') top left repeat;
}

.homelink {
	background: url('img/nav-link-bg.jpg') top left repeat;

}

.cats {
	height: 27px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	background: url('img/cats-bg.jpg') top left repeat;
	z-index: 0;
	
}

.cats a {
	text-decoration: none;
}

.cats li a {
	height: 22px;
}

.cats li:hover a {
	background: black;
	height: 22px;
}

.cats li {
	height: 27px;
	margin: 0px;
}

.cats li ul {
	top: 27px;
	
}

.cats li ul li a:hover {
	 background: url('img/cats-bg.jpg') top left repeat;
}

.current_page_item a, .pages li:hover a {
	background: url('img/footer-title-bg.jpg') repeat top left;
	text-decoration: none;
}

.pages li:hover ul li a {
	background: none;
}
.pages li:hover ul li a:hover {
	background: url('img/footer-title-bg.jpg') repeat top left;
}

/*************************
START index content styling
*************************/
#content {
	width: 529px;
	min-height: 1600px;
	float: left;
	padding: 20px 10px 0px 0px;
}

#doubleline {
	float: left;
	width: 540px;
	
}

	section.post-wrap {
		position: relative;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
	}

	article.post-body {
		min-height: 70px;
		float: right;
		width: 410px;
	}
	
	.post-excerpt {
		margin-top: -15px;
	}
	article.post-body a {
		color: #2a64a5;
	}
	
	h2.post-title {
		position: relative;
		left: -20px;
		background: url('img/post-title-bg.jpg') repeat top left;
		height: 30px;
		font-family: Helvetica, sans-serif;
		padding-left: 10px;
		z-index: 3;
	}
	
	h2.post-title a {
		display: block;
		min-width: 450px;
		max-width: 550px;
		margin-top: 0px;
		font-size: 18pt;
		line-height: 30px;
		height: 30px;
		font-family: Helvetica, sans-serif;
		color: #fff;
	}
	
	h2.post-title a:hover {
		text-decoration: none;
	}
	
	.entry_author_image img {
		position: relative;
		top: -22px;
		left: -10px;
		z-index: 2;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
		border: 2px solid #000;
	}

#next-page {
	float: right;
	margin: 0px 5px 20px 0px;
	font-size: 18px;
}

#prev-page {
	float: left;
	font-size: 18px;
	margin: 0px 0px 20px 5px;
}

#content ul li {
	position: static;
}
	
/*************************
END index content styling
*************************/	


	.triangle {
		border-style:solid;
		border-width: 20px;
		height:0px;
		width:0px;
		z-index: 1;
		position: relative;
	}

	.left-black {
		border-color: transparent #000000 transparent transparent;
		top: 15px;
		left: -15px;
		border-width: 10px 15px;
		z-index: -1;
	}
	
	.left-blue, .left-blue2 {
		border-color: transparent #000088 transparent transparent;
		border-width: 10px 15px;
		top: -10px;
		left: -35px;
	}
	
	.left-blue2 {
		top: 20px;
	}
	
	.top-left-orange {
		border-color: transparent transparent #884400 transparent;
		border-width: 8px 10px;
		top: -38px;
		left: 310px;
	}
	
	.left-orange {
		border-color: transparent #884400 transparent transparent;
		border-width: 10px 15px;
		top: 35px;
		left: -35px;
	}
	
	.right-orange {
		border-color: transparent transparent transparent #884400;
		border-width: 10px 15px;
		top: -10px;
		left: 285px;
	}
	
	.right-grey {
		border-color: transparent transparent transparent #333;
		border-width: 10px 15px;
		top: -20px;
		left: 275px;
	}
	
	.right-black {
		border-color: transparent transparent transparent #000;
		top: 0px;
		left: 235px;
		border-width: 10px 15px;
	}
	
#sidebar {

	width: 270px;
	margin-bottom: 60px;
	float: right;
	margin-top: 10px;
}

	.textwidget {
		margin-left: 40px;
	}

	.object {
		position: relative;
		left: 0px;
	}

	.sidebar-heading-wrap {
		position: relative;
		top: 0px;
		left: 0px;
	}

	#sidebar a {
		color: #2a64a5;
	}

	#sidebar ul, #sidebar h3 {
		margin-left: 20px
	}
	
	#sidebar h3 {
		background: url('img/sidebar-title-bg.jpg') repeat top left;
		height: 24px;
		line-height: 24px;
		font-size: 10pt;
		padding-left: 5px;
		margin-top: 20px;
		margin-bottom: 10px;
		text-transform: uppercase;
		position: relative;
		width: 265px;
		z-index: 10;
	}
	

	#sidebar ul {
		list-style: none;
		margin-top: -20px;
	}
	
		#sidebar ul li
		{
			margin-left: 10px;
		}

#footer {
	color: #fff;
	background: url('img/nav-link-bg.jpg') top left repeat #1a1a1a;
	clear: both;
	position: relative;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 5px;
}

	footer section h3 {
		background: url('img/footer-title-bg.jpg') repeat top left;
		height: 24px;
		line-height: 24px;
		font-size: 14pt;
		padding: 0px 5px;
		margin-top: 20px;
		text-transform: uppercase;
		z-index: 10;
		position: absolute;
		width: 240px;
	}

#footer-left {
	width: 280px;
	position: relative;
	left: 0px;
	top: 0px;
}

#footer-left  h3{
	width: 250px;
	position: absolute;
	left: -20px;
	top: 0px;
}

#footer-left p {
	margin: 30px 0px 20px 10px;
	float: left;
	font-size: 16px;
	line-height: 20px;
}

#footer-middle {
	position: absolute;
	top: -10px;
	left: 320px;
	background: url('img/footer-center-bg.jpg') repeat top left;

	width: 175px;
	margin: auto;
	text-align: left;
	z-index: 2;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

#footer-middle div.heading {	
	text-align: middle;
	font-size: 14pt;
	line-height: 24px; 
	margin-left: 40px;
	
}

#footer-middle a {
	color: #fff;
}

#footer-middle p {
	margin-left: 5px;
}

#footer-middle ul {
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 10px;
}

#footer-middle ul li {
	font-size: 14px;
	margin: 0px;
}

#footer-middle ul li a {
	float: left;
	text-decoration: none;
}

.interact-arrow {
	position: relative;
	top: 5px;
	margin: 0px 5px 0px 0px;
}
.author-name {
	display: block;
	min-width:125px;
}

.twitter-icon {
	margin-top: 7px;
}

#footer-middle div.hr {
	height: 0px;
	border-top: 1px solid #b16813;
	border-bottom: 1px solid #8c6031;
}

#footer-right {
	width: 300px;
	float: right;
	position: relative;
	right: -20px;
	top: -37px;
	text-align: right;
	color: #fff;
	margin-bottom: -20px;
}

#footer-right h3 {
	position: relative;
	left: 50px;
}

#footer-right a {
	color: #fff;
}

#footer-right ul {
	margin: -15px 30px 0px 0px;
	list-style: none;
	font-size: 14px;
	line-height: 14px;
}

#footer-right ul li {
	margin: 10px 0px;
}

#footer-right ul a {
	color: #eb871c;
}

/*****    SLIDER CSS GO *****/

#slider {
	position: absolute;
	top: 100px;
	left: 15px;
	width: 780px;
	height: 180px;
	background: #fff;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	padding: 5px;
}

#gallery, #thumbs {
	float: left;
}

#gallery {
	height: 180px;
	width: 584px;
	height: 180px;
	position: relative;
	overflow: hidden;
	background: #000;
	cursor: pointer;
	border-right: 1px solid #fff;
}

#gallery div.slideritem {
	position: absolute;
	top: 0px;
	left: 0px;
}

#gallery div div{
	background: #000;
	background: rgba(0,0,0,0.6);
	color: white;
	
	position: absolute;
	top: 120px;
	left: 0px;
	width: 585px;
	height: 60px;
	z-index: 15;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
}

#gallery div div h2 {
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0px 1px 5px;
}

#gallery div div span {
	display: block;
	margin: 0px 5px;

}

#gallery div img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 14;
}

#gallery div p a {
	display: none;
}

#thumbs {
	width: 195px;
	height: 180px;
	overflow: hidden;
}

#thumbs img {
	display: block;
}

#next {
	display: block;
	width: 35px;
	height: 35px;
	background: url('img/next_arrow.png');
	position: absolute;
	top: 6px;
	left: 670px;
	color: white;
	z-index: 9002;
}

/*************************
START single content styling overrides
*************************/

#content section.single-post-wrapper {
	margin: 0px 40px;
}

#content section.single-post-wrapper h1 {
	font-size: 18pt;
	line-height: 20pt;
}

#content section.single-post-wrapper h2, #content section.single-post-wrapper h3, #content section.single-post-wrapper h4  {
	margin-bottom: 20px;
}

#content section.single-post-wrapper article {
	margin: 0px;
}

#content section.single-post-wrapper article p {
	margin: 0px 0px 20px 0px;
}

blockquote {
	padding: 20px 10px 10px 80px;
	margin: 0px 0px 20px 0px;
	background: url('img/block-quote-bg.png') 10px 10px no-repeat, url('img/white-noise.jpg') top left repeat;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	border: 1px solid #eee;
}

blockquote h3 {
	font-size: 18pt;
	line-height: 18pt;
}

footer.post-author-footer {
	margin: 20px 0px 40px 0px;
	padding: 10px 20px 10px 10px;
	background: url('img/white-noise.jpg') top left repeat #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	position: relative;
	color: #2a64a5;
	font-size: 18pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border: 1px solid #eee;
}

footer.post-author-footer p {
	margin-top: 5px;
	color: #000;
	font-size: 11pt;
	line-height: 12pt;
	text-shadow: none;
}

#content section.single-post-wrapper footer.post-author-footer .entry_author_image img {
	position: static;
	float: left;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 10px 0px 0px;
}

#content section.single-post-wrapper footer.post-author-footer .author-twitter-link {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('img/author-footer-twitter.png') no-repeat top left;
}

#content div.breadcrumbs {
	font-size: 10pt;
	margin: 0px 0px 20px 40px;
}

span.post-meta {
	display: block;
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
}

div.post-social-block {
	float: right;
	height: 40px;
}
div.post-social-block a {
	display: block;
	font-size: 8pt;
}

p.author-bio {
	
}

#content #comments h2 {
	position: relative;
	top: 0px;
	left: -20px;
}

#content #comments h2 a, #content #comments h2 span{
	padding: 0px 0px 0px 10px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	
}

 #content #comments h2 span {
	font-size: 24px;
	line-height: 30px;
	display: block;
	height: 30px;
	z-index: 10;
 }

#content #comments h2 {
	padding: 0px;
	position: relative;
}

#respond {
	margin: 10px 0px 10px 40px;
}

li.comment {
	list-style: none;
	margin: 0px 0px 10px 40px;
	clear: both;
}

.comment-body {
	background: url('img/white-noise.jpg') top left repeat #fdfdfd;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	padding: 10px 5px 1px 10px;
	border: 1px solid #eee;
		margin: 0px 0px 10px 40px;
}

.comment-body p {
	margin: 0px 0px 20px;
}


.depth-2 {
	margin: 0px 0px 0px 40px;
}

.comment-author {
	float: left;
	margin: 0px 10px 10px 0px;
}

.comment-author .avatar {
	border: #000 2px solid;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.comment-meta .url {
	color: #2a64a5;
}

.reply {
	float: right;
}

.reply img {
	vertical-align: middle;
}

.reply a {
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	text-decoration: none;
}

#respond {
	margin-bottom: 40px;
}

#respond form p, #search form p { position:relative; }
#respond label , #search label { position:absolute; top:1px; left:5px; z-index: 9001;}
#respond label.PITA { 
	position: relative;
	left: 0px;
	top: -2px;
}


span.required-field {
	color: #eb871c;
}

/*************************
END single content styling overrides
*************************/

#fix-s {
	margin: 0px;
}

#fix-s label {
	top: 8px;
	left: 8px;
}

/*************************** TRACKBACKS*/

.pings {
	list-style: none;
}

.pings .comment-body {
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-bottom: 1px dotted #2a64a5;
	padding: 0;
	padding-bottom: 20px;
	margin: 0px 40px 20px 40px;
}

.pings .comment-body .comment-meta {
	margin: 0;
	padding: 0;
}

/* ARCHIVE STYLING */

.archive-post-wrapper h2 {
	position: relative;
	left: -60px;
}

.archive-post-wrapper .left-blue {
	position: relative;
	left: -75px;
}
.archive-post-wrapper h1 {
	margin: 20px 40px;
	font-size: 24px;
	line-height: 24px;
}

.archives {
	margin: 10px 40px;
}

.archive-list {
	list-style: none;
}

#bycat, #bytime {
	position: static;
	height: 40px;
	background: #fff;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	border: 1px solid #eee;
	color: #2a64a5;
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0px;
}

.bycat, .bytime {
	display: none;
}

.bycatrow, .bytimerow {
	clear: left;
}

.bytimerow h3, .bytimerow ul, .bycatrow h3, .bycatrow ul {
	width: 340px;
	float: left;
}

.bytimerow ul, .bycatrow ul {
	list-style: none;
}

#content.archive-content {
	width: 820px;
	border: none;
}

#doubleline.archive-doubleline {
	width: 820px;
	border: none;
}

/*************************
HTML5 Player Begin
*************************/

#player-wrapper {
	margin: 0 auto;
	margin-left: 0px;
	width: 200px;
	height: 200px;
}

#itunes-button {
	width: 200px;
	text-align: center;

}

#rss-button {
	width: 200px;
        text-align: center;

}