/*
Theme Name: Viral Child
Theme URI: http://demo.hashthemes.com/viral
Author: Q
Author URI: https://blog.remarqs.org
Template: viral
Description: This is a child theme of Viral, which is for a minimal, clean designed blog website. Good for blogger, news and magazine website to use.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viral-child
Tags: light, white, two-columns, right-sidebar, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Viral is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later. Viral can be found at http://hashthemes.com

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

html { 
  font-family : "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
  }

code, 
kbd,
pre,
samp {
  font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", Terminus, Consolas, "Lucida Console", "Lucida Sans Typewriter", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  background : lightgrey 
  }

.entry-header .entry-title:first-letter{
	color: inherit;
}

.widget-title {
  border-left : 5px double green;
  }

#secondary ul {
  list-style-type: square ;
  list-style-position: inside;
  }

footer.site-footer {
  display : none
  }
