@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/

body { 
  /*font-family: 'Open Sans', sans-serif;*/
  background-color: #ffffff;
}

/* STRUCTURE */

#pagewrap {
	width: 100%;
}
header {
}
#left {
}
#right {
}

footer {
	width: 100%;
	clear: both;
	padding: 0 0;
	}
h1{
	text-align: center;
	font-size: 30px;
	color: #808080;
}
p{
	/*font-family: 'Mouse Memoirs', sans-serif;*/
	font-family: 'Boogaloo', cursive;
	margin : 10px 0 0 0 ;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #808080;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
a:link {
		font-size: 20px;
		color: #808080;
		text-decoration:none;
}
		   
a:visited {
		font-size: 20px;
		color: #808080;
		text-decoration:none;
}

a:hover   {color: #ff0202; text-decoration:underline}

.footerSpace{
}
.spanFooter{
}
	
.large{
	font-size: 35px;
}
.normal{
	font-size: 25px;
}
.small{
	font-size: 20px;
}
.smallest{
	font-size: 15px;
}
.center-div{
	margin: 0 auto;
	width: 100%;
	}
	
		

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) and (min-width: 801px){
	
	#pagewrap {
		width: 100%;
	}
	
	#left {
	}
	
	#right {
	}
	
	header, footer {
	}
}


/* for 800px or less */
@media screen and (max-width: 800px)and (min-width: 601px){
	
	#pagewrap {
		width: 100%;
	}	
	header {
	}
	#left {
	}
	#right {
	}
	footer {
		/*background-color: green;*/
	}
	.large{
	font-size: 25px;
	}
	.normal{
		font-size: 20px;
	}
	.small{
		font-size: 15px;
	}
	.smallest{
		font-size: 12px;
	}
}


/* for 700px or less */
@media screen and (max-width: 600px) and (min-width: 481px){

	#pagewrap {
	}	
	header {
	}
	#left{
	}
	#right {
	}
	footer {
		/*background-color: red;*/
	}
	.large{
		font-size: 20px;
	}
	.normal{
		font-size: 17px;
	}
	.small{
		font-size: 15px;
	}
	.smallest{
		font-size: 12px;
	}
}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#pagewrap {
	}
	header {
	}
	
	#left{
		width: auto;
		float: none;
	}
	#right {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	h1 {
		font-size: 2em;
	}
	footer {
		/*background-color: white;*/
	}
	.large{
		font-size: 20px;
	}
	.normal{
		font-size: 17px;
	}
	.small{
		font-size: 15px;
	}
	.smallest{
		font-size: 12px;
	}
	
}

/*#left, #right {
	margin-bottom: 5px;
}*/

#pagewrap, header, #left, #right, footer {
	/*border: solid 1px #ccc;*/
}