html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
html,body,p,div,span,a {
    font-family: 'Overlock', 'cursive';
    font-size: 14pt;
    color: #996699;
}
body {
    color: #f9f9f9;
    padding: 0px;
    margin: 0px;
    background: #9c61ff url('http://preciouspawsgriffons.net/images/pageback2.png') center top repeat-y;
}
img {
    border: 0px;
}

.img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}
a:link,a:visited {
    color: #701aff;
    background-color: transparent;
    text-decoration: underline;
}
a:hover,a:active {
    color: #9c61ff;
    background-color: transparent;
    text-decoration: overline;
}
a.bmenu:link,a.bmenu:visited {
    font-size: 12pt;
    font-weight: bold;
    color: #701aff;
    text-decoration: underline;
}
a.bmenu:hover {
    font-weight: bold;
    text-decoration: overline;
    color: #9c61ff;
}
.celebz {
    padding: 20px;
    padding-bottom: 40px;
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;
    border: 0px solid #000;
}
.celebvid {
    padding: 20px;
    padding-bottom: 20px;
    display: block;
    width: 575px;
    text-align: center;
    margin: 0 auto;
    border: 0px solid #000;
}
#pagediv {
    display: table;
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
	overflow: hidden;
}
#pagedivOLD {
    position: absolute;
    height: auto;
    width: 800px;
    /* 	margin:-288px 0px 0px -384px; */
    
    margin: 0px 0px 0px -384px;
    top: 0px;
    left: 50%;
    text-align: center;
    padding: 0px;
    background-color: #fff;
    border-top: 0px dotted #000000;
    border-bottom: 0px dotted #000000;
    border-left: 0px dashed #C86AFF;
    border-right: 0px dashed #C86AFF;
    overflow: visible;
}
#thumbBox {
    /*Outermost DIV for thumbnail viewer*/
    
    position: absolute;
    left: 400;
    top: 0;
    width: auto;
    padding: 5px;
    padding-bottom: 0px;
    background: #996699;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
}
#thumbBox .footerbar {
    /*Footer DIV of thumbbox that contains \"close\" link */
    
    font: bold 14px;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: #fff;
    padding: 1px;
    text-align: center;
}
#thumbBox #thumbImage {
    /*DIV within thumbbox that holds the enlarged image */
    
    background-color: white;
}
#thumbLoading {
    /*DIV for showing \"loading\" status while thumbbox is being generated*/
    
    position: absolute;
    visibility: hidden;
    border: 2px solid black;
    background-color: #996699;
    padding: 5px;
    z-index: 100;
}
.clear {
    background: transparent;
    clear: both;
    height: 1px;
    overflow: hidden;
    line-height: 1%;
    font-size: 0px;
    margin-bottom: -1px;
}
#dhtmltooltip {
    position: absolute;
    top: -70px;
    left: 150px;
    width: 60px;
    height: 60px;
    padding: 2px;
    background-color: none;
    visibility: hidden;
    z-index: 100;
}
hr {
    border: 0;
    width: 100%;
    color: #C86AFF;
    background-color: #C86AFF;
    height: 1px;
}
.innertube {
    margin: 10px;
    /*Margins for inner DIV inside each column (to provide padding)*/
    /*margin-top: 20px;*/
    /*Margins for inner DIV inside each column (to provide padding)*/
}
.socialicons2 img {
    /* 2nd set of icons. Rotate them 60deg onmouseover and out */
    
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.socialicons2 img:hover {
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.puppies {
    border-radius: 25px 25px 25px 25px;
    border: 2px solid #9c61ff;
}
/* NEW STYLES*/
.text_top{
	font-size:30pt;
	line-height:.5em;
	margin: 20px 0 0 0;
	padding: 0;
}
p.page_header{
	font-size:45pt;
	line-height:.5em;
}
.mobile-show{
	display: none;
}
.home_image_1{
	margin:0px; 
	border: 2px solid #9c61ff; 
	border-radius:25px 0px 0px 25px;	
}
.home_image_2{
	margin:0px; 
	border: 2px solid #9c61ff; 
	border-radius:0px 25px 25px 0px;	
}
/* TABLET */
@media (min-width:768px) and (max-width:991px) {
	.home_image_1,.home_image_2{
		margin:0px auto 10px auto; 
		border: 2px solid #9c61ff; 
		border-radius:25px;	
	}
	p.page_header{
		font-size:45pt;
		line-height:48pt;
		margin: 10px 0 0 0;
		padding: 0;
	}
}
/* MOBILE */
@media (max-width:767px) {
	#pagediv {
		display: block;
		width: 100%;
	}
	img{
		display: block;
		max-width: 100%;
		height: auto;
		margin:0px auto 10px auto; 
	}
	img.domroll{
		display: inline-block;
		margin: 4px;
	}
	p.page_header{
		font-size:45pt;
		line-height:44pt;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.home_image_1,.home_image_2{
		margin:0px auto 10px auto; 
		border: 2px solid #9c61ff; 
		border-radius:25px;	
	}
	.footer{display: none;}
	.mobile-hide{display: none;}
	.mobile-show{display: block}
}