@charset "UTF-8";

/* CSS Document

Site: whamtastic.christmas

Version: 0.0.1 *whamtastic-fork of v.29.1.60
Created: 2011-08-23
Last Update: 2025-12-01

Author: Coopey
https://coopey.si

Hi, how's it going?

*/


/* THEME COLOURS
 

 
 */


/* GENERAL STYLE RULES
  =======================================	
 */
 
 * {
  padding: 0px;
  margin: 0px;
 }
 
 html {
  line-height: 1.15; 						/* consistent line height for all browsers */
  font-size: 1em; 							/* consistent font sizes between browsers */
  
  /* browser-specific adjustements */
  -webkit-text-size-adjust: 100%; 			/* stops font resizing thingy when rotating device in iOS */
}

 body {
  font-family: "Liberation Sans", "Nimbus Sans L", "Gill Sans", "Gill Sans MT", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 
  h1 {
   font-family: "Liberation Sans", "Nimbus Sans L", "Gill Sans", "Gill Sans MT", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
 p {
  margin-top: 1em;
 } 
  
 
 
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #800080;
  text-decoration: underline;
}

a:hover {
  color: #0000ff;
  text-decoration: none;
}

a:active {
  color: #ee0000;
}

.tidylink {
	text-decoration: none;
}
  
  






/* PAGE LAYOUT
  =======================================	
 */
 
 

 
.pg {
	
}

.content {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

 .articlestd {
	 
	  }


 
 .hppush {
  margin-top: 50px;
}
 


.footer {
	font-size: smaller; 
}
 
 
 
 
 
  @media only screen and (min-width: 600px) {
  .content {
	width: 600px;
	}
	
  }

  @media only screen and (min-width: 900px) { 
  .content {
	width: 900px;
	}
	
   
  }
  	  
  @media only screen and (min-width: 1200px) { 
  .content {
	width: 900px;
	}
	
    
  }

  @media only screen and (min-width: 1500px) { 
  .content {
	width: 900px;
	}
	
    
  }  

  @media only screen and (min-width: 1800px) { 
  .content {
	width: 1200px;
	}
	
        
  }


