/*
Theme Name: EconLab
Theme URI: http://www.econlab.es/
Description: Template for Econlab Blog
Version: 1.0
Author: XUL
Author URI: http://www.xul.es/
Tags: orange, grey, basic

Made by Olivier Depiesse / olivier.depiesse@gmail.com
*/

body {
	background-color:#FFFFFF;
	color:#5e5e5e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6875em;
	line-height:1.2em;
}

a:link, a:visited, a:active {
	color:#5e5e5e;
	border:none;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid #5e5e5e;
	color:#5e5e5e;
}

p {
	padding:10px 0;
}

h1.homeLink {
	text-indent:-9999px;
}

h1.homeLink a {
	display:block;
	height:75px;
	margin:46px 0 0 20px;
	text-decoration:none;
	width:360px;
}

h1.homeLink a:hover {
	border:none;
}

input.textBox {
	font-size:16px;
	color:#5e5e5e;
	margin-right:6px;
	padding:3px;
	border:1px solid #D4D4D4;
}

input.addComment {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	border:1px solid #D4D4D4;
	background:transparent url(./images/comment_add.png) no-repeat 4px 5px;
	padding:6px 5px 6px 25px;
	font-size:12px;
	cursor:pointer;
}

textarea.textBox {
	color:#5e5e5e;
	margin-right:6px;
	padding:3px;
	border:1px solid #D4D4D4;
}

img.rss {
	vertical-align:text-bottom;
}

#postcomment {
	padding-top:25px;
	color:#F2532D;
	font-size:1.8em;
	font-weight:700;
	text-decoration:none;
}

a.trashback {
	background:transparent url(./images/trashback.png) no-repeat left 3px;
	padding-left:20px;
}

p.metaLinks a {
	padding-top:4px;
	padding-bottom:4px;
}

#wrapper {
	width:985px;
	margin:0 auto;
}

#header {
	background:transparent url(./images/logoEconLab.png) no-repeat 20px top;
	width:100%;
	height:138px;
	float:left;
}

#leftColumn {
	padding:65px 0 0 20px;
	width:195px;
	float:left;
}

#rightColumn {
	padding:35px 0 0 25px;
	width:190px;
	float:left;
}

div.box h3.subtitle {
	text-indent:-9999px;
}

div.about {
	/*background:#fff url(./images/aboutEconLab.png) no-repeat left top;*/
	padding:10px 0 20px 0;
}

div.about ul {
	text-transform:lowercase;
	padding:0 48px 0 0;
	text-align:right;
}

div.about ul li {
	font-weight:700;
	font-size:1.1em;
	padding:3px 0;
}

div.archives {
	background:#fff url(./images/archives.png) no-repeat left top;
	padding:60px 0 20px 0;
	height:auto !important;
	min-height:150px !important;
	height:150px;
}

div.links ul , div.archives ul , div.categories ul {
	padding:0 0 0 65px;
	list-style:square;
	text-transform:lowercase;
}

div.links ul li, div.archives ul li, div.categories ul li {
	background-color:#fff;
	font-size:1.1em;
	padding:3px 0;
}

div.categories {
	background:#fff url(./images/categories.png) no-repeat left top;
	padding:60px 0 20px 0;
	height:auto !important;
	min-height:150px !important;
	height:150px;
}

div.links {
	background:#fff url(./images/blogroll.png) no-repeat left top;
	padding:50px 0 20px 0;
	height:auto !important;
	min-height:150px !important;
	height:150px;
}

#entries {
	padding:0 0 25px 50px;
	width:500px;
	float:left;
}

div.entry {
	padding-top:65px;
	background:transparent url(./images/backgroundEntry.png) no-repeat left top;
	height:auto !important;
	min-height:335px !important;
	height:335px;
}

div.entry span.date {
	background-color:#fff;
	color:#c4c4c4;
	font-weight:700;
	font-size:2.1em;
	margin:20px 0 0 270px;
}

div.entry h2.title {
	margin:8px 0 0 0;
}

div.entry h2.title a {
	color:#f2532d;
	font-weight:700;
	font-size:2.7em;
	text-decoration:none;
	background-color:#fff;
	line-height:1.2em;
}

div.entry h2.title a:hover {
	border:none;
}
	
div.entry div.entryContent {
	background-color:#fff;
	line-height:1.3em;
	padding:10px 0 0 20px;
	font-size:1.3em;
}

div.entry div.readMore {
	float:right;
	padding:10px 0 0 0;
	font-size:1.3em;
}

a.more-link {
	background-color:#fff;
	float:right;
	margin:10px 5px 0 0;
	color:#5e5e5e;
	border:none;
	text-decoration:none;
}

a.more-link:hover {
	background-color:#fff;
	border-bottom:1px solid #5e5e5e;
	color:#5e5e5e;
}

div#comments {
	margin:25px 0 14px 0;
	padding:4px;
	background-color:#D4D4D4;
	font-size:1.2em;
	color:#5E5E5E;
	border-bottom:1px dotted #B6B6B7;
}

div.comments a {
	color:#5e5e5e;
	border:none;
	text-decoration:none;
	background-color:#fff;
}

ol#commentlist li{
	margin-bottom:10px;
	border-bottom:1px dotted #000;
}

div.comments a:hover {
	border-bottom:1px solid #5e5e5e;
	color:#5e5e5e;
}

div.entry div.comments {
	padding:30px 0 0 20px;
	font-size:1.3em;
}

div.entry div.category {
	padding:5px 0 0 20px;
	font-size:1em;
	text-transform:lowercase;
	background-color:#fff;
	float:left;
}

div.entry div.category a{
	color:#F2532D;
	font-size:1em;
}

div.entry div.category a:hover, div.entry div.category a:visited, div.entry div.category a:active{
	border-bottom:1px solid #F2532D;
}

#searchBox {
	float:right;
	margin:-35px 15px 0 0;
	width:380px;
	height:52px;
}

input#searchsubmit{
	border:none;
	background:transparent url(./images/search.png) no-repeat right 10px;
	text-indent:-9999px;
	height:65px;
	width:99px;
	padding:0;
	cursor:pointer;
	float:right;
}

input.search {
	margin:18px 10px 0 90px;
	float:left;
}

div.navigation {
	float:left;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}

div.alignright {
	float: right;
}

div.alignleft {
	float: left
}

div.center {
	text-align: center;
}

div.clear {
	clear:both;
}

#searchResults {
	background-color:#FFFFFF;
	color:#F2532D;
	font-size:2.1em;
	font-weight:700;
	line-height:1.4em;
	padding-top:80px;
	text-decoration:none;
}

.error {
	background-color:#FFFFFF;
	color:#C4C4C4;
	font-size:1.6em;
	font-weight:700;
	padding:35px 0 0 25px;
}
