﻿/* $Id: green-style.css,v 1.0.0 2010/01/29 08:18:15 symphonythemes Exp $ */

/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
    color: #05421b;
}

    /* Hover/active link styles. Don't forget :focus for accessibility */
    a:hover,
    a:focus,
    a:active {
        color: #4a800a;
    }

li a.active {
    color: #05421b;
}

h1, h2, h3, h4, h5 {
    color: #05421b;
}

pre,
div.code {
    border-left: 5px solid #4a800a;
}

.highlight {
    background: #4a800a;
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/
/* Main menu */
/* Main menu */
ul#main-menu li {
    background: right center no-repeat;
}

    ul#main-menu li.last {
        background: none;
    }

    ul#main-menu li a {
        color: #05421b;
    }

        ul#main-menu li a.active,
        ul#main-menu li a:hover {
            color: #000;
        }

/* Sidebar menu */
.region-sidebar-second ul li a {
    background: 10px 10px no-repeat;
}

.region-sidebar-second ul li li a {
    background: 350px 10px no-repeat;
}

/*------------------------------------*\
	Zone CSS
\*------------------------------------*/
.content-wrapper {
    box-shadow: 0 0 6px #000000, 0 0 80px #BDBC87 inset;
}
/*  Zone menu  */
.zone-menu {
    background: #bce540 0 bottom repeat-x;
}

.zone-footer {
    border-top: 1px solid #9FC832;
}

    /* Footer menu */
    .zone-footer ul.menu li a:hover, .zone-footer ul.menu li a.active {
        color: #05421b;
    }

/* Default block */
.more-link a {
    color: #4a800a;
    background: no-repeat scroll 0 5px transparent;
}

.views-field-view-node a {
    color: #4a800a;
    background: no-repeat scroll 0 10px transparent;
}

    .views-field-view-node a:hover,
    .more-link a:hover {
        color: #05421b;
    }

/* List article */
.view-list-articles .views-row,
.view-list-tours .views-row,
.view-list-destinations .views-row {
    border-bottom: 1px solid #9FC832;
}

.views-field-field-tour-overview table td,
.node-tours .field-name-field-tour-overview table td {
    border-bottom: 1px dashed #9FC832;
}

.block-views .view-list-articles .views-field-created {
    background: 0 0 no-repeat;
    color: #05421b;
}

#block-system-main .horizontal-tabs ul.horizontal-tabs-list li a:hover, #block-system-main .horizontal-tabs ul.horizontal-tabs-list li.selected a, #block-system-main .horizontal-tabs ul.horizontal-tabs-list li a.active, #block-system-main .horizontal-tabs ul.horizontal-tabs-list .selected strong {
    color: #4a800a;
}
/* Search block */
.block-search input.form-text {
    background: 0 0 no-repeat;
}

.block-search input.form-submit {
    background: right 0 no-repeat;
}

/* Pagers
-------------------------------------------------------------- */
.item-list .pager .pager-current, .item-list .pager li a:hover {
    color: #05421b;
}
