
/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 7.25.14                                                   */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/




p {
	text-align: justify;
}

.illusWrapper {
        
   	background-color: #dddddd;
    text-align: center;
    padding: 0px;

    width: 100%; 
    clear: both; 
    margin: 40px 0px 0px 0px;  
    }

img.illusImage {
	width: 100%;

	height: auto;

}    


    
.sectionHeader {

	padding: 0px 10px 10px 0px;

	width: 100%;
	/* background-color: #fd1; */

}

.sectionHeader .sectionWrapper {

	height: 50px;
	background-color: #c4d81a;
	padding: 0px;
	line-height: 2em;
	border: 1px solid #999;

}

.sectionHeader .number {

	width: 30px;
	padding: 11px 0px 15px 0px;
	margin-right: 20px;
	text-align: right;
	font-family: 'LinotypeBreweryW01-Regu';
	font-size: 1.5em;
	float: left;

}

.sectionHeader .divider {

	width: 10px;
	height: 100%;
	background-color: #fff;
	float: left;
}


.sectionHeader .title {

	width: auto;
	font-size: 1.2em;

	float: left;
	padding: 13px 0px 0px 30px;


}
