/* 
Theme Name: Campus
Theme URL: http://campuscars.net
Description: A blank theme for you to draw on.
Author: Jake Ketcheson
Author URI: http://derp.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/



/*
Here is a list of all the <DIV>s in Whiteboard.
*/

/*
This is used to change the header image
*/
body{
	background-image: url(images/headerlogo.png);
	background-repeat: no-repeat;
	background-position: center 36px;	
}
#contactBar h3{
	background-image: url(images/phone_number.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 153px;
	background-position: bottom;
}
#contactBar h3 span{
	display:none;
}