.ui-listview.main-social a .ui-li-icon.ui-li-thumb {
	top: .5em;
	width: 24px;
}

.ui-listview.main-social .page_twitter .ui-btn-text {
	height: 20px;
	padding: .7em 0;
}

.ui-listview.main-social .page_twitter img {
	left: .4em;
	top: .3em;
	position: absolute;
	width: 30px;
}

.ui-listview.main-social .page_twitter iframe {
	left: 2.5em;
	position: relative;
}

.page_image img {
	//width: 90%;
	width: 100%;
}

.page_image {
	margin: 0;
	padding: 0;
}

.page_image + div {
	padding-top: 0;
}

#theme_0 .ui-body-a,
#theme_0 .ui-overlay-a {
	background: url(wood.png);
}

#theme_1 .ui-body-a,
#theme_1 .ui-overlay-a {
	background: url(whitey.png);
}

#theme_2 .ui-body-a,
#theme_2 .ui-overlay-a {
	background: url(dark_brick_wall.png);
}

#theme_3 .ui-body-a,
#theme_3 .ui-overlay-a {
	background: url(bright_squares.png);
}

#theme_4 .ui-body-a,
#theme_4 .ui-overlay-a {
	background: url(carbon_fibre_v2.png);
}

#theme_5 .ui-body-a,
#theme_5 .ui-overlay-a {
	background: url(random_grey_variations.png);
}

.powered {
	padding: 16px 0 0;
	text-align: center
}

#preview_mask {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}

html.preview {
	height: 532px;
	margin: -126px 0 0 -82px;
	overflow: hidden;
	width: 351px;
	
	-moz-transform: scale(0.53);
	-o-transform: scale(0.53);
	-webkit-transform: scale(0.53);
	transform: scale(0.53);
}

html.preview {
	min-height: 0;
	/*overflow: hidden;*/
}

html.preview div,
html.preview ul,
html.preview li {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

html.preview .container {
	height: 450px;
	overflow: hidden;
}

html.preview .container.no-header,
html.preview .container.no-footer {
	height: 492px;
}

html.preview .container.no-footer.no-header {
	height: 534px;
}

html.preview .ui-mobile [data-role="page"],
html.preview .ui-mobile [data-role="dialog"],
html.preview .ui-page {
	width: 101%;
}