/*rgb(37,178,230) Superhero Blue*/
/*rgb(93,43,78)   Royal Purple*/
/*rgb(12, 74, 99) Deep Blue*/
/*rgb(233,239,237) light green*/
/*rgb(234, 248, 253) light Blue*/



@font-face {
    font-family: 'TrueCrimesRegular';
    src: url('fonts/True-Crimes/true-crimes-webfont.eot');
    src: url('fonts/True-Crimes/true-crimes-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/True-Crimes/true-crimes-webfont.woff') format('woff'),
         url('fonts/True-Crimes/true-crimes-webfont.ttf') format('truetype'),
         url('fonts/True-Crimes/true-crimes-webfont.svg#TrueCrimesRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SFWonderComicRegular';
    src: url('fonts/sf-comic/SF_Wonder_Comic-webfont.eot');
    src: url('fonts/sf-comic/SF_Wonder_Comic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sf-comic/SF_Wonder_Comic-webfont.woff') format('woff'),
         url('fonts/sf-comic/SF_Wonder_Comic-webfont.ttf') format('truetype'),
         url('fonts/sf-comic/SF_Wonder_Comic-webfont.svg#SFWonderComicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Default */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

/* Main */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}

h1 {
	font-family: 'TrueCrimesRegular', Helvetica, arial, sans-serif;
	font-size: 4em;	
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	padding: 5px 0 0 15px;
	clear: both;
}
h2 {
	font-family: 'SFWonderComicRegular', helvetica, arial, sans-serif;
	font-size: 1.6em;
	margin-top: 10px;
	text-align: left;
	padding: 5px 0 5px 0;
}
h3 {
	font-family: 'SFWonderComicRegular', helvetica, arial, sans-serif;
	font-size: 1em;
	margin-top: 15px;
	text-align: left;
}

.contentwrapper {
	width: 90%;
	min-width: 500px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	background-color: rgb(255,255,255);
}
header {
	background-color:rgb(93,43,78); 
	background-image: -webkit-linear-gradient(right, rgb(255,255,255), rgb(55,163,84));
	background-image: -moz-linear-gradient(right, rgb(255,255,255), rgb(55,163,84));
	background-image: -o-linear-gradient(right, rgb(255,255,255), rgb(55,163,84));
	background-image: linear-gradient(right, rgb(255,255,255), rgb(55,163,84));
	padding-bottom: 10px;
	box-shadow: 1px 1px 1px #000;
}



header nav {
	font-family: 'TrueCrimesRegular', helvetica, arial, sans-serif;
	background-color: rgb(25,25,25);
	border: 1px solid rgba(255,255,255,.5);	
	border-left: none;
	border-right: none;
}
header nav ul {
	padding: 5px;
	margin: 0;	
}
header nav li {
	float: left;
	padding-left: 20px;
	margin: 0;
	list-style: none;	
}
header nav a {
	float: left;
	font-size: 1.5em;	
	color: white;
	margin-right: 5px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
header nav li:last-of-type a {
	border-right: none;	
}
header nav a:hover {
	color: rgb(250,255,110);
	-webkit-transform:  scale(1.2);	
	-moz-transform:  scale(1.2);
	-o-transform:  scale(1.2);
	-ms-transform:  scale(1.2);
	transform:  scale(1.2);
}


/* LEFT SIDE */


aside {
	background-color: #fff;
}


aside p, aside li {
	font-size: .75em;
	margin-top: 10px;
	text-align: justify;
}

.select {
	font-family: arial, sans-serif;
	font-size: 1.2em;
	float: left;
	width: 20%;
	min-width: 200px;
	padding: 0 10px 0 10px; 
}
.episodeblock {
	width: 99%;
	padding: 15px;
	border: 1px dashed rgb(103, 103, 103);
	-webkit-border-radius: 9px;  
	-moz-border-radius: 9px;  
	border-radius: 9px;
}
.episodeblock p {
	padding: 15px;
}

.select-cast {
	font-family: 'TrueCrimesRegular', Helvetica, arial, sans-serif;
	font-size: 1.2em;
	background-color: rgb(236, 241, 244);
	float: left;
	width: 20%;
	min-width: 200px;
	padding: 0 15px 20px 0;
	box-shadow: 0 0 3px #000;
}
.select-cast p {
	padding: 5px 0 5px 10px;
	font-size: 1.1em;
	text-align: center;
	line-height: .8em;
}
.select-cast a {
	color: rgb(16, 105, 139);
	text-decoration: none;
	
}
.select-cast a:hover {
	text-shadow: 2px 2px 2px #000;
	color: rgb(233,239,237);
	
	
}
.select h2 {
	font-size: 1.2em;
	
}
.select-cast h2 {
	font-family: 'TrueCrimesRegular', Helvetica, arial, sans-serif;
	margin: 0 0 0 15px;
}
.select-cast h3 {
	margin: 0 0 0 15px;
}

/* CENTER */


.main {
	background-color: #fff;
	float: left;
	width: 60%;
	padding: 0 20px;
	text-align: justify;
}

.main-episodes {
	background-color: #fff;
	float: right;
	width: 70%;
	margin: 0 auto;
	padding: 20px;
	-webkit-border-radius: 9px;  
	-moz-border-radius: 9px;  
	border-radius: 9px;  
}
.mainblock {
	background-color: rgb(233, 239, 237);
	width: 90%;
	height: 300px;
	float: left;
	margin: 15px auto;
	padding: 20px;
	border: 2px groove rgb(37,178,230);
	box-shadow: 2px 2px 2px black;
	overflow: scroll;
}

.mainblock p {
	padding: 20px;
	text-align: justify;
	
}
.mainblock p.small {
	font-size: small;
}
.mainblock h2 {
	margin-top: -15px;
	
}
.main-inner {
	width: 65%;
	float: left;
}

.mainblock img {
	float: right;
	width: 30%;
	box-shadow: 2px 2px 2px black;
}
.maincast {
	background-image: url(images/backgrounds/001.jpeg);
}
.main-contact {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 10px 20px 0 25px;
}
/* RIGHT SIDE */


.archive {
	font-family: 'TrueCrimesRegular', helvetica, arial, sans-serif;
	font-size: 1.3em;
	width: 30%;
	float: right;
	clear: left;
	padding: 0 5px 0 5px;
	text-align: left;
}

.newsfeed {
	width: 20%;
	margin: auto;
	float: right;
	padding: 0 5px 0 5px;
	text-align: justify;

}


/* FOOTER */

footer {
	margin-top: 15px;
	font-size: 1em;	
	padding: 10px 10px 20px 10px;
	background-color: rgb(12, 74, 99);
	color: rgb(60, 183, 249);
	text-align: center;
	clear: both;
	border-top: 1px solid black;
}
footer a {
	color: white;	
}
footer a:hover {
	color: rgb(250,255,110);
}


/*TABLES AND LISTS AND OTHER STUFF*/


img.shrink {
	width: 98%;
	margin: auto;
	box-shadow: 1px 2px 2px #ccc;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  
}
img.shrink2 {
	width: 50%;
	display: block;
	box-shadow: 0px 5px 5px #ccc;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  
}
img.shrink-cast {
	width: 20%;
	margin: auto;
	padding-left: 15px;
	box-shadow: 1px 2px 2px #ccc;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  
}

nav ul, header h1, footer p {
	max-width: 1200px;
	margin: 0 auto;
}
nav ul, header h1, footer p, .contentWrapper {
	max-width: 1200px;
	margin: 0 auto;
}
ul.feed {
	list-style-type: none;
}

/* TABLE */


.comic-reviews {
	width: 90%;
	margin: auto;
}
	
table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 50%;
	margin: 0 auto;
	border-collapse: collapse; 
}
.reviews caption {
	font-family: 'SFWonderComicRegular', helvetica, arial, sans-serif;
	text-align: right;
	font-size: 1.7em;
}
.reviews td, .reviews  th {
	font-size: 1.1em;
	border: 1px solid rgb(12, 74, 99);
	padding: 5px;
}
	
.reviews th {
	text-transform:uppercase;
	text-align: left;
}

.reviews tr:nth-of-type(even){
		background-color: rgb(255, 255, 255);
}
.reviews tr:nth-of-type(odd){
	background-color: rgb(234, 248, 253);
}
.reviews img {
		
}
.col th {
	font-size: larger;
}
	
.widget {
	display: block;
	margin: auto;
}

.bold {
	font-style: !important;
	font-weight: bolder;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* MEDIA QUERIES */

/* TABLET */

@media (min-width: 481px) and (max-width: 768px){
   
   body {width: 769px;}
   
/* LANDSCAPE SMARTPHONE */  
}

@media (max-width:480px){
   
   body {width: 480px}
   
 /* PORTRAIT SMART PHONE */
}
@media (max-width: 320px){
     
    body {width: 320px;}
   
}
