/*
Theme Name: Airservices 2011
Theme URI: http://bearcoding.com/airservices/code/wordpress-theme/
Description: The new theme for Airservices Australia website redevelopment
Author: Mark Babic
Author URI: http://bearcoding.com/
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: Airservices

*/

/* =Reset CSS
-------------------------------------------------------------- */
	@import url('css/reset.css');

/* =Fonts
-------------------------------------------------------------- */
	@import url('fonts/DINWeb/as-fonts.css');

/* =Global Navigation
-------------------------------------------------------------- */
	@import url('css/global-nav.css');

/* =Primary Navigation
-------------------------------------------------------------- */
	@import url('css/primary-nav.css');

/* =Front Page
-------------------------------------------------------------- */
	@import url('css/front-page.css');

/* =Page
-------------------------------------------------------------- */
	@import url('css/page.css');

/* =Global Footer
-------------------------------------------------------------- */
	@import url('css/footer.css');

/* =WP Admin
-------------------------------------------------------------- */
	@import url('css/wp-admin.css');

/* =Blueprint Grid
-------------------------------------------------------------- */
	@import url('css/blueprint/grid.css');

/* =Modernizr
-------------------------------------------------------------- */
	@import url('css/modernizr.css');
	
/* =Typography
-------------------------------------------------------------- */
	@import url('css/typography.css');

/* =Portal Menus
-------------------------------------------------------------- */
	@import url('css/portal-menu.css');
	
/* =Structure
-------------------------------------------------------------- */
	body
	{
		width:100%;
	}
	
	.as-page,
	.as-global-nav-content,
	.as-front-page-ticker,
	.as-global-footer
	{
		width:950px;	
	}
	
	.as-primary-nav
	{
		width:960px;
	}
	
	.wpptopdf
	{
		float:right;
	}
	
	img.alignright
	{
		float:right;
	}
/* =Plugin (temporary)
--------------------------------------------------------------- */

.bc-costing-title
{
	text-align:right;
	font-weight:bold;
}