/*  Hollywoodpetz.com CSS */


@charset "UTF-8";
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: medium;
	width: 100%;
	color: #909;
  
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #000;
	background-color: #FEC2FE;
}
 /**************removes the red dotted line on links***************/
 a, a:active, a:focus{
	outline:none !important;
}
/******************LINK white areas*******************************/

#outerWrapper #contentWrapper #content a,  a:link {
	color: #000;
	text-decoration: none;
}
/*  visited links. */
#outerWrapper #contentWrapper #content a:visited {
	color: #000;
	text-decoration: none;
}
/*  mouseover. */
#outerWrapper #contentWrapper #content a:hover {
	color: #000;
 
}
/*   focus. */
#outerWrapper #contentWrapper #content a:focus {
	color: #000;
}
/*  activated/clicked. */
#outerWrapper #contentWrapper #content a:active {
	color: #000;
}

/******************LINK pink areas*******************************/

#outerWrapper #contentWrapper #rightColumn1 a,  a:link {
	color: #000;
	text-decoration: none;
}
/* visited links. */
#outerWrapper #contentWrapper #rightColumn1 a:visited {
	color: #666;
   text-decoration: none;
}
/*  mouseover. */
#outerWrapper #contentWrapper #rightColumn1 a:hover {
   color: #000;
   text-decoration: none;
 
}
/*   focus. */
#outerWrapper #contentWrapper #rightColumn1 a:focus {
	color: #000;
}
/*   activated/clicked. */
#outerWrapper #contentWrapper #rightColumn1 a:active {
	color: #999;
}
/******************TEXT white areas**************************/
#outerWrapper #contentWrapper #content  p {
	color: #000;
	font-size: 100%;
 	line-height: Normal;
}

#outerWrapper #contentWrapper #content  h1 {
	color: #7E0E76;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}
 
#outerWrapper #contentWrapper #content  h2 {
	color: #999;
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
}
 
#outerWrapper #contentWrapper #content  h3 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content  h4 {
	color: #000;
	font-size: 100%;
	line-height: Normal;
}
#outerWrapper #contentWrapper #content  h5 {
	color: #000;
	font-size: 100%;
	line-height: normal;
	margin-left: 10px;   /*indent*/
	padding: 10px;
}
#outerWrapper #contentWrapper #content   h6 {
	color: #000;
	font-size: 90%;
 	line-height: Normal;
	text-transform: uppercase;
}
/******************TEXT dark/pink areas**************************/
#outerWrapper #contentWrapper #leftColumn1  p {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1  h1 {
	color: #999;
	font-size: 120%;
	font-weight: bold;
}
 
#outerWrapper #contentWrapper #leftColumn1 h2 {
	color: #999;
	font-size: 110%;
	font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h3 {
	color: #999;
	font-size: 100%;
	font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h4 {
	color: #FE49FE;
	font-size: 90%;
	font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 h5 {
	color: #999;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	padding: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 h6 {
	color: #FF49FE;
	font-size: 70%;
	font-weight: bold;
}
/*******************footer LINK STYLES (dark)******************/

 #footer a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
 
 #footer a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
 
}
 
 #footer a:hover {
	color: #666;
    text-decoration: none; 	
}
 
 #footer a:focus {
	color: #666;
    text-decoration: none;	
}
 
#footer a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
/********************footer TEXT Styles**********************/
#outerWrapper #footer h1 {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #footer h2 {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #footer h3 {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}
#outerWrapper #footer h4 {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	line-height: Normal;
}
#outerWrapper #footer h5 {
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	padding: 10px;
}
#outerWrapper #footer h6 {
	color: #FFF;
	font-size: 90%;
 	line-height: Normal;
}
/******************END TEXT STYLES******************/

 
#outerWrapper {
	margin: 10; /*  (top, right, bottom, left) */
	text-align: left;  
	width: 100%;
	background-color: #FEC2FE;

  
}
#outerWrapper img {
	max-width: 100%;
	height: auto;
  }
	
#outerWrapper #header {
	background-color: #FEC2FE;
 
}
#outerWrapper #header img {
	display: block;
	max-width: 100%;
 	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 auto;
	text-align:  center;/* 3 lines-------centers header*/
}

/*NAVIGATION* #outerWrapper #topNavigation ***see SPRY**/


#outerWrapper #contentWrapper {
	width: 100%;
	float: left;
	height: auto;
	background-color: #FEC2FE;
	color: #666;
	padding: 0px;
}


#outerWrapper #contentWrapper #leftColumn1 { 
    float: left; 
	width: 25%;
	height: auto;
	margin-top: 0; 
 	margin-right; 5px;
	padding-right:5px;
	margin-left: 5px;
	padding-left: 5px;
    background-color: #FEC2FE;
 	color: #630; 
}

#outerWrapper #contentWrapper #leftColumn1 #content img{
    width: 100%;
    height: auto;
    padding: 10px;
}
 
#outerWrapper #contentWrapper #content {
	margin-top: 5;
	margin-left: 25%;
	padding-left: 10px;
	margin-bottom: 0;
	margin-right: 0;
	background-color: #FFF;
	padding-right: 0;
	vertical-align: bottom;
	color: #666;
	width: auto;
	float: none;

 }

#outerWrapper #contentWrapper #content img {
	max-height: 100%;  /* use next 3 lines display shrinking images*/
	width: auto;
 	display: block;
	border-width: 5px;
	padding: 0 10 0 10;
	vertical-align: top !important;
}

#outerWrapper #footer {
	background-color: #E93FDD;
 	padding: 10px;
	color: #CCC;
}
 
#mySidebar {
	background-color: #FEC2FE;
	padding-bottom: 600px;
    padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px; /*can be negative to go higher but may overwrite menu*/
  }
#contentWrapper .w3-button.w3-xlarge.w3-hide-large {
	color: #000;
	background-color: #FEC2FE;  /*lt pink*/
}
#contentWrapper #leftColumn1 #mySidebar .w3-bar-item.w3-button.w3-hide-large {
	color: #000;
	background-color: #FEC2FE;  /*lt pink*/
}
 
.sharebox {
	float: right;
	width: auto;
	height: auto;
	clear: both;
}
.whitebox {
	color: #ccc;
}

/****************Custom scrollbars******************/
 /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF49FE; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FF49FE; 
}

/*************3 line open and close for slider**************/

/***************MAIN 3col version of responsive block .....BLOCKS ******allpgs, sitemap******/ 
.blocks-container {
 	width: 100%;
	height: calc(100% - 29%);
	left: 5px;
}

.blocks {              /*block code for ads bottom main content*/
	width: 29%;
	height: auto;
 	border: 0px;
    padding: 5px:
    float: left;
	vertical-align: top;
	display: inline-block;   /*these contain the text in the block*/      
}   

@media (max-width: 560px) {
    .blocks {
        width: 100%;
    }
 
/*----------------2 block container responsive-----------------------*/	
	
.box-container {
 
	width: 100%;
	height: calc(100% - 50%);
   	left: 5px;
}
 

.box {       
    width: 49%;
    height: auto;
    border: 0px;
	margin-left: 4px;
	font-size: 130%;
	text-width: 49%;
    padding: 0px:
    float: left;
    display: inline-block;   
	vertical-align: top;
}   

@media (max-width: 600px) {
    .box {
        width: 100%;
    }
/*end 2 block responsive*/
  
