/* mobile styles */
@media handheld {

	html, body {
		font: 8pt sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
      font, span#byline { font-size : 4pt ; font-family : Tahoma ; font-weight : none ;}
    #header {
    	/*background-image: url('http://www.dahlonega411.com/images/dahlonega411-234x60.jpg');*/
    	}
	p {
		font-size : 6pt ;
		}
	#sidebar, #footer, #nav, #topnav, #bottombar, #toptable, #calendar, #photobar, #recentpost, #sponsor {
		display: none;
		}
    #mobilehead {
    	display : block ;
    	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		font-size : 8pt;
		margin : 0px ;
		padding : 0px ; 
		margin-bottom : 0px ;
		display : inline ;
		}
		
	h1 a:link {
	font-weight: normal;
		font-size : 8pt;
		margin : 0px ;
		padding : 0px ; 
		margin-bottom : 0px ;
		display : inline ;
	}
	#content img { 
		/*max-width: 250px;*/
		display : none;
		}
	/*div.lm img {
		max-width:50px;
	}*/
	.center {
		width: 100%; !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
		
	div.lm img { display : none ; }
	img { display : none ; }
}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}