/*
Theme name: Ecoffice
Theme URI: http://blog.adveltisfierforjat.ro
Description: Business theme with two columns, static left-side menu.
Author: Hymo Design
Author URI: http://www.hymodesign.com
Version: 1.0
Tags: two-columns, light, green
*/

body {
	background-image: url(images/back1.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	color: #5E677D;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:20px;
	margin: 0;
	text-align: center;
}

a:link, a:visited {
	color:#D8DAE0;
	padding: 3px;
	text-decoration: none;
}

a:hover {
	color:#F90004;
	padding: 3px;
	text-decoration: none;
}

#wrapper {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	width: 100%;
}

#header {
	position:fixed;
	top:0;
	left:5%;
	background-color:#2D3344;
	border-left-color:#F90004;
	border-left-style:solid;
	border-left-width:2px;
	float: left;
	width: 20%;
	height: 20%;
}

#logo{
	top:5px;
	width:189px;
	height:50px;
	text-align:center;
}

#content {
	position:absolute;
	top:9%;
	left:29%;
	float: left;
	width: 55%;
}

#sidebar {
	position:fixed;
	background-color:#2D3344;
	border-left-color:#F90004;
	border-left-style:solid;
	border-left-width:2px;
	border-top-color:#F90004;
	border-top-style:solid;
	border-top-width:1px;
	display:inline;
	left: 5%;
	text-align: left;
	top: 20%;
	width:20%;
	height:70%;
	font-weight:bold;
}

#sidebarr {
	position: absolute;
	display:inline;
	left: 65%;
	text-align: left;
	top:0;
	width:35%;
	padding-top:5px;
}

.post {
	position:relative;
	background-image: url(images/back13.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	border-top-color:#2D3344;
	border-top-style:solid;
	border-top-width:thin;
	margin-left: 11px;
	margin-right: 10px;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 2px;
	text-align: justify;
	line-height:20px;
}

.post hr {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

.date {
	background-image:url(images/date.png);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	left:-9%;
	margin-top:5px;
	padding-top:10px;
	right:-5px;
	color:#ffffff;
	width:90px;
	height:30px;
	font-size:16px;
	text-align:right;
}

.sidebar {
	display: none;
	float: left;
}

.sidebar ul{
	list-style-type:none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 14px;
	line-height:24px;
}

.sidebar ul ul li{
	padding: 0;
}


.entry ol {
	margin: 0;
	padding-bottom: 0;
	padding-left: 35px;
	padding-right: 0;
	padding-top: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata{
	background-color:#2D3344;
	margin: 10px 0 0 0;
	padding-left:5px;
}

.navigation {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
}

#footer {
	position:fixed;
	top:90%;
	left:5%;
	background-color:#2D3344;
	border-top-color:#F90004;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#F90004;
	border-left-style:solid;
	border-left-width:2px;
	float: left;
	bottom: 0;
	clear: both;
	text-align: center;
	width: 20%;
	height:10%;
	line-height:16px;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

h1, h2, h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
h1 a:link, h1 visited, h1 active{
	color:#FFF;
}
h1 a:hover{
	color:#F90004;
}


/* Comments template css */
@.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


