/* If the viewport width <= 360 pixels ... */
 
@media screen and (max-width: 360px) {
 
#container{
	width: 94%;
	margin-top:0px;
	margin-right:auto;
	margin-right:auto;
	overflow: hidden;
	border: 0px!important;
	}
	
#navdiv{
	padding:4% 4% 4% 4%!important;
	text-align: center!important;
	} 
	
#bodycopy{
	width: 92%!important;
	margin-right: 4%!important;
	margin-left: 4%!important;
	} 
	
body{
	background-image: none!important;
	} 
	
#headerdiv{
	width:100%;
	padding-bottom:3%;
	padding-top:7%;
	} 

#mediacontainerdiv{
	width:100%;
	padding-bottom:3%;
	padding-top:0px;
	} 

#header{
    /* Remove styling from the div when changing back to larger image size */
	background-image: url(images/logo.png)!important;
    width:250px!important;
    height:79px!important;
	margin-left:auto;
	margin-right:auto;
}

#header img{
    /* hide smaller image */
    position:absolute;
    left:-9999px;
}

#image {
	width: 94%;
	height: auto;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:3%;
	}
	
/*Smaller navigation links 340px and less -------------*/

.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ded9c2;
	font-size: 13px!important;
	font-weight: bold;
	line-height: 21px!important;
	}
	
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ded9c2;
	text-decoration: none;
	font-size: 13px!important;
	font-weight: bold;
	line-height: 21px!important;
	}
	
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-size: 13px!important;
	font-weight: bold;
	line-height: 21px!important;
	}
	
.nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ded9c2;
	font-size: 13px!important;
	font-weight: bold;
	line-height: 21px!important;
	}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-size: 13px!important;
	font-weight: bold;
	line-height: 21px!important;
	}
	
.navtext2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-size: 13px!important;
	font-weight: bold;
	line-height: 21px!important;
	}

/*roll over images below 360pixels*/	

a.rolls {
	float:right!important;
	position:relative!important;
	left:-8%!important;
	display: block;
	width: 53px;
	height: 79px;
	text-decoration: none;
	background: url("images/linked.png");
	}

a.rolls:hover {
	background-position: -53px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.rollover {
	position:relative!important;
	left: -21%;
	display: block;
	width: 53px;
	height: 79px;
	text-decoration: none;
	background: url("images/blogger.png");
	}

a.rollover:hover {
	background-position: -53px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

a.rolloverlink {
	float:left!important;
	position:relative!important;
	right:-8%!important;
	display: block;
	width: 53px;
	height: 79px;
	text-decoration: none;
	background: url("images/facebook.png");
	}

a.rolloverlink:hover {
	background-position: -53px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}