/*
Theme Name: Enough
Theme URI: http://www.tenman.info/wp3/enough/
Description: Default template is only index.php and comments.php. Responsive theme. Enough is simple but if you can add a template and template part file whenever if you want. IE browser ? , Yes Responsive.
Author: Tenman
Author URI: http://www.tenman.info/wp3/
Version: 0.49
Tags:white,two-columns,custom-colors, custom-header, custom-background, custom-menu, editor-style, threaded-comments, sticky-post
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("css/normalize.css");
@import url("css/fonts.css");
@import url("css/box-modules.css");
@import url("css/comment.css");
@import url("css/ua.css");
@import url("css/colors.css");
@import url("css/base.css");
@import url("css/layout-fluid.css");
@import url("css/skin-example.css");


body{
/* Page width setting */
	padding:2% 5%;
	
/* font color*/
	color:#000;
}

#enough-page{
/* Max page width */
	max-width:960px;
	
/* Min page width */
	min-width:240px;
	
}

@media screen and (min-width : 641px){
	/* Note: 1columns layout when screen width < 641px */

	/* Sidebar and main content  width setting */
	nav{
	/* right column left position when two column view */
	margin-left: 72%;
	/* right column width when two column view */
	width: 28%;
	}
	
	.enough-monthly-archive-prev-next-avigation, article{
	/* main content width when two column view */ 
	width: 69.4%;
	}
}
