/*
Theme Name:     Gleam Child
Theme URI:      http://warderbodywork.com/
Description:    Child theme for the Gleam theme
Author:         David Warder
Author URI:     http://warderbodywork.com/therapist-bios/
Template:       Gleam                             
Version:        0.1.0
*/

@import url("../Gleam/style.css");

/* Remove Big Arrows */
#big_arrow_left,#big_arrow_right { display: none !important; }

/* Text Shadow on Page Title */
h1.main_title {text-shadow: 0 0 3px rgba(0,0,0,1), 0 0 21px rgba(122,152,159,.7); }

/* Hyperlink Color */
a { text-decoration: none; color: #b365ba; }

/* Home Menu Hover Color */
#main_menu a:hover { background: #800000; text-decoration: none; color: #fff; }

/* Secondary Menu Hover Color */
#secondary_menu a:hover { background: #800000; }

/* Close Button Color */
#close_button { opacity: .7; position: absolute; top: 0; right: 0; background: #800000 url(images/et_close_button.png) no-repeat center; width: 19px; height: 19px; z-index: 6; display: block; }