/*

    	Fourmilog style sheet for "handheld" media type devices

    */

    #banner h1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
    }

    #banner h2 {
	font-size: small;
	text-align: center;
    }

    .content h2 {
	font-size: small;
	font-weight: bold;
    }

    .content h3 {
	font-size: small;
	font-weight: bold;
    }

    .content p.posted {
	border-top: 1px solid;
	margin-bottom: 1ex;
    }

    img {
    	display: none;
    }

    .content p.posted img {
    	display: inline;
	content: "Permalink";
    }

    td.rsidebar {
	display: none;
    }
    
    #Vright {
	display: none;
    }

    /* Spoilers */

    div.spoiler {
    	border-top: 1px solid;
    	border-bottom: 1px solid;
	font-weight: bold;
	margin-bottom: 1ex;
	margin-left: 5%;
	padding: 0.2em;
	width: 90%;
    }
    
    div.endspoiler {
    	border-top: 1px solid;
    	border-bottom: 1px solid;
	font-weight: bold;
	padding: 0.2em;
    }
    
    div.spoilers {
    	width: 90%;
	margin-left: 5%;
    }
