/*
 ========================================================================
 
    COPYRIGHT			: Copyright(C) 2010   
    VERSION				: 1.0.0 
    CREATED				: 08 AUG 2010
    MODIFIED			: 08 AUG 2010
    DESIGNER			: Daniel C. K. Tan
    DESIGNER URI		: http://www.danielck.net 
    
    FILE: /global/styles/header.css
	TYPE: CSS File
	DESCRIPTION: Apply global banner for event banners for special occasions.
	   
   ======================================================================== 
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* GLOBAL BANNER */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.header-global {
	/*background:url(../../global/images/masthead/masthead_global.jpg) no-repeat;*/
} 


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* GLOBAL BANNER */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.header-seasons {
	/*background:url(../../global/images/masthead/masthead_cny.jpg) no-repeat;*/
}  

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* BLOG BANNER */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.header-blog {
	background:url(../../global/images/masthead/header_blog.png) no-repeat bottom;
} 


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* PORTFOLIO BANNER */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.header-portfolio {
	background:url(../../global/images/masthead/masthead_portfolio.jpg) no-repeat;
} 


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* GALLERY BANNER */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.header-gallery {
	background:url(../../global/images/masthead/masthead_gallery.jpg) no-repeat;
} 


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* WIKI BANNER */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.header-wiki {
	background:url(../../global/images/masthead/masthead_wiki.jpg) no-repeat;
} 
