/*Theme Name:     Celebrate NBGTheme URI:      http: //www.bikeroute.com/NationalBicycleGreenwayNews/wp-content/themes/celebrate-nbgDescription:    Child theme for the celebrate themeAuthor:         Lori YungAuthor URI:     http: //www.skelly10.com/Template:       celebrateVersion:        0.1.0*/
@import url("../celebrate/style.css");
/** * Header * --------------------------------------------------------------------------- */#header {	overflow: hidden;    position: relative;}	#branding {		margin: 0 auto;		position:absolute;		top:10%;		width:100%;		text-align:center;		}		#site-title {			margin: 0 0 3%;			text-align:center;				line-height: 26px;		}			#site-title a {				color: #490D22;				display: block;				font-size: 62px;				text-decoration:none;				text-transform:uppercase;			}			#site-title a:hover {}				#site-description {			font-size: 36px;			font-weight: normal;			line-height: 30px;			margin: 0;			color:#490D22;			text-transform:uppercase;			font-family: 'PT Sans', sans-serif;								}