@charset "UTF-8";
/* CSS Document */
/* IMAGE CAPTIONS */


body {
	font-family: 'Pathway Gothic One', Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFF;
}
a {
	color: #FFF;
	text-decoration: none;
}
headline {
	font-family: 'Italianno', sans-serif;
	font-size: 72px;
	line-height: 75%;
}
a:hover {
	color: #FF8040;
	background-color: #fff;
}
h1 {
	font:  48px/100% 'Pathway Gothic One', Arial, Helvetica, sans-serif;
}


h2 {
	font-family: 'Pathway Gothic One', Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 50%;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	
	   margin:5px 25px;
	   background-color: #FFFFFF;


}
#header {
	height: 130px;
	padding: 5px; 
	
}

#navbar {
	background-color: #FF5600;
	width: auto;
	float: none;
	height: auto;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content {
	padding: 5px; 

	
}
#sidebar {
	width: 300px;
	float: right;
	display: none; 
	
}
#footer {
	clear: both;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	/*
	#pagewrap {
		width: 90%;
	}
	#content {
		width: 90%;
	
	}
	
	#about {
		width: 80%;
		float: left;
		display:none; 
	
	}
	/*#sidebar {
		width: 30%;
	} */

}

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

	#content {
		width: auto;
		float: none;
	}
	
	#about {
		width: auto;
		float: left;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

}

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

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
		
	}

}

/* border & guideline (you can ignore these) */

#pagewrap {
	color: #fff;
}

#header {
	background: #FF8040;
	border-radius:10px; 
	-moz-border-radius:10px; 
}
#content {
	background: #FF8040;
	border-radius:10px; 
	-moz-border-radius:10px; 

}


#about {
	background: #FF8040;
	border-radius:10px; 
	-moz-border-radius:10px; 

}

#footer {
	background: #FF8040;
	border-radius:10px; 
	-moz-border-radius:10px; 

}

#sidebar {
	background: #999999;
	border-radius:10px; 
	-moz-border-radius:10px; 
	opacity:0.7;

}


#navbar #active-page {
	
	color: #FF8040;
	background-color: #fff;
  
 }

#header, #content, #sidebar {
	margin-bottom: 5px;
}

#header, #content, #about, #sidebar, #footer {
	
	padding: 5px 10px; 
	
}
	
/*#pagewrap, #header, #content, #sidebar, #footer {
	border: solid 1px #ccc;
}*/
