.container {
	margin: 20px 20px 0 20px;
}

/*** Logo ***/

.titreloogo {
	border-bottom: 1px dashed black;
	text-align: right;
}

.logo {
	font-size: 23px;
	line-height: 20px;
}

.logo a {
	color: black;
	text-decoration: none;
}

.logo a:hover {
	color: #e01100;
}

#brand {
	display: block;
	margin: 30px -10px 10px 0;
	text-align: right;
}

/*** Navigation ***/

.nav .header_menu {
	margin-top: 20px;
}

.nav li {
	text-align: right;
}

.nav li a {
	padding: 15px 0;
}

.nav li.current a {
	color: black;
}

.nav a {
	color: rgb(200, 200, 200);
	font-size: 24px;
	text-align: right;
	background: none;
	line-height: normal;
	text-decoration: none;
}

.nav>li>a:hover, .nav>li>a:focus {
	color: black;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	color: black;
}

ul.sub-menu {
	margin-top: 0;
}

ul.sub-menu li a {
	font-size: 13px;
	padding: 0;
}

ul.sub-menu li.open a {
	font-size: 24px;
}

/*** Content ***/

.news-single-links {
	margin-top: 60px;
	margin-bottom: 60px;
}

.col-md-10 h1 {
	color: black;
	font-size: 24px;
}

.col-md-10 h2 {
	color: rgb(200, 200, 200);
	font-size: 18px;
	border-bottom: 1px dashed rgb(200, 200, 200);
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.col-md-10 p {
	color: black;
	font-size: 13px;
}

#authors {
	font-size: 13px;
	font-style: italic;
	color: rgb(200, 200, 200);
}

.thumbnails {
	padding: 0;
}

.thumbnails li {
	list-style: none;
	float: left;
	margin: 0 19px 30px 0;
	width: 144px;
	height: 174px;
}

.thumbnails li figure {
	opacity: 0.6;
}

.thumbnails li figure:hover {
	opacity: 1;
}

.thumbnails li figcaption {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	overflow: scroll;
}

.thumbnails li figcaption a {
	color: rgb(200, 200, 200);
	font-size: 13px;
	text-decoration: none;
}

.thumbnails li figcaption a:hover {
	color: black;
}

.index {
	margin-right: 270px;
}

.middle {
	padding: 0 15px 61px 0;
	margin-top: 50px;
}

.content {
	width: 785px;
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
}

#show {
	width: 785px;
	overflow: hidden;
	margin-bottom: 10px;
}

#show img {
	cursor: pointer;
}

#show_nav a {
	font-size: 11px;
	color: #b8b8b8;
	text-decoration: none;
	margin-right: 10px;
}

#show_nav .activeSlide {
	color: #e01100;
}

#show_nav a:hover {
	border-bottom: 8px solid #e01100;
	padding-bottom: 30px;
}

.post_home {
	width: 145px;
	float: left;
	margin: 0 0 30px 15px;
	color: silver;
}

.thumb {
	display: block;
	width: 145px;
	height: 145px;
	margin-bottom: 5px;
	position: relative;
	color: #333;
}

.thumb img {
	display: block;
}

.thumb span {
	display: block;
	width: 145px;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
}

.post_home h4 {
	font-size: 11px;
	font-weight: normal;
	color: black;
	font-style: normal;
	text-transform: uppercase;
}

.recent {
	margin-right: 270px;
}

.recent h3 {
	font-size: 12px;
	font-weight: bold;
	color: gray;
	margin: 0 0 15px 15px;
	padding-bottom: 3px;
	border-bottom: 1px dashed silver;
	text-transform: uppercase;
}

.page_meta {
	height: 100px;
}

.page_meta a {
	color: #ccc;
	text-decoration: none;
}

.page_meta a:hover {
	color: #e01100;
}

.rss, .tags, .search {
	width: 145px;
	height: 100px;
	float: left;
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 85px;
	color: #ccc;
	border-bottom: 1px solid #4d4d4d;
}

.tags {
	position: relative;
}

.tags a {
	background: url("i/tags.html") 100% 50% no-repeat;
	padding-right: 10px;
}

.tags a:hover {
	background: url("i/tags.html") 100% 50% no-repeat;
}

.taglist {
	margin-top: 16px;
	background: #333;
	position: absolute;
	left: -15px;
	width: 145px;
	padding: 15px 0 15px 15px;
	visibility: hidden;
}

.taglist li {
	line-height: 1.5;
}

.taglist li a {
	color: #ccc !important;
	background: none !important;
	font-weight: normal;
	display: block;
}

.taglist li a:hover {
	color: #e01100;
}

.tags .jsddm_hover a {
	color: #e01100;
	background: url("i/tags.html") 100% 50% no-repeat;
	padding-right: 10px;
}

.search input {
	background: none;
	border: none;
	color: #ccc;
	font: bold 11px Helvetica, Arial, sans-serif;
	width: 145px;
}

.post_list, .post_single {
	padding: 30px 0 45px;
	background: url("i/post_list.html") 0 100% no-repeat;
}

.post_single {
	background: none;
}

.post_list a, .post_single a {
	color: #e01100;
	text-decoration: none;
}

.post_list a:hover, .post_single a:hover {
	text-decoration: underline;
}

.post_list h2, .post_single h2, .page h2 {
	font-size: 16px;
	color: black;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 175px;
	text-transform: uppercase;
	text-align: right;
}

.page {
	padding-top: 15px;
}

.page h2 {
	padding-left: 0;
}

.post_list h2 a, .post_single h2 a, .page h2 a {
	color: #f2f2f2;
	text-decoration: none;
}

.post_list h2 a:hover, .post_single h2 a:hover, .page h2 a:hover {
	color: #e01100;
	text-decoration: none;
}

.post_list_meta, .post_single_meta {
	width: 145px;
	margin-left: 15px;
	float: left;
}

.post_list_meta p, .post_single_meta p, .post_share {
	color: black;
	font-size: 11px;
	margin-bottom: 11px;
	line-height: 1.7;
}

.post_date {
	margin-bottom: 0 !important;
}

.post_share {
	line-height: normal;
}

.sharelist {
	display: none;
	margin-top: 11px;
}

.sharelist li {
	margin-bottom: 3px;
}

.post_content {
	width: 585px;
	margin-left: 15px;
	float: left;
	font: 12px Monaco;
}

.more {
	margin-bottom: 0;
	font-weight: bold;
}

.special {
	font-size: 11px;
	font-style: italic;
}

.post_content p {
	color: black;
	margin-bottom: 12px;
	font: 11px/normal Monaco;
	letter-spacing: -1px;
}

.post_content a, .col-md-10 a {
	color: #e01100;
	text-decoration: none;
}

.post_content a:hover {
	text-decoration: underline;
	color: black;
}

.post_content ul, .post_content ol {
	margin-bottom: 12px;
	padding-left: 40px;
}

.post_content li {
	color: #f2f2f2;
	font-size: 12px;
	line-height: 1.5;
}

.post_content ul li {
	list-style: circle;
}

.post_content ol li {
	list-style: decimal;
}

.post_content blockquote {
	color: black;
	padding-left: 70px;
	margin: 15px 0;
}

.post_content blockquote p {
	color: black;
}

/*** Images ***/

.post_content img {
	margin: 0;
	height: auto;
	max-width: 785px;
	width: auto;
}

.post_content .attachment img {
	max-width: 785px;
}

.post_content .alignleft, .post_content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.post_content .alignright, .post_content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.post_content .aligncenter, .post_content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post_content img.alignleft, .post_content img.alignright, .post_content img.aligncenter {
	margin-bottom: 12px;
}

.post_content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.post_content .wp-caption img {
	margin: 5px 5px 0;
}

.post_content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.post_content .wp-smiley {
	margin: 0;
}

.post_content .gallery {
	margin: 0 auto 18px;
}

.post_content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.post_content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 15px;
}

.post_content .gallery dl {
	margin: 0;
}

.post_content .gallery br+br {
	display: none;
}

.post_content .attachment img {
	/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*** Pagination ***/

.pagination {
	padding: 15px 0 15px 15px;
}

.pagination_ctrl {
	height: 30px;
	width: 145px;
	float: left;
	background: url("i/pagination_ctrl.html") 50% 50% no-repeat;
	position: relative;
}

.nextpostslink, .previouspostslink {
	display: block;
	width: 63px;
	height: 30px;
	position: absolute;
}

.nextpostslink {
	background: url("i/pagination_arr.html") 100% 10px no-repeat;
	right: 7px;
}

.previouspostslink {
	background: url("i/pagination_arr.html") 0 10px no-repeat;
	left: 7px;
}

.nextpostslink:hover {
	background-position: 100% -39px;
}

.previouspostslink:hover {
	background-position: 0 -39px;
}

.pagination_pages {
	height: 30px;
	line-height: 30px;
	float: right;
	margin-left: 15px;
}

.pagination_pages a, .pagination_pages span {
	margin: 0 6px;
	padding: 5px;
	color: #e01100;
	text-decoration: none;
	font-size: 11px;
}

.pagination_pages a:hover {
	text-decoration: underline;
}

.pagination_pages .current {
	color: #ccc;
}

/*** Comments ***/

.comments_heading {
	padding-bottom: 10px;
}

.add_comment {
	width: 145px;
	height: 25px;
	float: left;
	margin-left: 15px;
	font-size: 11px;
	border-bottom: 1px solid #4d4d4d;
}

.add_comment a {
	color: #e01100;
	text-decoration: none;
}

.add_comment a:hover {
	text-decoration: underline;
}

.comment_qty {
	width: 785px;
	height: 25px;
	margin-left: 15px;
	float: left;
	border-bottom: 1px solid #4d4d4d;
	color: #ccc;
	font-size: 12px;
}

.nopassword {
	color: #ccc;
	font-size: 12px;
	padding-left: 15px;
}

.comment_item {
	padding: 15px 0;
	background: url("i/post_list.html") 0 100% no-repeat;
}

.comment_meta {
	float: left;
	width: 145px;
	margin-left: 15px;
	color: #ccc;
	font-size: 11px;
	line-height: 1.7;
}

.comment_meta a {
	color: #e01100;
	text-decoration: none;
	font-style: normal;
}

.comment_meta a:hover {
	text-decoration: underline;
}

.comment_text {
	width: 785px;
	margin-left: 15px;
	float: left;
	color: #ccc;
	font-size: 12px;
	line-height: 1.5;
}

#respond {
	margin-top: 30px;
}

.respond_meta {
	float: left;
	width: 145px;
	margin-left: 15px;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
}

.comment_form {
	padding-bottom: 60px;
	width: 785px;
	float: left;
	margin-left: 15px;
}

.comment_fields {
	margin-bottom: 25px;
}

#author, #email, #url {
	width: 225px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	color: #ccc;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #4d4d4d;
	background: none;
	padding-bottom: 8px;
	overflow: hidden;
}

#url {
	width: 305px;
	margin: 0;
}

.comment_form textarea {
	width: 785px;
	height: 125px;
	overflow: auto;
	border: none;
	border-bottom: 1px solid #4d4d4d;
	background: none;
	color: #ccc;
	font: 12px Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.comment_submit {
	text-align: right;
}

#submit {
	width: 170px;
	height: 40px;
	padding: 0 15px;
	background: #4d4d4d url("i/comment_submit.html") 146px 17px no-repeat;
	border: none;
	text-align: left;
	color: #f2f2f2;
	font: 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
}

#submit:hover {
	background: #fff18f url("i/comment_submit.html") 146px -26px no-repeat;
	color: #4d4d4d;
}

.comment_message {
	color: #f2f2f2;
	font-size: 12px;
	margin-bottom: 12px;
}

.comment_message a {
	color: #e01100;
	text-decoration: none;
}

.comment_message a:hover {
	text-decoration: underline;
}

/*** Left column ***/

.l_col {
	width: 256px;
	margin-left: 15px;
	float: left;
	font-family: "Andale Mono";
	letter-spacing: -1px;
}

.l_col .post_portfolio h2 {
	color: black;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.post_divider {
	font-size: 11px;
	color: black;
}

.l_col .post_portfolio p {
	color: black;
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 11px;
}

.l_col .post_portfolio a {
	color: #e01100;
	text-decoration: none;
}

.l_col .post_portfolio a:hover {
	text-decoration: underline;
}

/*** Footer ***/

.footer {
	width: 166px;
	margin: -81px 30px 0 0;
	text-align: right;
	float: right;
	border-top: 1px dashed gray;
	opacity: 0.4;
	bottom: 20px;
	right: 15px;
}

.footer:hover {
	opacity: 1;
}

.footer_inn {
	padding-top: 10px;
	text-align: right;
	margin-left: 50px;
}

.footer_inn p {
	font-size: 11px;
	color: gray;
}

.footer_inn a {
	color: black;
	text-decoration: none;
}

.footer_inn a:hover {
	color: #e01100;
}