@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	/*width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;*/
}
#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*@font-face {
	font-family: 'DiaperLovingBlocks';
	url('images/DiaperLovingBlocks.ttf')  format('truetype');
	font-weight: normal;
    font-style: normal; 
}*/
@font-face {
  font-family: 'DiaperLovingBlocks';
  src: url('DiaperBlocks.TTF?') format('TTF'), url('DiaperBlocks.ttf') format('TTF'), url('DiaperBlocks.TTF') format('truetype');
}


#header {
	background-image: url(images/Banner.png);
	width: 100%;
	height: 100px;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
	font-family: "DiaperLovingBlocks", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}
#header2 {
	background-image: url(images/fff2.jpg);
	width: 100%;
	height: 100px;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
	font-family: font-family: "DiaperLovingBlocks", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 50;
}
#slideshow1,#slideshow2,#slideshow3,#slideshow4,#slideshow5,#slideshow6,#slideshow7,#slideshow8,#slideshow9,.slideshow0, #slideshow10, #slideshow11, #slideshow12, #slideshow13, #slideshow14, #slideshow15, #slideshow16, #slideshow17, #slideshow18, #slideshow19, #slideshow20, #slideshow21, #slideshow22, #slideshow23, #slideshow24, #slideshow25, #slideshow26, #slideshow27, #slideshow28, #slideshow29, #slideshow30 { 
	margin: 10px auto;
    position: relative;
    width: 240px; 
    height: 160px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow1 div,#slideshow2 div,#slideshow3 div,#slideshow4 div,#slideshow5 div,#slideshow6 div,#slideshow7 div,#slideshow8 div,#slideshow9 div, .slideshow0 div, #slideshow10 div, #slideshow11 div, #slideshow12 div, #slideshow13 div, #slideshow14 div, #slideshow15 div, #slideshow16 div, #slideshow17 div, #slideshow18 div, #slideshow19 div, #slideshow20 div,  #slideshow21 div, #slideshow22 div, #slideshow23 div, #slideshow24 div, #slideshow25 div, #slideshow26 div, #slideshow27 div, #slideshow28 div, #slideshow29 div, #slideshow30 div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.itemname, h2 {
	font-size: 20px;
	font-weight: bold;
}

.itemdescription {
	font-size: 16px;
	width: 90%;
	margin-left: 5%;
}
h3 {
	/*	This makes text normal	*/
	font-size: 14px;
	display: inline;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}
.bigfont {
	font-size: 20px;
}
.mediumfont {
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	
}
#headerlogo {
	display: none;
}
#redtext {
	font-weight: bold;
	font-size: 26px;
	color: #008E11;
}
#redtext2 {
	font-weight: bold;
	font-size: 22px;
	color: #008E11;
}
.oos {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
}
.greentextsmall {
	font-weight: bold;
	font-size: 12px;
	color: #00A000;
}
.greentext {
	font-weight: bold;
	font-size: 16px;
	color: #00A000;
}
.safe {
	font-weight: bold;
	font-size: 16px;
	color: #00A000;
}
.itemname {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.thankyou {
	font-weight: bold;
	font-size: 20px;
	color: #FF00FF;
}
.hidden { display: none; }
.unhidden { display: block; color: #008000;}
.details, .details a:visited, .details a:link {
	font-size: 16px;
	color: #000FF;
	text-decoration: none;
}
.text {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
  color: green;
  font-size: 0.8em;
  font-family: sans-serif;
  text-transform: uppercase;
}
.yes {
	  color: Red;
	  font-size: 22px;  
}
.mymove{
	-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
	/*text-decoration: line-through;
	text-decoration-color: red;*/
}

/*To change email method*/
@media only screen and (max-width:979px) {
#emailsizePhone {display: show;}
#emailsizePC {display: none;}
}
@media only screen and (min-width:980px) {
#emailsizePhone {display: none;}
#emailsizePC {display: show;}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	/*width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;*/
}
#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	background-image: url(images/Banner.png);
	width: 100%;
	height: 150px;
	background-size: cover;
 	-moz-background-size: cover;  /* Firefox 3.6 */
  	background-position: center;  /* Internet Explorer 7/8 */
 	font-family: "DiaperLovingBlocks", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	
}

#slideshow1,#slideshow2,#slideshow3,#slideshow4,#slideshow5,#slideshow6,#slideshow7,#slideshow8,#slideshow9,.slideshow0, #slideshow10, #slideshow11, #slideshow12, #slideshow13, #slideshow14, #slideshow15, #slideshow16, #slideshow17, #slideshow18, #slideshow19, #slideshow20, #slideshow21, #slideshow22, #slideshow23, #slideshow24, #slideshow25, #slideshow26, #slideshow27, #slideshow28, #slideshow29, #slideshow30 { 
    margin: 10px auto; 
    position: relative;
    width: 240px; 
    height: 160px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow1 div,#slideshow2 div,#slideshow3 div,#slideshow4 div,#slideshow5 div,#slideshow6 div,#slideshow7 div,#slideshow8 div,#slideshow9 div, .slideshow0 div, #slideshow10 div, #slideshow11 div, #slideshow12 div, #slideshow13 div, #slideshow14 div, #slideshow15 div, #slideshow16 div, #slideshow17 div, #slideshow18 div, #slideshow19 div, #slideshow20 div,  #slideshow21 div, #slideshow22 div, #slideshow23 div, #slideshow24 div, #slideshow25 div, #slideshow26 div, #slideshow27 div, #slideshow28 div, #slideshow29 div, #slideshow30 div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.itemname, h2 {
	font-size: 24px;
	font-weight: bold;
}

.itemdescription {
	font-size: 16px;
	width: 80%;
	margin-left: 10%;
	font-weight: normal;
	white-space: normal;
}
h3 {
	/*	This makes text normal	*/
	font-size: 16px;
	display: inline;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}
.bigfont {
	font-size: 24px;
}
.mediumfont {
	font-size: 16px;
}
#headerlogo {
	display: inline;
	
	min-width: 20%;
	max-width: 20%;
	height: 100%;
	pointer-events: none;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#redtext {
	font-weight: bold;
	font-size: 30px;
	color: #008E11;
}
#redtext2 {
	font-weight: bold;
	font-size: 26px;
	color: #008E11;
}
.oos {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #ff0000;
}
.greentext {
	font-weight: bold;
	font-size: 20px;
	color: #00A000;
	margin-left: 2%;
	margin-right: 2%;
}
.greentextsmall {
	font-weight: bold;
	font-size: 14px;
	color: #00A000;
}
.safe {
	font-weight: bold;
	font-size: 20px;
	color: #00A000;
}
.itemname {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.thankyou {
	font-weight: bold;
	font-size: 24px;
	color: #FF00FF;
}
.details, .details a:visited, .details a:link {
	font-size: 20px;
	color: #000FF;
	text-decoration: none;
}
.text {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	color: green;
	font-size: 0.9em;
	font-family: sans-serif;
	text-transform: uppercase;
}






@media only screen and (min-width: 409px) {
	#header {
	background-image: url(images/Banner.png);
	width: 100%;
	height: 200px;
	background-size: cover;
  	-moz-background-size: cover;  /* Firefox 3.6 */
  	background-position: center;  /* Internet Explorer 7/8 */
  	font-family: "DiaperLovingBlocks";
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 70px;
}


}



/*#emailsizePC {
	  display: show; 
}
#emailsizePhone {
	  display: none; 
}*/




}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	/*width: 88.2%;*/
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	/*max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;*/
	margin: auto;
}
#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	background-image: url(images/Banner.png);
	width: 100%;
	height: 200px;
	background-size: cover;
  	-moz-background-size: cover;  /* Firefox 3.6 */
  	background-position: center;  /* Internet Explorer 7/8 */
  	font-family: "DiaperLovingBlocks";
	font-size: 64px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
}
#slideshow1,#slideshow2,#slideshow3,#slideshow4,#slideshow5,#slideshow6,#slideshow7,#slideshow8,#slideshow9,.slideshow0, #slideshow10, #slideshow11, #slideshow12, #slideshow13, #slideshow14, #slideshow15, #slideshow16, #slideshow17, #slideshow18, #slideshow19, #slideshow20, #slideshow21, #slideshow22, #slideshow23, #slideshow24, #slideshow25, #slideshow26, #slideshow27, #slideshow28, #slideshow29, #slideshow30 { 
    margin: 10px auto; 
    position: relative;
    width: 240px; 
    height: 160px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow1 div,#slideshow2 div,#slideshow3 div,#slideshow4 div,#slideshow5 div,#slideshow6 div,#slideshow7 div,#slideshow8 div,#slideshow9 div, .slideshow0 div, #slideshow10 div, #slideshow11 div, #slideshow12 div, #slideshow13 div, #slideshow14 div, #slideshow15 div, #slideshow16 div, #slideshow17 div, #slideshow18 div, #slideshow19 div, #slideshow20 div,  #slideshow21 div, #slideshow22 div, #slideshow23 div, #slideshow24 div, #slideshow25 div, #slideshow26 div, #slideshow27 div, #slideshow28 div, #slideshow29 div, #slideshow30 div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.itemname, h2 {
	font-size: 24px;
	font-weight: bold;
}

.itemdescription {
	font-size: 16px;
	width: 50%;
	margin-left: 25%;
}
h3 {
	/*	This makes text normal	*/
	font-size: 16px;
	display: inline;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}

.bigfont {
	font-size: 24px;
}
.mediumfont {
	font-size: 16px;
}
#headerlogo {
	display: inline;
	height: 100%;
	min-width: 15%;
	max-width: 15%;
	pointer-events: none;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#redtext, .oos {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #008E11;
}
span, .oos {
	text-align: center;
	display: block;
}
#redtext2 {
	font-weight: bold;
	font-size: 26px;
	color: #008E11;
}
.oos {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #ff0000;
}
.greentext {
	font-weight: bold;
	font-size: 22px;  /*28*/
	color: #00A000;
	margin-left: 15%;
	margin-right: 15%;
}
.greentextsmall {
	font-weight: bold;
	font-size: 16px;
	color: #00A000;
}
.safe {
	font-weight: bold;
	font-size: 20px;
	color: #00A000;
}
.thankyou {
	font-weight: bold;
	font-size: 28px;
	color: #FF00FF;
}
.itemname {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.details, .details a:visited, .details a:link {
	font-size: 20px;
	color: #000FF;
	text-decoration: none;
}
.mymove{
	-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
	/*text-decoration: line-through;
	text-decoration-color: red;*/
}
.text {
	  text-align: center;
	  margin-top: 8px;
	  margin-bottom: 8px;
	  color: green;
	  font-size: 1.0em;
	  font-family: sans-serif;
	  text-transform: uppercase;
}
.yes {
	  color: Red;
	  font-size: 26px;  
}





}
/* Code for old Chrome, Safari and Opera */
@-webkit-keyframes mymove {
    0%   {color:FEA0DD}
    25%  {color:#FECCEC;}
    50%  {color:FECCEC}
    75%  {color:#FFFAFA;}
    100% {color:FEBF01}

}

/* Standard syntax */
@keyframes mymove {
    0%   {text-size: medium;}
    25%  {color:#FEA0DD;}
    50%  {color:FECCEC}
    75%  {color:#FE01E8;}
    100% {color:FEBF01}

}



