/*
 * ------------------------------------------------------------------------
 * JA Mixmaz Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

@import url(../fonts/novecentowide/stylesheet.css);

body#bd {
  background: #fff;
  font-family: "Courier New", Helvetica, Arial, sans-serif;
}

/* Normal links ---*/
a {
  color: #e31837;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #333;
  text-decoration: underline;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
  font-family: 'novecento_wide_normalregular', sans-serif;
}

/* K2 */
#k2Container .item-badge {
  display: none;
}

/* Mail to */
#mailto-window .inputbox {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

#mailto-window .button {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#mailto-window .button:hover {
  background: #e31837;
  border-color: #e31837;
  cursor: pointer;
}