<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* $Id: blue-style.css,v 1.0.0 2012/02/25 08:18:15 symphonythemes Exp $ */

/*------------------------------------*\
	RESET
\*------------------------------------*/
a,
a:link,
a:visited {
  color: red; /*default: #c3002c*/
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #666;
}

pre,
div.code {
  border-left: 5px solid #c3002c;
}
.highlight {
  background: #c3002c;
  color: #fff;
}

.item-list .pager .pager-current,
.item-list .pager li a:hover {
  color: #fff;
  background: url(../images/red/button-bg.jpg) 0 0 repeat-x;
}
.more-link a {
  color: #fff;
}
.more-link a:hover {
  background: url(../images/red/button-bg.jpg) 0 0 repeat-x;
}
.views-field-view-node a {
  color: #fff;
}
.views-field-view-node a:hover {
  background: #000 url(../images/red/button-bg.jpg) 0 0 repeat-x;
}
a.button,
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: url(../images/red/button-bg.jpg) 0 0 repeat-x;
  color: #fff;
}
a.button:hover,
input.form-submit:hover {
  background: url(../images/button-bg-hover.jpg) 0 0 repeat-x;
}
h1.title {
	/*Mod*/
  border-bottom: 3px solid 7B0923; /*default #7B0923*/
}

/*------------------------------------*\
	Pages Background
\*------------------------------------*/
.zone-menu {
  border-bottom: 4px solid red; /*defualt #7B0923*/ 
}
/*------------------------------------*\
	NAVIGATION CSS
\*------------------------------------*/
/* Main menu */
ul#main-menu li a:hover {
  background: url(../images/red/mainmenu-hover.png) bottom center no-repeat;
}
ul#main-menu li a.active {
  background: url(../images/red/menu-active-bg.jpg) 0 0 repeat-x;
}

.zone-menu ul.nice-menu li.active-trail a,
.zone-menu ul.nice-menu li a.active {
  background: url(../images/red/menu-active-bg.jpg) 0 0 repeat-x;
}
.zone-menu ul.nice-menu li a:hover,
.zone-menu ul.nice-menu li.over a {
  background: url(../images/red/mainmenu-hover.png) bottom center no-repeat;
}
.zone-menu ul.nice-menu li li.over a:hover,
.zone-menu ul.nice-menu li li.over a.active,
.zone-menu ul.nice-menu li.over li a:hover,
.zone-menu ul.nice-menu li.over li a.active,
.zone-menu ul.nice-menu li.active-trail li a:hover,
.zone-menu ul.nice-menu li.active-trail li a.active {
  background: #7B0923;
}

/* Top menu */
.region-user-first ul.menu li a:hover,
.region-user-first ul.menu li a.active {
  background: url(../images/red/topmenu-bg-active.jpg) 0 0 repeat-x;
}

/* Footer menu */
.zone-footer ul.menu li a:hover,
.zone-footer ul.menu li a.active {
  color: #c3002c;
}
.zone-footer ul.menu li a {
  color: #666;
}

/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/
.region-preface-first .block .block-inner h2.block-title,
.region-preface-second .block .block-inner h2.block-title,
.zone-content h2.block-title {
  border-bottom: 3px solid red; /*Mod default: #7B0923
}
.zone-postscript h2.block-title span.first-word {
  color: #c3002c;
}

/* Product  
*************************************************/
/* Latest products */
.view-latest-products .views-row .views-field-title a {
  color: #fff;
}
.view-latest-products .views-row .views-field-title a:hover {
  color: #c3002c;
}
.view-latest-products .views-row .views-field-commerce-price {
  color: #c3002c;
}
.views-field-add-to-cart-form input.form-submit:hover {
  background: url(../images/red/button-bg.jpg) 0 0 repeat-x;
}

/* List Products by category */
.view-list-products .views-row .views-field-title a {
  color: #000;
}
.view-list-products .views-row .views-field-title a:hover {
  color: #c3002c;
}
.view-list-products .views-row .views-field-commerce-price {
  color: #c3002c;
}
.views-field-add-to-cart-form input.form-submit:hover {
  background: url(../images/red/button-bg.jpg) 0 0 repeat-x;
}

/* News 
*************************************************/
.zone-content .block-views-news-block-1 h2.block-title {
  color: #c3002c;
}
.view-latest-news .attachment .view-content .views-field-title a {
  color: #7B0923;
}
.view-latest-news .attachment .view-content .views-field-title a:hover {
  color: #666;
}

/* Event 
*************************************************/
/* Upcoming Events */
.block-views-list-events-block .views-field-field-event-time {
  background: url(../images/red/upcoming-date.png) 0 0 no-repeat;
}

/* Block slideshow */
.block-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active .views-field-field-image img {
  border: 3px solid #c3002c;
}
.views-slideshow-controls-text-previous a:hover {
  background: url(../images/red/slideshow-prev-hover.png) 0 0 no-repeat;
}
.views-slideshow-controls-text-next a:hover {
  background: url(../images/red/slideshow-next-hover.png) 0 0 no-repeat;
}
.views-slideshow-controls-text-pause a:hover {
  background: url(../images/red/slideshow-pause-hover.png) 0 0 no-repeat;
}
</pre></body></html>