/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #E5E4E2;
}

a { color: #48b; }

a:hover,
em, code { color: #d50; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
  border: 1px solid #ddd;
  background: #fafafa;
  color:#222222;
}


h1, h2, h3, h4, h5, h6 {color: #ffffff;}

h1 {font-size:30px; line-height:30px;}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

input, select, textarea {border-radius: 10px; webkit-border-radius; moz-border-radius:10px;}
/* 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;
  
  
}
#footermenu li
{
  display:inline;
  list-style-type:none;
  border-left:1px solid #fff;
  padding-left:7px;
}