/*
Theme Name:     Bioglan PMS Process Blue
Theme URI:      http://www.bioglanproducts.com/
Description:    PMS Process Blue
Version:        1.0
Author:         Plucera Webbyrå
Author URI:     http://plucera.se/
Template:       bioglan-standard
*/

@import url("../bioglan-standard/style.css");

/******************************
	- Allmäna stilar HTML -
******************************/
BODY {
	background-color: #0082d1;
}
A { color: #0082d1; }
A:hover { color: #000; }

H1, H2, #main P#h1 { color: #0082d1; }
/* - Allmäna stilar HTML - */


/******************************
	- Formulär -
******************************/
INPUT#submit {
	border: 1px solid #00578a;
	
	background-color: #00578a;
	background-image: linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(0,87,138)),
		color-stop(1, rgb(0,129,209))
	);
}
/* - Formulär - */


/******************************
	- Pop-up sjukvårdspersonal -
******************************/
#wpdoor_message H1 {
	background-color: #0082d1 !important;
}
#wpdoor_btn A, #wpdoor_btn A:visited {
	background-color: #00578a !important;
	background-image: linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(0,87,138)),
		color-stop(1, rgb(0,129,209))
	);
}
/* - Pop-up sjukvårdspersonal - */


/******************************
	- #top & #top-btm -
******************************/
#product-name A:hover {
	color: #0082d1;
}

#topMenu A, #topMenu A:hover {
	background-color: #00578a;
	background-image: linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,87,138) 0%, rgb(0,129,209) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(0,87,138)),
		color-stop(1, rgb(0,129,209))
	);
}

#topMenu A:hover, #topMenu LI.current-menu-item A:hover { color: #000; }

#slide-count LI.active { background-color: #0082d1; }

#excerpt {
	color: #0082d1;
}
/* - #top - */


/******************************
	- #main -
******************************/
#subMenu LI.current-menu-item { background-image: url("img/bg/subMenu_li_processBlue.png"); }

#subMenu A:hover, #subMenu LI.current-menu-item A {
	color: #0082d1;
}
#subMenu LI.current-menu-item A:hover {
	color: #000;
}
.toggle-more, .toggle-less {
	color: #0082d1;
}
.toggle-more SPAN, .toggle-less SPAN {
	background-image: url("img/bg/toggle-arrow-down-processBlue.png");
}
.toggle-less SPAN {
	background-image: url("img/bg/toggle-arrow-up-processBlue.png");
}
.good-to-know DIV {

	background-color: #00578a;
}
.good-to-know DIV:nth-child(2n) {
	background-color: #0082d1;
}
/* - #main - */


/******************************
	- RSS -
******************************/
.excerpt A:hover {
	color: #0082d1;
}
/* RSS */


/******************************
	- #bottom -
******************************/
#bottom .row {
	background-color: #0082d1;
}
#btmMenu A:hover, #social-media A:hover {
	color: #000;
}
/* - #bottom - */