﻿/*======================================
Theme Name: Dynamic News Lite Child
Theme URI: http://www.hswa-pa.org/wordpress/wp-content/themes/dynamic-news-lite-child
Description: A responsive, multipurpose blogging and magazine theme with bold colors and fonts. It comes with a featured content slider and a magazine page template. Dynamic News is a trending theme on wordpress.com and we are sure you will like the WordPress.org version as well.
Version: 1.2.3
Author: ThemeZee
Author URI: http://www.hswa-pa.org/
Tags: two-columns, light, red, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, fluid-layout, responsive-layout, one-column, left-sidebar, right-sidebar, three-columns, black, blue, silver, white, green, gray
Text Domain: dynamic-news-lite
Domain Path: /languages/
Template: dynamic-news-lite
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */

.meta-comments{
    display: none;
}
div.row1 {
	float:left; 
	width: 88%; 
	height:100%;
}

div.row2{
	height:50%; 
	vertical-align:text-bottom;
}
  div.col1 {
            margin-top: 0.3em;
            float:left;
            width:10%;
            height:100%;
        }
 div.col2 {
	    width:100%;
            height:50%;
            float:left;
	    font-family: 'Palatino Linotype', sans-serif;
          font-size: 2.8em;  
          font-weight: 600;
          color: #1e73be;
             }
div.col2 a{
	color: #1e73be;
	text-decoration: none;        
        }
div.col2 a:hover{
	color: #333;
	text-decoration: none;

        }
        div.col2a{
            float:left; 
            width:55%;
            vertical-align:text-bottom;
            font-family: 'Droid Sans', Arial, Tahoma;
             font-size:1.2em;
             line-height:1.3em;
             margin-top:0.2em;
        }
        div.col2b {
            float:right; 
            width:45%;
            text-align:right;
            font-family: 'Droid Sans', Arial, Tahoma;
            font-size:1.2em;
            line-height:1.3em;
             margin-top:0.1em; 
       
        }
 div.col2c {
            float:right; 
            width:45%;
            text-align:right;
            font-family: 'Droid Sans', Arial, Tahoma;
            font-size:1.2em;
            line-height:1.3em;
             margin-top:0.1em; 
       
        }
.post-title cat-post-title{
    font-size: 1.5em;
}
.post-title cat-post-title a:link, .post-title cat-post-title a:visited {
	color: #333;
	text-decoration: none;
}
.post-title cat-post-title a:hover, .post-title a:active{
	color: #e84747;
}	
/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	div.row1{
height: auto;
}
div.row2{
height: auto;
}
 div.col1{
	
display: none;
}
div.col2{
height: auto;

	    text-align:center;
}

div.col2a{
display: none;
	height: auto;
}
 div.col2b{
display: none;
width: auto;
	height: auto;
}
 div.col2c{
display: inline;
float: center;
text-align: center;

width: auto;
	height: auto;
}
}
/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {

}