/*
	Theme URI: http://www.borjalazaroherrero.com/
	Description: Borja Lázaro Herrero CSS
	Version: 1.0 
	Author: Borja Lázaro Herrero
	Author URI: http://www.borjalazaroherrero.com/ 
	
	From: http://www.littlelines.com
*/

/* ------------------------------- Typography ---------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 Hack */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 74%;
	color: #464646;
	background-color: #332D25;
}

a {
	color: #C94B00;
	text-decoration: none;
	border-bottom: 2px solid #cfbf97;
	outline: none;
}

a.img {
	border: none;
	text-decoration: none;
	display: block;
	float: left;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	background: #ABD86E;	
	color: #FFFFFF;
	border: 0px;
}
a.image,
a.image:hover,
a.image img {
	border: none !important;
	text-decoration: none;
	background-color: transparent;
}
h1 {
	text-align: left;
	color: #000;
	margin: 2px 0 0px 0;
	font-size: 140%;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #515151;
	font-size: 170%;
	font-weight: normal;
	margin: 2px 0 7px 0;
	padding: 15px 0 0 0;
	line-height:1em;
}
h3 {
	color: #3D362D;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding:  0;
	line-height: 1em;
	font-weight: normal;
	font-size: 110%;
}
h3 a {
	font-size: 115%;
	line-height: 25px;
}
h4 {
	color: #3D362D;
	line-height: 15px;
	margin: 0;
	font-size: 92%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 90%;
	border: 0;
}

h1 a, h2 a, h3 a {
	border:0;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	background-color: transparent;
}

p {
	line-height: 1em;
	padding: .25em 0 0 0;
	margin: 0;
}
ul li{
	line-height: 2.0em;
	list-style-image: url(../imagenes/page.gif);
	padding: 0;
	margin: 0 0 2px 20px;
} 
ul {
	padding: 2px 0 0 0;
	margin: 10px 0 10px 5px;
}

/*-------------------------------Other Classes ----------------------------------*/
.internet li {
	list-style-type:  none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float:left;
	padding-left: 20px;
	background: url(../imagenes/internet.png) no-repeat 0 5px;
	width: 6em;
}
.blog li {
	list-style-type:  none;
	list-style-image: none;
	margin: 10px 0 10px 5px;
	padding: 0;
	float:left;
	padding-left: 20px;
	background: url(../imagenes/blog.png) no-repeat 0 5px;
	width: 6em;
}
.tecno li {
	list-style-type:  none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float:left;
	padding-left: 20px;
	background: url(../imagenes/tecno.png) no-repeat 0 5px;
	width: 6em;
}
.friends li {
	list-style-type:  none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float:left;
	padding-left: 20px;
	background: url(../imagenes/friend.png) no-repeat 0 5px;
	width: 6em;
	text-align: left;
}
.knowledge li{
	list-style-type:  none;
	list-style-image: none;
	margin:  0;
	padding: 0 0 0 20px;
	background: url(../imagenes/knowledge.png) no-repeat 0 5px;	
	float:left;
	text-align: left;
}
li.col_1_total {
	width:300px;
}
li.col_2_total {
	width:300px;
}
li.col_1_half {
	width:150px;
}
li.col_2_half {
	width:160px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/*-------------------------------FancyDemo ----------------------------------*/


div.fancyDemo a,a:hover {
	text-decoration: none;
	background: none;	
	color: none;
	border: 0px;
}

/*-------------------------------Container ----------------------------------*/
div.container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

div#content .container  img{
	border: 5px solid #FFFFFF !important;
	padding: 3px;
}


div#footer .container  img{
	border: 5px solid #FFFFFF !important;
	padding: 3px;
}

div#content .column-left-main-past{
	width:30%;
	float:left;
	padding: 0px 10px 10px 0;
}

div#content .column-left-main-past_big_left{
	width:66%;
	float:left;
	padding: 0px 10px 10px 0;
	text-align:justify;
}

div#content .column-right-main-past{
	width:66%;
	float:right;
	margin: 0;
	padding: 0px 10px 10px 0;
}

div#content .column-right-main-past_big_left{
	width:30%;
	float:right;
	margin: 0;
	padding: 0px 10px 10px 0;
}

/*------------------------------- Header ------------------------------------*/

div#header {
	margin: 0;
	padding: 0;
	height: 90px;
	background: #FFF url(../imagenes/header_bg_no.jpg) repeat bottom right;	
}
div#header #logo {
	margin: 0 0 0 0;
	padding: 0;
	height: 90px;
	width: 510px;
	float:  left;
	display: block;
	border-style: none;
	background-color: transparent;
}
div#header a:hover { background: none; }

/*------------------------------- Navigation ----------------------------------*/
div#nav{
	width: 100%;
	padding: 1px 0 0 0;
	margin: 0;
	height: 50px;
	line-height: 35px;
	background: #351b1a url(../imagenes/nav_bg.jpg) repeat-x bottom right; 
}
div#nav ul{
	padding: 0;
	margin: 0;
	height: 50px;
	float: left;
}
div#nav ul li{
	margin: 12px 0 0 0;
	padding: 0;
	float: left;
	display: inline;
	color: #000;
	line-height: 1.0em;
	background-color: #47361F;
}
div#nav ul li a{
	font-size: 112%;
	color: #47361F;
	text-decoration: none;
	display: block;
	display: inline-block; /* IE 6 hack */
	margin: 0;
	padding: 3px 15px 0 15px;
	border-right: 1px solid #131313;
	border-bottom: 0;
	background: #f4f1ea url(../imagenes/tab_bg.jpg) repeat-x;
	height:  35px;
	line-height: 35px;
}
div#nav ul li a:hover{
	color: #FFF;
	background-color: #49381e;
}
body#home a#hometab,
body#blog a#blogtab,
body#work a#worktab,
body#about a#abouttab,
body#contact a#contacttab  {
	color: #222;
	background: #f4f1ea url(../imagenes/tab_bg_on.jpg) repeat-x;
	border: 0;
	border-bottom:  1px solid #FFF;
	border-right:  1px solid #FFF;
	border-left:  1px solid #FFF;
	font-weight: bold;
}
/*------------------------------- Content ----------------------------------*/
div#content{
	padding: 0;
	margin: 0;
	width:  100%;
	float: left;
}

#content p {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 130%;
	color: #333;
	line-height: 1.35em;
	margin-bottom: .75em;
}
div#content .column-left{
	width:48%;
	float:left;
	padding: 0px 10px 10px 0;
}
div#content .column-right{
	width:48%;
	float:right;
	margin: 0;
	padding: 0px 10px 10px 0;
}
div#content .column-right img{
	border: 5px solid #b1a890 !important;
	padding: 3px;
}
div#content .column-left img{
	border: 5px solid #b1a890 !important;
	padding: 3px;
}

/*------------------------------- Main ----------------------------------*/
div#main {
	padding: 5px 0 0 0;
	margin: 0;
	background: #f4f1ea;
	width: 100%;
	float: left;
	min-height: 380px;
}
div#main h2{
	margin:  0;
	padding: 0;
	font-size: 180%;
	color: #dd5312;
}
div#main h1{
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-size: 130%;
	color: #dd5312;
}
div#main p{
	font-size:  120%;
}
div#main .column-left{
	width:48%;
	min-height:380px;
	height:100%;
	float:left;
	margin: 0;
	padding: 0 5px 20px 0;
	border-right: 0px solid #CDCCB2;
	background:  transparent;
}
div#main .column-right{
	width:48%;
	min-height:380px;
	float:right;
	margin: 0;
	padding: 0 0 20px 20px;
	border-left: 2px solid #e3e3cf;
}
div#main #column-middle{
	float:left;
	margin: 0;
	padding: 0;
}

/*------------------------------- Main Past----------------------------------*/
div#main_past {
	padding: 5px 0 0 0;
	margin: 0;
	background: #b1a890;
	width: 100%;
	float: left;
	min-height: 380px;
}
div#main_past .column-left{
	width:52%;
	min-height:380px;
	height:100%;
	float:left;
	margin: 0;
	padding: 0 5px 20px 0;
	border-right: 0px solid #CDCCB2;
	background:  transparent;
}
div#main_past .column-right{
	width:40%;
	min-height:380px;
	float:right;
	margin: 0;
	padding: 0 0 20px 20px;
	border-left: 2px solid #e3e3cf;
}
div#main_past #column-middle{
	float:left;
	margin: 0;
	padding: 0;
}
/*------------------------------- Blog ----------------------------------*/
ul#category_tags li {
	display: inline;
	list-style: none;
	background-image: none;
	font-size: 110%;
	padding-left: 3px;
	margin: 0.25em 0 0;
	line-height: 1.5em;
}

ul#category_tags li.tag {
	background: url(../imagenes/tag.png) no-repeat 0 3px;
	padding: 0 5px 0 18px;
}

ul#category_tags{
	width: 220px;
}

ul#archives li {
	display: block;
	display: inline-block; /* IE 6 hack */
	list-style: none;
	background-image: none;
	font-size: 110%;
	padding-left: 3px;
	margin: 0.25em 0 0;
	line-height: 1.5em;
}

ul#archives li.archive {
	background: url(../imagenes/archive.png) no-repeat 0 3px;
	padding: 0 5px 0 18px;
}

ul#archives{
	width: 220px;
}

.post {
	display: block;
	float: left;
	margin: 6px 16px 50px 0;
	width: 50px;
	clear: left;
}

.post_text{
	font-size: 88%;
}


.datebox {
	display: block;
	float: left;
	margin: 0;
	background-color: #fff;
	width: 50px;
	border-top: 1px solid #D7D1B4;	
	clear: left;
}
.datebox p {
	color: #222;
	padding: .25em .25em .25em .25em;
	text-align: center;
	font-size: 92%;
	text-transform: uppercase;
	font-family: Georgia, "Lucida Grande", Helvetica, sans-serif;
	line-height: 1.25em;
}
.datebox p span {
	display: block;
	font-size: 120%;
	color: #669900;
	line-height: .85em;
}




/*------------------------------- Featured Work List---------------------*/

dl.work-list{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 90%;
	width:  260px;
	height: 65px;
	text-align: left;	
}

.work-list dt {
	float: left;
	display: block;
	margin: 0;
	padding: 0px;
	height: 96px;
	border: 3px solid #b1a890;
	background: #fffefa;
}
.work-list dd {
	margin: 0 0 5px 0;
	padding: 0;
	float: right;
	width: 150px;
	font-size: 120%;
}
.work-list dd strong {
	color: #666;
}

.work-list dd.active a {
	text-decoration: none;
	font-weight: bold;
	color: #2D405B;
	border-bottom: none;
}

/*------------------------------- Footer ----------------------------------*/

div#footer {
	background-color: #3D362D;
	color: #fff;
	width: 100%;
	padding: 0;
	margin:  0;
	text-align:center;
	height:  225px;
	font-size:  100%;
	float: left;
	border-top: 1px solid #FFF;
}
div#footer #top {
	padding: 10px 0 0 0; 
	margin: 0;
	height: 175px;
	text-align: center;
}

div#footer h1{
	color: #ffffff;
	font-size: 160%;
	margin:  0 0 10px 0;
}
div#footer #bottom{
	background-color: #332D25;
	height:  40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#footer #bottom p{
	font-size: 100%;
	margin: 0;
	padding: 15px 0 0 0;
	color: #dd5312;
}





