

/*******************
*  Template Theme  *
*******************/
	body {
		color: #eee;
		font-family: helvetica, arial, sans-serif;
		background: #333 url('') no-repeat left 0;			
		background-color: #333;
	}
	p.txt_special {
		color: #f2b91e;
	}
	a {
		color: #f2b91e;
	}
	/*******************************************
	*  These were added to fix issues with IE  *
	*  not picking up on the color set on the  *
	*  body element                            *
	*******************************************/
		form dl dt label,
		form dl dd label {
			color: #eee;
		}
	/******************************************/

	/***************
	*  Pagination  *
	***************/
		div.c_pagination ul li {
			color: #eee;
		}
		div.c_pagination ul li a {
			color: #eee;
		}
		div.c_pagination ul li.btn_prev a,
		div.c_pagination ul li.btn_next a {

		}
		div.c_pagination ul li.btn_prev a:hover,
		div.c_pagination ul li.btn_next a:hover {

		}
	/**************/

	/*******************
	* Sign-Up Button *
	*******************/
		h3#btn_createAccount,
		h3#btn_getCustomVideo {
			background: #898989;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#898989), to(#6a6a6a));
			background: -webkit-linear-gradient(#898989, #6a6a6a);
			background: -moz-linear-gradient(#898989, #6a6a6a);
			background: -ms-linear-gradient(#898989, #6a6a6a);
			background: -o-linear-gradient(#898989, #6a6a6a);
			background: linear-gradient(#898989, #6a6a6a);
			-pie-background: linear-gradient(#898989, #6a6a6a);
			behavior: url(/studios/_theme_default/css/PIE.php);
		}
		h3#btn_createAccount a,
		h3#btn_getCustomVideo a {
			color: #444;
			text-transform: uppercase;
		}
		h3#btn_createAccount a:hover:before,
		h3#btn_createAccount a:hover:after,
		h3#btn_getCustomVideo a:hover:before,
		h3#btn_getCustomVideo a:hover:after {
			color: rgba(255, 204, 0, 0.7);
		}
	/******************/

	/******************
	*  Header Styles  *
	******************/
		div#header {
			border-bottom: 23px solid #f2b91e;
			background-color: transparent;
		}
		/****************
		*  Logo Styles  *
		****************/
			div#c_logo {

			}
			div#c_logo table tr td#logo_text,
			div.c_smallLogo table tr td.logo_smallText {
				color: #f2b91e; 
				font-size: 50px;
				line-height: 50px;
				font-weight: bold;
				text-transform: uppercase;
			}
			div#c_logo table tr td#logo_text {
				letter-spacing: +2px;
			}
		/***************/

		/*********************
		*  Site Info Styles  *
		*********************/
			div#c_siteInfo {
				color: #eee;
			}
			div#c_siteInfo h1 {
				color: #eee; 
			}
			div#c_siteInfo h2 {
				color: #eee; 
				font-weight: normal;
				font-style: italic;
			}
			div#c_totalVids {
				color: #eee; 
			}
			div#c_totalVids span {
				color: #f2b91e;
				font-weight: bold;
			}
			/***********************
			*  Site Search Styles  *
			***********************/
				form#f_siteSearch {
					border: 1px solid #8e8e8e;
					background: #434343;
					background: -webkit-gradient(linear, 0 0, 0 bottom, from(#434343), to(#888));
					background: -webkit-linear-gradient(#434343, #888);
					background: -moz-linear-gradient(#434343, #888);
					background: -ms-linear-gradient(#434343, #888);
					background: -o-linear-gradient(#434343, #888);
					background: linear-gradient(#434343, #888);
					-pie-background: linear-gradient(#434343, #888);
					behavior: url(/studios/_theme_default/css/PIE.php);
				}
				form#f_siteSearch input[type="text"] {
					color: #eee;
					font-weight: bold;
				}
				form#f_siteSearch input[type="submit"] {
					/*
						See Themed Elements > Small Buttons
					*/
				}
				form#f_siteSearch input[type="submit"]:hover {
					/*
						See Themed Elements > Small Buttons
					*/
				}
			/**********************/
		/********************/
		
		/********************
		*  Main Nav Styles  *
		********************/
			ul#nav_main {
				
			}

			ul#nav_main li {
				
			}
			ul#nav_main li a {
				-webkit-border-radius: 10px 10px 0 0;
				-moz-border-radius: 10px 10px 0 0;
				border-radius: 10px 10px 0 0;
				color: #eee;
				text-transform: uppercase;
				background-color: #d19e14;
				behavior: url(/studios/_theme_default/css/PIE.php);
			}
			body#videos ul#nav_main li#btn_videos a,
			body#about ul#nav_main li#btn_profile a,
			body#vipMembers ul#nav_main li#btn_vipMembers a,
			body#globalMembers ul#nav_main li#btn_vipMembers a,
			body#customVideos ul#nav_main li#btn_customVideos a,
			body#faq ul#nav_main li#btn_faq a,
			ul#nav_main li a:hover {
				background-color: #f2b91e;
			}
		/*******************/

	/*****************/

	/*******************
	*  Content Styles  *
	*******************/
		div#content {
			background-color: transparent;
		}
		div#c_content h2 {
			color: #f2b91e;
			background-color: ##ecf7ea;
		}
		div#c_content h4 {
			color: #333;
			background-color: #f2b91e;
		}
		/*****************
		*  Video Styles  *
		*****************/
			div#c_videos dl,
			div.c_smallVideos dl {
				border: 1px solid #f2b91e;
			}
			div#c_videos dl dt,
			div#c_videos dl dd.video_length,
			div.c_smallVideos dl dt,
			div.c_smallVideos dl dd.video_length {
				color: #fff;
				background: rgba(242,185,30, 0.7);
				-pie-background: rgba(242,185,30, 0.7);
				behavior: url(/studios/_theme_default/css/PIE.php);
			}
		/****************/

		/********
		*  FAQ  *
		********/
			div.c_faqCategory dl dt strong {
				color: #f2b91e;
			}
			div.c_faqCategory dl:nth-of-type(even) {
				background-color: #424242;
			}
			div.c_faqCategory dl:nth-of-type(odd) {
				background-color: #424242;
			}
		/*******/

		/************************
		*  Custodian Signature  *
		************************/
			dl#custodianOfRecords {
				border-left: 4px solid #eee;
			}
		/***********************/
	/******************/


	/******************
	*  Footer Styles  *
	******************/
		div#footer {
			background-color: #f2b91e;
		}
		div#c_footer {
			color: #333;
		}
		div#c_footer p#nav_text a {
			color: #333;
			text-transform: uppercase;
		}
		div#c_footer p#copyright a {
			color: #333;
		}
	/*****************/
/******************/


/****************
*  Pages Theme  *
****************/
	/****************************
	*  VIP Members Page Styles  *
	****************************/
		a#btn_joinToday {
			color: #fff;
			text-transform: uppercase;
			background: #898989;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#898989), to(#6a6a6a));
			background: -webkit-linear-gradient(#898989, #6a6a6a);
			background: -moz-linear-gradient(#898989, #6a6a6a);
			background: -ms-linear-gradient(#898989, #6a6a6a);
			background: -o-linear-gradient(#898989, #6a6a6a);
			background: linear-gradient(#898989, #6a6a6a);
			-pie-background: linear-gradient(#898989, #6a6a6a);
			behavior: url(/studios/_theme_default/css/PIE.php);
		}
		a#btn_joinToday:hover {
			color: #fc0;
		}
	/***************************/


	/************************
	*  Contact Page Styles  *
	************************/
		div#c_content form input[type="submit"] {
			/*
				See Themed Elements > Small Buttons
			*/
		}
		div#c_content form input[type="submit"]:hover {
			/*
				See Themed Elements > Small Buttons
			*/
		}
	/***********************/

	/******************************
	*  Shopping Cart Page Styles  *
	******************************/

		div#c_cartHeader p#link_continueShopping span {
			color: #d19e14;
		}
		div#c_cartHeader p#link_continueShopping a {
			color: #f2b91e;
		}

		div#c_shoppingCart {
			border-top: 3px solid #d19e14;
		}
		div#c_shoppingCart div.pageHeader h2 span {
			background-color: #d19e14;
		}
	/*****************************/

	/*************************
	*  Purchase Page Styles  *
	*************************/
		div#c_loginRegister {
			background-color: #424242;
		}

		div#c_cart dl dt img {
			border: 3px solid #f2b91e;
		}
		div#c_existingUsers,
		div#c_newUsers,
		div#c_infoColumn {
			background-color: #333;		
		}
		div#c_existingUsers h3,
		div#c_newUsers h3,
		div#c_salesPitch h3 {
			border-bottom: 3px solid #f2b91e;
		}
		div#c_salesPitch p.txt_mobileAccess {
			border-left: 4px solid #eee;
		}
		div#c_newUsers div.c_3columnForm div.c_checkbox label {
			color: #eee !important;
		}
	/************************/

	/**************************************
	*  Member Login & Register Forms New  *
	**************************************/
		div.overlayWindow2,
		div.overlayWindow2 form div.c_formErrors,
		div.overlayWindow2 div#resetSuccess2 {
			background-color: #333;
		}
		div.overlayWindow2 form {
			border: 1px solid #f2b91e;
			background-color: #424242;
		}
		div.overlayWindow2 form div.c_formErrors,
		div.overlayWindow2 div#resetSuccess2 {
			border: 2px solid #f2b91e;
		}
		div.overlayWindow2 form div.c_formErrors h4,
		div.overlayWindow2 div#resetSuccess2 h4 {
			color: #f2b91e;
		}
		div.overlayWindow2 table div.overlayInfo2 p {
			border-left: 4px solid #eee;
		}

		p.txt_or {
			padding: 5px 0;
			color: #eee;
			font-weight: bold;
		}

	/*************************************/

	/***************
	*  About Page  *
	***************/
		div#slider {
		border: 3px solid #f2b91e;
	}
	/**************/
/***************/

/********************
*  Themed Elements  *
********************/
	/******************
	*  Small Buttons  *  
	******************/
		div.c_pagination ul li.btn_prev a,
		div.c_pagination ul li.btn_next a,
		form#f_siteSearch input[type="submit"],
		div#c_content form input[type="submit"],
		div.overlayWindow2 form input[type="submit"],
		div.overlayWindow2 a.btn_overlayInfo {
			color: #eee;
			font-weight: bold;
			text-transform: uppercase;
			text-shadow: rgba(0,0,0,0.5) 0 1px 2px;
			/**************\
			*  BG Gradient  *********
			*  http://css3pie.com/  *
			************************/
			background: #f2b91e;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2b91e), to(#be9219));
			background: -webkit-linear-gradient(#f2b91e, #be9219);
			background: -moz-linear-gradient(#f2b91e, #be9219);
			background: -ms-linear-gradient(#f2b91e, #be9219);
			background: -o-linear-gradient(#f2b91e, #be9219);
			background: linear-gradient(#f2b91e, #be9219);
			-pie-background: linear-gradient(#f2b91e, #be9219);
			behavior: url(/studios/_theme_default/css/PIE.php);
			/***********************/
		}

		div.c_pagination ul li.btn_prev a:hover,
		div.c_pagination ul li.btn_next a:hover,
		form#f_siteSearch input[type="submit"]:hover,
		div#c_content form input[type="submit"]:hover,
		div.overlayWindow2 form input[type="submit"]:hover,
		div.overlayWindow2 a.btn_overlayInfo:hover {
			text-shadow: rgba(0,0,0,0.5) 0 -1px 2px;
			/**************\
			*  BG Gradient  *********
			*  http://css3pie.com/  *
			************************/
			background: #be9219;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#be9219), to(#f2b91e));
			background: -webkit-linear-gradient(#be9219, #f2b91e);
			background: -moz-linear-gradient(#be9219, #f2b91e);
			background: -ms-linear-gradient(#be9219, #f2b91e);
			background: -o-linear-gradient(#be9219, #f2b91e);
			background: linear-gradient(#be9219, #f2b91e);
			-pie-background: linear-gradient(#be9219, #f2b91e);
			behavior: url(/studios/_theme_default/css/PIE.php);
			/***********************/
		}
	/*****************/
	