body {
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 416px;
	-webkit-touch-callout: none;
	background-image: url(images/mobile_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EDEDED;
	font-size: 12pt;
}

#doc {
    min-width:0;
}

#header {
    margin:1em;
    width:auto;
    padding-bottom:3em;
    padding-top:3em;
    
}

#content {
    margin:1em;
    width:auto;
    min-height:14em;
    padding-bottom:1em;
}

#menu li:before {
    content: '';   
}


div.post {
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-top-right-radius: 8px 8px;
    background-color: #fff;
    padding: 1em;
    margin-bottom: 2em;
    border: solid 1px #aaa;
}