/*
 Theme Name:   Syrtis Eleven
 Description:  Syrtis Enhanced Twenty Eleven
 Author:       Matthieu Speder
 Template:     twentyeleven
 Version:      1.0.0
 Text Domain:  syrtis-eleven
*/

form#searchform {
	display: none;
	}

header.entry-header div.comments-link a {
	position: absolute;
	background: #292929;
	border-radius: 10px;
	border: #404040 solid 1px;
	width: auto;
	height: auto;
	line-height: 1;
	padding: 5px 12px 5px 12px;
	overflow: visible;
	}

header.entry-header div.comments-link a::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 4px 0;
	border-color: #292929 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 7px;
	}

header.entry-header div.comments-link a::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 4px 0;
	border-color: #404040 transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -8px;
	left: 7px;
	clip:rect(0px,50px,50px,0px);
	}

header.entry-header div.comments-link .leave-reply {
	visibility: inherit;
	}

footer.entry-meta {
	display: none;
	}

h1#site-title {
	padding-top: 28px;
	}

h1#site-title a {
	font-size: 42px;
	text-shadow: 5px 5px 8px #000000;
	}

h2#site-description {
	padding-bottom: 20px;
	border-bottom: 1px solid #404040;
	width: 100%;
	margin-bottom: 28px;
}

nav#access {
	display: none;
	}

#page.hfeed {
	background: #1e1e1e;
	margin: auto;
	box-shadow: 0 0 32px rgba(0, 0, 0, .32);
	}

body.home {
	background: #292929;
	}

header#branding {
	border-top: transparent;
	padding-bottom: 0px;
	z-index: 0;
	}

#branding hgroup {
	margin: 0 4%;
	}

article.hentry {
	border-bottom: 1px solid #404040;
	}

.entry-content a.fancybox img {
	border: 1px solid black;
	box-shadow: 4px 4px 4px rgba(0,0,0,.32);
	margin-right: 10px;
	}

.left-sidebar #secondary {
	margin-left: 7%;
	}

.left-sidebar #content {
	margin: 0 7% 0 27%;
	width: auto;
	padding-left: 3%;
	border-left : #404040 solid 1px;
	}

div#main {
	padding: 0px;
	}

div#site-generator {
	display: none;
	}

#respond .comment-form-author .required, #respond .comment-form-email .required {
	position: initial;
	}
