/*
 Theme Name:     BeerAwareness Child Theme
 Theme URI:      http://www.studio1540.com
 Description:    CiderAwareness Theme
 Author:         Studio1540
 Author URI:     http://www.studio1540.com
 Template:       beerawareness
 Version:        1.0.0
*/
 
@import url("../beerawareness/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
body {
	font: 14px/1.4 Georgia, Serif; 
	background: url(/wp-content/uploads/2017/10/21732138926_6c097573d4_b.jpg) no-repeat center center fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/uploads/2017/10/21732138926_6c097573d4_b.jpg', sizingMethod='scale')" !important;
}

/* ========== IDENTIFIERS ========== */
#header {
	border-bottom: 3px #98cb29 solid;
}
#sidebar h2,
#top-sidebar h2  {
	color: #98cb29 !important;
}
#sidebar h2 a,
#top-sidebar h2 a {
	color: #98cb29 !important;
}
#sidebar h2 a:hover,
#top-sidebar h2 a:hover {
	color: #f7cf8f !important;
}
#sidebar .widget {
	border: 1px solid #98cb29 !important;
}
#sidebar .widget a {
	color: #98cb29;
	text-decoration: none;
}
#sidebar .widget a:hover {
	color: #74a212;
}
#specs {
	background-color: rgba(212,89,0,0.15);
	color: #f7cf8f !important;
}
#specs a {
	text-decoration: underline;
	color: #f7cf8f !important;
}
#specs a:hover {
	color: #d45900 !important;
}
#topMenuWrap a {
	color: #98cb29;
}
#topMenuWrap a:hover {
	border-top: 2px #d45900 solid;
	color: #d45900;
}
#topMenuWrap .current-menu-item a, .current-post-ancestor a {
	border-top: 2px #d45900 solid;
	color: #d45900;
}

/* ========== CLASSES ========== */
.footerLink {
	color: #98cb29;
}
.footerLink:hover {
	color: #74a212;
}
.footerList {
	border-right: 1px #d45900 dotted;
}

.footerList a,
.footerListLeft a,
.footerListRight a {
	color: #f7cf8f;
	text-decoration: none;
}

.footerList a:hover,
.footerListLeft a:hover,
.footerListRight a:hover {
	color: #d45900;
	text-decoration: underline;
}

.listHead {
	color: #d45900;
	border-bottom: 2px #d45900 solid;
}
.postWrap {
	background-color: rgba(0,0,0,0.75);
}

.entry a,
.postWrap a {
	color: #98cb29 !important;
}

.entry a:hover,
.postWrap a:hover {
	color: #f7cf8f !important;
}

.postWrap h2 {
	color: #98cb29 !important;
}

.specTitle {
	color: #d45900 !important;
}


.subtitle {
	color: #f7cf8f !important;
}