body {								/*  */
	margin: 0px;
	padding: 0px;
	background: #242323;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1, h2, h3 {						/* changes to text in headers  */
	margin-top: 0px;
	font-weight: normal;
	color: #e1a2fc;					/* color of text in headers - e3b5f7, e1a2fc = light purple - orig = FFFFFF */
}

hr {
	width: 75%;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 85%; 					/* changes outer border and page width */
	margin: 0 auto;
	border: 10px solid #2b9117;		/* 2b9117 = dark green - orig = FFFFFF */
}

/* Header */

#header {
	width: 88%; 					/* moves header logos L-R */
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #404040;
}

#menu .active a {
	background-repeat: no-repeat;
	background-position: 90% -40px;
}

/* Page */

#page {
	width: 95%;						/* changes inner page width wo outer border */
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #edd5f7;			/* changes inner page background color edd5f7 super-light purple - orig = FFFFFF */
}

/* #header-pic {
	width: 900px;
	height: 170px;
	background-image: url(images/PianoHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
} */

/* Content */

#content {
	float: right;
	width: 60.52%;					/* changes responsiveness breakpoint - sidebar timing / width */
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;					/* changes left sidebar width */
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
	background: #edd5f7;			/* changes sidebar background color edd5f7 super-light purple - orig = none */
}

#sidebar-content {
	background: url(images/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search 

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
} */

/* Footer */

#footer {
	clear: both;
	width: 85%;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
#wrapper #page #content .post .entry ul a {
	color: #90A5BD;
}
#wrapper #page #content .post .entry ul a {
	color: #8748C9;
}

 /* Dropdown Button <i class="fa fa-caret-down"> didn't work */
.dropbtn {
  background-color: #710095;		/* 671dff 3333aa 3333aa lighter */
  color: white;
  padding: 13px;
  font-size: 16px;
  border: none;
    border-radius: 8px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;} 

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #4c0087;} /* 3e8e41 darker */

/* hide the mobile menu initially */
#mobile_menu {
	display: none;
}
/* media queries */

/* tablet portrait to standard 960 */
@media only screen and (max-width: 959px) {
#content {
	width: 100%;
}
}

/* mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {

}
#mobile_menu {
	display: block;
}

/* mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {

}
