@import url(reset.css);
@import url(color.css);
@import url(typography.css);
 
/*
Theme Name: Luma
Theme URI: http://www.studioluma.it/
Description: This theme is an original creation made by us.
Version: 2.0
Author: Emmanuele Giaccherini / Luca Santeramo
Author URI: http://www.studioluma.it/
Tags: birds, 960, grid
 
	Luma v2.0
	 http://www.studioluma.it
 
	This theme was designed and built by Emmanuele Giaccherini and Luca Santeramo,
	whose blog you will find at http://www.studioluma.it/blog/
 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
 
*/
html { text-align:center; }
 
body {
	padding:0;
	margin:0;
	text-align:center; }
 
#container {
	position:relative;
	width:940px;
	margin:0 auto;
	text-align:left; }
 
div#content {
	position:relative;
	width:100%; }
 
div#content_main {
	width:75%;
	left:0;
	margin-top:1.27em; }
 
div#text_main {
	width:48.4%;
	left:0; }
 
div#text_sub {
	width:48.4%;
	left:51%; }
 
div#content_sub {
	position:absolute;
	width:23.6%;
	left:76.6%; }
 
/* =si.clear_children */
.pc, .sc {
	position:absolute;
	top:0;
	left:0; }
 
.clear_children,.cc_tallest { position: relative; }
 
/**/
* html .clear_children { display: inline; }
 
/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest:after { content: ''; }
 
/* PREVENTS A REDRAW BUG IN SAFARI */
