/*
Theme Name: ChildRomeo1
Theme URI: http://www.ronnrome.com/
Description: Child Theme for Twenty Ten
Author: Ron
Author URI: http://www.ronnrome.com/ 
Template: twentyten
Version: 1.0 

This work, like WordPress, is released under GNU General Public License, version 2 (GPL).   

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html   
 
*/
@import url(../twentyten/style.css);

/*--------------------------------------------------------------
This Changes the size of the Title (header) Font. (Ron in Rome)
I changed the font size from 30 to ....
I changed the line-height form 36 to ....
I added the entire font family line
Changed the margin from      margin: 0 0 18px 0;
�If there are four values, they apply to the top, right, bottom, and left, respectively.
-----------------------------------------------------------------*/

#site-title {
float: left;
margin: 0 0 10 0;
width: 700px;
font-size: 50px;
line-height: 55px;
font-family: Arial, Andalus,"Times New Roman";
}


 
/*--------------------------------------------------------------
Changed the Title font style from bold to none
Also could add the line :     font-style: italic;
Changed color of title from color: #000;   B01717 
It was 
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
-----------------------------------------------------------------*/

#site-title a {
    color: #990000;
  font-weight: none;
    font-style: none;
  text-decoration: none;
}



/*--------------------------------------------------------------
Removes the black bar around the picture in the header 
Also could add the line :     font-style: italic;
-----------------------------------------------------------------*/
#branding img {
border-bottom: none;
border-top: none;
}



 
/*--------------------------------------------------------------
Changes the background color - surrounding the entire page - 
to a diffferent color - I have chosen - 
siena #8A4117
Site title Color #990000
light goldenrod  #ECD672   
light goldenrod yellow   #FAF8CC  ---- been this for years!
-----------------------------------------------------------------*/
body {
background: none repeat scroll 0 0 #990000
;
}





/*--------------------------------------------------------------
Removes the posted by in each "posting" 
-----------------------------------------------------------------*/
.entry-meta {display:none;}
.entry-utility{display:none;} 


