/* Style 1 */

/* template.css */
body {
  background: #1a1a1a;
}
a {
  color: #0a51a1;
}
a:hover,
a:active,
a:focus {
  color: #111;
}
#gkPageWrap {
  background: #f0f0f0;
  background-image: url(/photo/oform/under2.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#gkPageTopBar {
  background: #0a51a1;
}
#gkPageLogo
{
  background: #0a51a1;
}
#gkPageTopBar > div {
  background: transparent;
  margin-bottom: 0!important;
  padding-bottom: 0;
}
#gkPageLogo {
  background: #fff;
  border-bottom: 1px solid #e9e8e7;
  margin-bottom: 10px!important;
}
.gkRSS,
.gkTwitter,
.gkFb,
.gkGplus {
  background-image: url('../images/style3/social_icons.png');  
}
#gkSocial {
  margin-left: 0;

}
#gkTopBanner {
  color: #777;
  font-style: normal;
}


#gkLogo {
  width: 1030px;
}
#gkLogo.cssLogo {
  background: transparent url('../images/style3/logo.png') no-repeat 0 0;
}
#gkContent {
  border: 1px solid #111;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
  margin-top: 0!important;
  #padding-top: 30px!important;
}
#gkContent::before {
  display: none;
}
#gkTop1,
#gkTop2,
#gkBottom1 {
  background: #fff;
  border: 1px solid #e9e8e7;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
  padding-top: 20px;
}
#gkBreadcrumb > div {
  background: transparent;
  border-bottom: 1px solid #ededed;
}
#gktools {
    float: right;
    width: auto;
    display: none;
}
#gkBottom2 {
  background: #222;
  margin-bottom: 0!important;
}
#gkBottom2 .header {
  color: #dfdfdf;
}
#gkBottom2 a {
  color: #111;
}
#gkBottom2 a:active,
#gkBottom2 a:focus,
#gkBottom2 a:hover {
  color: #fff;
}
#gkBottom2 li {
  border-top: 1px solid #444;
}
#gkBottom2 li:first-child {
  border-top: none;
} 
#gkFooter {
  border-top: none;
  color: #565656;
  padding-top: 10px;
}
#gkFooter a {
  color: #989898;
}
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
  color: #fff;
}
#gkSidebar .box {
  background: #fff;
  border: 1px solid #e9e8e7;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
  padding: 5px
}
#gkSidebar .box.dark {
  background: #222!important;
  border: 1px solid #3e3e3e;
  color: #aaa;
}
#gkSidebar .box.dark ul li {
  border-top: 1px solid #4e4e4e;
}
#gkSidebar .box.dark a {
  color: #a4a4a4;
}
#gkSidebar .box.dark a:active,
#gkSidebar .box.dark a:focus,
#gkSidebar .box.dark a:hover {
  color: #85b6ef;
}
.box.color .header {
  color: #85b6ef;
}
#gkMainbodyTop + #gkMainbody,
#gkContent > section + #gkMainbodyBottom {
  background: transparent;
  border-top: 1px solid #ededed;
}
#login-form ul {
  background: transparent;
  border-top: 1px solid #ededed;
}
.box.clear,
.box.transparent {
  border: none!important;
}

/* joomla.css */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
    border: 1px solid #d9d6d0;
}
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
.pagination ul li a,
.pagination ul li span {
    #background: #333;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
.pagination span.pagenav,
.pagination ul li a:hover,
.pagination ul li span:hover {
    background: #85b6ef;
}
section.categories-list li > a,
section.category .children li > a,
section.blog .children li > a {    
  color: #85b6ef; 
}
section.categories-list li > a:hover,
section.category .children li > a:hover,
section.blog .children li > a:hover {   
  color: #363636; 
}
th {
  background: transparent;
  border-bottom: 1px solid #ededed;
    color: #85b6ef;
}
th a {    
  color: #85b6ef; 
}
th a:active,
th a:focus,
th a:hover {    
  color: #111; 
}
section.blog article { 
  background: transparent;
  border-bottom: 1px solid #ededed;
}
article > time {
  background: #85b6ef;
  font-size: 10px;
  font-weight: 600;
  height: auto;
  left: -111px;
  line-height: 10px;
  padding: 14px 0 14px 0;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 71px;
}
article > time:first-line {
  font-size: 10px;
  line-height: 10px;
}
article > time + section header {
  padding-left: 0;
}
article header h3 a:hover,
article header h4 a:hover {
  color: #85b6ef;
}
p.img_caption {
    background: #f7683a;
}
section.login ul {
  background: transparent;
  border-top: 1px solid #ededed;
}
.profile legend,
.profile-edit legend {
  background: transparent;
  border-bottom: 1px solid #ededed;
}
.contact-image {
    background: transparent;
    border: 1px solid #ededed;
}
.contact h3 {
  background: transparent;
  border-top: 1px solid #ededed;
}
section.newsfeed > ol > li {
    background: transparent;
    border-top: 1px solid #ededed;
}
.tip-title {
    background: #85b6ef;
}
#system-message dd {
    color: #fff;
}
#system-message dd.error {
    color: #85b6ef;
}
#system-message dd.notice {
    color: #ccc;
}
div.banneritem {
    background: transparent;
    border-top: 1px solid #ededed;
}
div.bannerfooter {
    background: transparent;
    border-top: 1px solid #ededed;
    color: #85b6ef;
}
#gkSocialAPI {
     background: transparent;
     border-top: 1px solid #ededed;
}
.search-results dt {
  background: transparent;
  border-top: 1px solid #ededed;
}
.autocompleter-queried {    color: #85b6ef!important; }
.img-intro-left,
.img-intro-right,
.img-intro-center,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.img-fulltext-center,
.img-fulltext-none {
  background: transparent;
  border: 1px solid #ededed;
}
article section > ul li { 
  background: url("../images/style3/typography/bullet1.png") no-repeat 0 6px !important; 
  padding: 2px 0 2px 28px;
}

/* gk_stuff.css */
.nspPagination li {
    background: #e0e0e0;
}
.nspPagination li:hover,
.nspPagination li.active { 
  background: #85b6ef; 
}
.nspNext,
.nspPrev {
    background-image: url('../images/style3/nsp_interface.png');
}
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover { color: #85b6ef}
.nspArt img.nspImage {
  background: transparent;
  border: 1px solid #ededed;
}
.nspArt p.nspText {
    color: #666;
}
.nspArt p.nspInfo {
    color: #999;
}
.nspArt p.nspInfo a {
    color: #999;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover { color: #85b6ef}
.nspLinks ul li {
    background: transparent;
    border-top: 1px solid #ededed;
}
.nspLinks ul li h4 a:active,
.nspLinks ul li h4 a:focus,
.nspLinks ul li h4 a:hover {
  color: #85b6ef;
}
.dark .nspArt img.nspImage,
#gkBottom2 .nspArt img.nspImage {
    border: 1px solid #4f4f4f;
}
.dark .nspArt p.nspText,
#gkBottom2 .nspArt p.nspText { 
  color: #999; 
}
.dark .nspArt p.nspInfo,
#gkBottom2 .nspArt p.nspInfo { 
  color: #999; 
}
.dark .nspArt p.nspInfo a { color: #111}
.dark .nspArt p.nspInfo a:active,
.dark .nspArt p.nspInfo a:focus,
.dark .nspArt p.nspInfo a:hover,
#gkBottom2 .nspArt p.nspInfo a:active,
#gkBottom2 .nspArt p.nspInfo a:focus,
#gkBottom2 .nspArt p.nspInfo a:hover { 
  color: #85b6ef; 
}
.dark .nspLinks ul li h4 a,
#gkBottom2 .nspLinks ul li h4 a { 
  color: #85b6ef; 
}
.dark .nspLinks ul li h4 a:active,
.dark .nspLinks ul li h4 a:focus,
.dark .nspLinks ul li h4 a:hover,
#gkBottom2 .nspLinks ul li h4 a:active,
#gkBottom2 .nspLinks ul li h4 a:focus,
#gkBottom2 .nspLinks ul li h4 a:hover { 
  color: #111;  
}
.dark .nspLinks ul li, 
#gkBottom2 .nspLinks ul li {
    border-top: 1px solid #4f4f4f;
}
.dark .nspArt h4.nspHeader a,
#gkBottom2 .nspArt h4.nspHeader a { 
  color: #85b6ef; 
}
.dark .nspArt h4.nspHeader a:active,
.dark .nspArt h4.nspHeader a:focus,
.dark .nspArt h4.nspHeader a:hover,
#gkBottom2 .nspArt h4.nspHeader a:active,
#gkBottom2 .nspArt h4.nspHeader a:focus,
#gkBottom2 .nspArt h4.nspHeader a:hover { 
  color: #111; 
}
.dark .nspPagination li,
#gkBottom2 .nspPagination li { 
  background: #646464; 
}
.dark .nspPagination li:hover,
.dark .nspPagination li.active,
#gkBottom2 .nspPagination li:hover,
#gkBottom2 .nspPagination li.active { 
  background: #85b6ef; 
}
.gkIsWrapper-gk_publisher .gkIsPreloader {
  background: #85b6ef url('../images/style3/loader.gif') no-repeat center center;
}
.gkIsWrapper-gk_publisher figcaption {
  background: #222;
}
.gkIsWrapper-gk_publisher figcaption:hover {
  background: #444;
}
.gkIsWrapper-gk_publisher figcaption h3 a {
  color: #fff;
}
.gkIsWrapper-gk_publisher figcaption p {
  color: #9f9f9f;
}
.gkIsWrapper-gk_publisher figcaption a {
  color: #9f9f9f;
}
.gkIsWrapper-gk_publisher figcaption a:active,
.gkIsWrapper-gk_publisher figcaption a:focus,
.gkIsWrapper-gk_publisher figcaption a:hover {
  color: #fff;
}
.gkIsWrapper-gk_publisher ol li {
  background: #565656;
}
.gkIsWrapper-gk_publisher ol li:hover,
.gkIsWrapper-gk_publisher ol li.active {
  background: #85b6ef;
} 
div.gkTweet {
    color: #888;
}
div.gkTweet > div {
    border-top: 1px solid #444;
}
span.gkTweetName small {
    color: #a3a3a3;
}
div.gkTweet > div > span.gkTweetInfo {
    color: #85b6ef;
}
div.gkTweet > div > span.gkTweetInfo a {
    background: url('../images/twitterSprite.png') no-repeat 0 -1px transparent;
    color: #999;
}
div.gkTweet > div > span.gkTweetInfo a:active,
div.gkTweet > div > span.gkTweetInfo a:focus,
div.gkTweet > div > span.gkTweetInfo a:hover {
  color: #fff;
}

/* menu.css */
.gkMenu {
  margin: -15px 10px 0 0;
}
.gkMenu > ul {
  height: 60px;
}
.gkMenu > ul > li > a {
  background: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  text-transform: none;
}
.gkMenu > ul > li:hover > a,
.gkMenu > ul > li:active > a,
.gkMenu > ul > li:focus > a,
.gkMenu > ul > li.active:hover > a,
.gkMenu > ul > li.active:active > a,
.gkMenu > ul > li.active:focus > a,
.gkMenu > ul > li.active > a {
  background: transparent;
  color: #0a51a1;
}
.gkMenu > ul > li > div.childcontent::before {
  background: transparent url('../images/style3/submenu_bg.png') no-repeat left top;
  content: "";
  display: block;
  height: 7px;
  position: relative;
  width: 32px;
}
.gkMenu > ul div.childcontent-inner {
  background: #85b6ef;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}
.gkMenu > ul div.childcontent-inner div.childcontent-inner {
  border: 1px solid #85b6ef;
}
.gkMenu > ul div.childcontent li {
  border-top: 1px solid #85b6ef;  
}
.gkMenu > ul div.childcontent li:hover {
   background: #85b6ef;
}
.gkMenu > ul div.childcontent small {
  color: #f2d5c7;
}
.gkMenu > ul div.childcontent header a {
  border-bottom: 2px solid #d96d38;
}

/* k2.css */

h1 > sup,
h2 > sup {
    color: #85b6ef;
}
.itemImage {
  background: transparent;
  border: 1px solid #ededed;
}
.itemImageCaption {
    background: #222;
}
.itemAuthorBlock .itemAuthorDetails {
  background: #f8f8f8;
}
h3.titleComments {
    background: transparent;
    border-top: 1px solid #ededed;
}
#itemListLinks li {
    background: url('../images/style3/typography/bullet-square2.png') no-repeat 0 6px;
}
.itemsContainerWrap .itemList figure:hover { 
  border-color: #85b6ef;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
    background: #85b6ef;
}
.k2TagCloudBlock a {
    background: #85b6ef;
}
.k2TagCloudBlock a:hover {
    background: #333;
}

/* popup */
#gkPopupLogin #login-form input[type="text"],
#gkPopupLogin #login-form input[type="password"] {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
        border-radius: 0;
}
#gkPopupLogin #form-login-buttons input.button { 
    background: #85b6ef;
}
#gkPopupLogin #form-login-buttons input.button:hover { 
    background: #555;
}