/*
Theme Name: pachyderm Child
Description: Theme enfant pour pachyderm
Author: D Crew
Template: pachyderm
*/

@import url("../pachyderm/style.css");

/* =Global
----------------------------------------------- */

body {
	background: #f9ede2;
	font-family: Gudea, Helvetica, Arial, sans-serif;
}

/* =Site Navigation
--------------------------------------------------------------*/

.navigation-main {
	background: #dedbc2;
	clear: both;
	display: block;
	float: left;
	margin-bottom: 1.5em;
	width: 100%;
	height: 32px;
	text-align: center;
}

.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block;
}

.navigation-main a {
	background: #dedbc2;
	color: #f15d5d;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 3px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

.navigation-main li:hover > a {
	background: #635856;
}
.navigation-main ul ul :hover > a {
	background: #635856;
}
.navigation-main ul ul a:hover {
	background: #635856;
}

/* =Header
--------------------------------------------------------------*/

.site-description {
	clear: both;
	color: #dedbc2;
	font-family: Gudea, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 5px 0 1.5em 5px;
	text-align: center;
}
.site-title {
	clear: both;
	color: #f15d5d;
	font-family: "Berkshire Swash", "Times New Roman", serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: normal;
	margin: 0;
	text-align: center;
}
.site-title a,
.site-title a:visited {
	color: #f15d5d;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #F15D5D;
	font-family: "Poiret One", serif;
	font-weight: normal;
	line-height: normal;
	margin: .75em 0;
}

/* =Posts
----------------------------------------------------*/
.taxonomy-description {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	color: #FFFFFF
}

/* =Post Formats
-------------------------------------------*/

.hentry .post-format-indicator {
	background-color: #dedbc2;
	background-position: -57px -118px;
	border-radius: 65px;
	margin-top: -10px;
	position: absolute;
		left: -80px;
	width: 65px;
	height: 65px;
	z-index: 10;
}

.hentry.format-video {
	border-bottom: 4px solid #DEDBC2;
}

.hentry.format-video .post-format-indicator {
	background-color: #635856;
	background-position: -117px 2px;
}

.hentry.format-quote {
	border-bottom: 4px solid #DEDBC2;
}

.hentry.format-quote .post-format-indicator {
	background-color: #635856;
	background-position: -58px 2px;
}

.hentry.format-chat {
	border-bottom: 4px solid #DEDBC2;
}

.hentry.format-chat .post-format-indicator {
	background-color: #635856;
	background-position: -178px -57px;
}

.hentry.format-image {
	border-bottom: 4px solid #DEDBC2;
}

.hentry.format-image .post-format-indicator {
	background-color: #635856;
	background-position: -57px -59px;
}

/* =Misc
-------------------------------------------*/

.susa-atari-transp {
    position: fixed;
    z-index: 100001;
        top: 680px;
        left: 15px;
}