/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 11px/18px Arial, Helvetica, sans-serif;
  color: #5F6A72 ;
  
}

a { color: #cc7a03; }
/* a { color: #777777; } changes the base colour of the text. used to make front page menu text grey again */ 

a:hover,
/* em, code { color: #cc7a03; } */

em, code { color: #cc7a03; }


ins, mark { background-color: #ffa; }
mark { color: #444; }

/*hr { border-top-color: #ddd; }*/

pre {
  border: 0px solid #ddd;
  background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
  position: relative;
  top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
  position: relative;
  top: -1px;
}


 h1 a span{
   color:#999 !important;
 }
h1 a:hover span{
   color:#cc7a03 !important;
 }
 