


/* --- Base Navigation Styling --- */
.hb-main-nav {
  width: 100%;
  margin: 10px auto;
	min-height: 42px; /* Reserves navigation bar space */
}

.hb-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent; /* Transparent so gaps reveal the background */
}

.hb-nav-list li {
  flex: 1 1 auto; /* Allows items to fill space evenly on desktop */
  text-align: center;
  margin: 0;
  background-color: #757575; /* Background applies to individual buttons */
}

/* Subtle 2px horizontal gap between desktop menu items */
.hb-nav-list li:not(:last-child) {
  margin-right: 2px;
}

.hb-nav-list a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  font-family:  Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.hb-nav-list a:hover {
  background-color: #da8500; /* Your brand accent gold/orange */
  color: #ffffff;
  text-decoration: none;
}

/* --- Mobile Responsiveness (Screens 768px wide or smaller) --- */
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .hb-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the 96% wide items horizontally */
    gap: 8px; /* Vertical spacing between mobile buttons */
  }

  .hb-nav-list li {
    width: 96%; /* Sets button width to 96% of the screen */
    max-width: 96%;
    flex: none; /* Disables desktop flex auto-sizing */
    border-radius: 4px; /* Softened edges for standalone stacked buttons */
  }

  /* Reset desktop horizontal margin on mobile */
  .hb-nav-list li:not(:last-child) {
    margin-right: 0;
  }

  .hb-nav-list a {
    display: block;
    width: 100%;
    box-sizing: border-box; /* Ensures padding stays within the 96% width */
    font-size: 14px;
    padding: 12px 10px;
  }
}






/* --- MENU Small Mobile Screens (Screens under 480px) --- */
@media screen and (max-width: 480px) {
  .hb-nav-list {
    grid-template-columns: 1fr; /* Full width stacked buttons */
  }
}

/* --- Mobile Hide Rule --- */
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}





/* --- Ad Base Container Styles --- */
.hb-desktop-ad, 
.hb-mobile-ad {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  overflow: hidden; /* Prevents ad layout overflow */
}

/* ==========================================
   DESKTOP VIEW (Screens wider than 768px)
   ========================================== */
@media screen and (min-width: 769px) {
  /* Show Desktop Ad & Limit Height to 140px */
  .hb-desktop-ad,
  .hb-desktop-ad .adsbygoogle {
    display: block;
    min-height: 120px;
    max-height: 120px;

  }

  /* Completely Hide Mobile Ad on Desktop */
  .hb-mobile-ad {
    display: none !important;
  }
}

/* ==========================================
   MOBILE VIEW (Screens 768px wide or smaller)
   ========================================== */
@media screen and (max-width: 768px) {
  /* Completely Hide Desktop Ad on Mobile */
  .hb-desktop-ad {
    display: none !important;
  }

  /* Show Mobile Ad & Limit Height to 200px */
  .hb-mobile-ad,
  .hb-mobile-ad .adsbygoogle {
    display: block;
   min-height: 250px;
    max-height: 250px;

  }
}




/* 1. Standard Responsive Images (Prevents Stretching) */
.entry-content img,
.post-content img,
img.aligncenter, 
img.alignnone, 
img.alignright, 
img.alignleft {
  max-width: 100%;
  height: auto; /* Essential: Allows browser to scale height naturally */
  width: auto;  /* Essential: Prevents forcing vertical images to expand horizontally */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 2. Fix Classic Editor Caption / Width Wrappers */
.entry-content div[style*="width"],
.post-content div[style*="width"],
.wp-caption {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

/* 3. Handle Centered Images inside Classic Wrappers */
.wp-caption img,
.entry-content div[style*="width"] img {
max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}



/* Roboto 300 (Light) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url('/fonts/roboto-300.woff2') format('woff2');
}







/* Sidebar Structural Styling */
.sidebar-wrapper {
	width: 100%;
	text-align: center;
}

.sidebar-widget {
	margin-bottom: 30px;
}

.widget-title {
	font-size: 1.25rem;
	margin-bottom: 15px;
	color: #333;
}

/* Social Links */
.social-icons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
}

.social-icons img {
	padding: 5px;
	border: 0;
}

/* Shop Banners */
.shop-links a {
	display: block;
	margin-bottom: 15px;
}

.shop-links img {
	max-width: 100%;
	height: auto;
	border: 0;
}

/* Menu Lists */
.sidemenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidemenu li {
	margin-bottom: 8px;
}

.sidemenu a {
	text-decoration: none;
	color: #555;
}

.sidemenu a:hover {
	text-decoration: underline;
}








/* links */
a { background: inherit; color: #da8500; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'roboto', Tahoma, Sans-serif;
	color: #da8500;

}





h6 {	font: bold 16px 'roboto', Tahoma, Sans-serif;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	background-color: #757575;
	text-align:center;

}





h6 a {
   background: inherit; color: #FFFFFF; text-decoration: none;
	padding: 5px 10px 5px 10px;


}


h6 a:hover  { background: inherit; color: #FFFFFF; text-decoration: underline; }

h4 {
	font: 12px 'roboto', Tahoma, Sans-serif;
	color: #000000;
	margin: 5px 26px;

}


h5 {
	font: 12px 'roboto', Tahoma, Sans-serif;
	color: #000000;
	margin: 0px -12px;
	padding: 5px 20px;

}

.alignright {
	float: right;
	margin-left:10px;
}

.alignleft {
	float: left;
	margin-right:10px;
}


h1 { font-size: 1.8em; font-weight:bold; text-align:center; }
h2 { font-size: 20px; }
h3 { font-size: 1.2em; }
h6 { font-size: 20px; font-weight: bold; letter-spacing: 1px; 	padding: 5px 10px 5px 10px; }


p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #404040;	
}

ul ul, ul ol {
	margin: 5px 0 0 0px;
}

li {
	margin: 10px 0 0 0px;
	
}
	
ul span, ol span {
	color: #333;
}

/* images */



code {
  margin: 5px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px; 	
  	background: #FAFAFA url('images/quote.gif') no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: 1.0em 'roboto', Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:10px 15px; padding: 5px;
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em 'roboto', verdana, sans-serif;
	color:#777;
}
textarea {
	width:80%;
	padding:2px;
	font: normal 1em 'roboto', verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	margin: auto;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: 0px solid #000000;	
	margin: 0; padding: 0px;	
	align:center;

}
.searchform p { margin: 0px 0px 0px 0px; padding: 0; }
.searchform input.textbox { 
	width: 137px;
	color: #333; 
	border: 1px solid #000000;
	height: 20px;
	padding: 0px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 10px Arial, Sans-serif; 
		text-align: center;	
		color: #FFFFFF;	
	background:#757575;
	border: 0px #404040;
	width: 137px;
	height: 20px;
	padding: 0px;	
	margin-top: 5px;
	margin-left: 0px;


}


#sidebox2 {
	margin-top: 10px;	
	margin-left: 20px;	
	margin-right: 20px;	
	align:center;
	height:90px;
}



#rssemailbox {
	margin-top: 10px;	
	font: bold 10px Arial, Sans-serif; 
}




/***********************
	  LAYOUT
************************/

#wrap {
	width: 1080px;
	margin: 0 auto;
	background: #FFF;
	border: 22px solid #ffe7c1;	
	padding:20px 15px 20px 0px;
	height: 100%;
}
#header-content, #content {
	width: 1040px;	

}


/* header */
#header {
	position: relative;

	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 0px ; top: 1px;
	width: 780px;

	background: #ffffff;	

}

#header #logo-box2 {

	width: 100%;
	padding-left:0px;
	background: #FFFFFF;
	border: 0px solid #404040;
}


#header #logo-box {
	position: absolute;
	width: 220px;
	padding-left:0px;
	height: 168px;	
	background: #FFFFFF;
	border: 0px solid #404040;
}

#logo-box #logo {
	position: absolute;	
	font: bold 35px 'roboto', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0 0 0 25px;
	
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'roboto', Sans-serif;
	text-transform: none;
	color: #ffb849;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 68px; left: 75px;
}

/* header menu */
#menu {	
	clear: both;
	margin: 0px 0 0px 0px; 
	padding: 0 0 0px 0;		
	width: 1020px;	
	background: #FFF repeat-y;
	align: center;

}

#menu3 {	
	clear: both;
	margin: 0px 20px 10px 5px; 
	height: 70px;
	width: 1020px;		
	background: #FFF repeat-y;

}
#menu ul {
	font: bolder 16px 'roboto', sans-serif;
	width: 1060px;
	color: #FFF;
	background-color: #757575;		 	
	margin: 0 0 0 20px;
	padding: 0px 0 0px 0px;
	line-height:35px;
	display: inline;
	border-bottom: 0px solid #FFF;
	float: left;	
	align:center;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0 0 0 0px;

}
#menu li a {
	display: block;
	padding: 5px 10px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #da8500;
	color: #FFF;
}
#menu li a.current  {
	background: #da8500;
	color: #FFF;
}

/* content */
#content-wrap {

	clear: both;
	float: left;
	width: 1040px;
	background: #FFFFFF;
}
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
	border-top:0px solid #757575;
	border-bottom:0px solid #BCC3BB;
}

/* sidebar */
#sidebar {

	background:#ffffff;
	border-left:0px solid #404040;
	width: 100%;
	margin: 0 0 0 0px; padding: 0 0 0 0px;	
}	
#sidebar h3 {
	padding: 10px 0px 0px 0px;
	margin: 0;	
	color: #da8500;
	font-size: 20px;
	font-weight: Bold;
}
.sidebox {
	margin: 10px 0 10px 0;

}



/* sidebar menu */



#sidebarbox
{
margin-left:0px;
margin-right:0px;
}


#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		

}



#sidebar ul.sidemenu ul {
	list-style:none;
	margin: 0px 0 0 0px;
	padding: 0;			

}

#sidebar ul.sidemenu ul li {
	padding: 0;	
}

#sidebar ul.sidemenu li {
	padding: 0;	
	margin: 0 0 0 0;

}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;

	padding: .3em 0 .3em 0px;
	line-height: 1.5em;
	border-top: 1px dashed #D5D5D5;
	text-decoration:none;
font-size:13px;
}


#sidebar ul.sidemenu li.sidemenubottom {	
	border-top: 1px dashed #D5D5D5;
	margin: 0px 0px;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 0px;
	border-left: 5px solid  #404040;
	color: #404040;		

}












/* sidebar */
#linkbox {

	background:#ffffff;
	border-left:0px solid #404040;
	width: 100%;
	margin: 0 0 0 0px; padding: 0 0 0 0px;	
}	
#linkbox h3 {
	padding: 10px 0px 0px 0px;
	margin: 0;	
	color: #da8500;
	font-size: 20px;
	font-weight: Bold;
}
.sidebox {
	margin: 10px 0 10px 0;

}


























#sidebar ul.sidemenu2 {
	list-style:none;

	margin: 10px 0 15px 0;
	padding: 0;		
}



#sidebar ul.sidemenu2 ul {
	list-style:none;
	margin: 0px 0 0 10px;
	padding: 0;		
}

#sidebar ul.sidemenu2 ul li {
	padding: 0;

}

#sidebar ul.sidemenu2 li {
	padding: 0px 10px;
	margin: 0 0 0 0;
}
#sidebar ul.sidemenu2 a {
	display:block;
	font-size:11px;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-top: 1px dashed #D5D5D5;
	text-decoration:none;
}


#sidebar ul.sidemenu2 li.sidemenubottom {	
	border-top: 1px dashed #D5D5D5;
	margin: 0px 00px;
}
#sidebar ul.sidemenu2 a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #404040;
	color: #404040;		
}





/* main */
#main {
	float: left;
	width: 680px;	
	margin: 0 0px 0px 0; padding: 0 0px 0 0px;	


}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	

}


#main h6 {
	padding: 5px 0 5px 5px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #757575; 	
	border-top: 1px solid #757575; 	
}

#post2 {

	margin: 0 0 0 -10px;
}


.post {
	width:680px; margin: 0 0px 0 0px; padding: 0 0px 0 0px;	
}

.post h6 {	padding: 5px 0 5px 5px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #757575; 	
	border-top: 1px solid #757575; 	}

.post h1 a:hover {
	text-decoration:none;
}
.post .post-footer {
	background-color: #fafafa;
	font-size: 95%;
	border: 1px solid #eee;
	padding: 5px; margin: 0 15px 5px 15px;
	text-align:right;
}
.post .post-footer .date {
	background: url('images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('https://www.homebunch.com/wp-content/themes/enlighten-2/images/comment.gif') no-repeat 0 center;
	padding-left: 20px;
}

.post .postmeta {
    margin: 0 0 5px 10px;
	font-size: 90%;
	text-align:left;
	border-top: 0px dashed #D5D5D5; 	
	}
.post .postmeta .date {
	background: url('images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


.post .postmeta .comments {
	background: url('http://www.homebunch.com/wp-content/themes/enlighten-2/images/comment.gif') no-repeat 0 center;
	padding-left:20px; margin: 0 10px 0 5px;
}
.post .postmeta .catg {
	background: url('images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
h2.pagetitle {
	font-size: 1.6em;
	}
/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'roboto', Tahoma, Arial, sans-serif;
	height: 23px;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 4px 0 0 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }


/* comments */



.alt {
	background-color:#fff8eb !important;
	border: 1px dashed #ccc !important;
	padding: 10px 10px 0 10px !important;
	}

.commentlist {
	padding: 0;
	margin: 0;
	}

.commentlist li {
	background-color:#F3EDE1;
	list-style: none;
	padding: 10px 10px 0 10px;
	border: 1px dashed #ccc;
	margin: 10px;
	color: #3C452D;
	overflow:hidden;
	}

.commentmetadata {
	font-weight: normal;
	}

.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
.befirst {
	padding: 0 !important;
	text-align:center;
	font-size: 1.3em;
	color:#CDCDCD;
	font-weight:bold;
}

h3.cmntheader {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
/*-
	Brian's Latest Comments
	http://meidell.dk/archives/2004/09/12/brians-latest-comments/
*/
.sb-comments-blc ul li span a, .sb-comments-blc ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}

.sb-comments-blc ul li {
	margin-bottom: 3px;
}

.sb-comments-blc ul li > a[title="Go to the comments of this entry"] {
	position: absolute;
	color: #999;
}

.activityentry {
	font-size: 1.1em;
	}

/* Calendar */
#wp-calendar {
text-align:center;
background-color:#EBFFEB;
margin:0;
}

#wp-calendar td {
height:24px;
width:24px;
line-height:20px;
font-size:11px;
color:#4f4f35;
}

#wp-calendar td a {
display:block;
width:24px;
height:24px;
color:#fff;
text-decoration:none;
line-height:24px;
background-color:#E7E4DF;
}

#wp-calendar #prev a {
width:49px;
}

#wp-calendar #next a {
width:49px;
margin:0 0 0 30px;
}

#wp-calendar #today {
color:#fff;
background-color:#FFFFFF;
font-weight:bold;
}

#wp-calendar #today a {
color:#fff;
font-weight:700;
}
#wp-calendar caption,#wp-calendar th {
font-size:11px;
}

#wp-calendar td a{color:black; font-weight: bold;}
















@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-regular.woff2') format('woff2');
}

body {
	background-color: #FFFFFF;
	color: #000000;
	max-width: 1130px;
	margin: 0px auto 0px auto;
	padding: 5px 20px 5px 10px;
	font: normal 15px  'roboto', sans-serif;
	text-align: center;
	border: 0px solid #ffe7c1;
	

	}



img {
    max-width: 100%;
    height: auto;
   
} 



img.aligncenter {display: block; margin-left: auto; margin-right: auto;}



#meta { font-size: 12px;
	padding: 5px 5px 5px 5px;
	line-height:16px;
	width: 90%;
	margin: auto;
	text-align: center;
		}



#h9 { background: #757575;
	padding: 8px 5px 8px 5px;
	font: bold 15px 'roboto', Tahoma, Sans-serif;
	color: #ffffff;
	width: 100%;
	letter-spacing: 1px;
	
	}



#h9 a {
   background: inherit; color: #FFFFFF; text-decoration: none;



}

#h9 a:hover  { background: inherit; color: #FFFFFF; text-decoration: underline; }






h8 { 
	padding: 6px 5px 6px 5px;
	font: 15px 'roboto', Tahoma, Sans-serif;
	color: #ffffff;
	width: 100%;
	letter
-spacing: 2px;
	font-size: 16px;
	}



h8 a {
   background: inherit; color: #FFFFFF; text-decoration: none;
	padding: 5px 10px 5px 10px;


}

h8 a:hover  { background: inherit; color: #FFFFFF; text-decoration: underline; }









.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%

	}


.section2 {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%

	}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0% 1% 0%;



}
.col:first-child { margin-left: 0; }



#whitetext {

	font: bold 15px 'roboto', Tahoma, Sans-serif;
	color: #ffffff;



}


#menublock {

padding: 6px 0px 6px 0px; margin: 0 0px 0px 0px; background: #757575; width: 100%; border: 1px solid #ffffff; 
font-size: 16px; letter-spacing: 0px; color: #FFFFFF; text-align:center; font-weight: 600;
}



#whitetext a {
   background: inherit; color: #FFFFFF; text-decoration: none;



}

#whitetext a:hover  { background: inherit; color: #FFFFFF; text-decoration: underline; }






/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */

}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65%;
	line-height: 22px;
}
.span_1_of_3 {
	width: 35%;
}




/*  GRID OF THREE  */
.span_1_of_7 {
	width: 13%;

}

.span_2_of_7 {
	width: 24%;


}



@media only screen and (max-width: 1040px) {

body {
	border: 0px solid #ffe7c1;
	}



}


@media only screen and (max-width: 980px) {
	.col { margin: 0 0 2% 0;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_7, .span_2_of_7 { width: 100%; }




#menublock {

padding: 5px 0px 5px 0px; margin: 0 0px 0px 0px; background: #757575; width: 100%; border: 1px solid #ffffff;
letter-spacing: 1px; color: #FFFFFF; text-align:center; font-weight: 600;



}


#whitetext {

	font: bold 15px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ffffff;




}





#h9 { background: #757575;
	padding: 5px 5px 5px 5px;
	font: bold 16px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ffffff;
	width: 100%;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 20px;
	}



#h9 a {
   background: inherit; color: #FFFFFF; text-decoration: none;
	padding: 5px 10px 5px 10px;


}

#h9 a:hover  { background: inherit; color: #FFFFFF; text-decoration: underline; }





}



@media only screen and (max-width: 400px) {
	body {font: normal 12px  'Trebuchet MS', sans-serif;}


body {
	background-color: #FFFFFF;
	text: #000000;
	margin: auto;
	padding: 0 0px 0px 0px;
	font: normal 13px  'Trebuchet MS', sans-serif;
	text-align: center;
	border: 0px solid #ffe7c1;
	}


#menublock {

padding: 5px 0px 5px 0px; margin: 0 0px 0px 0px; background: #757575; width: 94%; border: 1px solid #ffffff;
letter-spacing: 0px; color: #FFFFFF; text-align:center; font-weight: 600;



}


#whitetext {

	font: bold 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ffffff;

}



#h9 { background: #757575;
	padding: 5px 5px 5px 5px;
	font: bold 14px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ffffff;
	width: 90%;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 20px;
	}



#h9 a {
   background: inherit; color: #FFFFFF; text-decoration: none;
	padding: 5px 10px 5px 10px;


}

#h9 a:hover  { background: inherit; color: #FFFFFF; text-decoration: underline; }







}




@media only screen and (max-width: 950px) {
	.desktopmenu {display: none; }


}



@media only screen and (min-width: 951px) {
	.mobilemenu {display: none; }


}



