/*
#------------------------------------------------------------------------
# Publisher - November 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 */
.itemComments { display: none; }
.titleComments { display: none; }
h3.titleComments {
    display: none;
	
}/*
ul.gkBullet1 li, ul.gkBullet2 li, ul.gkBullet3 li, ul.gkBullet4 li, ul.gkCircle1 li, ul.gkCircle2 li, ul.gkSquare1 li, ul.gkSquare2 li, ul.gkSquare3 li{
line-height: 1.83em !important;

}*/
section.content ul li, ul.gkBullet1 li, ul.gkBullet2 li, ul.gkBullet3 li, ul.gkBullet4 li, ul.gkCircle1 li, ul.gkCircle2 li, ul.gkSquare1 li, ul.gkSquare2 li
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 4px;  
  list-style-type:square;
  list-style-image:inherit;
  list-style-position: outside;
  overflow-x: inherit;
  overflow-y: inherit;
}
#gkPageWrap
{
background-color: #fffbf4;
  background-image: url("../images/style1/bg_pattern.png");
  background-repeat: repeat;
  }
  .box .header
{
  background-color: #e6e7e1 ;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  color: #2b2b2b;
  font-size: 24px;
  font-weight:normal;
  line-height: 1.2;
  margin-bottom: 18px;
  min-height: 14px;
  text-transform: none;
}
.dark .nspArt p.nspText, #gkBottom2 .nspArt p.nspText {
    color: #333;
	font-weight:normal;
	}
.nspArt p.nspText {
    color: #333;
    font-weight: normal;
}

.itemImageBlock > a
{
  display: block;
 width:auto;
  float:left!important;
  margin-right:10px;
}


.itemImageBlock > a
{
  display: block;
  width: auto;
  float:right;
   margin-left:10px;
}
.itemImageCaption
{
background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  left: 0px;
  line-height: 1.1;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  position: absolute;
  width:auto;
  z-index: 1;
  color: #ffffff;
  }