@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
		margin:0;
		padding:0;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#fff;
		background-color:#000;
		font-size:0.8em;
		line-height:1.4em;
	}
	a {
		color:#fff;
	}
	h1{
		font-size:2.0em;
		text-align:center;
		padding:1em 0 1em 0;
	}
	
	/* iPhone and iPod Touch Style Settings
	==================================== */
	.portrait{
		width:320px;
		height:416px;
		padding:0;
		margin:0;
		overflow:hidden;
	}
	.landscape{
		width:320px;
		height:179px;
		padding:0;
		margin:0;
		overflow:hidden;
	}
	.landscape h1{
		display:none;
	}
	.landscape .caption{
		font-size:0.5em;
	}
	.portrait #wrapper, .landscape #wrapper{
		width:320px !important;
		height:159px;
		margin-top: 10px;
		
	}
		
}
/* iPhone and iPod Touch Style Settings
==================================== */
@media only screen and (max-device-width: 480px){
	body {
		width:320px;
		height:416px;
		overflow:hidden;
	}	
}


