I can't find the line of code that allows me to increase the header font-size for the blog title. I did find the line to increase the font-size for the blog description. /header p.desc{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:15px;margin:0;padding:0;}/
I'm guessing the line of code I need is in this section below, but experimenting with the other font-sizes in that section does not seem to affect the font-size of the blog title. I thought this line: /#header h1.blogtitle{font-family:Arial, Helvetica, sans-serif;margin:0;padding:10px 0 0;}/ should be the one, but it does not include a font-size.
/body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#666;margin:0;padding:0;}
h2,h3{font-size:16px;line-height:20px;color:#00749E;margin:0;padding:0;}
.h2{font-family:Arial, Helvetica, sans-serif;line-height:18px;font-size:12px;color:#312E2E;font-weight:700;}
a:link,a:visited,a:active{color:#00749E;text-decoration:none;}
a:hover{color:#000;text-decoration:underline;}
#header{width:980px;height:69px;margin:0 auto;padding:0;}
#header h1.blogtitle{font-family:Arial, Helvetica, sans-serif;margin:0;padding:10px 0 0;}
#header p.desc{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:15px;margin:0;padding:0;}/
Thanks for a great template!
