/**
 * @package Ana Starter Theme
 * @subpackage CSS
 *
 * Make sure only one layout is active.
 * To active a layout uncomment the @import line.
 *
 * Sidebars suported in every layout:
 *	.sidebar_in_header
 *	.sidebar_in_footer
 *	.sidebar_before_posts
 *	.sidebar_after_posts
 *
 * Sidebar that depends on the chosen layout
 *	.sidebar_right
 *	.sidebar_right_subsidiary
 *	.sidebar_left
 *	.sidebar_left_subsidiary
 */

/* 1 Col.
   Sidebars: None.
   Widths: Total:890px */
/* @import "layout/1c-c.css"; */

/* 2 Col.
   Posts: On the left. Sidebars: On the Right
   Widths: Total:890px / Post:585px / Sidebars:280px / Gutter:25px */
@import "layout/2c-l.css";

/* 2 Col.
   Posts on the right. Sidebars: On the Left
   Widths: Total:890px / Post:585px / Sidebars:280px / Gutter:25px */
/* @import "layout/2c-r.css"; */

/* 3 Col.
   Posts on the left. Sidebars: On the Right, Subsidiary on the Right
   Widths: Total:890px / Post:434px / Sidebars:206px / Gutter:22px */
/* @import "layout/3c-l.css"; */

/* 3 Col.
   Posts on the right. Sidebars: On the Left, Subsidiary on the Left
   Widths: Total:890px / Post:434px / Sidebars:206px / Gutter:22px */
/* @import "layout/3c-r.css"; */

/* 3 Col.
   Posts in the center. Sidebars: On the Left, On the Right
   Widths: Total:890px / Post:434px / Sidebars:206px / Gutter:22px */
 /*@import "layout/3c-c.css"; */

/* 4 Col.
   Posts second column on the left. Sidebars: On the Left, On the Right, Subsidiary on the Right
   Widths: Total:890px / Post:344px / Sidebars:162px / Gutter:20px */
/* @import "layout/4c-l.css"; */

/* 4 Col.
   Posts second column from the right. Sidebars: On the Left, Subsidiary on the Left, On the Right
   Widths: Total:890px / Post:344px / Sidebars:162px / Gutter:20px */
/* @import "layout/4c-r.css"; */