/**
 * Nucleo (X)HTML/CSS Framework
 *
 * @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.2.3
 */

/**
 * @section core initialization
 * 
 * Don't make any changes in this section!
 */
	@import url(reset.css);
	@import url(core.css);
	
	
/**
 * @section settings 
 */		
			
	/* 
	 * Fixed width restriction (px, em, %)
	 */	
		.nxcf-fixed {
			width: 				960px;}
	

	/* 
	 * Left column width
	 * All values must be equal (px, em, %)
	 */
		.nxcf-center .nxcf-column {
			margin-left:		0px;}
	
		.nxcf-left {
			width:				0px;}
	
	/* 
	 * Right column width
	 * All values must be equal (px, em, %)
	 */
	
		.nxcf-center .nxcf-column {
			margin-right:		231px;}
	
		.nxcf-right {
			width:				231px; 
			margin-left:   	   -231px;} 
	
	/* 
	 * Footer height
	 * All values must be equal (px, em, %)
	 */	
	 
		.nxcf-footer,
		.nxcf-footer 
		.nxcf-inside {
			height:				155px;}
			
		.nxcf-footer {
			margin-top:	   	   -155px;}
			
		.nxcf-page
		.nxcf-inside {
			padding-bottom: 	175px;}