/*
	Description: Taringa Master Stylesheet
	Media: Screen
	Version: 
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.com
*/

@import url('ie.css'); /* IE fixes */

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #F4F4F4;
	color: #333;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
}

a {
	color: #3C3C3C;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #3C3C3C;
}

iframe {
	margin: 0 0 10px 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 4px;
	padding: 12px;
	background: #004A95 url(../images/bg-wrapper.gif) top left;
}

#header {
	margin: 0 0 8px 0;
	overflow: hidden;
}

#header h1 {
	font-size: 3em;
	float: left;
}

#header h1 a {
	display: block;
	width: 252px;
	height: 63px;
	text-indent: -1000em;
	background: transparent url(../images/logo.gif) no-repeat top left;
	color: #fff;
}

#header h2 {
	font-size: 1.4em;
	color: #fff;
	display: none;
}

#header img {
	float: right;
}

#inner-wrapper {
	background: #B3B3B3 url(../images/bg-inner-wrapper.gif) no-repeat top left;
	border-bottom: 1px solid #909090;	
	clear: both;
	overflow: hidden;
}

#nav {
	width: 500px;
	float: left;
}

#nav ul {
	margin: 8px 10px;
	list-style-type: none;
	overflow: hidden;
}

#nav li {
	margin: 0 10px 0 0;
	font-size: 1.1em;
	float: left;
}

#nav li a {
	color: #3c3c3c;
}

#session {
	width: 115px;
	margin: 4px 10px;
	float: left;
}

#session ul {
	padding: 4px 0;
	list-style-type: none;
	background: #eee;
	-moz-border-radius: 5px;
	border: 1px solid #939393;
}

#session li {
	padding: 0 0 0 25px;
	font-size: 1.1em;
	font-weight: bold;
	background: transparent url(../images/icons.gif) no-repeat left -352px;
}

#categories {
	margin: 5px 10px;
	float: right;
}

#inner-content {
	padding: 10px;
	background: #fff url(../images/bg-inner-content.gif) repeat-x top left;
	clear: both;
	overflow: hidden;
}

.section {
	margin: 0 0 10px 0;
	padding: 0 10px 5px 10px;
	background: #E7E7E7;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.section-header {
	margin: 0 -10px 5px -10px;
	padding: 5px 10px 5px 10px;
	background: #ccc url(../images/bg-section-title-2.gif) repeat-x bottom left;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0 0;
}

.section-header h3 {
	font-size: 1.2em;
	color: #464646;
	float: left;
}

#left {
	width: 380px;
	margin: 0 10px 0 0;
	float: left;
}

#center {
	width: 290px;
	float: left;
}

#right {
	width: 250px;
	float: right; /*Chequear esta parte*/
}

/* Iconos */

.icon-rss {
	display: block;
	width: 22px;
	height: 16px;
	text-indent: -1000em;
	background: transparent url(../images/icons.gif) no-repeat top left;
	float: right;
}

.icon-novotech {
	display: block;
	padding: 0 0 3px 27px;
	background: transparent url(../images/icons.gif) no-repeat left -128px;
}

.icon-wiroos {
	display: block;
	padding: 0 0 3px 27px;
	background: transparent url(../images/icons.gif) no-repeat left -160px;	
}

.icon-localstrike {
	display: block;
	padding: 0 0 3px 27px;
	background: transparent url(../images/icons.gif) no-repeat left -192px;
}

.icon-localstore {
	display: block;
	padding: 0 0 3px 27px;
	background: transparent url(../images/icons.gif) no-repeat left -224px;
}

.icon-sxe {
	display: block;
/*	height: 16px;*/
	padding: 0 0 0 27px;
	background: transparent url(../images/icons.gif) no-repeat left -256px;
}

ul#latest-posts {
	list-style-type: none;
}

#latest-posts li {
	display: block;
	padding-right: 5px;
	font-size: 1.2em;
}

#latest-posts li:hover {
	background-color: #ccc;
}

#latest-posts li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.icon-taringa {
	padding-left: 27px;
	background: transparent url(../images/icons.gif) no-repeat left -30px;
}

.icon-sticky {
	padding-left: 27px;
	background: transparent url(../images/icons.gif) no-repeat left -62px;
}

.icon-download {
	padding-left: 27px;
	background: transparent url(../images/icons.gif) no-repeat left -94px;
}

.icon-humor {
	padding-left: 27px;
	background: transparent url(../images/icons.gif) no-repeat left -316px;
}

.icon-car {
	padding-left: 27px;
	background: transparent url(../images/icons.gif) no-repeat left -284px;
}

.full-banner {
	margin: -5px -10px 0 -10px;
}

ul.common {
	list-style-type: none;
}

ul.common li {
	margin: 0 0 3px 0;
	font-size: 1.1em;
}

.left {
	width: 50%;
	float: left;
}

.right {
	width: 50%;
	float: right;
}

.users-online {
	color: #BB0000;
}

.users-online:visited {
	color: #BB0000;
}

.users-playing {
	color: #148558;
}

.users-playing:visited {
	color: #148558;
}

ul.top-posts {
	margin: 0 0 0 25px;
	list-style-type: decimal;
}

ul.top-posts li {
	margin: 0 0 3px 0;
	font-size: 1.1em;
}

#tag-cloud {
	line-height: 200%;
	text-align: justify;
}

#avisos-taringa {
	margin: 0 0 10px 0;
	background: #eee;
	border: 1px solid #ccc;
}

#avisos-taringa h3 {
	padding: 3px 6px;
	font-size: .9em;
	text-align: right;
	background: #ccc;
}

#avisos-taringa dl {
	padding: 10px;
	overflow: hidden;
}

#avisos-taringa dt {
	float: left;
}

#avisos-taringa a.ad-title {
	display: block;
	margin: 0 0 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #0970D6;
}

#avisos-taringa a.ad-desc {
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

#avisos-taringa a.ad-url {
	display: block;
	font-size: 1.1em;
	color: #00759F;
}

#footer {
	margin: -12px;
	background: #004A95 url(../images/bg-wrapper.gif) bottom left;
}

#footer ul {
	width: 75%;
	margin: 0 auto;
	padding: 8px 0 15px 0;
	list-style-type: none;
	text-align: center;	
	overflow: hidden;
}

#footer li {
	display: inline;
	margin: 0 10px 5px 0;
	font-size: 1.1em;
}

#footer a {
	color: #fff;
}

#footer-logos {
	width: 960px;
	margin: 10px auto;
	background: #F4F4F4;
	overflow: hidden;
}

#footer-logos ul {
	width: 440px;
	margin: 0 auto;
	list-style-type: none;
}

#footer-logos li {
	margin: 0 10px 0 0;
	text-indent: -1000em;
	float: left;
}

.icon-hosting-wiroos {
	display: block;
	width: 140px;
	height: 26px;
	background: transparent url(../images/logos.gif) no-repeat top left;
}

.icon-iab {
	display: block;
	width: 162px;
	height: 26px;
	background: transparent url(../images/logos.gif) no-repeat -140px top;
}

.icon-eplanning {
	display: block;
	width: 102px;
	height: 26px;
	background: transparent url(../images/logos.gif) no-repeat -302px top;
}

ul#search-options {
	margin: 10px 0 0 0;
	list-style-type: none;
	clear: both;
	float: left;	
}

ul#search-options li {
	margin: 0 18px 0 0;
	float: left;
}

ul#search-options input {
	margin: 2px 0 0 0;
	vertical-align: middle;
	float: left;
}

ul#search-options label {
	margin: 0 0 0 20px;
}

#q {
	width: 168px;
	padding: 1px;
	font-size: 1.6em;
	float: left;
}

.button-buscar {
	display: block;
	width: 89px;
	height: 27px;
	margin: 0 0 0 5px;
	text-indent: -1000em;
	background: transparent url(../images/logos.gif) no-repeat -519px top;
	float: left;
}

.search-title {
	display: block;
	padding: 3px 0 0 0;
	font-weight: bold;
	color: #878787;
}

.icon-search-google {
	display: block;
	width: 52px;
	height: 26px;
	text-indent: -1000em;
	background: transparent url(../images/logos.gif) no-repeat -404px top;
}

.icon-search-taringa {
	display: block;
	width: 63px;
	height: 26px;
	text-indent: -1000em;
	background: transparent url(../images/logos.gif) no-repeat -456px top;
}
