img {max-width: 100% ;} 


/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {

.wrapper960, #header, .hornavmenu, .content_background {width:960px !important;}
.content_background {
	margin: 0 auto;
}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {
	
.wrapper960, #header, #logo, .hornavmenu, .content_background,  .logo_container, h1.logo, h1.logo a {width:768px !important;}

}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

.wrapper960, #header, #logo, .hornavmenu, .content_background,  .logo_container, h1.logo, h1.logo a {
	width:580px !important;
}
#sidecol_a, #sidecol_b, .items-row .item {
	width:100% !important;
}
#content_remainder {
	width: 100% !important;
}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2 {
	width:100% !important;
}
#container_header {
	position:relative !important;
}
#container_slideshow {
    position:relative !important;
}
.maincontent img {
	margin: 0px 5px !important;
}
/* Sidecolumn Background */
.backgrounds {display: none;}

}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 440px) {
	
.wrapper960, #header, #logo, .hornavmenu, .content_background,  .logo_container, h1.logo, h1.logo a {
	width:320px !important;
}

#content_remainder, .items-row .item {
    width: 100% !important;
}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2, #sidecol_a, #sidecol_b {
	width:100% !important;
}
.slidesjs-previous.slidesjs-navigation, .slidesjs-next.slidesjs-navigation {
margin-top: -25px;
}
#container_main .wrapper960 {
    margin-top: 0px;
}
#footermenu {
    float: left;
}

/* Sidecolumn Background */
.backgrounds {display: none;}

/* Slogan Adjust */
p.site-slogan {
    right: 0px;
    top: 60px;
}

}


