	/*  -----------------------------------------------------
    
	INFO
	
	Project:				Mondo Refresh
	Version:				2.0
	Author:					Milan Zivkovic
	Author URL:				http://www.wm.rs
	Last change:			--/--/-- by Milan Zivkovic 
	Change log:				**Change log**

	- - - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	TABLE OF CONTENTS
   
		Reset CSS
		Print
		Layout
			General
			Notices
			Tables
			Lists
			Forms
			Widths
			Margins
			Containers
			Header
			Content
			Sidebar
			Pagination
			Footer
			Story
			Telekom bar
			Comments
		Typography
			General
			Headings
			Links
		Navigation
		jQuery tools
			General
			Gallery
		Sprites
			General
			Page backgrounds
		Colors
			Background colors
			Text colors
			Border colors
		
    
	----------------------------------------------------- */
	
	
	/*  =Print (flat style print ready)
	----------------------------------------------------- */
	
	/*	@import url("print.css") print;*/
	
	/*  =Reset (reset for better browser compatibility)
	----------------------------------------------------- */
	
		@import url("reset.css");


	/*  =Layout (boxes, columns, page layout...)
	----------------------------------------------------- */
	
		@import url("layout.css");


	/*  =Typography
	----------------------------------------------------- */
	
		@import url("typography.css");
	
	
	/*  =Navigation (main site navigation)
	----------------------------------------------------- */
	
		@import url("navigation.css");


	/*  =jQuery tools (sliders, tabs...)
	----------------------------------------------------- */
	
		@import url("jquery-tools.css");


	/*  =Sprites (icons, backgrounds, buttons...)
	----------------------------------------------------- */
	
		@import url("sprites.css");


	/*  =Colors (links, titles...)
	----------------------------------------------------- */
	
		@import url("colors.css");


	/*  =Styleswitcher (hide rich style icon)
	----------------------------------------------------- */

	.styleswitch a.rich {
		display: none;
	}
