/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 12px/1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
	line-height:150%;
	margin-left:0;
	padding-left:0;
}

li
{
	line-height:150%;
	margin-left:0;
	padding-left:0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

.story-content p{ font-size:11px; color:#666; line-height:160%;}


/* =TEXT
--------------------------------------------------------------------------------*/
.t_18
{
font-size:18px;
}

.t_17
{
font-size:17px;
}

.t_16
{
font-size:16px;
}

.t_15
{
font-size:15px;
}

.t_14
{
font-size:14px;
}

.t_13
{
font-size:13px;
}

.t_12
{
font-size:12px;
}

.t_11
{
font-size:11px;
}

.t_10
{
font-size:10px;
}

.t_9
{
font-size:9px;
}

.t_8
{
font-size:9px;
}

.t_1, .t_2, .t_3, .t_4, .t_5, .t_6, .t_7, .t_8, .t_9, .t_10
{
line-height:150%;
}

/* =CLASES
--------------------------------------------------------------------------------*/

.bold{ font-weight:bold;}
.bajada{ font-size:12px; color:#999999;}
.text-center{ text-align:center;}
.text-post-container{ margin:0; padding:0 20px}
#text{
margin:20px 30px 0 30px;
padding:0;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
line-height:140%;
color:#666;
}

.text{
margin:20px 30px 0 30px;
padding:0;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
line-height:140%;
color:#666;
}

#metadata{
margin:20px 30px 0 30px;
padding:0;
/*background-color:#F7F7F7;*/
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:140%;
color:#333;
}

.metadata{
padding:0;
/*background-color:#F7F7F7;*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:140%;
color:#666;
}

.metadata-press{
padding:0;
/*background-color:#F7F7F7;*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:140%;
color:#CCC;
}

