/*
Local Style Sheet for the Beeblebrox WordPress Theme.

Use this file to define styles for plugins or overwrite default styles.
*/

.wp-notable {
        border: none;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-top: 9px;
        background: none;

}

.wp-notable:hover {
        border: none;
}

div.code_parent {
    margin:20px; 
    margin-top:5px;  
}

div.code_title {
    margin-bottom:2px;
}

div.code_child {
    background-color: #F4F4F4;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    margin:0px; 
	padding:6px;
    border:1px inset; 
    width:600px; 
    overflow:scroll;
}

code {
	white-space:nowrap;
}

div.pre_container {
    text-align:left;
}

pre {
	line-height: 1.1;
	margin: 1em 2.5em;
	padding: 0;
	font: 12px courier, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

#header div.left, #header div.left a:link, #header div.left a:visited {
background:transparent none repeat scroll 0%;
color:white;
font-size:150%;
font-weight:bold;
text-decoration:none;
}
