/*
Theme Name: Dandelion Child
Author: Changes by Ashland Websites
Author URI: http://www.ashlandwebsites.com/
Template: dandelion
*/

@import url("../dandelion/style.css");


/* Updated Sept 23, 2015 */



/*BACKGROUND*/
body{
background: #E2FFA4 url('http://www.ashlandartcenter.org/wp-content/uploads/2012/08/aac-background-2.jpg') repeat-x left top ;
}

/*HEADER*/
#logo-container {
float: left;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
max-width: 100%;
}

/*MENU*/
#menu ul li a {
padding-right: 7px;
padding-left: 7px;
letter-spacing: 0px;
}
#menu ul ul {
width: 219px;
}
#menu-container {
float: right;
margin-top: 14px;
margin-right: 22px;
max-width: 980px;
}

/*PAYPAL BUTTON*/
#paypal_home input[type="image"]{
width: 99%;
max-width: 263px;
}
#paypal_home input{
border:0px;
margin:0;
padding:0;
opacity:1.0;
filter:alpha(opacity=100); 
}
#paypal input{
border:0px;
margin:0;
padding:0;
opacity:1.0;
filter:alpha(opacity=100); 
}
#paypal input:hover, #paypal_home input:hover{
opacity:0.4;
filter:alpha(opacity=40);
}

/*CUSTOM BUTTON*/
a.AACbutton {
width: 98%;
max-width: 263px;
padding: 10px 2px;
margin-bottom: 5px;
background-color: #4E3B80;
text-align: center;
}
a:hover.AACbutton {
background-color: #7562A9;
}

/*IMAGE LINK OPACITY HOMEPAGE*/
.page-id-17 a img:hover{
opacity: 0.8;
}

/*REMOVES TITLE BAR FROM PAGES*/
#page-title{
display:none;
}

/*ADDS SPACE BETWEEN CALENDAR EVENTS*/
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
padding: 5px 0 5px 0;
}

/*ADDS SPACE AROUND ALL CALENDAR PAGES*/
#tribe-events-pg-template{
padding: 30px;
}

/*BACKGROUND COLOR ABOVE CALENDAR*/
.tribe-bar-views-inner, #tribe-bar-form, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
background: #FAFFEB;
}

/*REMOVES BAR & SPACE ABOVE CALENDAR PAGES*/
.tribe-events-before-html{
display: none;
}
#tribe-events-bar {
margin-top: 20px;
}

/*CALENDAR FIND EVENTS BUTTON COLOR*/
#tribe-bar-form .tribe-bar-submit input[type=submit] {
background: #75C942;
}

/*INPUT BUTTONS*/
#content-search{
margin-bottom: 20px;
}

#content-search input.text{
width: 99%;
max-width: 183px !important;
margin-bottom: 3px;
}

#content-search input.submit.button{
background-color: #444;
background-image: none;
border-radius: 5px;
height: auto;
padding: 8px 6px 8px 6px;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 12px;
color: #fff;
}

/*WIDGET SEARCH*/
.sidebar-box.widget_search{
margin-bottom: 0px;
}

/*WOOCOMMERCE PRODUCTS*/
.wc-tabs-wrapper .tabs {
border-bottom: none;
}
.tabs a.current {
border: none;
}

/*LAGACY FORM*/
#ninja_forms_field_28_div_wrap{
padding: 8px;
border: 1px solid #ccc;
margin-bottom: 8px;
}

