@charset "utf-8";
table {
	text-transform: capitalize;
}
h1 {
	display: none;
}
h4 {
	text-align: center;
	text-transform: capitalize;
}
hr {
	color: #01AEF2;
	font-size: 1px;
}


/* CSS Document */

/* ******************************************************
				HTML TAGS
****************************************************** */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #f2f2f2;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	}
a:visited {
	color: #CC6600;
}

/* ******************************************************
				#CONTAINER TAGS
****************************************************** */
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images_assets/bg5.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*
	padding-right: 23px;
	padding-left: 23px; */
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
} 
#container h1 {
	display: none;
}

/* ******************************************************
				#HEADER TAGS
****************************************************** */
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
#header img {
	margin-top: 10px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}
#header a {
	
}

/* ******************************************************
				#SIDEBAR1 (LEFT BAR) TAGS
****************************************************** */
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 3px;
	margin-left: 20px;
	border: 1px dashed #CCCCCC;
	background-image: url(../images_assets/right_side_bg.jpg);
	background-repeat: repeat-x;
}
#sidebar1 a {
	line-height: 150%;
	padding: 3px;
	color: #3399FF;

}
/*
#sidebar1 #link1 {
	color: #609DC9;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-left: 10px;
	padding-right: 100px;
}
#sidebar1 #link2 {
	color: #609DC9;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-left: 10px;
	padding-right: 75px;
}
#sidebar1 #link3 {
	color: #609DC9;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-left: 10px;
	padding-right: 65px;
}
#sidebar1 #link4 {
	color: #609DC9;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-left: 10px;
	padding-right: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar1 #link5 {
	color: #609DC9;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-left: 10px;
	padding-right: 10px;

}*/
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 150%;
}

/* ******************************************************
				#SIDEBAR2 (RIGHT SIDE) TAGS
****************************************************** */
.thrColFixHdr #sidebar2 {
	float: right;
	width: 149px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px dashed #CCCCCC;
	margin-right: 11px;
	background-image: url(../images_assets/right_side_bg.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border: 1px dashed #CCCCCC;
} 
#mainContent  h2 {
	background-color: #00b4ff;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 30px;
	padding-left: 15px;
	letter-spacing: 1px;
}
#mainContent p {
	margin-left: 5px;
}


#mainContent #picSide {
	text-align: left;
}

#mainContent a:visited {
	color: #FF9900;
}
#mainContent .episodes {
	text-transform: capitalize;
}


/* ******************************************************
				#FOOTER TAGS
****************************************************** */
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #CCCCCC;
	font-size: 10px;
} 

.thrColFixHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer a {
	color: #0099FF;
}
#footer span {
	color: #0099FF;
}
/* ******************************************************
				RANDOM, EVERYTHING ELSE TAGS
****************************************************** */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
