.margin{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:12px;
	background: #9FF;
	//display:block;
} /* end margin line */

.margin1{
	
	//width: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;//5px;
	margin-bottom: 0px;//5px;
	//font-size:12px;
	//background: #9FF;
	//line-height:20px;
		
} /* end margin1 line */
	
	
a:link {
	font-weight: none;
	text-decoration: none;
	color: black;
	background: transparent;
	//display:block;
} /* end anchor element styles */



a:visited {
	font-weight: none;
	text-decoration: none;
	color: light-blue;
	background: transparent;
} /*end visited hyperlink display styles */
	
a:hover {
	color:!important;
	font-weight: none;
	background: transparent;
	text-decoration: none;
} /* end hover over hyperlink display styles */
	
a:active {
	color: yellow;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
} /* end active hyperlink display styles */
	 
li {
	margin-bottom: 10px
} /*end list item styles */
	
	
#Entertainment_banner {
	//text-align: center;
	//align: top;
	//valign: center;
	font-size:12px;
	//background: #9FF;
	width: 100%;
	height: 20px;
	//background-color: white;//pink, #157497;
	
	border: 2px;
	border-radius: 7px;
	
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	
	background: rgb(53,106,160); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1NmFhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTZhYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,106,160,1)), color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 ); /* IE6-8 */

	
	//border: 0px;
} /* end Entertainment_banner styles */

#Entertainment_banner_movies {
	
	
	text-align: center;
	align: center;
	//valign: center;
	width: 50%;
	line-height: 20px;
	height: 20px;
	//background-color:  green;//white;//pink, #157497;
	float:left;
	

	
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	

	
} /* end Entertainment_banner_movies styles */
	
	
#Entertainment_banner .margin1   a{
		
		//width: 50px;
		line-height: 20px;
		width: 100px;
		height:20px;
		display:block;
		display:inline;
	
	//border:2px;
	border-radius: 7px;
		
	background: #badef8; /* Old browsers */
	background: -moz-linear-gradient(top,  #badef8 0%, #e0f7fc 100%, #f9ffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#badef8), color-stop(100%,#e0f7fc), color-stop(100%,#f9ffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #badef8 0%,#e0f7fc 100%,#f9ffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #badef8 0%,#e0f7fc 100%,#f9ffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #badef8 0%,#e0f7fc 100%,#f9ffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #badef8 0%,#e0f7fc 100%,#f9ffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#badef8', endColorstr='#f9ffff',GradientType=0 ); /* IE6-9 */

		
		
		
		
		} /* end Entertainment_banner_movies .margin1 a styles */
	
	
#Entertainment_banner .margin1   a:hover, #Entertainment_main-headlines a:hover{

	
	text-decoration:none;

	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */




} /* end Entertainment_banner_movies .margin1 a:hover styles */


	
#Entertainment_banner .margin1   a:active, #Entertainment_main-headlines a:active{

	
	text-decoration:none;

	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */




} /* end Entertainment_banner_movies .margin1 a:hover styles */
	


	
#Entertainment_banner_music {
	text-align: center;
	align: center;
	//valign: center;
	width: 50%;
	line-height: 20px;
	//background-color: yellow;//white;//pink, #157497;
	float:right;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//border: 0px;
} /* end Entertainment_banner styles */
	
	
	
	
#Entertainment_block {
	width: 100%; //1080px;
	height: 945px;
	background: transparent;
	
	//background-color: #00CCCC;
	//background-color: pink;
	//background-color: gray;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//text-align: left;
	//width: 1074px;
	
	
	//border: 20px;
} /* end home_block styles */
	
	
#Entertainment_main-headlines {
	text-align: center;
	align: top;
	//valign: center;
	width: 1060px;//100%;
	height: 20px;
	line-height: 20px;
	text-decoration:none;
	
	//border: 2px;
	border-radius: 7px;
	
	
	/*start of background color*/
	
	background: rgb(226,226,217); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(226,226,217,1) 1%, rgba(0,204,204,1) 50%, rgba(226,226,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,rgba(226,226,217,1)), 
	color-stop(50%,rgba(0,204,204,1)), color-stop(100%,rgba(226,226,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* 
	Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* Opera 11.10+ 
	*/
	background: -ms-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2d9', endColorstr='#e2e2d9',GradientType=1 ); /* IE6-9 
	fallback on horizontal gradient */

	/*end of background color*/
	
	
	
	
	
	
	//background-color: pink;//, #167497;
	//background-color: #00CCCC;
	//background-color: blue;
	
	margin-left: 10px;//0px;
	margin-right: 10px;//0px;
	margin-top: 10px;
	margin-bottom: 0px;
	
	
	//border: 0px;
} /* end Entertainment_main-headlines styles */
	
	
#Entertainment_main-headlines a {
	
	//border: 2px;
	border-radius: 2px;

	background: rgb(229,230,150); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,230,150,1) 0%, rgba(209,211,96,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,230,150,1)), color-stop(100%,rgba(209,211,96,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(209,211,96,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(209,211,96,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,230,150,1) 0%,rgba(209,211,96,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,230,150,1) 0%,rgba(209,211,96,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#d1d360',GradientType=0 ); /* IE6-9 */

} /* end Entertainment_main-headlines a styles */
	
	
#Entertainment_main-message {
	width: 100%; //1080px;
	height: 305px;
	background: transparent;
	
	//background-color: Pink;
	//background-color: #00CCCC;
	//background-color: green;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//border: 0px;
	//text-align: center;
	//margin: 0 auto;
} /* end Entertainment_main-message styles */
	
	
#Entertainment_left-column {    
	float: left;
	align: left;
	width: 490px;//500px;
	height: 285px;//300px;
	background: transparent;
	
		
	border: 2px;
	border-radius: 7px;
	
	//background-color: pink;//, yellow;
	//background-color: yellow;
	//text-align: left;
	//border: 2px;
	
	margin-left: 5px;//0px;
	margin-right: 5px;//0px;
	margin-top: 5px;
	margin-bottom: 15px;//0px;
	
} /* end Entertainment_left-Column layout styles */
	
	
#Entertainment_right-column {
	float: right;
	align: right;
	width: 580px;
	height: 285px;//305px; //300px;
	background: transparent;
	
	//background-color: Pink;
	//background-color: #00CCCC;
	//background-color: red;//yellow;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;//0px;
	margin-bottom: 15px;//0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
	} /* end Entertainment_right-Column layout styles */
	
	
	
#Entertainment_left-column2 {
	float: left;
	align: left;
	width: 580px;
	height: 285px;//305px;
	background: transparent;
	
		
	border: 2px;
	border-radius: 7px;
	
	//background-color: Pink;
	//background-color: #00CCCC;
	//background-color: white;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;//0px;
	margin-bottom: 15px;//0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
} /* end Entertainment_left-Column2 layout styles */
	
#Entertainment_right-column2 {      
	float: right;
	align: right;
	width: 490px;//500px;
	height: 285px;//300px;
	background: transparent;
	
	//background-color: pink;//, yellow;
	//background-color: yellow;
	//text-align: left;
	//border: 2px;
	
	margin-left: 5px;//0px;
	margin-right: 5px;//0px;
	margin-top: 5px;
	margin-bottom: 15px;//0px;
	
	} /* end Entertainment_right-Column2 layout styles */
	
	
	
#Entertainment_headlines {
	text-align: center;
	align: top;
	//valign: center;
	width: 570px;//100%;//580px;
	line-height: 20px;
	text-shadow: -0.5px 0px 5px #FFF ;
	
	border: 2px;
	border-radius: 7px;
	
	
	background: rgb(254,255,232); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(254,255,232,1) 0%, rgba(214,219,191,1) 25%, rgba(214,219,191,1) 75%, rgba(254,255,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,255,232,1)), color-stop(25%,rgba(214,219,191,1)), color-stop(75%,rgba(214,219,191,1)), color-stop(100%,rgba(254,255,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#feffe8',GradientType=1 ); /* IE6-9 */

	
	
	
	//height: 20px;
	//background-color: pink;//, aqua;
	//background-color: white;
	//background-color: brown;
	//background-color: #00CCCC;
	
	margin-left: 5px;//0px;
	margin-right: 5px;//0px;
	margin-top: 0px;//5px;
	margin-bottom: 0px;
	
	//border: 0px;
} /* end Entertainment_headlines styles */



	
#Entertainment_headlines a:hover .margin1 {
	
		
	border: 2px;
	border-radius: 7px;
	
	/*start of background color*/
	
	background: rgb(207,231,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), 
	color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
	
	/*end of background color*/

} /* end Entertainment_headlines a:hover .margin styles */
	
	
#Entertainment_message {
	width: 570px;//100%;//580px;
	height: 260px;//255px;250px;
	text-align: justify;
	
	
	border: 2px;
	border-radius: 7px;
	
	
	
		
	
	//background-color: pink;//, gray;
	background-color: white;
	//background-color: #00CCCC;
	//background-color: orange;
	
	margin-left: 5px;//0px;
	margin-right: 5px;//0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//border: 0px;
	//text-align: center;
	//margin: 0 auto;
} /* end Entertainment_message styles */

#Entertainment_message .margin a:hover {
	
	
	text-decoration:none;  	
	border: 2px;
	border-radius: 7px;
	
		/*start of background color*/
	
	background: rgb(207,231,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), 
	color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
	
	/*end of background color*/
	
} /* end Entertainment_message  .margin a:hover styles */
	
	
#Entertainment_google-ad {
	width: 100%;
	height: 100px;
	background: transparent;
	
	//background-color: pink;
	
	margin-left: 0px;
	
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	
	//border: 0px;
	s//align: center;
} /* end Entertainment_google-ad styles */