/* 
Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. 

When you update your theme, backup this file and re-add it after.
*/

/* Global */

#leadpic {	float:left;	margin: 0 8px 4px 0;	}

.titleblock {
padding:7px;
font-weight:bold;
font-size: 0.8em;
text-transform:uppercase;

color:#EEEEEE;
text-align:center;
}

.redd{
background:#C00000;
}
.bluee{
background:#1A5D91;
}

.orangee{
background:#FF5E00;
}
.goldd{
background:#FF9A22;
}
.greenn {
background: #3F0541;
}

.cbox { margin-bottom:10px; padding:5px; }
.cbox img {padding:5px;text-align:center;}
.cbox ul {     list-style-type: none;
   list-style: none;
   padding: 0px;
   margin: 0px;}

.cbox ul li {padding-top:5px;padding-bottom:5px;border-top:1px solid #DCDCDC;list-style-type:none;}

.cbox ul li.morebox { width:50%; padding:3px;background-color:#9E9E9E; }
li.morebox a {font-weight:bold;color:#FFF;}

.cbox .line {padding-top:5px;padding-bottom:5px;border-top:1px solid #EDEDED;}

.feature {	background:#f2f2f2;	padding:5px;	border-bottom:1px dotted #b6b6b6;	border-top:1px dotted #b6b6b6;}
.feature p{	margin:15px 0;	}
.feature img{	padding:1px;	border:1px solid #000;	}

.header {margin-top:10px;border-bottom:1px solid #666;padding:2px;padding-left:5px;font-weight:bold;}
.blue {border-top:3px solid #1A5D91;color:#FFF;background-color:#BC2148;} 
.green {border-top:3px solid #CC00CC;color:#FFF;background-color:#008000;} 
.red {border-top:3px solid #BC2148;color:#FFF;background-color:#1A5D91;}

.subcat {background: #F5F5F5;min-height: 120px; max-width:130px; padding: 5px; border: 1px solid #CCC; margin-right: 5px; text-align:center; float:left;}

.subcat img { border:1px dotted #CCC;}

.episodes {}
.episodes ul{padding-top:5px;list-style-type: none;
   list-style: none;
   padding: 0px;
   margin: 0px;
   padding-bottom:5px;
   }
.episodes ul li{list-style:none;border-bottom:1px solid #ccc;padding:2px;}
.episodes a {color: #3b8dbd; text-decoration: none; outline: 0; }

/** NEW STYLES **/


.orange a {
color: #FF5E00;
font-size: 0.8em;
}

.heading {
    border-top: 3px solid #336699;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;    
    background: #F5F5F5;
    width: 100%;
}

.heading a {
    padding:5px; 
	color:#EEEEEE;
    background: #336699;
	font-size: 1.4em;
 }

 .subheading {
   /*border-top: 1px solid #ddd;*/
    margin-bottom: 5px;
	border-bottom: 3px solid #bbb;
    text-transform: uppercase;
    font-weight: normal;    
    /*background: #F5F5F5;*/
    width: 100%;
 
 }

.rheading {
    border-top: 3px solid #CA0002;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;    
    background: #F5F5F5;
    width: 100%;
}

.rheading a {
    padding:5px; 
	color:#EEEEEE;
    background: #CA0002;
	font-size: 1.4em;
 }

 .pheading {
    border-top: 3px solid #3F0541;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;    
    background: #F5F5F5;
    width: 100%;
}

.pheading a {
    padding:5px; 
	color:#EEEEEE;
    background: #3F0541;
	font-size: 1.4em;
 }


.entry-inner img {
float:left;
border: 1px solid #eee;
padding:3px;
margin:3px;
}




/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}