body {
    font-family: verdana,arial,sans-serif;
    font-size:24px;
	background:none;
}

a img{border:none;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-family: verdana,arial,sans-serif;
}

.container{
	max-width:890px;
	margin:0px auto;
	   font-size:17px;
}

img{
	max-width:100%;
}

#post-title h2{
	font-size:20px;
}

.tinynav { display: none }
.mainmenu ul { display: block }

#tinynav1{
	width:100%;
	height:30px;
	margin-top:3px;
	background-color:transparent;
	color:#fff;
	border:0px;
}

/* Large desktop */
@media (min-width: 1200px) {

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#covershot img{
		width:100%;
		height:auto
	}
	
	#covershot{
		background:none;
		width:100%;
		height:auto;
	}
	
	.tinynav { display: block }
	.mainmenu ul { display: none }
	
	#headleft{
		text-align:center;
	}
	
	#headright, #searchWrap{
		text-align:center;
	}
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#covershot img{
		width:100%;
		height:auto
	}
	
	#covershot{
		background:none;
		width:100%;
		height:auto;
	}
	
	.tinynav { display: block }
	.mainmenu ul { display: none }
}