/*!
Theme Name: Norwood
Theme URI: http://wp.vlthemes.com/norwood
Author: VLThemes
Author URI: http://themeforest.net/user/vlthemes
Description: Norwood is a Responsive, Modern and Professional WordPress theme that will work for any site you need. It features newest technologies and works on every device. Everything you need to create your website and more. Master theme has powerful admin panel that give you full control to modify and customize styling, layouts, colors, fonts, logo, slider, etc.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: norwood
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #757575;
}

/* WordPress API Elements */

.wp-caption {
	margin: 5px 0;
	text-align: center;
	color: #464646;
	font-style: italic;
	font-size: 12px;
	max-width: 100%;
}

.wp-caption p {
	margin: 0;
	line-height: 11px;
	font-size: 12px;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
	visibility: visible;
}

.aligncenter {
	margin: 10px auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 30px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 10px 30px 10px 0;
	display: inline;
	float: left;
}