/*
#------------------------------------------------------------------------
# Shop and Buy - July Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 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 */

/*Set Logo Height*/
#gkLogo {
  height: 170px;
  width: 300px;
}

#gkContentWrap {
  padding: 0;
}
/*Set Background Image Here*/
#gkPageContent {
  background: url("../../../images/blk-watermark-2.png") repeat-x fixed -120px 00px #465782;
}

/*Dark Theme Colors Overrides*/
/*#gkMainWrap {
  background: rgba(36,43,82,0.5);
}*/
#gkMainWrap {
  background: url("../../../images/blk-watermark-2.png") repeat-x fixed -120px 0 rgba(36,43,82,0.9);
}
#gkBottom1, #gkBottom2 {
  background: transparent;
}
.gkMenu > ul > li.active > a {
  color: #fff;
}
.gkMenu a:hover, .gkMenu a:active, .gkMenu a:focus, .gkMenu li.active > a {
  color: #465782!important;
}
.gkMenu .haschild:hover > a, .gkMenu li.haschild.active:hover > a {
    color: #fff;
}
/*Custom CSS Styles - You probably don't have to touch these*/

.box.color {
    background: none repeat scroll 0 0 #282c2f !important;
    color: #EDEDED !important;
}
.box .color header, .box .color h5 {
  color: #fff;
}
.box.color {
    padding: 20px !important;
}
.gkCols6 .box.gkmod-3 {
  width: 31%;
}
.box.color.gkmod-3 {
  margin: 0 10px;
}
#gkBottom1 .box .header, #gkBottom2 .box .header, .color .header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  margin: 8px 0 15px;
  padding: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid;
}

.frontpage #gkBottom2 .box, .frontpage #gkBottom1 .box {
  height: 280px;
}
#gkContentWrap {
  background: rgba(255, 255, 255, .89);
}
#gkHeaderNav {
  padding: 15px 0 0;
}
#gkLogo {
  float: none;
  margin: 0 auto;
  text-align: center;
}
#gkHeaderNav h2 {
  float: none;
  margin-bottom: 10px;
}
.gkMenu > ul > li {
  float: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
#gkMainMenu {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.gkMenu > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.frontpage article header h1{
  text-align: center;
  font-size: 2.1em;
}
.frontpage article header {
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
 .readon, .itemReadMore, .readmore > a{
  float: none;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  width: 100px;
}
#gkSidebar > div {
  padding: 0;
}
#gkSidebar .box {
  margin: 0;
}
#gkMainbody {
  margin-bottom: 0;
}
#gkHeader .custom img {
  border-top:4px solid #f9f9f9;
  width: 100%;
}
.itemBody img {
  border: 1px solid #bbb;
  padding: 5px;
  margin: 0 20px 10px 20px;
}
