/**
 * 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: 				980px;}

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