/*
Theme Name: Ohsik
Theme URI: http://wp.ohsikpark.com
Author: Ohsik Park
Author URI: http://www.ohsikpark.com
Description: Simple pure CSS responsive light weight theme for WordPress. Great starting point for your custom theme. 
Version: 1.7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, featured-images, microformats, post-formats, sticky-post
Text Domain: Ohsik
*/
/*Import default CSS. Don't delete unless you know what you are doing.
------------------------------------------------------------*/
@import url('css/ohsik.css');

/*Wordpress required Classes
------------------------------------------------------------*/
.wp-caption{
}
.wp-caption-text{ 
}
.sticky{
}
.gallery-caption{
}
.bypostauthor{ 
}
.alignright{
}
.alignleft{
}
.aligncenter{
}
.row [class*="grid"] div{ 
    max-width: 100%; /*To Prevent layout breaking for inline fixed width*/ 
}

/*------------------------------------------------------------
--------------------------------------------------------------
          
      Below code is for Display Purpose only.
      Feel free to delete everything and
      add your own custom CSS.
      
      Using a child theme is definitely a better idea!
      So you don't have to worry about updating theme.
      
      https://codex.wordpress.org/Child_Themes
            
--------------------------------------------------------------
------------------------------------------------------------*/
.row [class*="grid"], footer{  
	border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.row [class*="grid"] article{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd;    
}
.row [class*="grid"] article footer{
    padding: 2px;
}
footer, nav, .sub-menu, ul.children{
    background: #ddd; 
}


