
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300";
#container42 {
    background: none repeat scroll 0 0 #000000;
    box-shadow: 0 -42px 24px -24px rgba(255, 0, 125, 0.45) inset;
    font-family: 'Open Sans',sans-serif;
    min-height: 250px;
    padding: 24px;
}
#post42 {
    background: #222;
    border: 2px solid #880044;
    box-shadow: 0 0 0 2px #000000, 0 0 0 4px #660022, 0 0 0 6px #000000, 0 0 0 8px #440000, 0 0 12px -4px rgba(255, 0, 125, 0.35) inset;
    padding: 4px;
    color: rgba(255, 0, 125, 0.65);
    font-weight: 600;
    font-size: 11pt;
}
#post42 hr {
	border: 1px solid #880044;
}