opps posted to wrong thread???
Depending on where you want it this is what you have currently:
Code:
#tagline {
color:#000000;
font-size: 20px;
text-align : center;
padding: 0.8em;
padding-right: 0.8em;
vertical-align: middle;
}
You will want to give this a height to match the header height and margin left to position it relative to your logo and vertically within the header container with line height similar to this and adjust to suit
Code:
#tagline {
color:#000000;
font-size: 20px;
line-height: 97px;
margin-left: 430px;
}
##############################___