/*
Theme Name: OnOff
Theme URI: http://www.visibilia.net/
Author: Visibilia
Author URI: http://www.visibilia.net/
Description: Description
Version: 5.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Domain Path: /languages/
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.

arcadious is based on Underscores http://underscores.me/ and Foundation Zurb

www.visionereale.com
*/

/*
 * The intent of this file is to override and extend foundation css 
 */

.fullWidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

/* A cushy stiky footer for arcadious
 * This is a readaptation of: http://mystrd.at/modern-clean-css-sticky-footer/
 * They call him the James Dean of sticky footers, the Sexy Kind, the Genghis Khan footer.
 */

html {
	position: relative;
	height: auto;
	min-height: 100%;
}
body {
	padding: 0 0 100px; /* bottom = footer height */
	height: auto;
	position: static;
}
body > footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
}

/*<!DOCTYPE html>
<head>
	<title></title>
</head>
<body>
	<nav></nav>
	<article>Lorem ipsum...</article>
	<footer></footer>
</body>
</html>*/

/* fix adminbar */
@media screen and (max-width: 600px){
	#wpadminbar {
		margin-top: -46px;
	}
}

/* Respnsive mediaquery
   ========================================================================== */
@media only screen and (max-width: 40em) { /* small only */
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* medium only */
}
@media only screen and (min-width: 40.063em) { /* medium &up */
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) { /* large only */
}
@media only screen and (min-width: 64.063em) { /* large & up */
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) { /* xlarge only */
}
@media only screen and (min-width: 90.063em) { /* xlarge & up */
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) { /* xxlarge only */
}
@media only screen and (min-width: 120.063em) { /* xxlarge & up */
}

/* WordPress Core
   ========================================================================== */

/* WISIWYG */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* CAPTIONS */
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}