/*
Theme Name:     2014 transat
Description:    Transat for Twenty Thirteen
Author:         CabSii
Template:       twentythirteen
Version:        1.0
Tags:           one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:    twentythirteen
*/

html {
	font-size: 100%;
	font-family: "Courier New", Helvetica, sans-serif;
	background-color: #efefef;
}
/**
 * New header 
 */
body .site-header {
	background-size: 1100px auto;
	color: #222;
	background-color: #efefef;
}

/**
 * Standard
 */
body {
	color: #222;
	background-color: #efefef;
}

.site{
	background-color: #efefef;
}

.site-header {
	margin: 3px 0 20px 0;
}

.site-header .home-link {
	min-height: 110px;
}

a:visited {
	color: #555;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #444;
}
a:active,
a:hover {
	color: #777;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Consolas, Courier New, Courier, monospace;
	line-height: 1.3;
}

h1 {
	font-size: 35px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 20px 0;
}

h4 {
	font-size: 30px;
	color:#555;
	margin: -30px 0 0 0px;
	background-color: white;
	padding:20px 5px 0px 20px;
	font-weight:100;
}

h5 {
	font-size: 22px;
	margin: 15px 0 0 -40px;
	background-color: white;
	padding:10px 10px 10px 20px;
	font-weight:100;
}

h6 {
	font-size: 18px;
	margin: 5px 0 0 -10px;
}

p {
	margin: 0 0 20px;
	background-color: white;
	padding:0 20px 10px 20px;
}

.content-title-img{
	position: relative;
	top: -10px;
	left: -40px;
	width:110%;
}

.more-link{
	display:block;
	width:100%;
	text-align:right;
}

.entry-meta{
	display:none;
}

a,
.entry-meta,
.entry-meta a,
.entry-meta a:hover,
.entry-content a,
.entry-summary a {
	color: #ea9629;
}
.entry-title a, .entry-title a:hover, .site-header .home-link {
	color: #222;
}

.entry-thumbnail img {
	display: none;
}

.entry-header {
	margin-bottom: 10px;
}

.entry-title a {
	font-weight:100;
	margin: 0;
	color: #ed9629;
}

footer.entry-meta {
	margin-top: 5px;
}



.form-allowed-tags, .form-allowed-tags code {
	color: #333;
}
.comment-meta a {
	color: #999;
}
input, textarea {
	border: 0;
}
.comment-respond {
	background-color: #eee;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	border: 0;
	background: #ccc;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover,
input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	border: 0;
	background: #bbb;
}



.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #444;
}



.archive-header, .page-header {
	background: #ccc;
}
.archive-header{display:none;}



/**
 * Menu, Links, Asides, Chat, Paging, Footer, 404
 */
.navbar, .format-link, .format-aside, .paging-navigation, .site-footer, .post-navigation, .error404 .page-wrapper {
	background-color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	border-color: #eee;
}
.error404 .page-title:before {
	color: #888;
} 
.format-aside .entry-meta,
.format-aside .entry-meta a,
.format-aside .entry-title a,
.format-aside .entry-content a,
.format-aside .entry-summary a,
.format-link .entry-meta,
.format-link .entry-meta a,
.format-link .entry-title a,
.format-link .entry-content a,
.format-link .entry-summary a {
	color: #444;
}
.format-status .entry-meta {
	padding-bottom: 20px;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu .sub-menu, .nav-menu .children {
	background-color: #111;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover {
	background-color: #333;
}
.blog .format-link:first-of-type, .single .format-link:first-of-type, .format-link + .format-aside, .format-link + .format-link, .format-aside + .format-aside,
.blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside + .format-aside, .format-aside + .format-link, .format-link + .format-aside {
	box-shadow: inset 0px 2px 2px rgba(0,0,0, 0.1);
}
.paging-navigation .meta-nav {
	background-color: #555;
}
.paging-navigation a:hover .meta-nav {
	background-color: #666;
}

.paging-navigation {
	padding: 20px 0;
}

ul.nav-menu ul a, .nav-menu ul ul a{
	width: 350px;
}

.entry-content ul{
	margin-top:0;
	padding-right: 20px;
	background-color:white;
}

/**
 * Galleries
 */
.format-gallery {
	background-color: #ccc;
}
.format-gallery .entry-meta,
.format-gallery .entry-meta a,
.format-gallery .entry-content a,
.format-gallery .entry-summary a {
	color: #111;
}

/**
 * Quotes
 */
.format-quote, .site-footer .sidebar-container {
	background-color: #fff;
	color: #000;
}
.format-quote .entry-meta,
.format-quote .entry-meta a,
.format-quote .entry-content a,
.format-quote .entry-summary a {
	color: #aaa;
}

/**
 * Status
 */
.format-status, .paging-navigation .meta-nav {
	background-color: #555;
	color: #fff;
}

/**
 * Video, Audio
 */
.format-video, .format-audio {
	background-color: #888;
	color: #fff;
}
.format-video .entry-meta,
.format-video .entry-meta a,
.format-video .entry-content a,
.format-video .entry-summary a,
.format-audio .entry-meta,
.format-audio .entry-meta a,
.format-audio .entry-content a,
.format-audio .entry-summary a {
	color: #fff;
}
.format-video .entry-title a,
.format-audio .entry-title a,
.format-video .entry-title a:hover,
.format-audio .entry-title a:hover {
	color: #222;
}
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #222;
}
.hentry{
	padding-top: 10px;
	padding-bottom:10px;
}


/**
 * Chat
 */
.format-chat {
	background-color: #92bcd5;
}
.format-chat .entry-meta,
.format-chat .entry-meta a,
.format-chat .entry-content a,
.format-chat .entry-summary a {
	color: #444;
}

/**
 * Widgets
 */
.widget {
	font-family: Consolas, Courier New, Courier, monospace;
	background: #efefef;
}
.widget a, .site-footer .widget a {
	color: #444;
	margin:2px;

}
.site-footer .sidebar-container {
	background: #fff;
}

/* Comment form */
.comment-respond {
	padding: 0px 0;
}
.comment .comment-respond {
	margin-bottom: 0px;
	padding: 0px;
}
.comment-reply-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-form .comment-notes {
	margin-bottom: 5px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 5px;
}
.comment-list .pingback,
.comment-list .trackback {
	padding-top: 10px;
}
.comment-navigation {
	padding: 10px 0 15px;
}

/*
* 7.0 Footer
*/
.site-footer a, .navigation a {
	color: #555;
}
.site-footer a:hover, .navigation a:hover {
	color: #666;
}
.site-footer .sidebar-container {
	padding: 10px 0;
}
.sidebar .site-footer .widget {
	width:100%;
}

.site-info {
	display:none;
}

.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 0;
		padding-right: 0;
	}