/*   
Theme Name: UyGmr
Theme URI: http://uruguaygamer.com/
Description: Plantilla diseñada y desarrollada por Andrés Montandon, Rodrigo Alem Fernández y Leandro Fernández
Author: Andrés Montandon, Rodrigo Alem Fernández y Leandro Fernández
Author URI: http://uruguaygamer.com/
Version: 0.9
*/

body {
	font-family: 'DejaVu Sans','Lucida Grande','Bitstream Vera Sans',Arial,sans-serif;
	font-size: 12px;
	background-image: url("img/Fondo - Patron.png");
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #E5E5E5;
	margin: 0px;
}

a {
	color: #267FFF;
	text-decoration: none;
}

h1, h2, h3, h4, p {
	margin: 0px 0px 0px 0px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

img {
	border-width: 0px;
}

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

input {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #999999;
	color:#333333;
	font-size:0.8em;
	line-height:14px;
	margin:0;
	padding:2px;
}

.nav {
	font-size: 0.85em;
	text-align: right;
	padding: 5px;
	margin-bottom: 10px;
}

span.page-numbers.current {
	background-position:0 -100px;
	color:#FFFFFF;
}

.page-numbers {
	background-image:url(img/page-links-background.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	border-bottom:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	margin-right:5px;
	padding:4px 4px 3px 5px;
	text-decoration:none;
}

#userlogin, #passwordrecovery, #register, #useractivity, .post-form {
	font-family:'Lucida Console',Monaco,monospace;
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px;
	padding:5px;
}

 .l_title {
	font-family:'Lucida Console',Monaco,monospace;
	font-size:15px;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom:10px;
	padding:5px;
}

#user-threads {
	margin-bottom: 5px;
}

#contenedor {
	background: none;
	width: 100%;
	height: 99%;
	margin-top: 5px;
}

#caja {
	background: none;	
	width: 902px;
	margin: 0px auto;

}

/* CSS para Header */
#cabezal {
	background: url("img/Cabezal - Logo.png");
	background-position: left;
	background-repeat: no-repeat;
	width: 902px;
	height: 50px;	
	margin-bottom: 10px;
}

/* CSS para Menu */
#menu {
	background: url("img/Botonera - Botones.png");
	width: 903px;
	height: 38px;	
	float: left;
}

#menu .page_item {
	background: url("img/Botones - Borde.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 38px;
	padding-right: 13px;
	padding-left: 13px;
}

#menu li {
	float: left;
	padding-top: 9px;
}

#menu ul {
	padding-top: 0px;
}

.page_item a {
	color: #6b6b6b; 
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}

/* CSS para Login */

#login {
	width: 612px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	text-align: right;
}

#login input {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #999999;
	color:#333333;
	float:left;
	font-size:0.8em;
	line-height:14px;
	margin:0;
	padding:2px;
}

#login input[type="submit"] {
	background-color:#CCCCCC;
	margin-left:8px;
	width:58px;
}

#login input[type="text"], #login input[type="password"] {
	margin-right:8px;
	width:134px;
}

#login .button {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#CCCCCC;
	border:1px solid #999999;
	color:#333333;
	display:block;
	float:left;
	font-size:0.8em;
	line-height:14px;
	margin:0 0 0 8px;
	padding:2px 12px;
}

fieldset {
	border-width: 0px;
}

fieldset label {
	font-size: 12px;
}

fieldset th {
	text-align: left;
}

/* CSS para Contenido */
#contenido {
	background: url("img/contenido_fondo-trans.png");
	border-width: 1px;
	border-style: solid;
	border-left-color: #f4f4f4;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-top-width: 0px;
	width: 901px;
	float: left;	
}

.bbcrumb {
	background: transparent;
	border-bottom: 1px solid #EAEAEA;
	padding: 2px;
	margin-bottom: 10px; 
}

/* CSS para Columna Izquierda */
#principal_izquierda {
	background: transparent;
	margin: 0px;
	padding: 5px;
	width: 285px;
	float: left;
}

/* CSS para Columna Izquierda - Foros */
#principal_foros table {
	font-size:12px;
	width:100%;
}

#principal_foros table td {
	border-bottom: 1px solid #EAEAEA;
	color: #333333;
	font-weight: bold;
	padding: 2px 3px;
}

#principal_foros table td div {
	color:#676767;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	padding-left:3px;
	padding-right:3px;
}

#principal_foros table td.num {
	font-weight:normal;
	text-align:right;
}

#principal_foros table tr:hover td {
	background-color:#f2f6fb;
} 

#principal_foros h2 {
	font-family:'Lucida Console',Monaco,monospace;
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px;
	padding:5px;
}

#principal_foros table th {
	background-color:#F9F9F9;
	border-bottom:1px solid #999999;
	color:#676767;
	font-weight:normal;
	padding:2px 3px;
	text-align:left;
	vertical-align:top;
}



/* CSS para Columna Derecha */
#principal_derecha {
	background: transparent;
	margin: 0px;
	width: 590px;
	padding: 5px;
	float: left;
	position: relative;
}

.frontpageheatmap {
	text-align: center;
}

.frontpageheatmap a {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border: 1px solid transparent;
	color: #676767;
	padding: 3px 4px;
	text-decoration: none;
}

/* CSS para Columna Derecha - Post */

#principal_posts {
	margin-bottom: 5px;
}

#principal_posts table {
	font-size:12px;
	width:100%;
}

#principal_posts table tr.alt td {
	background-image: url("img/principal_post_fondo.png");
}

#principal_posts table tr.alt td.num {
	background-color: #f8f8f8
}

#principal_posts table tr.alt td.date {
	background-image: url("img/principal_post_date.png");
}

#principal_posts table td {
	border-bottom:1px solid #EAEAEA;
	color:#333333;
	padding:2px 3px;
}

#principal_posts table tr td.num, #principal_posts table tr td.date {
	text-align:right;
}

#principal_posts table td div {
	color:#676767;
	font-size:12px;
	font-weight:normal;
	padding-left:3px;
	padding-right:3px;
}

#principal_posts table tr:hover td {
	background-color:#f2f6fb !important;
	background-image: none !important;
} 

#principal_posts table tr:hover td.num,  #principal_posts table tr:hover td.date{
	background-color:#f2f6fb !important;
	background-image: none !important;
} 

#principal_posts table tr.sticky td.num, #principal_posts table tr.sticky td.date {
	background-image: none;
	background-color: transparent;
	text-align:right;
}

#principal_posts table tr.sticky td {
	background: url("img/Foro_Fondo_sticky.png");
	background-repeat: no-repeat;
} 

#principal_posts h2 {
	font-family:'Lucida Console',Monaco,monospace;
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px;
	padding:5px;
}

#latest th {
	background-color:#F9F9F9;
	border-bottom:1px solid #999999;
	color:#676767;
	font-weight:normal;
	padding:2px 3px;
	text-align:left;
	vertical-align:top;
}

#latest td {
	height: 35px;
}

#latest .date {
	text-align: right;
}

#principal_posts table th.date {
	text-align:right;
}

/* CSS para Topic */
#principal_izquierda_topic {
	background: transparent;
	margin: 0px;
	padding: 5px;
	width: 195px;
	float: left;
}

#topic-tags {
	margin-top: 10px;
}

.tags-list li {
	font-size:0.85em;
	border-bottom:1px solid #EAEAEA;
	margin:0;
	padding:2px 3px;
}

#principal_derecha_topic {
	background: transparent;
	margin: 0px;
	width: 682px;
	padding: 5px;
	float: left;
	position: relative;
}

.topic_title {
	font-family: 'Lucida Console', Monaco, monospace;;
	font-size: 25px;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 10px;
}

.topicmeta li {
	font-size:0.85em;
	border-bottom:1px solid #EAEAEA;
	margin:0;
	padding:2px 3px;
}

#latest {
	font-size:12px;
	width:98%;
	margin: auto;
}

#latest td {
	border-bottom:1px solid #EAEAEA;
	color:#333333;
	padding:2px 3px;
}

#latest tr.alt td {
	background-image: url("img/principal_post_fondo.png");
}

#latest tr.alt td.num {
	background-color: #f8f8f8
}

#latest tr.alt td.date {
	background-image: url("img/latest_post_date.png");
}

#latest tr:hover td, #latest tr:hover td.num,  #latest tr:hover td.date{
	background-color:#f2f6fb;
	background-image: none;
} 

#latest td.date {
	text-align:right;
}

#forum_description {
	padding: 5px;
	margin-top: -10px;
	width: 500px;
}

/* CSS para Post */
#discucion  {
	position: relative;
}

#thread blockquote {
	background:transparent url(img/post-blockquote-background.gif) no-repeat scroll 0 0;
	color:#676767;
	margin-left:15px;
	padding-left:20px;
}

#discucion #thread li.post {
	border-bottom:1px solid #E0E0E0;
	margin:0;
	padding:5px 0;
}

#discucion #thread li.post.alt {
	background-image:url(img/fondo_post_alt.png);
	background-position:0 0;
	background-repeat:repeat-y;
}

#discucion .threadauthor {
	margin-right: 15px;
	float: left;
}

#discucion .threadpost {
	width: 545px;
	float: left;
	font-size: 12px;
	line-height:1.8em;
	margin-top: 10px;
	margin-bottom: 15px;
}

.threadpost p {
	margin-bottom: 9px;
}

.threadpost img {
	width: 150px;
	height : auto;
}

.avatar {
	margin:2px 2px 0;
}

.nombre {
	font-size:1em;
	margin:0 4px;
	padding-top:1px;
	font-weight: lighter;
}

.rol {
	font-size:0.8em;
	font-style:italic;
	margin:0 4px 3px;
}

.poststuff {
	font-size:10px;
	margin:0;
	padding:0;
}

#discucion #thread ul.threadauthor_info {
	width: 113px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#EAEAEA;
	border:1px solid #999999;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

/* CSS para Post Form */
#postform_table {
	font-size: 12px;
	width: 100%;
}

#postform_table td {
	padding: 3px;
	vertical-align: top;
}

#post_content {
	width: 100%;
}

.edit-form #topic {
	width: 50%;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #999999;
	color:#333333;
	font-size:1em;
	line-height:14px;
	margin:0;
	padding:2px;
}

/* CSS para User Info */
#userinfo {
	border-color:#CDCDCD;
	border-left:1px solid #CDCDCD;
	color:#676767;
	font-size:0.9em;
	font-style:italic;
	margin-bottom:5px;
	margin-left:20px;
	padding-left:3px;
	padding-right:3px;
}

#userinfo dt, #userinfo dd {
	float:left;
}

#userinfo dd {
	margin-left: 0px;
}

#userinfo dt {
	clear:left;
	font-weight:bold;
	margin-right:2%;
	text-align:right;
	width:34%;
}

/* CSS para Pie */
#footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-width: 1px;
	border-style: solid;
	border-top-width: 0px;
	border-color: #bbbbbb;
	border-left-color: #f4f4f4;
	font-size: 12px;
	text-align: center;
	color: #bbbbbb;
	background: url("img/contenido_fondo-trans.png");
	padding: 10px;
	width: 881px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
}

/* CSS para PM */
#respond {
	float: left;
}

