
/* My website's content */
body {
	font-family: arial, helvetica, serif;
	font-size: 11px;
	margin: 0;
	color: White;
	background: #383838;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0em;
	overflow-x:hidden;
	z-index:-10;
	
	}
	
   #content {
	width: inheret;
	background-color: #383838;
	padding: 0em 0;
	border: 0px solid #383838;
	margin: auto;

}




/* Mobile Displays to Hide On Desktop */

.topnav {
  display: none;
}


/* Sponsors and Updates div boxes */

.at-sidebar-ad {
    
  position: absolute;
  top: 1rem;
  left: 0;
  

 z-index:-1;
 

}

.at-sticky-sidebar-ad {
	 position: absolute;
  top: 1rem;
  right: 0;

width:300px;
z-index:-1;

 
}

div.Updates {
	margin: auto;
	float:right;
	background-color: #262727;
	height:250px;
	width:350px;
}

/* Google Ads & Paypal Donate Buttons */

div.Googlead1 {
	margin: auto;
	float: right;
	padding:2px;
}

div.Googlead2 {
	margin: auto;
	float: right;
	padding:2px;
}

div.PaypalDonate {
	margin: auto;
	float: right;
	margin-right:100px;
	margin-top:10px;
	padding:2px;
}

/* Mobile Google Auto Ads */

.MobileAds {
	display: 
	}



/* My websites link colors and text styles  */

.style1 {color: #F0F0F0; 


}

.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;}


a:link {
	color: #F7F30C;
	text-decoration:none;
}


a:visited {
	color: #BDB76B;
}

a:active {
	color: red;
}

a:hover {
	text-decoration:#F7F30C;
}
	

/* Top Banner and Ad */
.Banner {
	overflow:hidden;
	float: left;
	background-color: #262727;
}

.GoogleTopAd {
	margin-right:inherit;

}




/* The text in the body of the website */

p {
	clear: left;
	background: ;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #808080;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #808080;
}


/* My primary navigation for Desktops */





/* Out of date Headers */

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: .2em 1em .5em 1em;
	margin-bottom: -8px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: .2em 1em .5em 1em;
	margin-bottom: -10px;
	margin-top: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: .2em 1em .5em 1em;
	margin-bottom: -10px;
    margin-top: 8px;
}
h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0em 1em .5em 1em;
	margin-bottom: -10px;
	margin-top: 10px;
}


/* Link Colors & Misc CSS */

ul {
	list-style: square;
	
	
	
}


li {
	
}

li a {
	display:block;
	color:white;
	
	
	text-decoration:none;
}




/* iPhone Styles */

@media handheld, only screen and (max-width: 678px) {

	/* Typography */

	body {
		font-size: 0.9rem;
	}
	blockquote {
		font-size: 16px;
	}
	
	.PrimaryNav {
	display: none;
	}
	div.Updates {
	display: none;
	}
	div.Sponsors1 {
	display: none;
	}
	.MobileAds {
	overflow: hidden;
	display: block;
  	position: relative;
	}
	.GoogleTopAd {
	display: none;
	width: 100%;
	margin-right:inherit;
	float: right;
}
	
	div.Banner {
	width: 100%;
	text-align: center;
	}
	
	.banner img{/* collapse on mobile */
	max-width:100%;
	height:auto;
	vertical-align:top;
	}
	img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
  
}

	
/* Mobile Nav Bar CSS */

body {
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  display: block;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #363C43;
  color: white;
}
	
	
}




/* iPad Styles */

@media handheld, only screen and (max-width: 1128px) {

	body {
		font-size: 0.9rem;
	}
	blockquote {
		font-size: 16px;
	}
	div.Updates {
	display: none;
	}
	div.Sponsors1 {
	display: none;
	}
	div.MobileAds {
	display: inherit;
	}
	div.Banner {
	width: 100%;
	text-align: center;
	}
	.banner img{/* collapse on mobile */
	max-width:100%;
	height:auto;
	vertical-align:top;
	}
	
	
	img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
  
}
	
	
}

.style6 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}








