/*
Theme Name: fdv2
Theme URI: http://fotosdelviaje.com
Description: fotosdelviaje
Version: 2.01
Author: Juan
Author URI: http://fotosdelviaje.com/
Tags: blue, custom header, 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: #fff;
	background: #000;
}
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: "" "";
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	color: #ccc;
}

p {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

li {
	margin: 0;
	margin-bottom: 1em;
	list-style: none;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
	margin: 10px 0 5px 0;
	color: #bbb;
}

a {
	color: #888;
	text-decoration: underline;
}

h1 2,h2 a {
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #222;
}

.titulo {
	color: #fff;
}

em {
	font-style: italic;
}

#header, .post, #footer, #respond, #content {
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	clear: both;
}

#header {
	padding-bottom: 15px;
	text-align: center;
}

#header span {
	margin-right: 1em;
}

#footer {
	margin-bottom: 100px;
}

#gallery {
	position: relative;
	left: 50%;
	margin-left: -450px;
	height: 630px;
	clear: both;
}

#gallery #gal_left {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 50px;
	font-size: 50px;
	text-decoration: none;
	text-align: right;
}

#gallery #gal_right {
	position: absolute;
	left: 850px;
	top: 50px;
	width: 50px;
	font-size: 50px;
	text-decoration: none;
	text-align: left;
}

#gallery a {
	color: #666;
	text-decoration: none;
}

#gallery li {
	position: absolute;
	left: 50px;
	top: 0;
	width: 800px;
	height: 630px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.0;
	z-index: 8;
	display: none;
}

#gallery li.active {
	display: block;
	opacity: 1.0;
	z-index: 10;
}

#gallery li.last-active {
	z-index: 9;
}

#respond #comment {
	width: 590px;
}

#paises {
	float: right;
}

li.comment {
	clear: both;
}

img.avatar {
	float: left;
	margin-right: 10px;
}
