/*
Theme Name: Poorvu
Theme URI: 
Author: Carolina Nymark
Author URI: https://themesbycarolina.com
Template: aaron
Description: This is a chlid theme of Aaron. 
Version: 4.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: Carolina Nymark 2015-2019
Text Domain: aaron
Tags: threaded-comments, custom-menu, sticky-post, editor-style, translation-ready, rtl-language-support, two-columns, one-column, right-sidebar, featured-images, featured-image-header, accessibility-ready, custom-header, custom-logo

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ and Blueprint.

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
10.0 Content
	10.1 Call to action, highlights, featured posts
	10.2 Posts and pages
	10.3 Comments
	10.4 Blocks
11.0 Jetpack
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Responsive widths
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
.site-branding{
	margin-top:0;
	}
.site-branding h1.site-title{
	margin-top:0.7em;
	background-color: #6e6e6e;
}
.site-title, .site-title a{
color: #fff;
}
a:focus, button:focus, input:focus {
	outline: 3px solid black;
}
	
.widget ul li a, a, .entry-footer a, .entry-meta a, .site-footer a{
	text-decoration:underline;
}
.widget-area .menu-item-has-children > a::after{
	content:none;
}
p.statement{
	text-transform: initial;
	font-size: 10px;
	width: 55%;
	margin: 0 auto;
}

.home .site-header{
	padding-bottom:1em;
}

/* Admin interface disabling*/
#action{
	display: none;
}