/* mobile iome theme */

/* core */
body {
	background-color: #454343;
}

a {
	color: #5cabd2;
}

a:hover,
a:focus {
	color: #fff;
	background-color: #5cabd2;
}

div.title a:hover,
div.title a:focus {
	background-color: transparent;
}

small {
	text-transform: uppercase;
}

.content small {
	font-weight: bold;
}

.header .title {
	background-color: #192a31;
}

.header .menu {
	background-color: #96be43;
	color: #fff;
	text-transform: uppercase;
}

.header .menu a {
	text-decoration: none;
	color: #fff;
}

.header .menu a:hover,
.header .menu a:focus {
	color: #deeaf2;
	background-color: #5cabd2;
}

.content {
	background-color: #fff;
}

.footer {
	padding: 10px 5px 5px;
	font-size: 70%;
	color: #fff;
}

/* discover */

span.title {
	text-transform: uppercase;
	background-color: #deeaf2;
	color: #0065a7;
}

.category-sub-header {
	color: #0065a7;
}

/* icons */
button.star {
	background: transparent url(/img/icons/icon_star_empty.gif) no-repeat center top;
}

button.starred {
	background: transparent url(/img/icons/icon_star_full.png) no-repeat center top;	
}