/*
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.54
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");

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%;
	}
	
	/* for Post Full Width One Column */
	
	article.enough-1col-post  {
		display:block;
		margin:1%;
		width:98%;
	}
	article.enough-1col-post + 	nav{
		clear:both;
		display:block;
		margin:1%;
		width:99%;
	}
	
	/* for static front page */
	
	.page-template-default 	article.enough-1col-post  {
		display:block;
		margin:auto;
		width:98%;
	}

	
}
