@charset "UTF-8";
/* CSS Document */

.mainheading{
	background:#000;
	padding:5px;
	margin-top:10px;
}

.mainheading h1
{ color:#fff;
}

.subheading{
	background:#CCC;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
}

.subheading h2
{
color:#000;	
}

.stars{
	padding:0;
	}
	
.description{}
.date{float:left;}
.share{}

.episode{
	margin-bottom:10px;
}

.categories ul
{
margin-left:0px;
list-style:none;
}

.smallprint{
	font-size:10px;
}

.comment{
	margin-top:10px;
	margin-bottom:10px;
}
.comment-grey{
	background: #CCC;
	margin-top:10px;
	margin-bottom:10px;
}

.squish{
	width:75%;
	margin-bottom:10px;
}
/* -------IMAGES--------- */

.alignLeft {

float:left;

margin-right:1em;

}



.alignRight {

float:right;

margin-left:1em;

}
