/* 
solna.se
summer.css: Summer theme
*/

/* Paging */
.paging em {
	color:#000;
	background-color:#8fcae7;
}

/* Alternate Module styles */
.m-style-1 .m-h {background-color:#8fcae7;}
.m-style-1 .m-h h1,
.m-style-1 .m-h h2,
.m-style-1 .m-h h3,
.m-style-1 .m-h a:link,
.m-style-1 .m-h a:visited,
.m-style-1 .m-h a:hover,
.m-style-1 .m-h a:active,
.m-style-1 .m-h a:focus {color:#000;}

/* Skip links */
#skip a {
	color:#000;
	background-color:#8fcae7;
}

/* Main navigation */
#nav-main li.sel a:link,
#nav-main li.sel a:visited,
#nav-main li.sel a:focus,
#nav-main li.sel a:hover {
	color:#000;
	background:#8fcae7;
}

/* Target group navigation */
#nav-targetgroups li.sel {
	border-color:#63a2bf;
	background:#8fcae7;
}
#nav-targetgroups li.sel span {color:#000;}

/* Find */
.find .button {background-color:#8fcae7;}
.find .button button {color:#000;}
/* Prioritized result */
.prioitem {
	color:#000;
	background-color:#8fcae7;
}
.prioitem a {color:#000;}

/* Listen */
.listen {background-color:#8fcae7;}
.listen a {
	color:#000;
	background-color:#8fcae7;
	background-image:url(../i/speaker-static.png);
}
.listen a:hover,
.listen a:focus,
.listen a:active {background-image:url(../i/speaker-anim.gif);}


/* Feed and iCal */
#feed a,
#ical a {
	color:#000;
	background-color:#8fcae7;
}
#ical a {background-image:url(../i/ical-icon-static.png);}
#ical a:hover,
#ical a:focus,
#ical a:active {background-image:url(../i/ical-icon-anim.gif);}

/* Boilerplate */
.boilerplate {
	color:#000;
	background:#8fcae7 url(../i/blue-sun.png) no-repeat 0 0;
}
.boilerplate a {color:#000;}

/* Date picker */
.pick-a-date .table-container td a:hover {
	color:#000;
	background:#8fcae7;
}
.pick-a-date .table-container td.active a {
	color:#000;
	background:#8fcae7;
}

/* Search result */
#search-result .item strong {background:#c2deea;}

/* E-Service theme */
.layout-10 #logo {background:#8fcae7 url(/i/sun.png) no-repeat;}
