﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background-color: #000;
	}
	
a {
	color: #943000;	
	text-decoration: underline;
}
a:hover {
	color: #F90;	
	text-decoration: none;	
}

a.nohover:hover img  {
filter:alpha(opacity=80); -moz-opacity: .80; opacity:.80;
}

.maintxt {;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: left;
	color: #000;
}

.maintxtbig {;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	text-align: left;
	color: #000;
}

.maintxt-hdng {;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #943000;
}

.maintxt-big-hdng {;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #943000;
}

.leftcolortext {;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #ff9000;
}
	
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #f9a50b;
	}

.header-bg {
	background: url(images/header-img.jpg) top center no-repeat;
	height: 403px;	
}

.bioheader-bg {
	background: url(images/bio-header-img.jpg) top center no-repeat;
	height: 403px;	
}

.comedyheader-bg {
	background: url(images/bio-header-img.jpg) top center no-repeat;
	height: 403px;	
}

.seminarheader-bg {
	background: url(images/seminars-header-img.jpg) top center no-repeat;
	height: 403px;	
}

.headerleft-bg {
	background: url(images/featuredon-bg.png) top center no-repeat;
	height: 207px;	
}

.headerright-bg {
	background: url(images/signupnow-btn-bg.png) no-repeat;
	height: 225px;	
}

.homecontent-bg {
	background: url(images/home-content-bg.jpg) top center no-repeat;
	/*height: 805px;	*/
}

.homecontentleft-bg {
	background: url(images/home-left-bg.png) top center no-repeat;
	height: 314px;	
}

.homecontentright-bg {
	background: url(images/home-right-bg.png) top center no-repeat;
	height: 314px;	
}

.innercontent-bg {
	background: #010101 url(images/innercontent-bg.jpg) top center no-repeat;
	min-height: 768px;
}

.innerleft-bg {
	background: #010101 url(images/inner-left-bg.jpg) top center no-repeat;
	min-height: 388px;
}
.innerright-bg {
	background: #fff;
	min-height: 388px;
}
.innerfooter-bg {
	background: #010101 url(images/innerfooter-bg.jpg) top center no-repeat;
	height: 349px;	
}

.bottomlinks, a.bottomlinks:link, a.bottomlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ce8f0c;
	text-decoration: none;
	}
a.bottomlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #914b0e;
	text-align: center;
	}
	
/* Store page styles */	

	.storebody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #444;
	background-color: #fff;
	}
	
	.store-menu-bg {
	background: #000 url(images/store-menu-bg.jpg) repeat-x top center;
	height: 29px;
	text-align: center;
	color: #FFF;
	}
	
	.storemenu, a.storemenu:link, a.storemenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	text-transform: uppercase;	
	color: #FFF;
	text-decoration: none;
	}
	a.storemenu:hover {
	color: #333;
	text-decoration: none;
	}
	
	.storeleftrightcol1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	border: #F93 1px solid;
	}
	
	.storeleftrightcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	border: #F93 1px solid;
	padding: 10px;
	}
	
	.storebottomlinks, a.storebottomlinks:link, a.storebottomlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #3c1d07;
	text-decoration: none;	
	}
	a.storebottomlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #a15800;
	text-decoration: underline;	
	}
	
	.storecopyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #656565;
	}
	
/* styling of the container. */
a.myPlayer {
	display:block;
	width: 362px;
	height:266px; 
	text-align:center;
	margin: 15px;
	margin-left: 25px;
	float:left;
	background-image: url(images/video-img.jpg);
	background-repeat: no-repeat;
}

/* play button */
a.myPlayer img {
	margin-top:90px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	
}
