/*
#------------------------------------------------------------------------
# Game Magazine - October 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 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 background color */
body {
  line-height: 1.8;
  min-height: 100%;
  color: #666;
  background: #808080 url('../images/patchment_paper_new_cream-repeat.jpg') top center repeat;
}
/* Fix for Profile Fields width in user profile page - Norman 12-07-2013 */
#users-profile-core dt, #users-profile-custom dt, .formelm label { width: 26em;}

/* #gkHeader { background: #ffffff; } -- White color */
#gkHeader { background:#ffffff; }

/* Border color between menu and header */
/* #gkMainMenu { border-bottom: 5px solid #333; */
#gkMainMenu { background: #FFFFFF; }

/* will change active menu item background color */
#gkMainMenu > div > ul > li.active {background: #101010;}

#gkMainMenu > div.gk-menu > ul > li:hover, #gkMainMenu > div.gk-menu > ul > li:active, #gkMainMenu > div.gk-menu > ul > li:focus, #gkMainMenu > div.gk-menu > ul > li.active {
    background:#ae7d45;
    color: #fff;
}
/* Active Menu Item Color */
#gkMainMenu > div > ul > li.active {background: #874436;}
/*will change color of dropdown and border around it.*/
#gkMainMenu > div > ul div.childcontent-inner-wrap {background: #452c25;border: 1px solid #222;}
#gkMainMenu > div.gk-menu > ul > li:hover > a, #gkMainMenu > div.gk-menu > ul > li:active > a, #gkMainMenu > div.gk-menu > ul > li:focus > a {
  color: #fff;
}
/* change here for the font size of drop down menu content */
#gkMainMenu > div > ul div.childcontent a, #gkMainMenu > div > ul div.childcontent span {
  font-size: 13px;
  font-weight:bold;
  color: #989898;
}

ul.gkTabs, .gkTabsWrap.vertical ol  {
  height: 46px;
  padding: 0;
  background: #F3D616;
  margin: 0;
}
ul.gkTabs li, .gkTabsWrap.vertical ol li  {
  background: none;
  border: none;
  border-left: 1px solid #444;
  height: 46px;
  line-height: 46px;
  float: left;
  padding: 0 20px;
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
}

/* bottom modules */

#gkBottomWrap { background: #452c25;}
#gkFooter {
  background: #FFBF25; /* here put your own color value */
}



/* <div class="nn_tabs outline_content align_left"><ul id="set-nn_tabs-1" class="nav nav-tabs"><li class="nn_tabs-tab active"> … </li><li class="nn_tabs-tab"> … </li><li class="nn_tabs-tab"> … </li><li class="nn_tabs-tab"> … </li></ul> */

/* The following two code snippets need to go in k2.css, they do not work in override.css */
/* begin */
/* change url link color */
#k2Container .itemFullText a,
#k2Container .itemFullText a span {color: #ff0000 !important}
#k2Container .itemFullText a:hover,
#k2Container .itemFullText a:hover span {color: #0000ff !important}

/* remove "child categories" from k2 category listing */
div.itemListSubCategories h3 {
display:none;
visibility:hidden;} 
/*end */


/*CSS Changes from Oct 13,2015*/
#gkHeader .box {background:#ffffff;}

div.articleContent ul li{
    background: none;
}

div.pull-right h3{
  text-align: center;
}
div.pager ul li{
    display: inline;
    font-weight: bold;
}
/*Jan 14, 2016 - Move image on header slider to join with the texts on the left*/
#gkHeader .gkIsImageWrap
{
  float:left !important;
  margin-left: 1px;
}