@charset "utf-8";


/***********************************************

  JudgeKatzFraud.com
    
  CSS Definitions
  
  Low-Resolution CSS

  1/13/2026
  
  Portrait: < 580px x 880px and Portrait 
  Landscape: < 880px x 580px and Landscape
  Catch-All Bucket #1: < 580px
  Catch-All Bucket #2: < 880px

************************************************/


/* Landscape Mode Only */
@media all and (max-device-width:879px) 
	and (max-device-height:579px) {
}


/* Portrait Mode Only */

@media all and (max-device-width:579px) 
	and (max-device-height:879px) {	

}


/* Landscape and Portrait Modes */

@media all and (max-device-width:879px) 
	and (max-device-height:579px),
	
	all and (max-device-width:579px) 
	and (max-device-height:879px),
	
	all and (max-device-width:879px),
	all and (max-device-height:579px){

	.jkf .facts_only
	{
		margin-top: 30px;
		padding-bottom: 10px;

		background-image:url(../images/jkf_facts_only_yellow_strip.gif);
		background-position:50% 0%;
		background-repeat:repeat-x;
	}	
		
	.jkf .disclaimer
	{

		width: auto;
		margin: 0px auto 50px auto;
		min-height: 100px;
		position:relative;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		border: 0px solid lime;
		overflow: hidden;

		font: 16px "Courier New", "monospace";
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.6;
	}
		
	.jkf .disclaimer h3,
	.jkf .disclaimer p
	{
		font: 14px "Courier New", "monospace";
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.6;
		max-width:100%;
		padding-left: 0;
		padding-right: 0;
	}

	.jkf .header
	{
		margin-top: 0px;
		
		background-image:url(../images/jkf_background_low_resolution.jpg);
		background-position:50% 0%;
		background-repeat:no-repeat;
	}
		
	.jkf .header .photo {
		
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
		padding-top: 100px;	
	}

	.jkf .header .title
	{

		width: 100%;
		/* height: 100%; */
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-top: 100px;
		padding-bottom: 10px;
		
		text-align: center;
		

	}
		
	.jkf .header .title h1
	{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 40px;
		text-shadow: 2px 2px #000;
		font-stretch: extra-expanded;
		font-weight: bold;
		color: yellow;
		font-variant: small-caps;
		margin: 0px;
	}

	.jkf .header .subtitle
	{
		font: 22px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		color:#FFF;
		font-weight: bold;
		line-height: 1.6;
		text-shadow: 3px 3px #000;
		letter-spacing: 1px;
		text-align: center;
		font-variant: small-caps;
		padding: 5px 5px 10px 5px;
		margin: 20px auto auto auto;
		/* min-height: 130px; */
		max-width:300px;

		/*background-image:url(../images/jkf_subtitle_bg.jpg);
		background-position:50% 0%;
		background-repeat:no-repeat;*/
	}

	.jkf .header .facts_only
	{
		margin-top: 0px;
		padding-bottom: 10px;
		/*min-height: 60px;*/

		/*background-image:url(../images/jkf_facts_only_bg.jpg);*/
		background-position:50% 0%;
		background-repeat:no-repeat;
	}


	.jkf .quoteBubble,
	.jkf .quoteBubble2,
	.jkf .quoteBubble3,
	.jkf .quoteBubble4
	{

		max-width: 500px;
		margin: 20px auto 20px auto;

		height: auto;

		position:relative;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 4px;

		border-bottom-color:#C90;
		border-bottom-width: thin;
		border-top-style:solid;
		border-top-color: #C90;
		border-bottom-style:solid;
		border-top-width: thin;

		/* border: 0px solid blue;  */
		overflow: hidden;
		text-align:center;

		background-color:#1A1A1A;

	}
		
	.jkf .quoteBubble h2,
	.jkf .quoteBubble2 h2,
	.jkf .quoteBubble3 h2
	.jkf .quoteBubble4 h2{
		
		margin: 0px auto 30px auto;
	}
		
	.jkf .quoteBubble p,
	.jkf .quoteBubble2 p,
	.jkf .quoteBubble3 p,
	.jkf .quoteBubble4 p{
		
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
	}
		
	.jkf .headshotContainer
	{
		
		text-align:center;
		max-width:900px;
		height:auto;
		margin: 30px auto 40px auto;
	
	
	}
		
	.jkf .headshotContainer .icon-left
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: 0px;
		padding: 0px;
		position:relative;
		width: 220px;
	}
		
	.jkf .headshotContainer .icon-center
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: 0px;
		padding: 0px;
		position:relative;
		width: 220px;
	}

	.jkf .headshotContainer .headshot
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto 30px auto;
		padding: 10px;
		position:relative;
		width:300px;
	}
	
	.jkf .headshotContainer .headshot p
	{
		text-align:center; 
		margin:auto;
		padding:0px 0px 0px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
		
	.jkf .iconContainer
	{
		
		text-align:center;
		max-width:900px;
		height:auto;
		margin: auto auto 20px auto;
	
	
	}
	
	.jkf .iconContainer .icon-left
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: 0px;
		padding: 0px;
		position:relative;
		width: 220px;
	}
		
	.jkf .iconContainer .icon-center
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: 0px;
		padding: 0px;
		position:relative;
		width: 220px;
	}
		
	.jkf .iconContainer .title,
	.jkf .iconContainer .title2
	{
		text-align:center; 
		vertical-align: top;
		display:inline-block;
		margin: auto auto auto auto;
		padding: 0px;
		position:relative;
		max-width:360px;
	}
	
	.jkf .iconContainer .title p,
	.jkf .iconContainer .title2 p
	{
		text-align:left; 
		margin:auto;
		padding: 0px 10% 10% 10%;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-kerning:none; 
	}
			
	.jkf .imgContainer80 {			
				
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-top: 0px;
		padding-bottom:0px;
		width: auto;
		max-width:90%;
		height: auto;
		overflow:hidden;
		
		border: 0px solid pink;
		
		text-align: center;
	}	
	
	.jkf .imgContainer80 img{
				
		position: relative;
		top: 0px; 
		left: 0px;
		width: 100%;
		
		height: 100%;
	}
		
	.jkf .imgContainer60 {			
				
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-top: 0px;
		padding-bottom:0px;
		width: auto;
		max-width:80%;
		height: auto;
		overflow:hidden;
		
		border: 0px solid pink;
		
		text-align: center;
	}	
	
	.jkf .imgContainer60 img{
				
		position: relative;
		top: 0px; 
		left: 0px;
		width: 100%;
		
		height: 100%;
	}
		
	.jkf .youTubeContainer
	{
		margin-left:auto;
		margin-right:auto;

		position:relative;
		padding-top: 30px;
		padding-bottom:56.25%;
		width: auto;
		height: auto;
		overflow:hidden;

		border: 0px solid pink;

		text-align: center;
	}

	.jkf .youTubeContainer iframe
	{
		position: absolute;
		top: 0px; 
		left: 0px;
		width: 100%;
		height: 100%;
	}

	.jkf h2
	{
		font: 24px Arial, Helvetica, sans-serif;
		color: gold;
		font-weight: bold;
		line-height: 1.6;

		height: auto;
		position:relative;
		padding: 0px;
		margin: 40px 20px 20px 20px;
		border: 0px solid green;
		overflow: hidden;
		text-align:center;
	}
		
	.jkf h3
	{
		font: 14px "Courier New", "monospace";
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1.6;
		margin-top: 0;
	}

	.jkf p
	{
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 1.6;
		max-width: 800px;
		padding-left:10%;
		padding-right:10%;
		margin-left:auto;
		margin-right:auto;
	}
		
	.jkf p .highlight {
		
		background-color:white; 
		color:black;
		font-weight:bold;
		padding:2px;
	}
		
	.jkf .red {
		
		background-color:red; 
		color:white;
		font-weight:bold;
		padding:2px;
	}
		
	.jkf .green {
		
		background-color:green; 
		color:white;
		font-weight:bold;
		padding:2px;
	}
		
	.jkf ul 
	{
		list-style: disc;
  		list-style-position: outside;
		max-width: 320px;
		text-align: left;
		margin: 10% auto auto -2%;
	}
		
	.jkf ol
	{
		font: 18px Arial, Helvetica, sans-serif;
		color:#fff;
		font-weight: normal;
		line-height: 1.6;
		text-align: left;
		max-width: 500px;
		margin-left:auto;
		margin-right:auto;
		padding: 0px 10% 0px 10%;
		letter-spacing: 1px;		
	}
			
	.jkf ol li,
	.jkf ul li {
		margin-bottom: 30px;
		font: 18px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 1px;
	}

	.jkf .facebookPlugin
	{
		text-align:center;
		margin: 20px;
	}
		
	.jkf .facebookPageEmbed {

        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;

        font-size: 12px;
        font-family: monospace;
        font-weight: bold;

        max-width: 340px;
        background-color: #000;
    }
		
	.jkf .facebookPostEmbed
	{
		text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin: auto;
    	background-color: #fff;
    	max-width: 500px;
		overflow-x:hidden;        
	}
		
	.jkf .footer
	{
		width: 97%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		position:relative;
		padding: 10px;
		border: 0px solid green;
		overflow: hidden;

		text-align: center;

		background-image: url(../images/jkf_footer_background.jpg);
		background-color: #050e18;
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position:center;
		background-position: 50% 70%;

		font: 18px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-weight: normal;
		line-height: 1.6;
	}

		
	.jkf .table
	{
	
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:70px;
		width:auto;
		max-width:350px;
		border:2px;
		border-color:#999;
		position:relative;
		padding: 20px 20px 10px 0px;
		background-color: #fff;
	
	}
	
	.jkf .table .headerRow
	{
		display:block;
		position:relative;
		width:100%;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		border:thick;
	}
	
	.jkf .table .middleRow
	{
		display:inline-block;
		position:relative;
		width:100%;
		border-color: #999999;
		
		padding: 0px;
		vertical-align: middle;
		text-align:left;
		background-color:#fff;
	}	
	
	.jkf .table .bottomRow
	{
		display:block;
		position:relative;
		width:100%;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		border:thick;
		background-color:#fff;
	}
			
	.jkf .table .headerRow p{
		font: 12px Arial, Helvetica, sans-serif;
		color: gold;
		font-weight: bold;
		letter-spacing: 1px;
		margin:0px;
	}			
	.jkf .table .middleRow p{
		font: 10px Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		letter-spacing: 1px;		
	}
			
	.jkf .table .bottomRow p{
		font: 18px Arial, Helvetica, sans-serif;
		color: #000;
		font-weight: normal;
		letter-spacing: 1px;		
	}

	/* Reference links */

	.jkf a:link 
	{
		color: #FF0; /* Yellow */
		font-weight: bold;
		text-decoration: underline;
	}

	.jkf a:visited 
	{
		color: #FF0; 
		font-weight: bold;
	}

	.jkf a:link:hover, 
	.jkf a:visited:hover 
	{
		color: #FF0; /* Yellow */
		font-weight: bold;
		text-decoration: none;
	}

	.jkf a:link:active, 
	.jkf a:visited:active 
	{
		color: #FF0;
		text-decoration: none;
	}


	.jkf .footer a:link 
	{
		color: #FF0;
		font-weight: bold;
		text-decoration: underline;
	}

	.jkf .footer a:visited 
	{
		color: #FF0;
		font-weight: bold;
	}

	.jkf .footer a:link:hover, 
	.jkf .footer a:visited:hover 
	{
		color: #FF0;
		font-weight: bold;
		text-decoration: none;
	}

	.jkf .footer a:link:active, 
	.jkf .footer a:visited:active 
	{
		color: #FF0;
		text-decoration: none;
	}
}