/*
Theme Name: ETH Webappcd
Author: Yves Serrano
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webappcd
Tags:

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.

webappcd is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.skip-link {
	display:none;
}

.entry-footer {
    margin-top: -10px;
    margin-bottom: 15px;
}

.contentTop .inside {
    padding-bottom: 0;
    padding-top: 0;
}

.contentMain .inside {
    padding-top: 0;
}

.hidden {
    display: none;
}

.comment-form-url {
    display: none;
}

a.more-link {
    padding-right: 15px;
    background: url('./images/arrow-link.png') no-repeat right center;
}

p.more {
    margin-top: -10px;
}

body.colSide #contentContainerSide .inside section:first-of-type h2 {
    padding-top: 0;
}

figure {
    margin: 1em 0;
}

figcaption {
    font-size: 14px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.inside p, .inside ul, .inside ol {
    margin-bottom: 10px;
}

textarea#comment {
    max-height: 30vh;
}
