/*
Theme Name: Ujcich.com
Theme URI: http://ujcich.com/
Description: Ujcich.com por Juan Ujčic
Version: 2.0
Author: Juan Ujcic
Author URI: http://fotosdelviaje.com/
Tags: white, one column, one page

*/
/* 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: black;
	background: white;
}
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: "" "";
}
/* Fonts */
body {
	font-family: Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'Gill Sans','Gill Sans MT', Helvetica, sans-serif;
	padding: 5px;
	background: #fff;
}
h2 {
	font-size: 2em;
	margin-bottom: 10px;
}
.page_container h2 {
	float: left;
	padding-top: 20px;
	margin-right: 20px;
}
/* Containers */
body {
	background-color: #fff;
}
#header {
	
}
#content {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}
#nav ul li {
	float: left;
	background: #fff;
	margin-right: 5px;
	padding: 5px;
}
#nav {
	clear: both;
}
#nav a {
	font-size: 0.7em;
	text-decoration: none;
	color: #000;
}
#nav a:hover {
	border-bottom: 1px red dotted;
}
.page_container {
	clear: both;
	margin: 30px 0 30px 0;
}
.page_content {
	clear: both;
	max-height: 550px;
	width: 900px;
	overflow: auto;
	white-space: nowrap;
	background: #fff;
	padding: 5px;
}
