/* Baby theme for Mobile */
* { color: #333; }
body { color: #333}
#container { background-color: white; }
#banner { background-color: white; }
h1 {
	color: #FF6600;
	font-size:105%;
	font-weight: bold;
	 }
h2 {
	color: #FF6600;
	font-size: 110%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr.border { color: #000000; }
.entry-header, .comments-header, .comments-open-header, .trackbacks-header {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
ul.enclosure li { list-style-type: none; }
ul.enclosure li.video { list-style-image: url(/.shared/themes/lilia/theme-baby/mobile-icon-video.gif); }
ul.enclosure li.audio { list-style-image: url(/.shared/themes/lilia/theme-baby/mobile-icon-audio.gif); }
ul.enclosure li.image { list-style-image: url(/.shared/themes/lilia/theme-baby/mobile-icon-image.gif); }

