
/* 
CSS-code by Mac Pompeius Wolontis, Sweden @ www.Macpw.com

The specific color called "Ling Green" #678F1A is a grass-green color, created by Mac Pompeius Wolontis, named after Pehr Henrik Ling (1776-1839 in Sweden).
Ling was the founder of modern Swedish Massage, Physiopherapy, Kinesiology, Kinesiotherapy and Kinesiopathy.

Ling Green: #678F1A

Ling Greenlight:  #85a547 

www.Kinesiopathy.com

*/


																																

a.whitelink 		{ 
		color:#ffffff; 
		text-decoration:underline;
}    


a:hover.whitelink { 
		color:#678F1A;   
		text-decoration:underline;
}

a.whitelink-none		{ 
		color:#ffffff; 
		text-decoration:none; 
}    


a:hover.whitelink-none { 
		color:#678F1A;   
		text-decoration:underline;
}
																																										
	
																														

.btn-Color {																																					/*  Bootstrap.css - Ling Green color on buttons  */ 
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #85a547;
  *background-color: #678F1A;
  background-image: -moz-linear-gradient(top, #85a547, #678F1A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85a547), to(#678F1A));
  background-image: -webkit-linear-gradient(top, #85a547, #678F1A);
  background-image: -o-linear-gradient(top, #85a547, #678F1A);
  background-image: linear-gradient(to bottom, #85a547, #678F1A);
  background-repeat: repeat-x;
  border-color: #678F1A;
  border-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff812F5A', endColorstr='#678F1A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-Color:hover,
.btn-Color:focus,
.btn-Color:active,
.btn-Color.active,
.btn-Color.disabled,
.btn-Color[disabled] {
  color: #ffffff;
  background-color: #678F1A;
  *background-color: #85a547;
}

.btn-Color:active,
.btn-Color.active {
  background-color: #678F1A \9;
}
				


																																					/*  mmenu.css - Ling Green color in the menu when hover  */ 

.mm-menu.mm-vertical .mm-list > li > a:hover {
	color:  #FFFFFF;	
  	background-color: #678F1A;   
  	background-image: -moz-linear-gradient(top, #678F1A, #678F1A);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#678F1A), to(#678F1A));
  	background-image: -webkit-linear-gradient(top, #678F1A, #678F1A);
  	background-image: -o-linear-gradient(top, #678F1A, #678F1A);
  	background-image: linear-gradient(to bottom, #678F1A, #678F1A);
  	background-repeat: repeat-x;
  	outline: 0;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff812F5A', endColorstr='#ff681942', GradientType=0);
	}  



																																					/*  mmenu.css - Ling Green color in the menu when hover  

.mm-menu.mm-vertical .mm-list > li > a:hover {
	color:  #FFFFFF;	
  	background-color: #678F1A;   
  	background-image: -moz-linear-gradient(top, #85a547, #678F1A);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85a547), to(#678F1A));
  	background-image: -webkit-linear-gradient(top, #85a547, #678F1A);
  	background-image: -o-linear-gradient(top, #85a547, #678F1A);
  	background-image: linear-gradient(to bottom, #85a547, #678F1A);
  	background-repeat: repeat-x;
  	outline: 0;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff812F5A', endColorstr='#ff681942', GradientType=0);
	}  
   

																																						*/ 




																																					/*  Ling Green color on the scrollup image   */ 

a.scrollup {	
		width: 40px;
		height: 40px;	
		text-indent:-9999px;
		position: fixed;
		bottom: 10px;          /*  scroll-up from bottom border */
		right: 15px;           /*  scroll-up from right border */
		display:block;			
		background: url('../image/icon-top.png') no-repeat;      /* image scroll-up */
		z-index:10;
}  



.mm-list .linkrubrik {											/* DIV:  "linkrubrik" för Right/Höger-menyn */
  padding-left: 30px; 											/* padding för alla rubriker i menyn, 30px är left-margin   */
  font-size: 16px;												/* font-storlek på alla rubriker i båda .nav menyerna  */
  font-weight: 700;												/* font-tjocklek på alla rubriker i båda .nav menyerna  */
  color: #955e7a; }										        /*   font-färg på alla rubriker i .nav menyn  */




																/*   ----------------------------------------------------------------------------  den lilla Drop-Up menyn längst ner    */


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #678F1A;     															 				                             /*   ---------------------   Färg bakgrund HOVER	---------------------- 	*/					
  background-image: -moz-linear-gradient(top, #85a547, #678F1A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85a547), to(#678F1A));
  background-image: -webkit-linear-gradient(top, #85a547, #678F1A);
  background-image: -o-linear-gradient(top, #85a547, #678F1A);
  background-image: linear-gradient(to bottom, #85a547, #678F1A);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff812F5A', endColorstr='#ff681942', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #678F1A;
  background-image: -moz-linear-gradient(top, #85a547, #678F1A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85a547), to(#678F1A));
  background-image: -webkit-linear-gradient(top, #85a547, #678F1A);
  background-image: -o-linear-gradient(top, #85a547, #678F1A);
  background-image: linear-gradient(to bottom, #85a547, #678F1A);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff812F5A', endColorstr='#ff681942', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}



 /*  Meny-symbolen i två versioner: Purpur och Green */	

#header a,
.header a
{
	background: center center no-repeat transparent;
	background-image: url( "../image/icon-meny" );      /*  meny-symbol, nr 1 till vänster  */	
	z-index: 20;											 /* lägger sig överst, ovanpå texten  */	
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;              /*  position: absolute; fixed = menysymbol stilla och texten flyter */	  
	top: 10px;					  /* meny-symbol 10px från toppen  */	
	left: 20px;
}
#header a.friends,
.header a.friends
{
	background-image: url( "../image/icon-meny.png" );    /*  meny-symbol, nr 2 till höger */	
	z-index: 20;											 /* lägger sig överst, ovanpå texten  */	
}



hr {
  width: 100%; 
  background-color: #678F1A;  
  border-width: 1px;
}



  /* färgen som omger input-fälten i en Form  */	


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(104, 25, 66, 0.8);
  outline: 0;
  outline: thin dotted \9;


  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 25, 66, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 25, 66, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 25, 66, 0.6);
}




.btn-Green {																																									/*  Bootstrap - Ling Green color on buttons  */ 
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #678f1a;
  *background-color: #4d6c14;
  background-image: -moz-linear-gradient(top, #678f1a, #4d6c14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#678f1a), to(#4d6c14));
  background-image: -webkit-linear-gradient(top, #678f1a, #4d6c14);
  background-image: -o-linear-gradient(top, #678f1a, #4d6c14);
  background-image: linear-gradient(to bottom, #678f1a, #4d6c14);
  background-repeat: repeat-x;
  border-color: #4d6c14;
  border-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff678f1a', endColorstr='#ff4d6c14', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.btn-Green:hover,
.btn-Green:focus,
.btn-Green:active,
.btn-Green.active,
.btn-Green.disabled,
.btn-Green[disabled] {
  color: #ffffff;
  background-color: #4d6c14;
  *background-color: #678f1a;
}

.btn-Green:active,
.btn-Green.active {
  background-color: #4d6c14 \9;
}
						



hr.one  {
border-top: 1px solid #678F1A;
}
		
hr.two  {
border-top: 2px solid #678F1A;
}

hr.ten  {
border-top: 10px solid #678F1A;
}


hr.menu  {
color:#85a547; 
background-color:#85a547;
height: 6px;
width: 70%; 
text-align:left; 
margin: 10px 0px 30px 30px;
border: none;	
}


/* 

a.headlogo {	
margin-top: 50%; 
margin-left: 50%; 
top: 50%; 
left: 50%;
transform: translate(-50%, -50%) ;
position: fixed;
display:block;			
background: url('../image/kinesiology-logo-t.png') no-repeat;      image head logo 
z-index:10;
} 

*/