/*
-----------------------------------------------
MB Productions,LLC screen style
author:   Mark Burrier, Octavo Designs
last updated:  September 25, 2006
----------------------------------------------- */

/*
-----------------------------------------------
body and backgrounds
----------------------------------------------- */

body {
	background-color: #000000;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/gradient_bkgd.jpg);
	background-repeat: repeat-x;
}
.ShadowTop {
	background-image: url(../images/shadowT.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.NavBkgd {
	background-image: url(../images/nav_bkgd.gif);
	background-repeat: repeat-x;
}
.SpotlightBkgd {
	background-image: url(../images/spotlightbkgd_yogabba.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #15B9F1;
}

.SpotlightBkgd2 {
	background-image:url(../images/spotlightbkgd_spiderman2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #15B9F1;
}
.FeaturedBkgd {
	background-color: #fcdabc;
	background-image: url(../images/featured_bkgd.gif);
	background-repeat: no-repeat;
}
.TitlebarGray {
	background-image: url(../images/titlebar_gray_repeat.gif);
}
.TanBkgd {
	background-image: url(../images/general_tan_bkgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ProductionBkgd {
	background-image: url(../images/productiontan_bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
.ProjectsBkgd {
	background-image: url(../images/projectsgray_bkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c2c2c2;
}
.LanzBkgd {
	background-image: url(../images/projects/lanz_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #acad9b;
}

/*
-----------------------------------------------
links
----------------------------------------------- */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AC0F15;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #AC0F15;
	text-decoration: none;
}

/*
-----------------------------------------------
text
----------------------------------------------- */

.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.CalendarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.SpotlightProjectTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.SpotlightProjectTextWhite a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.SpotlightProjectTextWhite a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.SpotlightProjectTextWhite a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.SpotlightProjectTextBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.SpotlightProjectTextBlack a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: bold;
	text-decoration: underline;
}
.SpotlightProjectTextBlack a:visited {
	color: #000000;
	font-style: bold;
	text-decoration: underline;
}
.SpotlightProjectTextBlack a:hover {
	color: #000000;
	font-style: bold;
	text-decoration: none;
}
.Titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.TitlesSubscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.WhiteLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.WhiteLink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.WhiteLink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.WhiteLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*
-----------------------------------------------
navigation
----------------------------------------------- */

.SecondaryNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.SecondaryNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.SecondaryNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.SecondaryNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
-----------------------------------------------
footer
----------------------------------------------- */

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.FooterText a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.FooterText a:visited {
	color: #666666;
	text-decoration: underline;
}
.FooterText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

