/* =========================================== *\ 
   
   Choose your import to include the necessary 
   css for that particular theme choice.
   
   DESIGN OPTIONS ARE ONE OF THESE THREE :
   ---------------------------------------
   design1.css | design2.css | design3.css

\* =========================================== */

   @import url(/sites/default/themes/dtheme/design1.css);

/* =========================================== *\ 

   In addition to the import please include
   the custom css for each theme for dynamic
   control of that design. Refer here for css
   to cut and paste below this comment for 
   each theme.

   http://pastebin.com/iPXRTkC6  

\* =========================================== */   

/* ========================================= *\
   DESIGN 1
\* ========================================= */
 
.quick-links .block-title span {
  color: #17a234;
}
 
.quick-links .node-header .title {
  color: #17a234;
}
 
.quick-links .node {
  border-color: #17a234;
}
 
.navbar {
  background-color: #17a234;
}

/* ================================================= *\
   Extra footer padding
\* ================================================= */

#footer {
  padding-bottom:5em;
}

/* ========================================= *\ 
   COMMON AMONGST ALL DESIGNS
   this is simply because we would like to 
   include the custom two colors for each
   school dynamically.
\* ========================================= */

.navbar .nice-menu li li:hover > a,
.navbar .nice-menu li li li:hover > a,
.navbar .nice-menu li li li li:hover > a       { color: #17a234; }
.field-nav-terms-appears-in #nav-back a:before { color: #17a234; }
.field-nav-terms-appears-in #nav-back a        { color: #17a234; }
.field-nav-terms-appears-in #nav-back a:hover  { color: #ffcc00; }
.node-full .title                              { color: #ffcc00; }
#node-full .caption                            { color: #17a234; }
a:link                                         { color: #17a234; }
a:visited                                      { color: #17a234; }
a:hover, a:visited:hover, a.active             { color: #ffcc00; }
.footer-links .views-row-3 .node:hover .title,
.footer-links .views-row-4 .node:hover .title  { color: #17a234; }
.quick-links.sidebar                           { background: #17a234; }
.front-overview .block-inner                   { background-color: #17a234; }
.front-pods .subtitle:after                    { content: "»"; color: #17a234; }
.front-calendar .node-content p:after          { content: "»"; color: #17a234; }

/* ========================================= *\
   GOOGLE TRANSLATE DESIGN 1
\* ========================================= */
 
#block-dd_google_translate-google_translate {
  position: absolute;
  right: 30px;
  top: -7px;
  z-index: 10;
}
 
#block-views_blocks-term-block_1-6 {
  right: 170px;
  left: auto !important;
}


/* ========================================= *\
   SLOANE ADDING BACKGROUND FOR TICKET 2808
\* ========================================= */


body {
background-color: #575757;
}

body.front #footer {
background-color: white;
}

#node-3632-teaser p {
   font-size: 0.7rem;
}
