/* Marielamurdocco.com style sheet
by Mariana Murdocco @ Fat-Man Collective*/

/* 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:#202020;
	background: #1E211B;
	font-family: "Gill Sans", "Trebuchet MS", "Lucida Grande", Arial;
	min-width: 960px;
	}



/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

h3 {
	color: #999999;
	
}

/* Body*/

p {
margin-bottom:20px;
}


/* Left Column*/



#leftcolumn {
	float:left;
	width: 220px;
	height: 600px;
}





img {
	float: left;
	padding-top: 33px;
	padding-left: 30px;
	margin-bottom: 68px;

}

/* List*/


ol, ul {
	line-height: 22px;
	font-size: 12px;
	float:left;
	padding-left: 30px;
	list-style-type: none;
}


li a {
color:#666;
text-decoration: none;
font-weight: normal;

}

li a:hover {
color:#CCCCCC;
text-decoration: none;
font-weight: normal;
}


h3 a{
color:#999;
text-decoration: none;
font-weight: normal;
}

h3 a:hover{
color:#CCCCCC;
text-decoration: none;
font-weight: normal;
}


/* Right Column*/

#rightcolumn {
	float:left;
	height: 100%;
	padding-top: 28px;
	padding-left: 20px;

}

/* Texto bio */

#rightcolumn  .texto-bio {
	color:#666;
	font-family:"Gill Sans";
	font-size:14px;	
	line-height:22px;
	width:500px;
	padding-left: 100px;
	padding-right: 30px;
	

}



/* Texto bio */
h2{
	position:absolute;	
	left:300px;
	top:300px;
	color:#999;
	line-height: 22px;
}


/* COntact form*/

input, textarea {
margin-bottom:10px;
background-color: #333;
border: none;
font-size: 12px;
color:#CCC;
padding: 5px;
float:left;
clear:left;
}

input {
height:25px;

}

.formtext{
float:left;
clear:left;
}

.send-bt{
	cursor:pointer;
	
}

.send-bt:hover{
background-color: #666;
}

textarea:focus, input:focus {
	border: 1px solid #grey;
	
}





