/* 
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Screen 960px *****/


.top			 								{ margin:0 auto; margin-top:30px; }	
.base											{
	margin-bottom:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}	
span.example									{
	margin-bottom:5px;
	padding:5px 0 5px 0;
	text-align:center;
	width:100%;
	display:block;
}




/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {

.example										{ margin:0; padding:0; }

}



/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.example										{ margin:0; padding:0; }

}



/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {

.example										{ margin:0; padding:0; }
.hide {
	display: none;
	visibility: hidden;
}	
.paragraph                          { text-align:left; font-size:1em }
}


	
/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	

.hide {
	
	visibility: hidden;
}	
.paragraph                          { text-align:left; font-size:6em }
}



/***** Retina *****/
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {

.example										{ margin:0; padding:0; }

}
.missionstatement a{
	font-size: 2.6em;
	text-align: center;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C30;
}
.putyourbusiness {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
address {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.image {
	max-width: 100%;
	height: auto;
	/*width: auto; /* for ie 8 */
	
}


.pageheader {
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.paragraph {
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: justify;
	text-indent: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tiles {

	-moz-box-shadow:    3px 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px 3px #000;
  box-shadow:         3px 3px 3px 3px #000;
  max-width: 100%;
	height: auto;
	/*width: auto; /* for ie 8 */
}
.shadow {
  
}
.chooseastation {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.captionheader {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.captionsmaller {
	font-size: 1.5em;
	font-family: "Lucida Grande", sans-serif;
	color: #FFF575;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
	line-height: normal;
}
.captionsmallerwhite {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
.homepagenumber      {
	color: #FF0;
	font-size: 36px;
	line-height: 42px;
	font-family: Tahoma, Geneva, sans-serif;
}
