/*
-----------------------------------------
Theme Name: Marqa
Theme URI: http://www.marqa.cl/
Description: Template disenado a pedido para la oficina de arquitectura Marqa en Santiago, Chile.
Version: 1.0
Author: Tomas Pollak
Author URI: http://bootlog.cl
-----------------------------------------

lo basico
--------------------*/

*{
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: "Albany AMT", Arial, Helvetica, Tahoma, sans;
	color: #111;
	font-size: 62.5%;
}

h1,h2,h3,h4 { 
	font-weight: normal; 
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

img { border-width:0; }
li { list-style:none; }
a{ color: #666; }
p{ line-height: 1.3em;}

/* estructura
-----------------*/

#box, #footer{
	width: 940px;
	margin: 0 auto;
}
#content, #header{
	padding: 0 18px 0;
}
#content{
	margin: 35px auto;
}
#content.home{
	padding-top: 5px;
}
#content.proyectos{
	margin-bottom: 0;
	width: 91%;
}
.posts, .narrow{
	width: 605px;
}
#galeria, #galeria-lateral{
	text-align: left;
	float:right;
}

.posts{
	float: left;
	margin-left: 30px;
}

#sidebar, #lateral{
	float: right;
	padding: 0 15px 0;
}
#sidebar{
	width: 190px;
	margin-right: 10px;
}
#lateral{
	width: 290px;
}


/* header
-----------------*/

#header{
	margin: 40px 0 35px;
	position:relative;
}
/*
.home #header{
	margin-top: 80px;
}
*/

#header h1{
	position:relative;
	font-size: 4.2em;
	top: 28px;
	font-weight: bold;
}
.home #header h1{
	margin-bottom: 1em;
}
#header a{
	color: #111;
	text-decoration: none;
}
#header p{
	float:right;
	font-size: 1.3em;
	color: #fff;
	margin: -0.5em 5px 0 0;
	text-align:right;
	color: #999;
}
h3{
	font-size: 1.5em;
}
h3 a{
	color: #999;
}

/* menu portada
-----------------*/
#lateral p{
	font-size: 1.2em;
	margin: .6em .5em 1em .5em;
	color: #666;
}
#menu-lateral ul{
	margin-top: 2em;
}
#menu-lateral li{
	margin: 0 .6em;
	border-top: 1px solid #ccc;
	text-align:right;
	padding: 7px .8em 8px;
	line-height: 2em;
}
#menu-lateral h3{
	font-size: 1.9em;
}
#menu-lateral h3 a{
	margin-right: .5em;
	color: #666;
	text-decoration: none;
}

#menu-lateral small{
	font-size: 1.2em;
	color: #fff;
}
#menu-lateral small a{
	color: #fff;
	text-decoration:underline;
}
#menu-lateral li:hover small,
#menu-lateral li:hover small a {
	color: #666;
}
#menu-lateral a:hover,
#menu-lateral li small a:hover{
	color: #111;
}

/* menu de navegacion
-------------------------*/

#menu li.first{
	border: 0;
}
#menu{
	width: auto;
	height: auto;
	padding: .7em 1em;
	margin: 0 20px 2em;
	text-align:left;
	border-top: 1px solid #ccc;
}
#menu li{
	display:inline;
	border-left: 1px solid #ccc;
	padding: 0 1em;
	font-size: 1.7em;
}
#menu a{
	color: #999;
	text-decoration: none;
	text-transform: lowercase;
}
#menu.top a{
	color: #666;
}
#menu a:hover{
	color: #000;
}
#menu .active a{
	font-weight: bold;
	color: #333;
}


/* paginas
-----------------*/
.post {
	margin-bottom: 1em;
}
.post h2, h1.titulo{
	font-size: 3em;
	letter-spacing: -0.06em;
	margin: 0 10px;
}
.post h2 a{
	text-decoration: none;
}
.post small,
.post small a{
	color: #999;
}
.post .texto{
	margin: 2em 0 1em;
	color: #666;
}
.post p{
	font-size: 1.5em;
	margin: 1em 0;
	line-height: 1.3em;
}
.texto img{
	margin: 0 auto .7em;
	display:block;
	border: 3px solid #ddd;
}
.texto table img{
	border: 0;
	margin: 1px 1px 0 0;
}
p.postfooter, .nav{
	margin: 2.5em 0 5em;
	background: #fafafa;
	padding: .5em 1em;
	font-size: 1.2em;
	color: #999;
	-moz-border-radius: .3em;
}
.postfooter a{
	color: #777;
}
.nav{
	text-align: center;
	font-size: 1.3em;
}

/* comentarios
-------------- */

#comments{
	margin: 4em 0;
	font-size: 1.3em;
}
#comments h3{
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	margin: 0 .5em 1em;
}
#comments h3 a{
	color: #333;
	text-decoration: none;
}
.commentlist{
	margin-bottom: 4em;
}
.commentlist li { 
	margin: 2.5em 0;
	position:relative;
	line-height: 1.3em;
}
.commentlist li.eggman .comment-meta{
/*	background-image: url('i/bg_comment_author.gif');*/
	border-top-color: #606972;
}
.commentlist a:hover{
	text-decoration: underline;
	border: 0;
}
.commentlist li:hover .comment-meta{
	border-top-color:#606972;
}
.comment-meta{
	background: #fcfcfc;
	margin-bottom: 1em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: .5em 1em;
}
big.comment-number{
	float:right;
	font-size: 2em;
	margin-top: 10px;
	color: #293842;
	padding: 1px 0;
}
.comment-number a, .comment-number a:visited{
	color: #ddd;
	text-decoration: none;
}
.avatar img {
	float:left;
	margin-right: 1em;
}

.comment-meta cite{
	display: block;
	padding-top: .2em;
	font-style: normal;
}
.comment-meta small{
	display:block;
	color: #606972;
}
.comment-meta small a{
	color: #999;
}
.commentlist p{
	margin: 1em;
	color: #666;
	overflow: hidden;
}
.nocomments{
	text-align:center;
	color: #666;
	margin-bottom: 3em;
}
#respond h2{
	font-size: 2em;
	margin: 2.5em 0 1em;
}
#respond label{
	font-size: 1.3em;
	position:relative;
	top:-3px;
	color: #888;
}
#respond.contacto{
	margin-top: 4em; 
	font-size: .8em;
}
#respond.contacto input{
	width: 42%; 
	margin: 0 0 0 1.2em;
}

#respond.contacto textarea{
	font-size: 2.3em;
}
.buttons{
	padding: 0 2em;
	display:block;
	text-align: right;
}
#respond .buttons input{
width: auto;
	padding: .1em .7em;
	margin: 0 .5em;
}
#respond input, #respond textarea{
	margin: .2em 1em;
	font-size: 1.3em;
	color: #666;
	padding: 2px 5px;
	background-color: #fafafa;
}

#respond input:focus, #respond textarea:focus{
	color: #000;
	background-color: #fff;
}
#respond textarea{
	width: 92%;
	height: 150px;
	font-size: 1.5em;
	padding: 4px 5px;
	margin-top: 1em;
}
#commentpreview{
	margin: 2em 0 4em;
}


/* contacto
-------------- */
.contacto #respond input{
	margin: 0 1em;
}
.contacto label{
	display:none;
}
.contacto #respond textarea{
	margin: 0 1em 1em;
}


/* pagina proyectos
---------------------*/

.columna{
	float:left;
	width: 48.5%;
}
.columna.uno{
	margin-right: 20px;
}
h1.titulo{
	margin: 0 0 .5em .5em;
}
.proyectos .post{
	padding: .3em 0 1.2em;
	border-bottom: 1px solid #eee;
}
.img-portada{
	width: 140px;
	float:left;
	text-align: right;
}


/* cada proyecto
-----------------*/

.proyectos h2{
	height: 1.2em;
	margin: 0;
	padding-top: .5em;
	font-size: 2em;
}
.proyectos h2 a{
	text-decoration: none;
	color: #555;
}
.proyectos h2 a:hover{
	text-decoration: underline;
}
.proyectos small{
	text-transform: lowercase;
	color: #bbb;
	font-size: .8em;
	margin-left: .2em;
}
.proyectos small a{
	color: #999;
}
.proyectos img{
	margin: 0 1.5em 0 1em;
	height: 60px;
	border: 5px solid #ddd;
}
.proyectos img:hover{
	border-color: #333;
}
.proyectos .texto{
	margin-top: .5em;
	font-size: 1.25em;
	line-height: 1.2em;

}

/* un proyecto
-----------------*/

.proyecto h2{
	margin: .5em 0 0 0;
	height: 1.3em;
}

.proyecto .bajada{
	margin: .3em 0 1em;
}
.proyecto .fecha{
	float:right;
	color: #999;
}
#bottom h3{
	font-size: 2em;
	margin: 1em 0 0;
	letter-spacing: -.03em;
}
#bottom p{
	color: #666;
	font-size: 1.3em;
}
#izq{
	width: 310px;
	float:left;
	margin-right: 10px;
	text-align: right;
}
#der{
	width: 570px;
	float:left;
	margin-left: 10px;
}
.proyecto .nav{
	margin-top: 2em;
}

/* principal
-----------------*/
#sidebar{
	background: #fafafa;
	padding: 0em 1em;
	-moz-border-radius: 1em;
}
#sidebar h3{
	color: #333;
	border-top: 1px solid #ebebeb;
	padding: 1em 1em 0;
	line-height: 1em;
	font-size: 1.5em;
	color: #555;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 2em 0 1em;
}
#sidebar h3.top{
	margin-top: 0em;
	border-top: 0;
}

#sidebar ul{
	margin-left: 1em;
}
#sidebar li{
	font-size: 1.3em;
	padding: .3em 0;
	margin-left: 1.5em;
	list-style: circle;
}

#sidebar form input, #sidebar select{
	width: 75%;
	padding: 3px;
	margin: 0 auto;
	display:block;
}

#rss{
	margin-bottom: 2em;
	text-align:center;
}
#rss h3{
	text-align: left;
}
#rss a{
	background: url('i/feed-icon.gif') left no-repeat;
	padding: 1px 0 2px 20px;
	margin-right: 5px;
	font-size: 1.2em;
}

/* footer
-----------------*/

#footer{
	clear:both;
	border-top: 1px solid #ddd;
	padding: 1em 0;
	margin: 4em auto 2em;
	text-align: center;
	font-size: 1.1em;
	color: #ccc;
	letter-spacing: 1px;
}
.home #footer{
	width: 720px;
	text-align:center;

}
#footer p{
line-height: 1.5em;
}
#footer a{
	color: #bbb;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* clearfix
----------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* donde ta? \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* ahi ta! */
			


