/* 
    Document   : TEALCSC
    Created on : 2013-1-9, 15:44:41
    Author     : Cocos
    Description:
        Teal Color Scheme
*/


/* Page Background Color */

#carousel .flex-viewport,
.pageContentWrapper,
.homeWidgetModule,
.pageWidgetModule
{
    background: #e4e8ee;
}

/* Links Color */

a, a:visited {  color: #26a77b; }
a:hover, a:focus { color: #1b7a5a; }


/* Buttons Color */

.button-small-theme { background: #008080 !important; }

/* Accent color */

a, a:visited {  color: #ffffff; }
a:hover, a:focus { color: #1b7a5a; }


.button-small-theme { background: #008080 !important; }

.footerModule h2, 
.mainNav .active, 
.mainNav li a:hover, 
.flex-active-slide .navDescription, 
.pageInfo, 
.special li,
.pricing .price,
.special .description,
.postThumbDate,
.widget span a:hover,
.difficultyLevel
{
    background: #008080;
}
.footerModule h3, 
.slidesDescription, 
.pricing li,
.widget h3,
.classesInfo,
.contactForm

{
    border-left: 5px solid #008080;
}
.pricingTable .special .title {
       background: url(../../images/pricingBg.png) #008080 top right no-repeat !important;
}
blockquote {
    border-left: 3px solid #008080;
}
.topBarActive {
    background-color: #008080 !important;
    border-bottom: 1px solid #008080;
}
.contact:hover {
     background: url(../../images/mailIconLight.png) no-repeat 19px 16px #008080;
     border-bottom: 1px solid #008080;
}
.openingHours:hover  {
    background: url(../../images/openingHoursIconLight.png) no-repeat 19px 15px #008080;
    border-bottom: 1px solid #008080;
}
.mainNav li a:hover {
    border-right: 1px solid #008080;
}
.singleThumb img, .postThumb {
    border-bottom: 5px solid #008080;
}
.special .title {  background: url(../../images/pricingBg.png) #008080 top right no-repeat;}