/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* { margin: 0; padding: 0; }

a { color:#000;}

body {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background: #000;
}

a:link { text-decoration: none; color: #fff;}
a:active { text-decoration: none; color: #f49ac1; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; color: #f49ac1; }

a img { border: none; }

#menu {
    width: 235px;
    overflow: auto;
    top: 0;
    bottom: 0;
	padding: 30px 0 0;
    position: fixed;
    height: 100%;
	background-color: #000;
}

#menu ul {
	list-style: none;
	margin: 0 0 30px 10px;
	line-height: 1.85em;
}

#menu ul li.section-title {
	color:#fff;
	font-size:16px; 
	font-weight:bold;
	margin-bottom:10px;
}

#menu p {
	font-size:0px; 
	font-stretch:condensed;
	margin: 0 0 9px 10px; 
}

#menu h4 {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

#menu h4.ndxz-thankyou {
	font-size: 10px;
	text-transform: lowercase;
}

#social {
	margin:10px 0 10px 0;
	width:130px;
	height:40px;
}

#content {
    height: 100%;
    margin: 0 0 0 235px;
    top: 0;
}

.container {
    padding: 0px 10px 0px 0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0px 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container .picture { height: 640px; width: auto; }
#img-container .picture img { max-height: 100%; width: auto; }

#once { clear: left; }

/*Bio*/

.section-1 #content,
.section-6 #content {
	color: #fff;
	margin: 87px 0 0 325px;
}

.section-6 #content p {
	width: 660px;
	margin: 0 0 .5em;
	line-height: 1.4em;
}

.section-6 #content .ingles {
	margin: 0;
	padding: 0;
	font-style: italic;
}

.patomail {
	display: block;
	margin: 368px 0 0;
}