/*
*	Project: VivirChile (This Is Chile)
*	Copyright: (CC) 2009, El Mostrador. All rights reserved.
*	Version: 1.0
*	Author: Juan Pablo Barrientos Lagos, aka Juanpablob, http://twitter.com/juanpablob
*	Visual Design: Felipe Pimentel, http://twitter.com/pimentel
*	
*	File Description: Helpers and common classes for fast development. Includes a reset and fonts formatting from Yahoo! UI.
*/

@import url(reset.css); /* YUI Reset */
@import url(fonts.css); /* YUI Fonts */

/**--- Common for Document ---**/
html {
	background: #f1f1f1 url(../img/bgr-body.gif) repeat;
}

a {
	text-decoration: none;
	color: #333;
	outline: 0 none;
}
a:hover {
	text-decoration: underline;
}

/**--- Typographic Elements ---**/
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/**--- Text Align ---**/
.txtl {
	text-align: left;
}
.txtr {
	text-align: right;
}
.txtc {
	text-align: center;
}

/**--- Floating ---**/
/* Flow */
.fl {
	float: left;
}
.fr {
	float: right;	
}
.fn {
	float: none;
}

/* Image Alignment */
img.alignleft {
	float: left;
	margin: 0 13px 13px 0;
}
img.alignright {
	float: right;
	margin: 0 0 13px 13px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}

/**--- Clearing ---**/
.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
/* End hide from IE-mac */
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}

/**--- Text Replace ---**/
.txt-replace,
.txt-replace a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
}

/**--- Rounded Corners ---**/
.rc {
	display: inline-block;
	position: relative;
}
.tl,
.tr,
.br,
.bl,
.tlb,
.trb,
.brb,
.blb {
	display: block;
	position: absolute;
	font-size: 1px;
	line-height: 1px;
	background-repeat: no-repeat;
}
.tl,
.tlb {
	background-position: top left;
}
.tr,
.trb {
	background-position: top right;
}
.br,
.brb {
	background-position: bottom right;
}
.bl,
.blb{
	background-position: bottom left;
}

/**--- Misc ---**/
.none {
	display: none;
}
.mask {
	overflow: hidden;
	position: relative;
}
.masked {
	position: absolute;
	left: 0;
	width: 4000px;
}
.flist { /* First on List */
	margin-left: 0 !important;
	padding-left: 0 !important;
	border-left-width: 0 !important;
}
.llist { /* Last on List */
	margin-right: 0 !important;
	padding-right: 0 !important;
	border-right-width: 0 !important;
}
.ic10 {
	display: block;
	width: 10px;
	height: 10px;
}
.ic16 {
	display: block;
	width: 16px;
	height: 16px;
}

/**--- WP Inherited Classes ---**/
.aligncenter {
	display: block;
	float: none;
	margin: 0 auto 20px auto;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Form Button */
.fbutton {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}

/**--- Stripes ---**/
span.stripe {
	display: block;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
span.twitter-stripe {
	width: 112px;
	height: 45px;
	background-image: url(../img/stripe-twitter.png);
}
span.videos-stripe {
	width: 114px;
	height: 42px;
	background-image: url(../img/stripe-videos.png);
}
span.entrevistas-stripe {
	width: 140px;
	height: 36px;
	background-image: url(../img/stripe-entrevistas.png);
}
span.testimonios-stripe {
	width: 132px;
	height: 35px;
	background-image: url(../img/stripe-testimonios.png);
}
span.datos-stripe {
	width: 79px;
	height: 34px;
	background-image: url(../img/stripe-datos.png);
}
span.comentarios-stripe {
	width: 135px;
	height: 53px;
	background-image: url(../img/stripe-comentarios.png);
}
