/*
Theme Name: Mateo Arquitectura
Description: WordPress theme developed for Mateo Arquitectura, design by http://www.tereguix.com/
Version: 1.0
Author: Gonzalo Perez de la Ossa
Author URI: http://www.12tonelab.com/
*/

/* Reset */
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset{margin:0;padding:0;line-height:1}
a img,:link img,:visited img{border:none}



/* Standard */
div.hide, h1, li.collapsCat h2 {
	left: -9999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

* html #main ul li {height:1px}

body, input, textarea, button {
	font: 69% Verdana, sans-serif;
}

a {
	color: #2769fe;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin-top: -.5em;
	margin-left: 3em;
	margin-bottom: 3em;
}



/* layout */
#all {
	position: relative;
	width: 910px;
	margin: 0 auto;
}

#logo {
	margin-top: 40px;
	margin-bottom: 20px;
}

#logo a {outline:none}

#content {
	padding-bottom: 20px;
	min-height: 1px;
}

.post .entry {
	min-height: 1px;
}

#content:after, .post .entry:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html #content, * html .post .entry {height:1px}

#main, #sidebar {
	position: relative;
	float: left;
	display: inline;
}

#main {
	width: 640px;
	min-height: 400px;
}

#sidebar {
	margin-left: 20px;
	width: 250px;
}





/* #main */
#main p, #main li {
	line-height: 1.3;
}

#main a {
	color: #dd0a0a;
}

#main h2 {
	margin-bottom: 1em;
	font-size: 1.2em;
}
/*
#main .entry h2 {
	margin-top: 1.5em;
}
*/
#main h2 a {
	color: #000;
}

#main h2 .es {
	color: #666;
}

#main h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}

#main p {
	margin-bottom: 1em;
}

#main .pageLabel {
	margin-bottom: 1em;
	font-size: 2em;
}

#main .alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#main .alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* .post */
.post {
	position: relative;
	min-height: 60px;
	margin-bottom: 4em;
	padding-left: 36px;
}
* html .post {
	height: 60px;
}

.post .date {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	padding: 2px;
	background: #000;
	color: #fff;
	text-align: center;
}

.postInfo {
	margin-top: 1em;
	padding-top: .6em;
	border-top: 1px solid #ddd;
}

#main .postInfo p {
	margin-bottom: .3em;
}

.readMore {
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

a.more-link {
	display: block;
	clear: both;
}




/* #sidebar */
.widget {
	margin-top: 1.5em;
	padding-top: 1.2em;
	border-top: 1px dashed #dd0a0a;
	min-height: 1px;
}
* html .widget {height: 1px}

.widget_text {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.widget h2, .wp_widget_mylinkorder a, li.collapsCat li.collapsCat a {
	color: #666;
	font-size: 1.4em;
	font-weight: bold
}

.widget h2, .wp_widget_mylinkorder li {
	margin-bottom: .5em;
}

.wp_widget_mylinkorder li {
	margin-left: 50px;
}

.wp_widget_mylinkorder a {
	text-decoration: underline;
}

.wp_widget_mylinkorder a:hover {
	color: #dd0a0a;
	text-decoration: none;
}



/* .collapseCat */
li.collapsCat li.collapsCat {
	margin-bottom: .4em;
}

li.collapsCat li.collapsCat ul {
	margin-top: .4em;
}

li.collapsCat li.collapsCat li.collapsCat {
	padding-left: 15px;
	font-size: 1em;
}

li.collapsCat li.collapsCat li.collapsCat li.collapsCat {
	padding-left: 16px;
}

li li li.collapsCatPost {
	margin-bottom: .4em;
	padding-left: 30px;
	font-size: .7em;
}

li li li li.collapsCatPost {
	padding-left: 16px;
}

li.collapsCatPost a {
	padding-left: 10px;
	background: url(../imgs/sidebarGt.gif) no-repeat 0 .3em;
	font-weight: normal !important;
}

li.collapsCat .sym  {
	margin-right: 5px;
}



/* sociable */
.sociable_tagline {
	display: inline;
}





/* #footer */
#footer {
	padding-top: .8em;
	padding-bottom: 2em;
	border-top: 1px dashed #dd0a0a;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

#footer p {
	line-height: 1.4;
}

#footer, #footer a {
	color: #dd0a0a;
}

#footer a:hover {
	text-decoration: underline;
}

#footer li {
	display: inline;
	line-height: 13px;
	padding-left: 5px;
	background: url(../imgs/sepPipe.gif) no-repeat 0 70%;
}

#footer li.first-child, #footer li:first-child {
	padding: 0;
	background: none;
}




/* forms */
input, textarea {
	font-size: 100%;
}

fieldset {
	margin-bottom: 1em;
	padding: 1em;
	border: 0;
	background: #f0f0f0;
}

legend {
	margin-bottom: .5em;
	padding: .2em .5em;
	border: 1px solid #bbb;
	background: #fff;
}

div.row {
	margin-bottom: 1em;

}

input.text, textarea {
	width: 30em;
	border: 1px solid #bbb;
}

input[type=text] {
	width: 30em;
	border: 1px solid #bbb;
}

textarea {
	height: 7em;
}

label.mainLabel {
	display: block;
	margin-bottom: .3em;
	font-weight: bold;
}

.leftLabel label.mainLabel {
	float: left;
	width: 20em;
	margin-right: 1em;
	margin-bottom: 0;
}

form .note {
	margin: .3em 0;
	color: #666;
	font-size: .9em;
}

/* Form mailer classes */
.formErrors {
	margin-bottom: 2em;
	border: 1px solid red; padding: 1em 1em 1em 2em;
}
.formErrors .fieldName {
	color: red; font-style: italic;
}

