/*
Theme Name: emitoenfotos
Theme URI: http://emilianofgf.com.ar
Description: Diseñado a medida para emitoenfotos
Version: 1.0
Author: Juan
Author URI: http://fotosdelviaje.com/
Tags: fixed width, two columns
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	border: 1px solid #bbb;
}

/* Begin Typography & Colors */
body {
	font-size: 60%; /* Resets 1em to 10px */
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
}

p {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

h1 {
	font-size: 2em;
	color: #B50916;
	margin-bottom: 0.25em;
}

h2 {
	font-size: 1.75em;
	margin: 10px 0 5px 0;
	color: #B50916;
}

h3 {
	font-size: 1.5em;
	margin: 10px 0 5px 0;
	color: #000;
}

a {
	color: #666;
	text-decoration: none;
}

h1 a,h2 a {
	text-decoration: none;
	color: #B50916;
}

a:hover {
	text-decoration: underline;
}

.entry {
	margin-bottom: 20px;
}

#page {
	margin: 20px;
}

#va-inicio {	
}

#header {
	padding-bottom: 15px;
	text-align: center;
}

#header span {
	margin-right: 1em;
}

#footer {
	clear: both;
	margin: 20px;
	margin-bottom: 100px;
	padding-top: 5px;
	width: 970px;
	
}

.post_galeria {
	width: 600px;
	float: left;
}

.post_galeria li {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.post_texto {
	float: left;
	padding-top: 20px;
	width: 330px;
	margin-left: 35px;
}

.fechalarga {
	color: #000;
	font-size: 50%;
	font-style: italic;
	white-space: nowrap;
}

.tags {
	font-style: italic;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

#respond #comment {
	width: 330px;
}

#post_nav {
	padding-top: 5px;
}

.center {
	text-align: center;
}

.post_texto li {
	list-decoration: none;
	line-height: 2;
	float: none;
	clear: left;
	display: block;
}
