/*
 * CSS Author: Andrew Papacostas
 * Version: 1.3
 * Last update: 6/27/2017
 * All content created for and owned by Yorkies of Madeira Ranch unless otherwise noted
 */

/* Margin and Padding Reset*/

* { padding: 0; margin: 0;}

/* Set body background image and generic color if image fails */
html,body 
{
	background: #f4f1e5 url(Images/SiteUseImages/webtreats-seamless-cloud-4.jpg); /* image thanks to: http://webtreats.mysitemyway.com/ */
   	font: 1em helvetica, sans-serif;
   	cursor: url('http://www.snazzyspace.com/cursorsfolder/dog-paw.png'), auto;
}

/* Custom Cursor */
html,body, a, a:hover
{
	cursor:url('http://www.snazzyspace.com/cursorsfolder/dog-paw.png'), auto;
}
/* Container wraps main content, narrows the space used, and centers it.
 * uses rgba for alpha effect. */

#container
{
	position: relative; 
	top: 0; 
	bottom: 10px;
	margin: auto; 
	background: rgba(255, 153, 203, .5);
	width: 980px; 
	min-height: 1255px;
	overflow-y:hidden;
	border:#000000 solid 2px;
	border-bottom: #000000 solid 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.6);		
}

/* Header positioned at top-center of page */
header
{
	background:#FF3399; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FF3399, #ff66b3,  #ffe5f2); 
    background: -o-linear-gradient(#FF3399, #ff66b3,  #ffe5f2); 
    background: -moz-linear-gradient(#FF3399, #ff66b3,  #ffe5f2); 
    background: linear-gradient(#FF3399, #ff66b3,  #ffe5f2); 
   	width: 980px; 
   	height: 292px;
   	margin: auto; 
   	margin-top:20px;
   	padding: 10px; 
   	position:relative; 
   	bottom:10px;
	border:#000000 solid 2px; 
	border-bottom: solid #000000 4px; 
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.6);	
}

/* Positions and rounds the small picture in the header */
.headerPhoto
{
	float: left;
	position:absolute;
	bottom:10px;
	left: 55px;
	width: 200px;
	height: 200px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

/* Positions title picture */
.titleImage
{
	position:absolute;
	top: 40px;
	right: 30px;
	
}

/* Positions subTitle picture */
.subTitleImage
{
	position:absolute;
	bottom: 80px;
	right: 60px;
}

.socialHeader
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 40px;
	margin: 10px 50px 20px 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

h1
{
	font-family: 'Gravitas One', cursive;
	font-size: 40px;  
	color: #9a00e6;
	margin: 15px 5px 5px 5px; 
}

h2
{
	font-family: 'Rosario', sans-serif;
	font-size: 22px;
	color: #9A00E6;
	margin: 5px 25px 5px 5px; 
}

li
{
	list-style: square;
}

/* Special style used on specific words, such as the ones on yorkieFacts page  */
.boldStyle
{
	font-weight:bold;
	color: #0099FF;
}

/* Styles the div element that displays updates for new or upcoming puppies */

.infoBox
{
	float:left;
	width:945px;
	min-height:50px;
	margin: 10px 5px 5px 15px;
	font-family: 'Rosario', sans-serif;
	border:#000000 solid 1px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.infoBox p
{	
	position:relative;
	margin:15px 5px 5px 5px;
	text-align: center;
}

.newInfoText
{
	color: #ff1a1a;
    color: linear-gradient(#FF3399, #ff66b3,  #ffe5f2); 
	font-family: 'Gravitas One', cursive;
	font-weight:bold;
	text-shadow: 2px 2px 4px #000000;
	width:415px;
	position:relative;
	margin: auto;
	left:260px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	border:#000000 solid 1px;
	
}
/* ------- End of puppyNewsandInfo elements ------- */


/* Style the div elements that display the new puppies */

.puppyProfileBoy, .puppyProfileGirl
{
	position: relative;
	width: 920px;
	height: 390px;
	float:left;
	margin: 20px 0 10px 30px;
	background-color: rgba(191, 191, 191, .5);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.6);	
}

.puppyProfileBoy p, .puppyProfileGirl p
{
	float:left;
	margin: 5px 5px 10px 25px;
}

.puppyProfileBoy h2, .puppyProfileGirl h2
{
	font-family: 'Gravitas One', cursive;
	font-size: 28px;  
	color: #9a00e6;
	margin: 10px 0 0 20px;
}

.puppyList
{
	float: left;
	margin: 20px 30px 10px 60px;
	width: 820px;
}

.puppyProfileBoy ul, .puppyProfileGirl ul
{
	float: left;
	margin: 0 30px 0 30px;
	width: 200px;
}
.puppyProfileBoy li, .puppyProfileGirl li
{
	font-size: 16px;
	font-family: 'Rosario', sans-serif;
}

.puppyProfileBoy img, .puppyProfileGirl img
{
	float:left;
	width: 160px;
	height: 150px;
}

.puppyProfileBoy
{
	border: 2px solid #0099ff;
}

.puppyProfileGirl
{
	border: 2px solid #FF66B3;
}

.puppyDetail
{
	position: relative;
	float:left;
	margin: 60px 10px 10px 10px;
	width: 150px;
}

.puppyProfileNoList
{
	position: relative;
	top:100px;
}
/* ------- End of puppy display div elements ------- */

/* Styles that define the elements on the Forver Home page */
#foreverHomeSign
{
	position:relative;
	width: 710px
	height: 260px;
	margin: 20px 0 10px 135px;
	
}

.foreverBoard
{
	margin: 0 0 10px 0;
	position: relative;
	width: 980px;
	height: 980px;
}

#foreverInfo
{
	width:945px;
	min-height:50px;
	margin: 10px 5px 5px 15px;
	font-family: 'Rosario', sans-serif;
	border:#000000 solid 1px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
#foreverInfo p
{	
	position:relative;
	margin:15px 5px 5px 5px;
	text-align: center;
}

.foreverPuppy1 img, .foreverPuppy2 img, .foreverPuppy3 img, .foreverPuppy4 img, .foreverPuppy5 img, .foreverPuppy6 img, .foreverPuppy7 img, .foreverPuppy8 img, .foreverPuppy9 img
{
	width: 165px;
	height: 165px;
}
.foreverPuppy1
{
	position: absolute;
	top:92px;
	left:107px;
	-webkit-transform: rotate(-15deg) scale(1);
 	-moz-transform: rotate(-15deg) scale(1);
 	-o-transform: rotate(-15deg) scale(1);
 	transform: rotate(-15deg) scale(1);
 	width: 165px;
 	height: 165px;
}

.foreverPuppy2
{
	position: absolute;
	top:135px;
	left:407px;
	-webkit-transform: rotate(10deg) scale(1);
 	-moz-transform: rotate(10deg) scale(1);
 	-o-transform: rotate(10deg) scale(1);
 	transform: rotate(10deg) scale(1);
 	width: 165px;
 	height: 165px;
}
.foreverPuppy3
{
	position: absolute;
	top: 110px;
	right: 93px;
	width: 165px;
	height 165px;
	-webkit-transform: rotate(12deg) scale(1);
 	-moz-transform: rotate(12deg) scale(1);
 	-o-transform: rotate(12deg) scale(1);
 	transform: rotate(12deg) scale(1);
}
.foreverPuppy4
{
	position: absolute;
	width: 165px;
	height 165px;
	top: 410px;
	left: 108px;
	-webkit-transform: rotate(-8deg) scale(1);
 	-moz-transform: rotate(-8deg) scale(1);
 	-o-transform: rotate(-8deg) scale(1);
 	transform: rotate(-8deg) scale(1);
}
.foreverPuppy5
{
	position: absolute;
	width: 165px;
	height 165px;
	top:420px;
	left:417px;
	-webkit-transform: rotate(-20deg) scale(1);
 	-moz-transform: rotate(-20deg) scale(1);
 	-o-transform: rotate(-20deg) scale(1);
 	transform: rotate(-20deg) scale(1);
}
.foreverPuppy6
{
	position: absolute;
	top: 406px;
	right: 106px;
	width: 165px;
	height 165px;
	-webkit-transform: rotate(10deg) scale(1);
 	-moz-transform: rotate(10deg) scale(1);
 	-o-transform: rotate(10deg) scale(1);
 	transform: rotate(10deg) scale(1);
}
.foreverPuppy7
{
	position: absolute;
	width: 165px;
	height 165px;
	bottom:81px;
	left:121px;
	-webkit-transform: rotate(-25deg) scale(1);
 	-moz-transform: rotate(-25deg) scale(1);
 	-o-transform: rotate(-25deg) scale(1);
 	transform: rotate(-25deg) scale(1);	
}
.foreverPuppy8
{
	position: absolute;
	width: 165px;
	height 165px;
	bottom:81px;
	left:437px;
	-webkit-transform: rotate(15deg) scale(1);
 	-moz-transform: rotate(15deg) scale(1);
 	-o-transform: rotate(15deg) scale(1);
 	transform: rotate(15deg) scale(1);
}
.foreverPuppy9
{
	position: absolute;
	bottom:100px;
	right:88px;
	width: 165px;
	height 165px;
}

/* ------- End of forver home styles ------- */

/* Styles text content that needs to be displayed on the left side of the page */
.leftSideTextContent
{
	margin: 10px 5px 5px 5px;
	position: absolute;
	left: 0;
	top:0;
	width: 620px;
	height: auto;
}

.leftSideTextContent ul, p
{
	font-family: 'Rosario', sans-serif;
	font-size:19px; 
	margin:5px;
}

.leftSideTextContent h1
{
	width: 660px;
	margin-left: 10px;
}

.leftSideTextContent ul
{
	margin-left: 40px;
}

.leftSideTextContent p
{
	margin-left: 20px;
}
/* ------- End of leftSideTextContent elements ------- */

/* Creates space between the list elements on yorkieFacts page */
#yorkieFactList li
{
	margin-bottom: 20px
}

/* Styles aside elements and the images contained, to position them on the right side of the page  */
.rightSidePictureContent
{
	float:right;
	position:absolute;
	right:0;
	top:0;
	margin-left:5px;
	padding:10px;
	width: 327px;
}

.rightSidePictureContent img
{
	width: 225px;
	height: 225px;
}
/* ------- End of rightSidePictureContent elements ------- */

/* Styles text content that has no aside so that text is displayed evenly across page */
.textContentNoAside
{
	margin: 10px 5px 5px 5px;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Rosario', sans-serif;
	width: 945px;
	height:auto;	
}

/* Styles pictures used in textContentNoAside elements */
.nonAsidePicture
{
	float: right;
	width: 225px;
	height:225px;
	margin: 0 20px 10px 10px;
	border: 2px solid #FFFFFF;
	box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.6);	
}

/* General style for all page links */
a
{
	color:#0099ff;
	text-decoration: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 22px;
}

/* Change color on hover */
a:hover
{
	color: #FF66B3;
}

/* Styles primary top of page navigation */
#mainNavigation
{
	width: 980px;
	height: 55px;
	margin: auto;
	position: relative;
	top:0;
	bottom:0;
	background: rgba(243, 171, 244, 1);
	background: -webkit-linear-gradient(left top,#ef8ef0, #ffe5f2); 
	background: -o-linear-gradient(bottom right, #ef8ef0, #ffe5f2); 
	background: -moz-linear-gradient(bottom right, #ef8ef0, #ffe5f2); 
	background: linear-gradient(to bottom right, #ef8ef0,  #ffe5f2); 
	border: #000000 solid 3px;
	box-shadow: 0 5px 0 rgba(100,100,80,0.6);
	-webkit-box-shadow: 0 5px 0 rgba(100,100,80,0.6);
	-moz-box-shadow: 0 5px 0 rgba(100,100,80,0.6);
	
}

#mainNavigation li 
{
	float: left;
 	list-style: none;
 	margin: 9px 15px 0 15px;
}

#mainNavigation li a
{
 	float: left;
 	padding: 5px;
}

/* ------- End of mainNavigation elements ------- */

/* Creates a left roation effect */
.left a:hover 
{
 -webkit-transform: rotate(-10deg) scale(1.1);
 -moz-transform: rotate(-10deg) scale(1.1);
 -o-transform: rotate(-10deg) scale(1.1);
 transform: rotate(-10deg) scale(1.1);
}

/* creates a right rotation effecet */ 
.right a:hover 
{
 -webkit-transform: rotate(10deg) scale(1.1);
 -moz-transform: rotate(10deg) scale(1.1);
 -o-transform: rotate(10deg) scale(1.1);
 transform: rotate(10deg) scale(1.1);
}

/* Styles bottom of the page navigation */
footer
{
	background-color: #808080; 
	color:#000000; 
	width:980px; 
	height: 164px; 
	margin: auto; 
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.6);	
}

footer a
{
	font-size: 16px;
	color: #FFFFFF;
}

/* Div elements seperating different types of links, sets them side by side and space appart */
#checkUsOut, #legal, #getInTouch
{
	height: 100px;
	width: 270px;
	margin: 10px 0 0 35px;
	float:left;
}

/* styles special subfooter information */
#subFooter
{
	height: 54px;
	width: 960px;
	float:left;	
}

#subFooter p
{
	font-size: 14px;
	float:left;
	margin: 10px 0 0 15px;
}
/* ------- End of subFooter elements ------- */

/* ------- Testimonial Styles ------- */

.personalTestimonial
{
	float: left;
	border-top: solid #0099FF 5px;
	border-bottom: solid #FF66B3 5px;
	margin: 20px 5px 0 5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.personalTestimonial p
{
	display:inline-block;
}

