@charset "UTF-8";
/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}

body{font-size: 10px;}

ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
}

a{text-decoration:none;}

/*-----------------------------
	BASIC PAGE STYLING
-----------------------------*/

body{
	background-color: #000000;
	font-family: Helvetica;
	color:#999;
}

a{
	color:#fff000;
	text-decoration:none;
}

img{padding: 0px 5px 10px 5px;}

/*-----------------------------
	HEADINGS
-----------------------------*/

h1{
	height:55px;
	text-align:center;
	background:#000000 url('caesarlimalogo.jpg') no-repeat top center;
}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	background-color:#000000;
	overflow:auto;
	max-width:480px;
}

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
	padding-left: 30px;
	padding-right: 30px;
}

.show_normal,
.show_flipped{
	width:320px;
	min-height:418px;
	padding-top:10px;
}
.show_left,
.show_right{
	width:480px;
	min-height:270px;
}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
}
