/*
Theme Name: Coriolis
Theme URI: http://www.loscoloresdelaciencia.com/
Description: A once calles de Coriolis basado en el tema <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Ramón Corominas
Author URI: http://www.ramoncorominas.com/

  Kubrick v1.5
  http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

@charset "iso-8859-1";

/*******************************************************************************
*  screen.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on screen by importing
*  those stylesheets which should be used to render the layout on screen.
*
*  CSS Hacks Reference:
*    http://www.dithered.com/css_filters/css_only/index.php
*******************************************************************************/

@import "./css/base.css";
@import "./css/hnav.css";
@import "./css/vnav.css";
@import "./css/colors.css";
@import "./css/gutters.css";
@import "./css/borders.css";
@import "./css/fonts.css";
@import "./css/custom.css";

/******************************************************************************/