/* #WIDESCREEN
================================================== */
    /* min-width of 1350px */
@media only screen and (min-width: 1350px) and (max-width: 99999px) {

#mob-phone,  .mobnav{
display:none;	
}
	}

/* #FULL
================================================== */
    /* width of 960px to 1349px */
    @media only screen and (min-width: 960px) and (max-width: 1349px) {
#mob-phone,  .mobnav{
display:none;	
}

    }


/* #Tablet (Portrait)
================================================== */
    /* width of 768px to 959px */
    @media only screen and (min-width: 768px) and (max-width: 959px) {

#mob-phone, .mobnav{
display:none;	
}

#wrapper{width:768px;overflow:hidden;}

#navcenter{
width:768px;
margin:0 auto;
}

#access ul li a{
font-size:.9em;	
}

#colophon {
	width: 100%;
	background:transparent url('images/logo-footer.png') no-repeat top center;
}

#primary{
width:68%;
overflow:hidden;	
margin-left:0px;
}

#content{
	width:95%;
margin:14px ;	
font-size:.9em;
}

#page{
background:fff;	
width:100%;
-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.85);
-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.85);
box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.85);
}

#sidebar{
width:30%;
overflow:hidden;	
margin-right:10px;
font-size:.9em;
}

#secondary{
	width:226px!important;
margin-top:0px;	
}

#sidebar span.widget-title{
font-size:.8em
}

#leftsplash{
margin-left:10px;	
width:500px;
min-height:240px;
height:auto;
}

#leftsplash img{
width:100%;
display:inline-block;
float:left;
height:auto;	
}

#rightsplash{display:none;}

#colophon{
padding:100px 0 0 0;	
text-align:center;
}

#colophon ul{
width:100%;	
text-align:center;
}

	}
/*  #Mobile (Portrait)
================================================== */
    /* max width of 767x */
    @media only screen and (max-width: 767px) {
body{
background:#fff;	
}

.fullnav{display:none;}
.mobnav .t{
display:inline-block;
float:left;
height:47px;
line-height:47px;
margin:0 5px 0 20%;
color:#ccc;
font-weight:bold;
}

.mobnav select{
margin:13px 0 0 0;	
}

#wrapper{width:100%;overflow:hidden;}

#navcenter{
width:100%;
}

#colophon {
	width: 100%;
	background:transparent url('images/logo-footer.png') no-repeat top center;
}

#branding{
	height:auto;
	
}

#logo{
width:100%;
margin:15px 0 18px 0;
display:block;
float:none;
background:transparent url('images/logo.png') no-repeat top center;
}

#emergency{
display:none;
}

#primary{
width:100%;
overflow:hidden;	
margin-left:0px;
}

#content{
	width:94%;
margin:0;
padding:10px 4%;
font-size:.9em;
}

#page{
background:fff;	
width:100%;
-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.85);
-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.85);
box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.85);
}

#sidebar{
width:100%;
overflow:hidden;	
margin:0;
font-size:.9em;
}

#secondary{
width:100%!important;
border:none;
margin:0;
min-height:300px;
border-top:2px solid #7b7b7b;
}


#leftsplash{
display:block;
width:96%;
margin:4px 2%;
height:auto;
}
#leftsplash img{
width:100%;
display:inline-block;
float:left;
height:auto;	
}

#rightsplash{
display:none;
}
#colophon{
padding:100px 0 0 0;	
text-align:center;
}

#colophon ul{
width:100%;	
text-align:center;
}

    }