@font-face
{
	font-family: 'BankGothic Lt BT';
	src: url('../bgothl.eot');
	src: local('BankGothic Lt BT'), url('../bgothl.ttf') format('truetype');
}

@font-face
{
	font-family: 'Zapfino';
	src: url('../Zapfino.eot');
	src: local('Zapfino'), url('../Zapfino.ttf') format('truetype');
}

#wrapper
{
	padding-top: 10px;
}

#header
{
	/*background: url("http://www.alwaysplanned.com/wp-content/uploads/2010/03/off_white_top.png") no-repeat;
	padding-top: 30px;*/
	position: relative;
	z-index: 999;
	zoom: 1;
}

#company_logo
{
	/*background: url("../images/blue_logo_220x167.png") no-repeat;*/
	/*height: 167px;*/
	position: absolute;
	right: 0;
	top: 10px;
	/*width: 220px;*/
	z-index: 9;
}

#wrapper #header #logo
{
	margin: 0;
}

#logo img
{
	display: block;
}

/*
#logo h1
{
	font-family: "BankGothic Lt BT";
}

#logo h3
{
	color: #387891;
	font-family: "Zapfino";
	vertical-align: middle;
}
*/

#menu
{
	margin-top: 0;
	position: relative;
	z-index: 999;
}

#top-search
{
	background: transparent;
}


/* Keep search on the menu line */
#header .search #top-search
{
	padding: 0 5px !important;
}

/*
 * The following extends the blog and blog posts to the entire width of the page
 */
/*
.blog #content .main,
.blog #content .main .heading,
.single #content .main,
.single #content .main #authorbox,
.single #content .main #comments,
.single #content .main #comments-wrapper #respond h3
{
	width: auto !important;
}

.single #content .main #authorbox h4
{
	width: 778px;
}

.single #content .main #comments-wrapper .comment-meta
{
	width: 820px;
}

.single #content .main #comments-wrapper .comment-text
{
	width: 808px;
}
*/
