/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

.header .nspLinks ul li h4 {
    font-size: 5px;
    font-weight: bold;
}

.header .nspLinks ul li p {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.nspArt p.nspText {
  font-size: 15px; /*change to your desired value*/
  color: #000000;
}

h4.nspHeader {
  font-size: 17px; /*change to your desired value*/
}

.itemFullText p,
.itemIntroText p {
    color: #000000;
}

.box.header .nspImageWrapper h4 {
    font-size: 25px;
}

.box .header {
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.gkMenu ul li a {
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    border-left: none;
    color: #c7c7c7;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}