/*
Theme Name: Tchekhov
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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.
*/

@import url("style-original.css");

body {font-family: 'Montserrat', sans-serif;hyphens: none; }

h1 {color:#FFFFFF; font-family: 'Montserrat', sans-serif; font-weight:normal; text-decoration:none !important;}
h2 {color:#AAAAAA; font-style:normal !important;}
.site-title {  font-size:48px;}
.nav-menu .current-menu-item > a {font-style:normal !important;}
.lastmenu {margin-left:100px !important;}
.site-footer {background:none;}

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.main-navigation {min-height: 35px;}
.nav-menu li a {
    padding: 5px 10px !important;
}
.hentry {
    padding: 10px 0 !important;
}
.retour {float:right; font-size:20px; padding:10px; font-family:"Source Sans Pro",Helvetica,sans-serif; background-color: rgba(0, 0,0, 0.2);}
.retour a{font-weight:none; text-decoration:none; color:#EEEEEE;}