/*
Theme Name: Starkers ESP
Theme URI: http://elliotjaystocks.com
Description: El tema de Wordpress totalmente desnudo. (Basado en Twenty Ten) traducido al español
Version: 3.0
Author: Johnd Dee
Author URI: http://todaviano.com
Tags: starkers, naked, clean, basic, español
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
@import "960/960.css";
@import "960/reset.css";
@import "960/text.css";




body {
	font-size: 1.3em;
	color: #696969;
	line-height: 1.5;
	text-align: justify;
	
}

pre,
code {
  
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

.container { background-color:#333; }
.container div p { background-color:#fff; }
div p img { border:1px dotted #696969; padding:10px; }

#footer {
	margin-top: 30px;
}
#posted  {
    padding: 0 0 70px 0;
	font-size: 14px;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
  color: #ff3fa4;

}

h2 {
  font-size: 40px;
  color: #ff3fa4;
}

h3 {
	font-size: 30px;
	color: #ff3fa4;
}

h4 {
  font-size: 19px;
  color: #ff3fa4;
}

h5 {
  font-size: 17px;
}

h6 {	
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
	margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 5px;
}

/*links*/
	a:link {
		color: #696969;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #696969;
	}
	a:hover {
		text-decoration: none;
		color: #ff3fa4;
	}
	a:active {
		text-decoration: none;
		color: #ff3fa4;
	}
	
	
	
	h2 { color: #ff3fa4;
	}
		
		
	h2 a:link {
		color: #ff3fa4;
		text-decoration: none;
	}
	h2 a:visited {
		text-decoration: none;
		color: #ff3fa4;
	}
	h2 a:hover {
		text-decoration: none;
		color: #696969;
	}
	h2 a:active {
		text-decoration: none;
		color: #ff3fa4;
		}
	