/*
#------------------------------------------------------------------------
# Startup - October 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
 */
 
/* Style 1 */

/* template.css */
a:hover,
a:active,
a:focus {
	color: #eb592a;
}
#gkLogo.cssLogo {
	background-image: url('../images/style1/logo.png');
}
#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {
	color: #eb592a;
}
#gkRegister {
	color: #eb592a;
}
.gkTwitter {
	background-image: url('../images/style1/social_icons.png');
}
.gkFb {
	background-image: url('../images/style1/social_icons.png');
}
.gkPinterest {
	background-image: url('../images/style1/social_icons.png');
}
.gkGplus {
	background-image: url('../images/style1/social_icons.png');	
}
.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
	background-image: url('../images/style1/social_icons.png');
	color: #f7693b;
}
.gkFb:active,
.gkFb:focus,
.gkFb:hover {
	background-image: url('../images/style1/social_icons.png');
	color: #f7693b;
}
.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover {
	background-image: url('../images/style1/social_icons.png');
	color: #f7693b;	
}
.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
	background-image: url('../images/style1/social_icons.png');
	color: #f7693b;	
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #eb592a;
}
.box.color .header {
	color: #eb592a;
}

/* joomla.css */

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: #53524d; /* Old browsers */
    background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%); /* FF3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d)); /* Chrome,Safari4+ */ 
    background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%); /* Chrome10+,Safari5.1+ */ 
    background: -o-linear-gradient(top, #53524d 0%, #62615d 100%); /* Opera 11.10+ */ 
    background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%); /* IE10+ */ 
    background: linear-gradient(to bottom, #53524d 0%, #62615d 100%); /* W3C */  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
       -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
        -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
         -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
            box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
}
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 ul li a:hover,
.pagination ul li span:hover {
    background: #f8693b; /* Old browsers */ 
    background: -moz-linear-gradient(top, #f8693b 0%, #eb592a 100%); /* FF3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8693b), color-stop(100%, #eb592a)); /* Chrome,Safari4+ */ 
    background: -webkit-linear-gradient(top, #f8693b 0%, #eb592a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f8693b 0%, #eb592a 100%); /* Opera 11.10+ */ 
    background: -ms-linear-gradient(top, #f8693b 0%, #eb592a 100%); /* IE10+ */ 
    background: linear-gradient(to bottom, #f8693b 0%, #eb592a 100%); /* W3C */  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8693b', endColorstr='#eb592a', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
       -moz-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
        -ms-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
         -o-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
            box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
}
section.categories-list li > a,
section.category .children li > a,
section.blog .children li > a {
	color: #EB592A;
}
th {
    background: #f7693b;
}
article header h1 a:hover,
article header h2 a:hover {    
	color: #f7683a;
}
p.img_caption {
    background: #f7683a;
}
.tip-title {
    background: #eb592a;
}
#system-message dd.error {
    background: #eb592a;
}
.autocompleter-queried {    
	color: #eb592a !important;
}
div.bannerfooter {
	color: #EB592A;
}

/* gk_stuff.css */

.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover { 
	color: #eb592a; 
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover { 
	color: #eb592a; 
}
.dark .nspLinks ul li h4 a:active,
.dark .nspLinks ul li h4 a:focus,
.dark .nspLinks ul li h4 a:hover,
.dark .nspArt h4.nspHeader a:active,
.dark .nspArt h4.nspHeader a:focus,
.dark .nspArt h4.nspHeader a:hover { 
	color: #eb592a; 
}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.vertical ol li.active:hover {
    color: #f7693b;
}
.gkTabsNav {
    border-top: 3px solid #f7693b;
}
.vertical .gkTabsContainer + ol.gkTabsNav {
    border-bottom: 3px solid #f7693b;
}
.gkTeam figure:hover img { 
	border: 4px solid #eb592a;
}
.gkFeatures > a:hover {
    background: #eb592a;
}
.gkRocket > span { background-image: url('../images/style1/gk_rocket.png'); }
.gkBadge > span { background-image: url('../images/style1/gk_badge.png'); }
.gkMouse > span { background-image: url('../images/style1/gk_mouse.png'); }
.gkPiggy > span { background-image: url('../images/style1/gk_piggy.png'); }
.gkRocket:hover > span { background-image: url('../images/style1/gk_rocket.png'); }
.gkBadge:hover > span { background-image: url('../images/style1/gk_badge.png'); }
.gkMouse:hover > span { background-image: url('../images/style1/gk_mouse.png'); }
.gkPiggy:hover > span { background-image: url('../images/style1/gk_piggy.png'); }

.gkIsWrapper-gk_startup .gkIsPagination > ol li a { 
	background-image: url('../images/style1/gk_is_pagination.png'); 
}
.gkIsWrapper-gk_startup .gkIsPagination > ol li.active a,
.gkIsWrapper-gk_startup .gkIsPagination > ol li:hover a {  
	background-image: url('../images/style1/gk_is_pagination.png');
}
.gkIsWrapper-gk_startup .gkIsText .btn1,
.gkIsWrapper-gk_startup .gkIsText .btn2,
.gkIsWrapper-gk_startup .gkIsText .btn2:hover {
	background: #eb592a; /* Old browsers */
	background: -moz-linear-gradient(top, #eb592a 0%, #f8693b 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb592a), color-stop(100%, #f8693b)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #eb592a 0%, #f8693b 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #eb592a 0%, #f8693b 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #eb592a 0%, #f8693b 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #eb592a 0%, #f8693b 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb592a', endColorstr='#f8693b', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	   -moz-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	    -ms-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	     -o-box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
	        box-shadow: inset 1px 1px 0 #ffa183, 1px 0 3px rgba(0, 0, 0, 0.29);
}
.gkIsWrapper-gk_startup .gkIsText .btn1:hover,
.gkIsWrapper-gk_startup .gkIsText .btn2 {
	background: #53524d; /* Old browsers */
	background: -moz-linear-gradient(top, #53524d 0%, #62615d 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53524d), color-stop(100%, #62615d)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #53524d 0%, #62615d 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #53524d 0%, #62615d 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #53524d 0%, #62615d 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%); /* W3C */  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	   -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	    -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	     -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
	        box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.28);
}

/* menu.css */


/* k2.css */
h1 > sup {
    color: #eb592a;
}
span#formLog {
    background: #eb592a;
}
.itemAuthorBlock .itemAuthorDetails {
    border-left: 4px solid #EB592A;
}
#itemListLinks li {
    background-image: url('../images/style1/typography/bullet-square2.png');
}
.itemsContainerWrap .itemList figure:hover { 
	border-color: #eb592a; 
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
    background: #eb592a;
}
.k2TagCloudBlock a:hover {
    background: #EB592A;
}
.commentLink,
.k2LatestCommentsBlock strong a { 
	color: #EB592A; 
}