/******************************************************************
Theme Name: 2015 WP Blank
Theme URI: http://www.gaelgerard.com
        Description: HTML5 WP BLANK THEME
        Author: Gaël GERARD
        Author URI: http://www.gaelgerard.com

	
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p, h1, h2, h3 {margin: 1em 0;}
li {list-style-type: disc; margin: 0.5em;}
footer li, header li {list-style-type: none; margin: 0;}
section strong {font-weight: bold;}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
  -webkit-box-sizing: border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
iframe,
img {
	max-width:100%!important;
	vertical-align:bottom;
}
.map img {
    max-width:none!important;
}
img {
	height: auto;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
hr {
    border: 0 none;
    clear: left;
    width: 100%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

	/*HIDE ON DESKTOP*/
	.small-only,
	.only-phone {
	    display: none;
	}
        .large-only,
        .not-phone {
            display: block;
        }
@media only screen and (min-width:320px) {
	.small-only,
        .only-phone {
            display: block;
        }
            .large-only,
        .not-phone,
        .flex-direction-nav {
            display: none;
        }
            .is-retina {
                display: none;
            }

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	/*HIDE ON DESKTOP*/
	.small-only,
	.only-phone {
	    display: none;
	}
        .large-only,
        .not-phone {
            display: block;
        }

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
            .not-retina {
                display: none;
            }
            .only-phone.is-retina {
                display: block;
            }

}
@media only screen and (max-width:767px) {
            .only-phone.is-retina {
                display: block;
            }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 1em 1em 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 1em 1em;
}
.alignleft {
	float:left;
	margin:5px 1em 1em 0;
}
a img.alignright {
	float:right;
	margin:5px 0 1em 1em;
}
a img.alignnone {
	margin:5px 1em 1em 0;
}
a img.alignleft {
	float:left;
	margin:5px 1em 1em 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 1em 1em 0;
}
.wp-caption.alignleft {
	margin:5px 1em 1em 0;
}
.wp-caption.alignright {
	margin:5px 0 1em 1em;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
