body {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1em solid #24201f;
	background: #fff;
	color: #24201f;
	font-size: 0.9em;
	font-family: Georgia, Times, serif;
}

.container {
	background: #fff;
	padding: 3em 0 0 0;
}

/****************************** header ******************************/
#header {
	margin: 2em 0 4em;
}

span#sub {
	color:#999999;
	font-style: italic;
}

#header h1 {
	font-family: Georgia, Times, serif!important;
	padding-top: 0px;
	font-size: 30px;
}


/****************************** generales ******************************/
a {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

p a {
	border-bottom: 1px solid #999;
}

p {
	font-size: 1em;
	margin-top: 0.1em;
}

img {
	margin-bottom: 2em;
}

p img {
	margin-top: 0px;
}
a:hover {
	color: #ccc!important;
	border: none;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}
.gris {
	color: #999;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img.fl {
	margin-right: 10px;
}

.right {
	text-align: right;
}


h1, h2, h3, h4, h5, 
h1 a, h2 a, h3 a, h4 a, h5 a{
	color: #352F2F;
	font-family: helvetica, arial, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 0.1em;
}


h2, h5, .fake-heading {
	text-transform: uppercase;
	font-size: .78em;
	letter-spacing: .2em;
	font-weight: normal;
	padding-bottom: .6em;
	margin-bottom: 0px;
	font-family: Georgia, Times, serif!important;
}

h5 {
	
	padding-top: 0.5em;
	padding-bottom: 0px;
}

hr {
	border-bottom: 1px solid #333;
	margin-bottom: 2em;
}
h3 {
	color:#FFFFFF;
	font-size: 1.2em;
	margin-bottom: 0.1em;
	font-weight: bold;
}


.small {
	font-size: 0.78em!important;
}
.quote {
	letter-spacing: .01em;
	font-style: italic;
}

.activo {
	color: #ccc;
}
.button {
	color: #000000;
	font-family: Georgia, Times, serif!important;	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 8.2pt;
	border: none;
	cursor: pointer;
}

a.button:hover {
	color: #333!important;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


/****************************** menu ******************************/
ul#menu li {
	display: inline;
	margin-left: 2em;
}

ul#menu li a {
	color: #333;
}

a#arrow {
	border: none;
	color: #f30;
}


/****************************** navigation ******************************/

div#nav ul {
	margin-left: 14px;
}
div#nav ul li {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	display: inline;
	float: right;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #ddd;
}

div#nav ul li:last-child {
	border: none;
}



/****************************** selected projects index ******************************/

#selected {
	margin-bottom: 2em;
}
#selected h1 {
	
	font-size: 1.3em;
}

#selected span,
#selected p {
	font-size: 1em;
}
#selected img {
	margin-bottom: 1em;
}
#selected .li {
	margin-top: 1em;
	margin-bottom: 2em;
}
#selected .li:last-child {
	border: none;
}

#selected #date {
	font-size: 0.78em;
}

.all-link {
	margin-bottom: 2em;
}

.extra-info {
	color: #999;
	letter-spacing: .01em;
	font-style: italic;
}


/****************************** project view page ******************************/

#view {
	margin-bottom: 1em;
}
#view div.initial p{
	font-size: 1.85em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}
.description {
	background: #fff;
	font-size: 0.78em;
	line-height: 1.8em;
}

.image-number {
	font-weight: bold;
}

.viewproject {
	width: 216px;
	margin-top: -4.7em;
	padding-top: 1em;
	font-size: 0.78em;

}

#meta {
	font-size: 0.78em;
}
.who {
	color:#FFFFFF;
	margin-left: 30px;
}


#project-holder {
	margin-bottom: 3em;
}

#view h1 {
	margin-bottom: 0.5em;
}

div.image-holder h2 {
	font-size: 1em;
	font-family: Georgia, Times, serif;
	padding-bottom: 2.6em!important;
}

div.image-holder hr {
	border-bottom: 1px solid #fff;
}


/* footer */

#footer {
	color:#FFFFFF;
	padding-top: 4.5em;
	padding-bottom: 2em;
}
#footer img {
	margin-top: -8px;
	width: 50px;
	margin-left: 1em;
}

#footer .container {
	color:#FFFFFF;
	padding: 0em;
	background: transparent;
}

#footer h2, #footer h2 a.button {
	font-size: 1em;
	line-height: 1.8em;
}

