/*
Theme Name: Celmaro
Description: Celmaro blog theme.
Version: 1.0
Author: Marc Teichmann
Author URI: https://www.celmaro.com/
Tags: fixed width, two columns, widgets, apple, mac, white, grey

	Librio v1.0
	https://www.celmaro.com/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }


/* Body
-------------------------------------------------------------------*/

html {


	background-position: 0px 0px;

	background-color: #a5a5a5;
	background-repeat: repeat-x;
	background-image: url('images/background.jpg');
	background-attachment: fixed;

}

body {


font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #333;

	margin-top: 80px; 

/*
		color: #656565; 

	font-size: 13px; 

	font-family: "Helvetica Neue", Verdana, Arial, sans-serif; 

	margin-left: auto; 

	margin-bottom: 0; 

	margin-right: auto; 

	margin-top: 50px; 

	width:986px;
*/	
}

/* Site Header (matches main site)
-------------------------------------------------------------------*/
.page-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	min-height: 60px;
	max-height: 160px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.69);
}

.page-header-logo {
	display: block;
	position: relative;
	float: left;
	width: 180px;
	height: 40px;
	margin: 10px 0 0 120px;
}

.page-headerlogo-image {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	width: 40px;
	height: auto;
	margin: auto 0;
	overflow: hidden;
}

.page-headerlogo-text {
	position: absolute;
	top: 3px;
	left: 54px;
	z-index: 89;
	font: 1.625em/1.38 HelveticaNeue-Bold, sans-serif;
	color: rgb(255, 255, 255);
}

._nav-container {
	position: relative;
	float: right;
	width: 317px;
	height: 38px;
	margin: 10px 157px 0 0;
	list-style: none;
}

._nav-item {
	float: left;
}

.header-menu-button-about,
.header-menu-button-blog,
.header-menu-button-products {
	display: block;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	font: 1.75em/1.38 HelveticaNeue-Thin, sans-serif;
	text-align: center;
	color: rgb(226, 226, 226);
	text-decoration: none;
}

.header-menu-button-about:hover,
.header-menu-button-blog:hover {
	color: rgb(247, 97, 76);
	text-decoration: none;
}

.header-menu-button-products:hover {
	background-color: transparent;
	color: rgb(247, 97, 76);
	text-decoration: none;
}

@media(max-width: 800px) {
	._nav-container,
	.page-header .page-header-logo {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}



/* Body */



h1, h2, h3, h4, h5,h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-weight: 200; text-shadow: 0px 1px 2px #7f7f7f; color: #7f7f7f; font-family: "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 24px; line-height: 28px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }





h1 span { color: #999; }

a { color: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration: underline; }
a:visited { color: #5371c5; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 986px; 
	padding-bottom: 10px; 
	margin: 20px auto 20px auto;
	overflow: hidden; 
}
#container #wrapper { 
	width: 986px; 
	float: left; 
	overflow: hidden; 
/*	 background: #d6ded4 url(images/backmid.png) repeat-y; */
	 
	/* 	height: 400px; */
	padding-left: 40px; 
	padding-right: 40px;
	background-position: 0px 0px;

	background-repeat: repeat-y;

	background-image: url('images/backmid.png');
	


	margin: 0px auto;
	 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 986px; 
	height: 53px; 
	float: left; 
	background: #fafafa no-repeat center; 
	position: relative; 
}
#header h1 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
}
#header h1 a { 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}



/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 20px; 
	right: 10px;
}
#search #s { 
	width: 170px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 0;
	background: #fafafa url(images/search-bg.gif) no-repeat;
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 986px;
	float: left; 
	height: 32px; 
	background: #fafafa url(images/nav-bg.gif) repeat-x; 
	position: relative; 
}
#nav ul { 
	margin-left: 15px; 
}
#nav ul li { 
	display: inline; 
	margin-right: 20px; 
}
#nav ul li a { 
	font-weight: bold; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
	color: #555; 
	line-height: 33px; 
}
#nav ul li a:hover { 
	color: #333; 
}
#nav #feed {  
	position: absolute; 
	right: 15px; 
	top: 7px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 20px;
	display: block; 
	text-shadow: 1px 1px 1px #fff; 
	background: url(images/feed.gif) no-repeat 0 3px; 
}



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 670px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}

#content .post { 
	margin-bottom: 40px; 
}
#content .post h1.post-title { 
	color: #333;
/*	background: url(images/post.gif) no-repeat 0 6px; 
	padding-left: 23px;*/
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post .post-info { 
	border-bottom-color: #cbcbcb; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	border-bottom-style: solid; 
	border-top-style: solid; 
	border-left-width: 0px; 
	border-bottom-width: 1px; 
	border-right-width: 0px; 
	border-top-width: 1px; 
	border-color: #bfbfbf; 
	background: #fafafa; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 670px;
	background: #ffe9a8; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 570px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 200px; 
	float: left; 
	font-size: 11px; 
	color: #555; 
	margin-bottom: 15px;
}
#sidebar h3 { 
	font: bold 12px Verdana; 
	color: #333; 
}

#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #777; }

#sidebar .block { 
	padding: 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center; 
}
#sidebar .block ul li { 
	padding-left: 18px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}



/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }



/* Footer (matches main site)
-------------------------------------------------------------------*/
.site-footer {
	width: 100%;
	min-height: 30px;
	margin-top: 40px;
	clear: both;
}

.site-footer .footer-copyright-text {
	margin: 3px auto 0;
	font: 0.75em/1.38 HelveticaNeue-UltraLight, sans-serif;
	text-align: center;
	color: rgb(185, 185, 185);
}


