/* CSS Document, created by Federico Gagliardone - Sapo Communications - for AMERICAN LATINO */
/* BASIC ELEMENTS */
body{
	margin:0;
	padding:0;
	background-image:url(../img/background/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#111111;
	font-size:12px;
}

em{color: red;}

#maincontainer{
width: 1020px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#top{
height: 230px; /*Height of top section*/
margin-bottom:10px;
}


#contentwrapper{
float: left;
width: 100%;
}

#content{
margin-right: 430px; /*Margin for content column. Should be (RightColumnWidth + ads300Width)*/
background-color:#FFF;
padding:5px;
}

#ads300{
float: left;
width: 300px; /*Width of left column in pixel*/
margin-left: -430px; /*Set margin to -(ads300Width + RightColumnWidth)*/
margin-right:120px;
/*background-color:#FFF;
padding-bottom:15px;*/
}

#rightcolumn{
float: left;
width: 125px; /*Width of right column in pixels*/
margin-left: -125px; /*Set margin to -RightColumnWidth*/
}

#leaderBoardBottom{
clear: left;
width: 890px;
text-align:center;
background-color:#FFF;
color: #FFF;
padding: 4px 0;
padding-top:10px;
border-top: 1px solid #CECECE;
padding-bottom:10px;
}

#footer{
clear: left;
width: 890px;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
background-image:url(../img/siteElements/footerBg.jpg);
background-repeat:no-repeat;
}

#homeMainFeatures {
	padding-bottom:5px;
	/*background-color: #FFF;
	width:860px;*/
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.category {
	margin-bottom:10px;
}
.singleAd {
	padding-bottom:8px;
}
.title {
	color:white;
	background-image:url(../img/siteElements/titles.jpg);
	background-repeat:no-repeat;
	height:40px;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-transform:uppercase;
}
.titleLarge {
	color:white;
	background-image:url(../img/siteElements/titleLarge.jpg);
	background-repeat:no-repeat;
	height:30px;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	/*padding-bottom:5px;*/
	padding-left:10px;
	text-transform:uppercase;
}
.subTitle {
	color:#900;
	font-weight:bold;
	font-size:14px;
	background-repeat:no-repeat;
	background-image:url(../img/siteElements/bgSubTitlesWhite.jpg);
	/*padding-bottom:5px;*/
	height:40px;
	padding-left:10px;
	padding-top:10px;
}
.bigButton {
	background-image:url(../img/siteElements/bgEpisodes.jpg); 
	height:30px; 
	padding-top:10px; 
	padding-left:5px;
	font-size:18px; 
	background-position:center top; 
	text-align:center;
	margin-bottom:10px;
}
img {
	border:none;
}
input {
	background-color:#FFFFFF;
	border:2px solid #990000;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	background-color:#FFFFFF;
	border:2px solid #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.inputBlack {
	background-image:url(../img/siteElements/bgBlack-input.jpg);
	background-position:middle center;
	color:white;
	height:30px;
	border:none;
}
/* FONTS */
.fontWhite {
	color:#FFF;
}
.fontWhiteTitle {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.fontYellow {
	color:#FC0;
	font-size:25px;
	font-weight:bold;
}
.fontRed{
	color:#900;
	font-weight:bold;
}
.fontRedBig{
	color:#900;
	font-weight:bold;
	font-size:18px;
}
.episodes {
	background-image:url(../img/siteElements/bgEpisodes.jpg);
	background-repeat:no-repeat;
}

/* LINKS */
a:link {
	color: #900;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #900;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #5163D1;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #900;
	font-weight:bold;
}

.whiteToRed:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
.whiteToRed:visited {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}
.whiteToRed:hover {
	text-decoration: none;
	color: #900;
	font-weight:bold;
}
.whiteToRed:active {
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}