/*
Theme Name: Enough Customized
Theme URI: http://www.TheAngelForever.com/
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. Old URI: http://www.tenman.info/wp3/enough/ 
Author: Tenman (Customized by TechyDad)
Author URI: http://www.tenman.info/wp3/
Version: 0.55
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 */
	/* Disabled to widen page for ad  -JL */
	/* padding:2% 5%; */
	padding: 1% 2%;
	
/* font color*/
	color:#000;
}

#enough-page{
/* Max page width */
	/* Disabled to widen page for ad  -JL */
	/* max-width:960px; */
	
/* Min page width */
	min-width:240px;
	
}


/* Share buttons */
.SocialShareIcons {
    display: table;
}
.SocialShareIcons .TableRow {
    display: table-row;
}
.SocialShareIcons .TableRow div {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}
.SocialShareIcons .TableRow div img {
    width: 40px;
    height: 40px;
}
.ShareText {
    font-weight: bold;
}


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

	/* Sidebar and main content  width setting */
	nav{
	padding-top: 5px;
	/* 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%;
	}

	
}
