.box_inside {
	margin-left: 2px;
	margin-right: 3px;
	padding: 15px;
}
/* BOX TYPES */
.col1 {
	width: 100%;
	margin-bottom: 10px;
}
.col2 {
	float: left;
	width: 368px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.col3 {
	float: left;
	width: 237px;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
}
.wide_callout {
	width: 368px;
	margin-bottom: 10px;
}
	.wide_callout_hdr {
		width: 368px;
		height: 35px;
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;		
	}
		.wide_callout_hdr span {
			height: 28px;
			margin: 3px 0;
			display: block;
		}
	.wide_callout_inside {
		padding: 15px;
		font-size: .8em;
	}
		.wide_callout_inside img.lft{
			margin-right: 10px;
			margin-bottom: 5px;
			float: left;
		}
		.wide_callout_inside p {
			margin-bottom: 5px;
			margin-top: 0;
		}
	.wide_callout_btm {
		width: 368px;
		height: 13px;
		font-size: 1px;
		line-height: 1px;		
	}
	
/* COLOR SCHEMES */
.black {
	background-color: #000000;
}
.blue {
	background-color: #0aa3df;
}
	.blue .callout_hdr {
		width: 237px;
		height: 35px;
		background: transparent url(/assets/img/boxes/callout_hdr_blue.jpg) no-repeat top center;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.3em;
	}
	.blue .callout_hdr a:link, .blue .callout_hdr a:visited, .blue .callout_hdr a:hover {
		color: white;
	}
.lite_blue {
	background-color: #74d0f2;
	color: black;
}
	.lite_blue .wide_callout_hdr {
		background: transparent url(/assets/img/boxes/wide_callout_hdr_blue.jpg) no-repeat top center;
		color: white;
	}
	.lite_blue .wide_callout_inside {
		border-left: 2px solid #19a2dc;
		border-right: 2px solid #19a2dc;
	}
	.lite_blue .wide_callout_btm {
		background: transparent url(/assets/img/boxes/wide_callout_btm_blue.jpg) no-repeat top center;
	}
	#content .lite_blue .wide_callout_hdr a:link,
	#content .lite_blue .wide_callout_hdr a:visited,
	#content .lite_blue .wide_callout_hdr a:hover {
		color: white;
	}
	#content .lite_blue .wide_callout_inside a:link,
	#content .lite_blue .wide_callout_inside a:visited,
	#content .lite_blue .wide_callout_inside a:hover {
		color: #0168b3;
	}
.lite_orange {
	background-color: #fbb589;
	color: black;
}
	.lite_orange .wide_callout_hdr {
		background: transparent url(/assets/img/boxes/wide_callout_hdr_lite_orange.jpg) no-repeat top center;
		color: white;
	}
	.lite_orange .wide_callout_inside {
		border-left: 2px solid #f3733c;
		border-right: 2px solid #f3733c;
	}
	.lite_orange .wide_callout_btm {
		background: transparent url(/assets/img/boxes/wide_callout_btm_lite_orange.jpg) no-repeat top center;
	}
	#content .lite_orange .wide_callout_hdr a:link,
	#content .lite_orange .wide_callout_hdr a:visited,
	#content .lite_orange .wide_callout_hdr a:hover {
		color: white;
	}
	#content .lite_orange .wide_callout_inside a:link,
	#content .lite_orange .wide_callout_inside a:visited,
	#content .lite_orange .wide_callout_inside a:hover {
		color: #f37740;
	}
.pink {
	background-color: #f69995;
	color: black;
}
	.pink .wide_callout_hdr {
		background: transparent url(/assets/img/boxes/wide_callout_hdr_pink.jpg) no-repeat top center;
		color: white;
	}
	.pink .wide_callout_inside {
		border-left: 2px solid #ef3e36;
		border-right: 2px solid #ef3e36;
	}
	.pink .wide_callout_btm {
		background: transparent url(/assets/img/boxes/wide_callout_btm_pink.jpg) no-repeat top center;
	}
	#content .pink .wide_callout_hdr a:link,
	#content .pink .wide_callout_hdr a:visited,
	#content .pink .wide_callout_hdr a:hover {
		color: white;
	}
	#content .pink .wide_callout_inside a:link,
	#content .pink .wide_callout_inside a:visited,
	#content .pink .wide_callout_inside a:hover {
		color: #ef4139;
	}
.blue2 {
	background-color: #8097cd;
	color: black;
}
	.blue2 .wide_callout_hdr {
		background: transparent url(/assets/img/boxes/wide_callout_hdr_blue2.jpg) no-repeat top center;
		color: white;
	}
	.blue2 .wide_callout_inside {
		border-left: 2px solid #3a4d81;
		border-right: 2px solid #3a4d81;
	}
	.blue2 .wide_callout_btm {
		background: transparent url(/assets/img/boxes/wide_callout_btm_blue2.jpg) no-repeat top center;
	}
	#content .blue2 .wide_callout_hdr a:link,
	#content .blue2 .wide_callout_hdr a:visited,
	#content .blue2 .wide_callout_hdr a:hover {
		color: white;
	}
	#content .blue2 .wide_callout_inside a:link,
	#content .blue2 .wide_callout_inside a:visited,
	#content .blue2 .wide_callout_inside a:hover {
		color: #3f5387;
	}
.darkgreen {
	background-color: #2d7224;
}
	.darkgreen .callout_hdr {
		width: 237px;
		height: 35px;
		background: transparent url(/assets/img/boxes/callout_hdr_darkgreen.jpg) no-repeat top center;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.3em;
	}
.medgreen {
	background-color: #00834f;
}
	.medgreen .callout_hdr {
		width: 237px;
		height: 35px;
		background: transparent url(/assets/img/boxes/callout_hdr_medgreen.jpg) no-repeat top center;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.3em;
	}
.green {
	background-color: #76a735;
}
	.green .callout_hdr {
		width: 237px;
		height: 35px;
		background: transparent url(/assets/img/boxes/callout_hdr_green.jpg) no-repeat top center;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.3em;
	}
.grey {
	background-color: #666666;
}
	.grey .callout_hdr {
		width: 237px;
		height: 35px;
		background: transparent url(/assets/img/boxes/callout_hdr_grey.jpg) no-repeat top center;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.3em;
	}
.orange {
	background-color: #f5743a;
}
	.orange .callout_hdr {
		width: 237px;
		height: 35px;
		background: transparent url(/assets/img/boxes/callout_hdr_orange.jpg) no-repeat top center;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.3em;
	}
.purple {
	background-color: #3a4d80;
}
	.purple .callout_hdr {
		width: 237px;
		height: 35px;
		background: transparent url(/assets/img/boxes/callout_hdr_purple.jpg) no-repeat top center;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 1.3em;
	}
.callout_txt {
	width: 225px;
	padding: 5px 6px 15px 6px;
	font-size: .75em;
	color: white;
}
	#content .callout_txt a:link, #content .callout_txt a:visited, #content .callout_txt a:hover {
		color: white;
		text-decoration: underline;
	}
	#content .callout_hdr a:link, #content .callout_hdr a:visited, #content .callout_hdr a:hover {
		color: white;
		text-decoration: none;
		margin-top: 5px;
	}
/* INDIVIDUAL BOX SETTINGS */
/* HOME FLASH */
#home_flash {
	width: 750px;
	height: 267px;
	background: transparent url(/assets/img/backgrounds/home_call_bg.gif) no-repeat top center;
}
	#home_flash p {
		padding-top: 50px;
		text-align: center;
		color: white;
	}
	#home_flash a:link, #home_flash a:visited, #home_flash a:hover {
		color: white;
	}
/* WIDGET */
#widget {
	color: white;
	font-size: .8em;
}
/* SITE UPDATES */
.ticket {
	background-color: white;
	font-size: .7em;
	color: black;
	padding: 10px;
	margin: 3px 0;
	height: 100px;
	overflow: auto;
}
	.ticket_img {
		float: left;
		margin-right: 5px;
		vertical-align: middle;
	}
	.ticket_date {
		color: #999999;
		font-weight: bold;
		border-bottom: 1px dashed #999999;
		margin-bottom: 3px;
	}
	.ticket_title {
		font-weight: bold;
	}
	.ticket_title a {
		color: black;
	}
/* TURTLE POWER */
.bricks {
	background: transparent url(/assets/img/backgrounds/bricks.jpg) repeat-y top center;
	padding: 5px 0;
	margin: 0;
}
	#content .bricks a:link, #content .bricks a:visited, #content .bricks a:hover {
		color: white;
		text-decoration: none;
	}
	.tp_item {
		width: 312px;
		height: 74px;
		margin: 0 0 5px 30px;
		/*display: none;*/
		padding: 0;
	}
		.tp_item_hdr {
			position: relative;
			left: 132px;
			width: 168px;
			height: 20px;
			color: #ccff99;
			font-size: 16px;
			font-weight: bold;
			font-family: "bababoom bb";
			padding-bottom: 4px;
			
		}
		a.tp_item_txt {
			position: relative;
			left: 132px;
			width: 168px;
			height: 52px;
			display: block;
			color: white;
			overflow: hidden;
			font-size: 0.7em;
			padding: 0;
			text-decoration: none;
		}
/* CALENDAR BOX */
#cbox_top {
	background-color: white;
	width: 100%;
	margin-top: 10px;
	height: 10px;
}
#cbox_items {
	background-color: white;
	width: 313px;
	padding: 0 10px;
}
	.cbox_item {
		padding-bottom: 5px;
	}
		.cbox_date {
			color: #999999;
			padding-bottom: 3px;
			border-bottom: 1px dashed #999999;
			font-size: .75em;
			font-weight: bold;
		}
		.cbox_detail {
			padding-bottom: 3px;
			color: black;
			font-size: .75em;
		}
			.cbox_detail a {
				color: #666666;
			}
#cbox_btm {
	background-color: white;
	width: 100%;
	height: 10px;
}
/* BLOG BOX */
#bbox_top {
	background-color: white;
	width: 100%;
	margin-top: 10px;
	height: 10px;
}
#bbox_inside {
	background: transparent url(/assets/img/boxes/box_mikes_blog.gif) no-repeat top center;
	height: 146px;
	margin-bottom: 10px;
	text-align: right;
}
.bbox_item {
	background-color: white;
	padding: 2px 10px;
	font-size: .8em;
}
#bbox_btm {
	background-color: white;
	width: 100%;
	height: 10px;
}
/* PODCAST BOX */
#pbox_top {
	background-color: white;
	width: 100%;
	margin-top: 10px;
	height: 10px;
}
#pbox_inside {
	background: transparent url(/assets/img/boxes/box_podcasts.gif) no-repeat top center;
	height: 146px;
	margin-bottom: 10px;
	text-align: right;
}
.pbox_item {
	background-color: white;
	padding: 2px 10px;
	font-size: .8em;
}
#pbox_btm {
	background-color: white;
	width: 100%;
	height: 10px;
}
/* COMICON BOX */
.comcicon {
	color: white;
	font-size: .75em;
}
	.comcicon img.com_img {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.comcicon p.hglt {
		color: #fed309;
		font-weight: bold;
		font-size: 1.2em;
	}
/* COMICON BOX */
.jetpackcomics {
	color: white;
	font-size: .75em;
}
	.jetpackcomics img.com_img {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.jetpackcomics p.hglt {
		color: #fed309;
		font-weight: bold;
		font-size: 1.2em;
	}
/* LIONSGATE WIDGET */
#lionsgate_widget {
	color: white;
	font-size: .75em;
}
	#lionsgate_widget p.hglt {
		color: #fed309;
		font-weight: bold;
		font-size: 1.2em;
	}
	#lionsgate_hdr {
		width: 755px;
		height: 21px;
		background: transparent url(/assets/img/boxes/1column_top_black.jpg) no-repeat top center;
	}
	#lionsgate_widget_inside {
		background-color: black;
		padding: 10px;
		margin: 0 4px 0;
		width: 725px;
	}
		#lionsgate_widget_box {
			float: left;
			width: 426px;
			margin-right: 5px;
		}
		#lionsgate_event_box {
			float: left;
			width: 290px;
		}
	#lionsgate_ftr {
		width: 755px;
		height: 25px;
		background: transparent url(/assets/img/boxes/1column_bottom_black.jpg) no-repeat top center;
	}
.sIFR-hasFlash div.tp_item_hdr,
.sIFR-hasFlash .callout_hdr {
	visibility: hidden;
}
