@CHARSET "ISO-8859-1";

@font-face {
	font-family: 'HelveticaNeue BC';
	src:
		url("http://www.mylifetime.com/shows/sites/mylifetime.com/themes/ltv/fonts/HelveticaNeueLTStd-BdCn.eot?#iefix")
		format('embedded-opentype'),
		url("/shows/sites/mylifetime.com/themes/ltv/fonts/HelveticaNeueLTStd-BdCn.ttf")
		format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('/shows/sites/mylifetime.com/themes/ltv/fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('/shows/sites/mylifetime.com/themes/ltv/fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
         url('/shows/sites/mylifetime.com/themes/ltv/fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* BASIC ELEMENTS */
* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

.context-block-region {
	display: none;
}

body {
	font: 12px arial, helvetica, sans-serif;
	color: #343434;
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	min-width: 1010px;
}

table,th,td {
	font: 12px arial, helvetica, sans-serif;
	color: #343434;
}

img {
	border: none;
}

a {
	color: #ae1501;
	text-decoration: none;
	outline: none;
}

a:hover,a:active {
	text-decoration: underline;
	outline: none;
}

.messages {
	padding: 0.3em;
	margin-bottom: 1em;
	text-align: center;
}

.status {
	background: #fdfbf9;
	border: 1px solid #fccc95;
	color: #ae1501;
}

.skip {
	display: none;
}

.clear {
	clear: both;
}

.wrap-body {
	background: #fff;
	margin: 0px auto;
	width: 1010px;
	padding: 0px;
}

ul.menu {
	list-style: none;
}

div.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 51;
	background: black;
	width: 100%;
}

.wrapper-2012 {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* CONTENT */
#content-wrapper {
	height: auto;
	display: none;
}

#content-container {
	min-height: 300px;
	width: 1010px;
	background-color: #0ff;
	margin: 0 auto;
	opacity: 0.4;
	filter: alpha(opacity =   40); /* For IE8 and earlier */
	display: none;
}


/*overriding  shows/dance-moms-miami/blog  more button issue page*/
.gigya-share-button ul {
	margin: 0 0 0 97px !important;
	padding: 0 !important;
}

.blog-links .gigya-share-button span.share-morelink {
	top: -10px !important;
}

.main .blog-entry .taxonomy .posted-in {
	clear: both;
}




#mobile-static-ad {
/*  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100px;
  margin-top: -100px;
  background-color: yellow;
  z-index: 1000;
*/
  display: none;
}


/*movies page submit button(black test) issue fix*/
.movies .email-me .form-submit {
text-indent:-135px;
}

@media screen and (max-width:1024px){
 body { min-width: auto;}
}