/*
Modules
*/

/*Reset all browser's default params*/
@import url("reset.css");


@import url("forms.css");
@import url("typography.css");


/*

Table.sheet example

<table class="sheet hover">
	<caption>caption</caption>
	<thead>
		<tr>
			<th>header 1</th>
			<th>header 2</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<th>row header</th>
			<td>cell</td>
		</tr>
	</tbody>
</table>
*/
@import url("content.css");

/*
Navigation: tabs, buttons, breadcrumbs and etc.

Tabs example:
<ul class="tabs">
	<li><a href="#"><span>Ma quande</span></a></li>
	<li><a href="#"><span>Grammatica</span></a></li>
	<li class="current"><span>Simplic</span></li>
	<li><a href="#"><span>Ti del coalescent</span></a></li>
</ul>

Breadcrumbs example:
<ul id="BreadCrumbs">
	<li><a href="#">Home</a></li>
	<li><a href="#">Articles</a></li>
	<li><a href="#">Design</a></li>
	<li><a href="#">CSS</a></li>
	<li>You are here</li>
</ul>
*/
@import url("navigation.css");



@import url("layout.css");



/*
Development and debug tools

Grid examples:
1. <div class="grid_center grid_screen"></div>
2. <div class="grid_left grid_invert"></div>
3. <body class="grid_center grid_fixed">

Guide Example:
<div class="guideh" style="top:10%"></div>
<div class="guidev" style="left:120px"></div>

Frame element on page:
1. <body class="frame_div frame_text frame_lists frame_table frame_links frame_img">
2. <body class="frame_all">

Depth level of DOM:
<body class="depth">

Hide images and backgrounds:
<body class="hide_images">
*/
@import url("dev.css");