 /* If the viewport width <= 240 pixels ... */
 
@media screen and (max-width: 240px) {
 
body{
	background-image:none;
	} 
	
p{
	font-size: 12px!important;
	line-height:16px!important;
	} 
	
#container{
	width: 96%;
	margin-right:auto;
	margin-right:auto;
	border: 0px!important;
	} 	
	
H1{
	font-size: 16px!important;
	line-height: 20px!important;
	} 
	
#image {
	width: 94%;
	height: auto;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:3%;
	}
	
#bodycopy{
	background-color: #ded9c2;
	position:relative;
	float:left;
    width: 96%;
	margin-top: 2%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0;
	overflow: hidden;
	} 
	
#header{
    /* Remove styling from the div when changing back to smaller image size */
	background-image: url(images/logo_sm.png)!important;
    width:180px!important;
    height:57px!important;
	margin-left:auto;
	margin-right:auto;
}

#header img{
    /* Bring smaller image back into view */
    position:static;
	}

#headerdiv{
	width: 100%!important;
	padding-bottom: 8px;
	padding-top: 12px;
	} 
	
#mediacontainerdiv{
	width: 100%!important;
	padding-bottom: 8px;
	padding-top: 4px;
	} 
	
/*roll over images below 240 pixels*/
 
a.rolls {
	float:right;
	position:relative;
	left:-12%;
	display: block;
	width: 38px;
	height: 57px;
	text-decoration: none;
	background: url("images/linked_sm.png");
	}

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

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.rollover {
	float:left;
	position:relative;
	right:-12%;
	display: block;
	width: 38px;
	height: 57px;
	text-decoration: none;
	background: url("images/facebook_sm.png");
	}

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

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

a.rolloverlink {
	float:none;
	position:relative;
	margin-left: auto;
    margin-right: auto;
	display: block;
	width: 38px;
	height: 57px;
	text-decoration: none;
	background: url("images/blogger_sm.png");
	}

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

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

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

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