'.PHP_EOL; if(get_option('Simpleblue_bgcolor')=='BFBFFF'){ print 'body { background:#BFBFFF url("'.get_bloginfo('template_url').'/images/background.gif'.'") repeat-x; }'.PHP_EOL; } else { print 'body { background-color: #'.get_option('Simpleblue_bgcolor').'; }'.PHP_EOL; } if(get_option('Simpleblue_hdrimage')=='yes'){ print '#header{ background: url("'.get_option('Simpleblue_hdrimagepath').'") no-repeat center top; }'.PHP_EOL; print '#header { height: '.get_option('Simpleblue_hdrimageheight').'px; }'.PHP_EOL; } else { print '#header { background: url("'.get_bloginfo('template_url').'/images/header.gif'.'") no-repeat ; }'.PHP_EOL; print '#header { height: 100px; }'.PHP_EOL; } print ''.PHP_EOL; ?>