@charset "utf-8";
/* KaptainMyke.com Global Site CSS  */

/* MAIN LINKS  */

a:link {color: #006699;}
a:visited {color: #006699;}
a:hover {color: #0099FF;}
a:active {color: #FF6600;}

div.entry-content p {
color:#006699;
}


/* WHITE COLORED HTML LINKS AT BOTTOM OF PAGES ABOVE COPYRIGHT  */

.kmfooter a:link { color: #FFFFFF;}
.kmfooter a:visited { color: #FFFFFF;}
.kmfooter a:active { color: #FFFFFF;}
.kmfooter a:hover { color: #0099FF;}
.kmfooter { color: #FFFFFF;}
.kmfooter { font-size: 2vw;}






@media (max-width: 899px) {
   /* PUT CSS HERE TO ALTER WEBSITE TO SINGLE COLUMN */
	font-size:2vw;
	line-height: 150%;



}





@media (min-width: 900px) {

ol {

	font-size:2vw;
	line-height: 150%;

}



ul {

	font-size:2vw;
	line-height: 150%;
	margin-right:30px;
}



}









/* MAIN BODY TABLE  */
body{
	background: #CC6600;
	background-image: url(../../kreations/images/70swall.gif);
	color: #006699;
	font-family: Arial, serif;
	line-height: 150%;
	font-size:2vw;
	
}



.kmtitle {
	color: #0099FF;
	font-family: arial;
	text-transform: uppercase;
    font-weight: bold;
	font-size:2vw;
	line-height: 150%;
}




/* COPYRIGHT LINKS  */


.kmcopy { color: #006699;}
.kmcopy {font-size: 2vw;}
.kmcopy { font-weight: bold;}




/* MAIN TABLE WRAPPER  */
	
#kmwrapper{
	width: 90%;
	margin-left:auto;
	line-height: 150%;
	font-size:2vw;	
	
}


#appwrapper{
	width: 90%;
	font-family: arial;
	text-align: justify;
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-weight: bold;
	font-size:10vw;
	line-height: 200%;	
}


.apphuge 	{
	font-size:8vw;
	line-height:auto;
	text-transform: uppercase;
	
}


#apptext{
	font-family: arial;
	text-align: left;
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-size:3vw;
	line-height: 100%;	
}


.apptitle {
	color: #0099FF;
	font-family: arial;
	text-transform: uppercase;
    font-weight: bold;
	font-size:3vw;
	line-height: 100%;
	text-align: left;
}



#cpwrapper{
	width: 910px;
}

#zwrapper{
	width: 930px;
	font-size: small;
}

/* affiliates page wrapper code */
#affwrapper{
	width: 1000px;
	font-size: small;
}

/* HEADERS  */

h1 {
	color: #0099FF;
	font-family: arial;
	text-transform: uppercase;
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-weight: bold;
	font-size:5vw;
	line-height: 150%;
}

/* HEADERS  */

h2, h3, h4, h5, h6 {
	color: #0099FF;
	font-family: arial;
	text-transform: uppercase;
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-size:3vw;
	line-height: 150%;
}


/* HEADERS  */


td {
	font-family: Arial, serif;
	line-height: 140%;
	font-size:2vw;
}





/* TINY SIZE 1 TEXT  */

.kmtinyuppercase	{
	font-size:2vw;
	line-height: 150%;
	text-transform: uppercase;	
}

.kmtiny 	{
	font-size:2vw;
	line-height: 150%;
	
}


.kmproducts	{
	font-size:3vw;
	line-height: 175%;
	text-transform: uppercase;
	font-weight: bold;

}



.kmbottomlinksbold	
{		
	font-size:2vw;
	line-height: 150%;
	font-weight: bold;
}

.kmbottomlinks	
{		
	font-size:2vw;
	line-height: 150%;
}



/* TOP IMAGE GRAPHIC ACROSS TOP OF EACH PAGE  */

.topgif, .topgif TD, .topgif TH
{
background-image: url('../../kreations/images/top.gif'); 
height:34px; 
}

.bottomgif, .bottomgif TD, .bottomgif TH
{
background-image: url('../../kreations/images/bottom.gif'); 
height:54px; 
}

.leftgif, .leftgif TD, .leftgif TH
{
background-image: url('../../kreations/images/left.gif'); 
width:48px; 
}

.rightgif, .rightgif TD, .rightgif TH
{
background-image: url('../../kreations/images/right.gif');
width:54px;   
}

.topleftgif, .topleftgif TD, .topleftgif TH
{
background-image: url('../../kreations/images/topleft.gif');
width:48px; 
height:34px;  
}

.toprightgif, .toprightgif TD, .toprightgif TH
{
background-image: url('../../kreations/images/topright.gif'); 
width:54px; 
height:34px; 
}

.bottomleftgif, .bottomleftgif TD, .bottomleftgif TH
{
background-image: url('../../kreations/images/bottomleft.gif');
width:48px; 
height:54px;  
}


.bottrightgif, .bottrightgif TD, .bottrightgif TH
{
background-image: url('../../kreations/images/bottright.gif');
width:54px; 
height:54px; 
}

.dropdownbar, .dropdownbar TD, .dropdownbar TH
{
background-color: #003868; 
height:28px; 
padding: 5px;
}

.whiteout, .whiteout TD, .whiteout TH
{
background-color: #FFFFFF; 
}


z