body {
	font-family: "Helvetica", Arial, sans-serif;
}

#home {
	text-align: center;
	background: url('../../images/background_viewsource.png');
}


#home .ui-controlgroup {
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 250px;
}

#home img {
	width: 50%;
	max-width: 200px;
}

#videolist img {
	display: block;
	width: 90%;
}


#videolist h3 {
	margin: 15px 0 5px 0;
	height: 40px;
	overflow: hidden;
	font-size: 1em;
}

#videolist img {
	width: 90%;
}

#videolist a {
	text-decoration: none;
	color: #777;
}

#videoplayer .ui-content {
	margin: 0;
	padding: 0;
}

#videoplayer iframe {
	width: 100%;
	min-height: 50%;
}

#videoplayer h3, #myplayer p {
	padding: 0 5%;
}


#photolist img {
	width: 100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#photolist .ui-block-a,
#photolist .ui-block-b,
#photolist .ui-block-c {
	width: 100px;
	height: 100px;
	padding: 2px;
}

#photolist.ui-grid-c {
	width: 312px;
	padding: 0;
	margin: 0 auto;
}

#showphoto {
	background: black;
}

#showphoto img {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

#showphoto .ui-content {
	width: 100%;
	padding: 0;
}

#tweets .ui-listview li {
	background: #EEE;
	color: #666;
	font-weight: normal;
	border-top: 1px solid #888;
}

#tweets .ui-listview a{
	color: #555;
}

#tweets img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 0 25px;
}