/* change color of nav menu */

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a{
	background: #4795a9!important;
	color: #fff!important;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li a:hover{
	background: #4795a9!important;
	color: #fff!important;
}




/* hide author name for blog entries */

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}

.WaGadgetRecentBlogPosts .itemAuthor
{ display: none; }




/* downsize the humongous blog titles */

h4.boxHeaderTitle {
  font-style: normal;
  font-size: 28px !important; 
} 


/* change width of website page */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}

/* vertical menu */
.vert_menu a{
    color: #597b86;
}
.vert_menu li {  
    list-style-type: none;
}
.vert_menu ul {
    margin-left: 0;
}
.vert_menu {
    font-size: 16pt;
}

