.logoContainer {
	margin: 10px 20px 15px 20px;
}
.logoContainerTwo {
	margin: 5px 40px 10px 40px;
}
.logoContainer img {
	width: 100%;
}
.logoContainerTwo img {
	width: 100%;
}
.ui-header.ui-bar-c {
	background-color: #FF9CFB;
}
.ui-header.ui-bar-d {
	background-color: #006D7F;
}
.ui-header.ui-bar-e {
	background-color: #79BC19;
}
h1.ui-title.cultHeaderColor {
	color: white;
	text-shadow: none;
}
h2.ui-title {
	text-shadow: none;
}
section.mainPageTxtBox {
	padding: 5%;
	margin: 5%;
	border: 2px solid rgb(255, 156, 251);
	border-radius: 10px;
	background-color: rgb(231, 231, 231);
}
section.secondaryPageTxtBoxMusic {
	padding: 5%;
	border: 2px solid rgb(255, 156, 251);
	border-radius: 10px;
	/*background-color: rgb(231, 231, 231);*/
	/*background-image: url("icons_logos/music_icon_tran.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
section.secondaryPageTxtBoxGames {
	padding: 5%;
	border: 2px solid #006D7F;
	border-radius: 10px;
	/*background-color: rgb(231, 231, 231);*/
	/*background-image: url("icons_logos/trophy_icon_tran.svg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
section.secondaryPageTxtBoxMovies {
	padding: 5%;
	border: 2px solid #79BC19;
	border-radius: 10px;
	/*background-color: rgb(231, 231, 231);*/
	/*background-image: url("icons_logos/vid_icon_tran.svg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
section article p {
	color: gray;
	text-shadow: none !important;
}
.ui-footer.mainFoot {
  /*padding-bottom: 100%;*/
  /*margin-bottom: 100%;*/
  /*position: bottom;*/
 }
 .ui-footer.subFoot {
 	/*padding-bottom: 100%;
 	height: 100px;*/
 	/*position: bottom;*/
 }
 .ui-footer.imageOne {
 	/*height: 50px;*/
 }
 h4.ui-title {
  color: rgb(219, 219, 219);
  font-weight: 100;
  font-style: none;
  text-shadow: none !important;
  bottom: 0;
}
div.placeHolder img{
	width: 200px;
	height: 200px;
	/*border: 3px solid red;*/
	border-radius: 200px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
div.imageHolder img{
	width: 200px;
	height: 200px;
	border: 5px solid white;
	border-radius: 200px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
div.catMenuImageGroup {
	text-align: center;
	margin-top: 20px;
}
img.catMenu {
	width: 100px;
	height: 100px;
	border: 5px solid #FF9CFB;
	border-radius: 200px;
    display:inline-block;
    padding:0px;
    margin-bottom: 30px;

}
img {
	max-width: 100%;
}
.moreContent {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
  	border-bottom-left-radius: 30px;
  	border-bottom-right-radius: 30px;
}
.moreContent h4 p {
	text-align: center;
}
.moreContent h4 {
	background-color: gray;
	margin-top: 0;
	color: white;
	text-shadow: none;
	padding: 10px 20px 10px 20px;
}
.moreContent p {
	text-shadow: none;
	font-size: .8em;
	padding: 10px 20px;
	margin-top: -10px;
}
.subMenuButtons {
	margin-top: 30px;
}
.ui-header.ui-bar-inherit.music.itemHeaderTitle {
	background-color: #FF9CFB;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
.ui-header.ui-bar-inherit.games.itemHeaderTitle {
	background-color: #006D7F;
	margin-top: 0;
	border: none;
}
.ui-header.ui-bar-inherit.movies.itemHeaderTitle {
	background-color: #79BC19;
	margin-top: 0;
	border: none;
}
.ui-header h1.ui-title {
	text-shadow: none;
	padding: 0;
	padding-top: 3px;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: .1em;
	font-size: 2em;
	font-family: 'Qwigley', cursive;
}
.ui-header h5.ui-title {
	text-shadow: none;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 2px;
	color: white;
	font-weight: lighter;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: .1em;
	font-size: .9em;
}
/*
 .ui-icon-music {
	background-image: url("icons_logos/music_icon.svg");
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
 .ui-icon-trophy {
	background-image: url("icons_logos/trophy_icon.svg");
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
 .ui-icon-vid {
	background-image: url("icons_logos/vid_icon.svg");
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
*/
.ui-btn-icon-left:after {
	display: none;
}
.ui-footer.ui-bar-inherit {
	background-color: #000000;
}
.ui-footer.divider.games {
 	height: 30px;
 	background-color: #006D7F;
}
.ui-footer.divider.movies {
 	height: 30px;
 	background-color: #79BC19;	
}
.ui-footer.divider.music {
 	height: 30px;
 	background-color: #FF9CFB;	
}


/***************** My Unique Icons **********************/

			/**** Main Menu Alt Start *****/





			/**** Main Menu Alt Icons End *****/

			/**** Sub Menu Alt Icons Start *****/



			/**** Sub Menu Alt Icons End *****/


/***************** End - My Unique Icons **********************/

			/** -- Image Links Bottom -- **/

a.ui-link.ui-btn.ui-shadow.ui-corner-all {
	font-size: 0;
}
img.timeCaps {
	max-width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*************************** Main Item Background Image *******************/

/*************** Music **************************************/

.contentChem.ui-content {
	background-image: url("images/music/chem_bros_digurown.jpg");
}
.contentNirv.ui-content {
	background-image: url("images/music/nirvana_nvr_mind.jpg");
}
.contentRem.ui-content {
	background-image: url("images/music/rem_automatic.jpg");
}

/*************** Games **************************************/

.contentMineSol.ui-content {
	background-image: url("images/games/mine_solit_combnd.jpg");
}
.contentSuper.ui-content {
	background-image: url("images/games/supermario_64.jpg");
}
.contentWolf.ui-content {
	background-image: url("images/games/wolf3d.jpg");
}

/*************** Movies **************************************/

.contentJpark.ui-content {
	background-image: url("images/movies/jurrasic_prk_poster.jpg");
}
.contentMat.ui-content {
	background-image: url("images/movies/matrix_poster.jpg");
}
.contentToy.ui-content {
	background-image: url("images/movies/toystory_poster.jpg");
}

/*************************** Main Item Background Image *******************/

.moreContent {
  	background-color: white;
}
.ui-controlgroup.ui-controlgroup-horizontal.ui-corner-all.ui-mini {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ui-controlgroup.ui-controlgroup-horizontal.ui-corner-all {
  text-align: center;
}
/*.frontSpace.ui-content{
	/*background-image: url("images/cover/splash_image_vrsn2.jpg");
	background: url("images/cover/splash_image_vrsn2.jpg");
    background-repeat:repeat-y;
    background-position:center center;
    background-attachment:scroll;
    background-size:100% 100%;
}*/
/*.frontSpace.ui-content{
	background: url("images/cover/splash_image_vrsn2.jpg") !important;
	background-attachment:fixed;
	background-size:cover;
}*/
/*.frontSpace.ui-content{
	background-image: url("images/cover/splash_image_vrsn2.jpg");
  	background-repeat: no-repeat;
}*/
.frontSpace.ui-content{
	background: url("images/cover/splash_image_vrsn2.jpg") no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	-moz-background-size: cover;
  	position: fixed;
  	/*top: 0;*/
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 0;
  	padding: 0;
}
img.catMenu {
  width: 200px;
  height: 200px;
  border: 5px solid gray !important;

}
.games.itemHeaderTitle.ui-header.ui-bar-inherit {
  margin-left: 0;
  margin-right: 0;
}
.movies.itemHeaderTitle.ui-header.ui-bar-inherit {
  margin-left: 0;
  margin-right: 0;
}
.music.itemHeaderTitle.ui-header.ui-bar-inherit {
  margin-left: 0;
  margin-right: 0;
}





