/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */

@import url(../../../css/style.css);

@font-face {
  font-family: angelina;
  src: url('../fonts/angelina.ttf');
}

::selection {
  background: #4888d2;
}

body, h1, h2, h3, h4, h5 {
  color: #444;
  text-transform: none;
}

a {
  color: rgb(66, 139, 202);
  text-decoration: none;
}

a:hover, a:focus {
  color: rgb(42, 100, 150);
  text-decoration: none;
}

a:active, a:hover, a:focus {
  outline: 0 none;
}

code {
  color: white;
}

.angelina {
  text-transform: lowercase;
  font-family: angelina;
}

.body-dark,
.bg-dark { 
  background: none repeat scroll 0 0 rgb(19, 19, 19);
}

.menu-dropdown .dropdown-bg > div { 
  margin-top: 5px;
  padding: 0px;
  color: rgb(34, 34, 34);
  border: 1px solid rgb(187, 187, 187);
  border-radius: 4px;
  background-color: rgb(245, 245, 245);
  background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
  background-image: -webkit-gradient(linear,0 0,0 100%, from(rgb(255, 255, 255)), to(rgb(230, 230, 230)));
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
  background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
}

.menu-dropdown .dropdown-bg > div { 
  filter: none \9;
}

.menu-dropdown .dropdown-bg > div a {
  font-size: 14px;
  color: rgb(34, 34, 34);
  text-shadow: none;
}

#menu .menu-dropdown li.active .level1,
#menu .menu-dropdown li.level1:hover .level1,
#menu .menu-dropdown li.remain .level1 { 
  background-color: transparent; 
  color: rgb(42, 100, 150);
  text-shadow: none;
}

.menu-dropdown li.active .level1:before,
.menu-dropdown li:hover .level1:before {
  background-color: transparent;
}

.menu-dropdown a.level1, 
.menu-dropdown span.level1 {
  color: rgb(34, 34, 34);
  text-shadow: none;
}

.menu-dropdown a:hover.level2,
.menu-dropdown span.level2,
.menu-dropdown a.current.level2 {
  color: rgb(42, 100, 150);
}