* { margin: 0; padding: 0; }

.hide { display: none; }

.flagged { outline: 5px solid red; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
	}

html {
	text-align: center;
	}

body {
	background: #ebebeb;
	color: #000; /* Hat tip: http://defineyourcolors.com/20080826/text/coda-15-now-with-undefined-colors/ */
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}
	
.container {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url("imgs/header-shadow.gif") no-repeat 0 120px;
	}
	
	
em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none; color: #003f8c; }
	
a img { border: 0; }

	
/* de... cabeza */	
	
div#header {
	height: 110px;
	width: 330px;
	margin: 0 auto;
	position: relative;
	background: url("imgs/ed_mainheader.png") no-repeat;
	}
	
#header h1 {
	position: absolute;
	top: 5px;
	left: 36px;	
	text-indent: -9999px;
	}
	
#header h1 a {
	display: block;
	width: 330px;
	height: 80px;
	}
	
#header p {
	display: none;
	}

	
	
/* El panel para el menú */	
	
			
a:focus {
	outline: none;
}
#panel {
	font-variant: small-caps;
	font-size: 10px;
	padding: 10px;
	height: 100px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
}
.btn-slide {
	text-align: center;
}
.active {
	background-position: right 12px;
}


/* Menu Popup*/	

.menu {
	padding-bottom: 20px;
	list-style: none;
}

.menu em {
	left: 50px;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 5px;
	padding-right: 12px;
	background: url(imgs/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	text-align: center;
	font-style: normal;
	z-index: 0;
	display: none;
}

/* la barra de navegación ;)*/

ul#navbar {
	height: 100px;
	width: 400px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
#navbar li {
	float: left;
	height: 100px;
	width: 100px;
	}
	
#navbar li#epic {
	background-image: url("imgs/ed_on.png");
	}

	#navbar li#web {
	background-image: url("imgs/web_on.png");
	}
	
	#navbar li#design {
	background-image: url("imgs/design_on.png");
	}
	
	#navbar li#plus {
	background-image: url("imgs/plus_on.png");
	}


/* El pedazo de texto :) */

#subhead {
	margin: 0px 0 0px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	text-transform: none;
	font-variant: normal;
	color: #0B6E97;
	font-size: 24px;
	}


/* La barra del contenido */

ul#toolbar {
	height: 52px;
	width: 682px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	}
	
#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 52px;
	z-index: 10;
	}

#toolbar li.inactive {
	background-position: top;
	border-bottom: 1px solid #ccc;
	}
	
#toolbar li:hover {
	background-position: bottom;
	}
		
		/* los botones de la barra */

		
#toolbar li#start-tab {
	left: 0;
	width: 118px;
	background-image: url("imgs/tab_ed.png");
	}
	
#toolbar li#sites-tab {
	left: 118px;
	width: 119px;
	background-image: url("imgs/tab_portfolio.png");
	}

#toolbar li#files-tab {
	left: 235px;
	width: 119px;
	background-image: url("imgs/tab_contacto.png");
	}



/******* Contacto *******/

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	background-color: #ebebeb;
	padding: 5px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #c4bdbd;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
  #contact-area h2{
	color: #c4bdbd;
	font-size: 15px;
}


label {
	float: left;
	color: #000000;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}






	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 57em; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 838px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 750px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	background: #fff url("imgs/content_pane-gradient.gif") bottom repeat-x;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 710px;
	margin: 20px;
	float: left;
	}
	
.section h2, .section h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	
.section h3 {
	color: #000;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
	}

.section li strong {
	font-size: 19px;
	font-weight: normal;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#new-pane p, #new-pane li {
	}


/* botones portafolio */

#sites-paper {
	}
	
#sites-publish {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 140px;
	margin-right: 10px;
 	outline: cyan;
	}
	

	
/* Screenshots */

ul.screenshots {
	list-style: none;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
	}
	
ul.screenshots li {
	display: inline;
	list-style: none;
	}
	
ul.screenshots li a img {
	float: none;
	margin: 0 10px;
	}
		

/* Footer */

div#footer {
	width: 750px;
	margin: 0 auto 20px auto;
	color: #666;
	font-size: 14px;
	padding-top: 10px;
	background: #ebebeb url("imgs/content_pane-shadow.gif") no-repeat top;
	}
	
#coda-get_help #footer {
	background: #ebebeb;
	}
	
#footer p#legal {
	margin: 10px auto 0 auto;
	padding-top: 10px;
	background: #ebebeb;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	}
	
#footer p#disclaimer {
	font-size: 12px;
	color: #333;
	text-align: center;
	}

