/*
Theme Name: Adobe PDF Developer Junkie
Theme URI: 
Description: Theme for Adobe PDF Developer Junkie Blog
Author: BlogConsulting.com
Author URI: http://www.blogconsulting.com
*/

/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(css/blog.css);
@import url(css/minimalist-red.css);
/* end StyleCatcher imports */

html {margin-top: 0px;}

body {
    margin-top:0px;
	color: #333;  
    font: normal 13px adobe-clean-1, verdana;   
    background-color: #fff; 
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 214px;
    width: 572px;
}

.layout-twt #beta {
    left: -572px;
    width: 214px;
}

.layout-twt #gamma {
    width: 214px;
}

 h2{
    font-size: 16px;
    font-weight: bold;
border-bottom-style:solid; 
border-bottom:thin
}

 h3{
    font-size: 14px;
    font-weight: bold;
}

pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#header { 
    background: #ad0404 url(grayHeader.gif) repeat-x bottom right; 
}



