/**
 * Nucleo (X)HTML/CSS Framework
 * 
 * Don't make any changes in core section of this file!
 *
 * @copyright       Copyright (c) Sergey Gogolev
 * @link            http://css.softprojects.ru/
 * @license    		CC-A-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)
 * @version         0.1.5
 */

/**
 * @section core initialization
 * 
 * Don't make any changes in this section!
 */
	@import url(reset.css);
	@import url(library.css);

/**
 * @section core
 * 
 * Don't make any changes in this section!
 */

.page, .page-in,
.header, .footer, .main, .column, .center-in {
	position: relative;}

.page-in {
	z-index: 2;}

.footer {
	z-index: 3;}

.page, .page-in {
	min-height: 100%;}
			
	.main, .center {
		width: 100%;}

	.column {
		float: left;}

	.left {
		margin-left: -100%;}
	
/**
 * @section settings 
 */		

	/* 
	 * Minimal width
	 * All values must be equal
	 */
			
		.page, .footer {
			min-width:		990px;}

	/* 
	 * Left column width
	 * All values must be equal
	 */
		.center-in {
			margin-left:	295px;}
	
		.left {
			width:			295px;}
			
	
	/* 
	 * Right column width
	 * All values must be equal
	 */
	
		.center-in {
			margin-right:	50px;}
	
		.right {
			width:			50px; 
			margin-left:   -50px;} 
	
	/* 
	 * Footer width
	 * All values must be equal
	 */	
		.footer {
			height:			125px; 
			margin-top:	   -125px;}
			
		.footer-place-for {
			height:			125px;}

