/* SET SIZES AND FONT FOR DIFFERENT MEDIA */
@media only screen and (min-width : 801px) { 
	h1 { font-size: 1.8em; margin-top: 0; }
	h2 { font-size: 1.2em; }
	h3 { font-size: 1.1em; }
	#sidebar_left_open { width: 210px; height: 0; display: none; }
	#sidebar_left { width: 210px; }
	#sidebar_left .container { width: 210px; display: block; }
	#menu_swipe_pad { display: none; }
	.flexi-columns { -moz-column-gap: 30px; -webkit-column-gap: 30px; column-gap: 30px; -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; }
	#menu_control { width: 0px; }
	#menu_control img { width: 0px; }
	#date_time { display: block; }
	#bookmark_page { display: block; }
}

@media only screen and (min-width : 481px) and (max-width : 800px) { 
	h1 { font-size: 1.5em; margin-top: 0; }
	h2 { font-size: 1.2em; }
	h3 { font-size: 1em; }
	#sidebar_left_open { width: 165px; height: 0; display: none; }
	#sidebar_left { width: 180px; }
	#sidebar_left .container { width: 165px; display: block; }
	#menu_swipe_pad { display: none; }
	.flexi-columns { -moz-column-gap: 40px; -webkit-column-gap: 40px; column-gap: 40px; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
	#menu_control { width: 20px; }
	#menu_control img { width: 20px; }
	#date_time { display: block; }
	#content_area img { width:50%; }
	#date_time { display:none; }
	#member_login { display:none; }
	#menu_sub li { font-size:90%; }
}

@media only screen and (max-width : 480px) { 
	h1 { font-size: 1.2em; margin-top: 0; }
	h2 { font-size: 1.1em; }
	h3 { font-size: 1em; }
	#sidebar_left_open { width: 180px; height: 0; display: none; }
	#sidebar_left { width: 0; }
	#sidebar_left .container { width: 0px; display: none; }
	#menu_swipe_pad { display: block; }
	.flexi-columns { -moz-column-gap: 0px; -webkit-column-gap: 0px; column-gap: 0px; -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
	#menu_control { width: 20px; }
	#menu_control img { width: 20px; }
	#date_time { display: none; }
	#content_area img { width:50%; }
	#date_time { display:none; }
	#member_login { display:none; }
	#menu_sub li { font-size:80%; }
}
