/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

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;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*############
WALLNUT STYLES
############*/
html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 11px/16px 'Caecilia Roman', 'Caecilia LT Std', 'Clarendon Md', Georgia, Times, 'Times New Roman', serif;
	background: #FFF;
	color: #3E3444;
}

a {
	color: #E8696F;
}

a:hover {
	text-decoration: none;
	color: #C51F27;
}

/*##########LAYOUT MODULES##########*/

/*=HEADER*/


#header_ext {
	width: 900px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
}

/*Other browsers than IE6*/
body>div#header_ext {
	position: fixed
}

#header {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	background: #FFF;
}

	#header h1 {
		float: left;
		width: 180px;
		height: 100%;
		background: url(../img/logo_int.gif) 50% 50% no-repeat;
	}
	
		#header h1 a {
			display: block;
			width: 100%;
			height: 100%;
		}
	
			#header h1 a span {
				display: none;
			}
	
	#header p {
		float: right;
		width: 240px;
		font-size: 10px;
		line-height: 13px;
		color: #918B94;
	}
	
		#header p a {
			text-decoration: none;
		}

/*=NAVIGATION*/
#nav {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	border-top : 1px dotted #B4AEBC;
	background: #FFF;
}

	#nav li {
		float: left;
	}
	
	#nav li a span {
		display: none;
	}

#nav_textiles a,
#nav_print a,
#nav_branding a,
#nav_about a,
#nav_contact a,
#nav_press a {
	display: block;
	float: left;
	height: 20px;
	background: url(../img/nav.png) no-repeat;
}

#nav_textiles a { width: 66px; background-position: 0 0; }
#nav_print a { width: 121px; background-position: -66px 0; }
#nav_branding a { width: 77px; background-position: -186px 0; }
#nav_about a { width: 105px; background-position: -263px 0; }
#nav_contact a { width: 133px; background-position: -368px 0; }
#nav_press a { width: 107px; background-position: -501px 0; }

#nav_textiles a:hover { background-position: 0 -20px; }
#nav_print a:hover { background-position: -66px -20px; }
#nav_branding a:hover { background-position: -186px -20px; }
#nav_about a:hover { background-position: -263px -20px; }
#nav_contact a:hover { background-position: -368px -20px; }
#nav_press a:hover { background-position: -501px -20px; }

#textiles #nav_textiles a { background-position: 0 -40px; cursor: default;}
#print #nav_print a { background-position: -66px -40px; cursor: default; }
#branding #nav_branding a { background-position: -186px -40px; cursor: default; }
#about #nav_about a { background-position: -263px -40px; cursor: default; }
#contact #nav_contact a { background-position: -368px -40px; cursor: default; }
#press #nav_press a { background-position: -501px -40px; cursor: default; }

/*=PAGE*/
#page {
	width: 900px;
	padding: 90px 0 20px 0;
	background: #FFF;
}

/*=CONTENT*/
#content {
	width: 800px;
	margin: 0 auto;
}

/*=WORK*/
div.work {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #D3D0D8;
}

	div.work h2 {
		float: left;
		display: inline;
		padding: 0 5px 25px 0;
		font-size: 14px;
		font-weight: normal;
		color: #C95B5B;
	}
	
	div.work p {
		font-size: 11px;
	}
	
	div.work img {
		width: 800px;
		margin-top: 3px;
		float: left;
		clear: left;
	}

	div.work a {
		color: #ACBB25;
	}
	
	div.work a:hover {
		text-decoration: none;
		color: #C52028;
	}

p.esp {
	color: #6D5B76;
}

/*=FOOTER*/
#footer {
	width: 800px;
	margin: 20px auto 0 auto;
	padding-top: 5px;
	border-top: 1px dotted #B4AEBC;
	background: url(../img/thanks.png) 100% 6px no-repeat;
}

	#footer h4 {
		display: none;
	}
	
	#footer p {
		width: 480px;
		text-align: right;
		font: 10px Times, 'Times New Roman', serif;
		color: #CE5359;
	}
	
/*##############
SPECIAL SECTIONS
##############*/

/*=COVER*/
#cover #page {
	position: relative;
	height: 100%;
	padding: 0;
}

#logo {
	position: absolute;
	left: 710px;
	top: 50%;
	width: 190px;
	height: 100px;
	margin-top: -50px;
	font-size: 10px;
}

	#logo h1 {
		width: 100%;
		height: 55px;
		border-bottom: 1px dotted #DEDBE1;
		text-indent: -9999px;
		background: url(../img/logo_ini.gif) center 0 no-repeat;
	}
		
		#logo h1 a {
			display: block;
			width: 100%;
			height: 100%;
		}
	
		#logo h1 a span {
			display: none;
		}
	
	#logo h2 {
		display: none;
	}
	
	#logo p {
		margin: 5px 0;
		text-align: center;
	}
	
		#logo p a {
			text-decoration: none;
		}

#pattern {
	width: 700px;
	height: 100%;
	background-position: 100% 50%;
}
	
	#pattern p {
		display: none;
	}
	
/*=ABOUT*/
#about_info {
	width: 800px;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 20px;
	background: url(../img/sep_about.png) center bottom no-repeat;
}

	#about_info .col {
		float: left;
		width: 385px;
		color: #7A727E;
	}
	
		#about_info .col p {
			margin: 8px;
			text-align: justify;
			font-size: 14px;
			line-height: 20px;
		}
		
		#about_info p.contact {
			font-size: 11px;
			line-height: 16px;
		}
	
	#about_info .gap {
		margin-left: 30px;
	}
	
	#about_info .circles {
		padding-bottom: 35px;
		background: url(../img/color_circles.jpg) 0 100% no-repeat;
	}

	#about_info .esp {
		color:#A29CA5;
	}

	div.circles span {
		display: none;
	}
	
#clients, #thanks {
	width: 800px;
	margin: 20px auto;
	color: #928B96;
}

#clients {
	padding-top: 15px;
	border-top: 1px dotted #B4AEBC;
}

#clients h3, #thanks h3 {
	font-size: 18px;
	font-weight: normal;
	color: #E9B1B2;
}

/*=CONTACT*/
#contact #content {
	background: url(../img/red_circles2.jpg) 400px 420px no-repeat;
}

#contact #hcard-Cristina-Londono {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 11px;
	line-height: 15px;
	background: url(../img/red_circles1.png) no-repeat;
	color: #928B96;
}

	#hcard-Cristina-Londono p {
		width: 300px;
		float: left;
	}
	
	#hcard-Cristina-Londono a {
		text-decoration: none;
	}
	
	#hcard-Cristina-Londono a:hover {
		text-decoration: underline;
	}

#contact #network {
	float: left;
	width: 380px;
}
	#contact #network dd {
		margin-left: 10px;
	}

#contact_form {
	margin-top: 20px;
	width: 380px;
	background: url(../img/line_textarea.jpg) 0 195px no-repeat;
}

	#contact_form div {
		height: 20px;
		margin-top: 15px;
		font-size: 16px;
		color: #928B96;
	}
		
		#contact_form div span {
			margin-left: 7px;
			padding: 2px 4px;
			vertical-align: middle;
			font-size: 11px;
			background: #C52028;
			color: #FFF;
		}
		
		#contact_form div.req {
			color: #C6252D;
		}
	
#etiq_name {
	background: url(../img/line_etiq.jpg) 100% 6px no-repeat;
}
	
	#contact_form input, #contact_form textarea {
		width: 100%;
		border: none;
		border-top: 1px solid #E9AFB2;
		border-bottom: 1px solid #F0F0F0;
		font: 16px/25px monospace;
		background: transparent;
		color: #7F7584;
	}
	
	#contact_form textarea {
		width: 100%;
		height: 200px;
		overflow: auto;
		border-top-color: #928B96;
		background: transparent url(../img/bg_textarea.gif);
	}
	
	#contact_form button {
		width: 140px;
		margin-left: 240px;
		border: none;
		font: 16px 'Caecilia Roman', 'Caecilia LT Std', 'Clarendon Md', Georgia, Times, 'Times New Roman', serif;
		background: #FFF;
		color: #C52028;
		cursor: pointer; 
	}
	
	#contact_form button:hover {
		background: #FFF9C2;
	}

#status {
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.error {
	width: 380px;
	padding: 4px 0;
	border-top: 3px double #C52028;
	border-bottom: 3px double #C52028;	
	color: #C52028;

}
