/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/* remove header image for blog */
#branding > a > img {
	display: none;
}
.page #branding > a > img {
	display: inherit;
}


/*.blog #branding > a > img, .single #branding > a > img {
	display: none;
}*/

/* make menu sticky for blog */
#access {
  position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
#page {
	background: eee;
}

/* make submenu same color as menu */
#access ul ul a {
		background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	color: #eee;
}

/* change hover color for all menu items */
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background: #444
}

/* prevent logo background from changing when cursor hovers over it */
li#menu-item-210 a:hover,li#menu-item-210 a:focus{
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	color: #eee;
}

/* replace 'logo' text with image logo. Note that it is ESSENTIAL that the image is added AFTER the background behavior is changed, or the image will disappear on hover */
li#menu-item-210 a,li#menu-item-210 a:hover,li#menu-item-210 a:focus {
  display: block;
  background-image:url('http://www.shawndove.com/wp-content/uploads/2017/11/SD-logo-white-transparent-background-32x32.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9000px;
}

/* change font size and margins of sidebar widgets */

#media_image-2 {
	margin: 0
}
#text-3 p {
	font-size: 12px;
	font-family: Helvetica;
}
.widget-grofile h4 {
	margin-top: 5px;
	font-size: 18px;
}
#grofile-2 p {
	font-size: 11px; 
	font-family: Helvetica;
}
#grofile-2 h4 {
	font-size: 14px;
}
#grofile-2 {
		margin-bottom: 0px;
}
.grofile-thumbnail {
	width: 200px
}