/* Styles for iCuteOverload  **********************************************************/


/* Override iUI default settings ******************* */
body {
    color: #666;
}

img {
	border: 0;
}

body > .toolbar {
    background-color: #f7d974;
}

li .duckie {
    display: block;
    position: absolute;
    left: 6px;
    top: 7px;
    width: 34px;
    height: 22px;
    background: url(images/duckie.png) no-repeat 10px 10px;
}
body > ul > li > a {
    color:#EF688A;
    display: block;
    padding: 8px 32px 8px 35px;
    /* min-height: 24px; */
}

a[selected], a:active {
	background-color:#EF7792 !important; 
}

a[selected="progress"] {
    background-image: url(images/loading.gif);
}

a[target="_replace"], a.aboutlink {
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    color: cornflowerblue;
    background-color: #FFEFF3;
    background-image: none;
    text-align: right;
}
a.aboutlink {
	text-align:left;
	background: url(images/listArrow.png) no-repeat right center;
}
img.duckie {
	display: inline; 
	padding-right: .5em;
	vertical-align: middle;
}
body > .toolbar {
    padding-top: 0px;
}

.toolbar > h1 {
	left: 43%;
	width: 220px;
}
body[orient="landscape"] > .toolbar > h1 {
    left: 50%;
}

/* Panel **************************************************************************************/
body > .panel_about {
    background: #c8c8c8 url(images/bkg09.gif); 
}

.panel > h2 {
	margin-left: 0px;
	font-size: 20px;
    color: #EF688A;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}
.panel_content > h2 {
	background: url(images/entry-header-bg.gif) no-repeat top left;
    padding-left: 30px;
    min-height: 25px;
}

.panel_about > h2 {
    color: #666;
}
.panel_about > p {
	font-size: 13px;
}

.panel a, .panel label a{color: cornflowerblue;}

.panel small {color: #777;}

/* image scale */
.panel img {
	max-width: 300px;
	height: auto;
	
	background-image: #fff;
	background-image:url(images/image_loading.gif);
    background-repeat:no-repeat;
    background-position: center center;
}

/* Hack for the Extra-content from RSS */
.panel_content p:last-child{
	padding-bottom: 1em;
	border-bottom: 1px solid #aaa;
}

/* non-YouTube video not supported */
/*

object {
	width: 177px;
	height: 139px;
	overflow:hidden;
	margin-left:30px;
	background: url(images/youTube_na.png) #eee no-repeat top left;
}

object embed {
	display:none; 
	visibility:hidden;
}
object {
	width:300px;
	height: 86px;
	overflow:hidden;
	background: url(images/not_supported.gif) no-repeat top left;
}*/
/* pseudo selector on object doesn't work on WebKit
object:after {
	content: url(images/not_supported.gif);
	display: block;
}
*/
.youtube_button img{
	display: block;
	margin: 1em auto;
}

/* About **************************************************************************************/
#about h2 {
	font-size: 90%;
}
img.about_icon {
	border: 1px solid #777;
	vertical-align: middle;
	margin: 2px 5px 2px 2px;
}
.row a {text-decoration: none;}