/*
Theme Name: rmaldera Magazine
Theme URI: http://www.rmaldera.com/
Description: Theme para la siguiente version de rmaldera.com
Version: 0.9
Author: Rinaldo Maldera
Author URI: http://www.rmaldera.com
*/

/*Estructura General de la Pagina - Inicio*/
* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f3f3f;	
	text-align:center;
	background: #1b1b1b url(images/bodybg.jpg) repeat-x top left;
	}

#wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
	padding:0;
	background: #fff;
	}

#content {
	width: 960px;
	float: left;
	padding-bottom: 40px;
	}
/*Estructura General de la Pagina - Fin*/

/*Tipografia y Colores Generales - Inicio*/
a {
	color:#67A400;
	text-decoration:none;
	}

a img {
	border:none;
	}

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

h1 {
	font-size:2em;
	font-weight:400;
	color:#FF6200;
	}

h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#FF6200;
	}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#FF6200;
	}

h4, h5, h6 {
	font-weight:bold;
	color:#FF6200;
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

blockquote {
	background: url(images/blockquote_open.gif) no-repeat left top;
	margin: 0;
	padding-left: 26px;
	}

ul, ol {
	margin-left: 4em;
	}
	ul ul, ol ol {
		margin-left: 2em;
		}
/*Tipografia y Colores Generales - Fin*/

/* Estilo del header - Inicio */
#header {
	width:960px;
	height: 155px;
	background: #000 url(images/bgheader.jpg) no-repeat;
	position: relative;
}

#header_logo {
	padding: 10px 0 0 20px;
	}

/* Estilo del Menu de Navegacion */
#topmenu {
	width:960px;
	height: 67px;
	background: #000 url(images/bgmenu.jpg) no-repeat;
	position: relative;
}

#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 6px;
}


#search_styling {
	float: right;
	width: 241px;
	height: 22px;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

#search_styling #s {
    border: 0;
	font: 11px Arial,Helvetica,sans-serif;
	padding: 4px 8px 0 33px;
	color: #bebebe;
	width: 200px;
	height: 20px;
	background: url(images/searchbg.gif) no-repeat;
	}

#search_styling #s:focus {
	color: #fff;
	}
	
#topmenu li {
	list-style-type: none;
	float: left;
	width: 160px;
	margin: 0;
	padding-bottom: 6px;
	background: url(images/top_menu_separator.gif) no-repeat bottom right;
}

#topmenu li#rightend {
	background: none;
}

#topmenu a {
	text-decoration: none;
	font: bold 1.4em Arial,Helvetica,sans-serif;
	color: #bebebe;
	display: block;
	text-align: center;
}

#topmenu a .submenu {
	text-decoration: none;
	font: 11px Arial,Helvetica,sans-serif;
	color: #acacac;
	display: block;
	text-align: center;
}
#topmenu a:hover {
	color: #fff;
	}
#topmenu a:hover .capmenu {
	color: #fff;
	text-decoration: underline;
}

#topmenu a:hover .submenu {
	color: #fff;
	text-decoration: none;
}

#currentHome a#topMenuHome .capmenu,
#currentAcerca a#topMenuAcerca .capmenu,
#currentContactame a#topMenuContacto .capmenu,
#currentDescargas a#topMenuDescargas .capmenu,
#currentPersonal a#topMenuBlog .capmenu {
	color: #fff;
	text-decoration: underline;
}

#currentHome a#topMenuHome .submenu,
#currentAcerca a#topMenuAcerca .submenu,
#currentContactame a#topMenuContacto .submenu,
#currentDescargas a#topMenuDescargas .submenu,
#currentPersonal a#topMenuBlog .submenu {
	color: #fff;
	text-decoration: none;
}

/*Estilo de Single Post */

#postcontent {
	width: 620px;
	font-size: 1.2em;
	padding: 0px 10px 0px 10px;
	position: relative;
	float: left;
}

/*Estilo de Unordered Lists en Post - Inicio*/
#postcontent ul, #postcontent ul ul ul {
	list-style: url(images/first_ul.gif);
}

#postcontent ul ul {
	list-style: url(images/second_ul.gif);
}

#postcontent li {
	margin-top:8px;
	padding-left: 6px;
}
/*Estilo de Unordered Lists en Post - Fin*/

/*Estilo de los headers en Post - Inicio*/
#postcontent h1,h2,h3,h4,h5,h6 {
	margin-top: 1em;
	margin-bottom: 1em;
	}
/*Estilo de los headers en Post - Fin*/

#postcontent pre {
	font-size: 1.2em;
}

#postcontent img {
	padding: 8px;
}

/*Estilo de las imagenes en Post - Inicio*/
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
/*Estilo de las imagenes en Fin - Inicio*/

/* Estilo de bloques de los poasts*/
#postTitle {
	padding-top: 10px;
	display: block;
	margin-bottom: 16px;
}

#posttext {
	display: block;
}

#afterpostAction {
	display: block;
	padding-top: 1px;
	margin-top: 24px;
	background: url(images/finalpostSeparator.gif) repeat-x 0 0;
}

/*Estilos del titulo*/
#postTitle #postmetainfo {
	font-size: 0.55em;
	color: #868585;
	font-family: "Trebuchet MS",sans-serif;
	letter-spacing: -0.01em;
	font-weight: 500;
	display: block;
	margin-top:2px;
}

#postTitle #postmetainfo .taglist{
	background: url(images/tag_icon.gif) no-repeat;
	padding-left: 18px;
}

#postTitle #postmetainfo  a{
	color: #868585;
}

#postTitle h2 {
	font-size: 2em;
	font-weight: 400;
	margin: 0;
}

#postTitle a {
	color:#FF6200;
	}
	#postTitle a:hover, a:active {
		color:#67A400;
		text-decoration:underline;
		}

/*Estilo de seccion luego del contenido del post*/
#actionParticipa {
	width: 300px;
	margin-right: 10px;
	float: left;
	}

#actionParticipa ul {
	list-style-image: none;
	margin-left: 0;
	}
	#actionParticipa li {
		padding-left: 20px;
		}

#actionParticipa #compartelo {
	list-style: none;
	/*background: url(images/sharethisicon.gif) no-repeat;*/
	margin-left: -20px;
	height: 17px;
	}
	
#minirss {
	list-style: none;
	background: url(images/minirssicon.gif) no-repeat;
	height: 17px;
	}

#dejarcomment {
	list-style: none;
	background: url(images/commentaction.gif) no-repeat;
	height: 17px;
	}

#actionRelacion {
	float: left;
	width: 300px;
	}

#actionRelacion ul {
	margin-left: 24px;
	}

.afterpostHeader {
	font-size: 1.16em;
	font-weight: bold;
	}

/*Estilo de los comentarios*/
#comments {
	clear: both;
	padding-top:30px;
	}

.commentOverallHeader {
	font-size: 2em;
	font-family: "Trebuchet MS",sans-serif;
	color: #312a2a;
	letter-spacing: -0.07em;
	font-weight: bold;
	background: url(images/trebuchetUnder.gif) repeat-x bottom left;
	}

#respond {
	font-size: 1.6em;
	font-family: "Trebuchet MS",sans-serif;
	color: #312a2a;
	letter-spacing: -0.07em;
	font-weight: bold;
	}

#commentFormArea {
	padding-top: 10px;
	clear: both;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 5px;
	clear: both;
	overflow: auto;
	}

.nonalt {
	padding-bottom: 5px;
	clear: both;
	}

.authorcomment {
	color: #f3f3f3;
	background: #383838 url(images/commentauthorbg.gif) repeat 0 0;
	padding-bottom: 5px;
	clear: both;
	overflow: auto;
	}

.commenttext {
	width: 480px;
	float: left;
	padding-right: 20px;
	padding-left: 5px;
	}

.commentmeta {
	text-align: right;
	}

.commentAuthor {
	font-family: "Trebuchet MS",sans-serif;
	padding-top: 1px;
	font-size: 1.16em;
	font-weight: bold;
	}

.commentDate {
	font-family: "Trebuchet MS",sans-serif;
	padding-top: 1px;
	}

.commentNumber {
	font-family: "Trebuchet MS",sans-serif;
	padding-top: 1px;
	font-size: 2em;
	font-weight: bold;
	}

#postcontent .gravatarImage img {
	padding-right: 0;
	}

.authorcomment .commentAuthor {
	font-family: "Trebuchet MS",sans-serif;
	padding-top: 1px;
	font-size: 1.16em;
	font-weight: bold;
	color: #f4f4f4;
	}

.authorcomment .commentDate {
	font-family: "Trebuchet MS",sans-serif;
	padding-top: 1px;
	color: #f4f4f4;
	}

.authorcomment .commentNumber {
	font-family: "Trebuchet MS",sans-serif;
	padding-top: 1px;
	font-size: 2em;
	font-weight: bold;
	}

#comment {
	width: 400px;
	height: 300px;
	border: 1px solid #3b3b3b;
	background: url(images/commentTextareabg.gif) repeat 0 0;
	padding: 4px;
	}

.commentLabel {
	font-family: "Trebuchet MS",sans-serif;
	font-weight: bold;
	font-size: 1.16em;
	}

.requiredAtt {
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
	}

.inputFormPar {
	width: 240px;
	height: 20px;
	background: url(images/commentforminput.gif);
	}
.commentFormInput {
	background: none;
	padding-top: 1.5px;
    border: 0;
	margin-left: 4px;
	width: 232px;
	}

.commentText {
	padding-top: 10px;
	}

#submit {
	background: none;
	color: #71a90f;
	margin: 0 7px 0 0;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: bold;
	overflow: visible;
	padding: 4px 10px 3px 7px;
	}

#submit:hover,#submit.hover {
	background: #f2ffdf;
	color: #71a90f;
	margin: 0 7px 0 0;
	border: 1px solid #dedede;
	border: 1px solid #71a90f;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: bold;
	overflow: visible;
	padding: 4px 10px 3px 7px;
	}
	
/*Estilo general del sidebar - Inicio*/
#sidebar {
	width: 320px;
	float: right;
	position: relative;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 40px;
	}
	#sidebar h3 {
		font-family: "Trebuchet MS",sans-serif;
		color: #43413d;
		font-size: 1.5em;
		letter-spacing: -0.045em;
		margin: 0;
		padding-top: 4px;
		}
		

#rssbox {
	background: #fef2e6 url(images/rssboxbg.jpg) no-repeat center right;
	float: right;
	height: 115px;
	width: 300px;
	padding-left: 8px;
	}
	#rssbox a {
		font-size: 1.16em;
		font-weight: bold;
		}
	#rssbox .rsssmall {
		font-size: 0.8em;
		color: #5c5a57;
		}
	#rssbox .rsssmall a {
		color: #5c5a57;
		}
	#rssbox .rssgreen {
		font-size: 1.16em;
		margin: 5px 0 0 0;
		color: #5c5a57;
		font-weight: bold;
		} 
	#rssbox #feedSub {
		width: 240px;
		height: 20px;
		padding-top: 5px;
		}
	#rssbox #feedSub #s2 {
		border: 0;
		font: 11px Arial,Helvetica,sans-serif;
		padding: 2.5px 8px 0 4px;
		color: #3f3f3f;
		width: 232px;
		height: 20px;
		background: url(images/rssform.gif) no-repeat;
	}
	
	#garenabox {
	float:right;
	clear: right;
	width: 300px;
	height: 188px;
	margin-top: 8px;
	padding: 8px 0 0 4px;
	background: url(images/FondoGarena2.png) no-repeat;
	}
	#garenabox #linkbox {
		padding-top: 75px;
		}
	#garenabox .linkrow {
		width: 300px;
		height: 42px;
		margin: 0 auto;
		padding-top: 5px;
	}
	#garenabox .rightlink {
		margin-left: 10px;
		}
#adbox {
	float:right;
	clear: right;
	width: 300px;
	padding: 8px 0 0 8px;
	}
	#adbox #adlink {
		clear: both;
		width: 270px;
		height: 40px;
		margin : 0 auto;
		padding-top: 10px;
		}
	#adbox .adrow {
		width: 270px;
		margin: 0 auto;
		padding: 5px 0;
		}
	#adbox .leftad {
		float: left;
		width: 125px;
		height: 125px;
		}
	#adbox .rightad {
		width: 125px;
		height: 125px;
		float: right;
		}
	#adbox .bigad {
		width: 250px;
		height: 250px;
		margin: 0 auto;
		}
	
#archivebox {
	float: right;
	clear: right;
	width: 300px;
	padding: 8px 0 0 8px;
	}
	#archivebox h3 {
		border-bottom: 1px solid #868686;
		}
	#archivebox strong {
		font-size: 1.16em;
		}
	#archivebox #catArch {
		float: left;
		text-align: center;
		padding: 10px 80px 0 20px;
		}
	#archivebox #anniArch {
		padding-top: 10px;
		}
	#archivebox ul {
		list-style: none;
		text-align: left;
		padding-top: 5px;
		margin-left: 16px;
		}

#popularbox {
	float: right;
	clear: right;
	width: 300px;
	padding: 8px 0 0 8px;
	}
	#popularbox h3 {
		border-bottom: 1px solid #868686;
		}

/*Estilo de DOMTabs --Inicio */

#sidebar #tabgroup {
		margin: 0 auto;
		width: 280px;
		padding-top: 10px;
		}
		
#sidebar .domtab {
	padding-top: 10px;
	}

div.domtab div {
	display: none;
	}

#sidebar ul.domtabs {
	list-style:none;
	padding:0;
	margin: 0;
	}

#sidebar ul.domtabs li {
	float:left;
	padding: 4px 20px;
	text-align:center;
	font-size: 1.16em;
	background:#f6f6f6;
	margin-right: 4px;
	}

#sidebar ul.domtabs li a {
	text-decoration:none;
	color:#979797;
	}
	
#sidebar ul.domtabs li.active {
	background: #e8e8e8;
	}
#sidebar ul.domtabs li.active a {color:#3f3f3f;}

.domtab div {
	background:#e8e8e8;
	padding: 1px 8px;
	clear:both;
	margin: 0;
	}

.domtab div p {
	background: #fff;
	margin: 8px 0;
	}
	
.domtab div  ul{
	list-style:none;
	margin: 8px 0;
	padding-bottom: 8px;
	background: #fff;
	}
	
.domtab div  li {
	padding: 6px 0px;
	margin: 0 8px;
	background: url(images/tabpostseparator.gif) repeat-x bottom left;
	}

.domtab div  .metatabs {
	font-size: 0.8em;
	color: #7d7d7d;
	}

.domtab div  .metatabs a{
	color: #7d7d7d;
}

.domtab div  .metatabs a:hover {
	color: #7d7d7d;
}
	
	
/*Estilo de DOMTabs --Fin */

/*Estilo general del sidebar - Fin*/

/*Estilo general del footer - Inicio*/
#footer {
	width: 940px;
	padding-left: 20px;
	clear: both;
	background: #131414 url(images/footerbg.gif) repeat-x top left;
	color: #fff;
	position: relative;
	font-size: 1.2em;
	}

#footer .columna {
	float: left;
	width: 260px;
	padding: 7px 45px 0 0;
	}
	#footer .columna h3 {
		color: #fff;
		font-size: 1.16em;
		/*border-bottom: 1px dotted #fff;*/
		background: url(images/footerh2bg.gif) repeat-x bottom left;
		font-weight: normal;
		}
	#footer .columna ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#footer .columna li {
		padding: 2px;
	}
	#footer .disclaimer {
		text-align: center;
		font-size: 0.95em;
		padding-top: 20px;
		clear:both;
	}

#footer .centro {
	text-align: justify;
	}
	
#footer .forTopics {
	margin-bottom: 6px;
	}
#footer .forummeta {
	font-size: 0.95em;
	}

#footer .forummeta a {
	color: #fff;
	}

#footer .forummeta a:hover, #footer .forummeta a:active {
	color: #fff;
	text-decoration: underline;
	}

/*Estilo general del footer - Fin*/


/*Estilo de Index - Inicio*/
#destacados {
	width: 600px;
	margin: 10px 0 0 10px;
	}
	
.frontcolumn {
	float: left;
	width: 280px;
	margin-top: 1em;
}

.topcolumns {
	float: left;
	width: 290px;
	margin-top: 40px;
	margin-bottom: -20px;
	position:relative;
	z-index: 3;
	}

.topcolumns h2 {
	font-size: 2.4em;
	font-family: "Trebuchet MS",sans-serif;
	letter-spacing: -0.07em;
	text-align: right;
	color: #312a2a;
	margin: 0;
	}
	
.trebuBorder {
	width: 620px;
	height:1%;
	clear: left;
	background: url(images/trebuchetUnder.gif) repeat-x bottom left;
	z-index: 2;
	position: relative;
	}
	

.frontcolumn  a {
	color:#FF6200;
	}
	
.frontcolumn a:hover {
	color:#67A400;
	text-decoration: underline;
	}

.frontcolumn .postblock {
	float:left;
	clear: left;
	width: 280px;	
	margin-bottom: 1em;
	background: url(images/finalpostSeparator.gif) repeat-x bottom left;
	}
	
.righttop {
	padding-left: 40px;
	}

.rightcolumn {
	padding-left: 20px;
	background: url(images/columnseparator.gif) repeat-y top left;
	}

.leftcolumn {
	padding-right: 20px;
	background: url(images/columnseparator.gif) repeat-y top right;
	margin-right: -1px;
	}

.frontcolumn .postblock h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	clear: right;
	padding:0;
	}

.frontcolumn .postblock p {
	margin: 0;
	padding: 0;
	}
	
#postcontent .frontcolumn  img {
	float: left;
	margin: 0;
	padding: 4px;
	}

.frontcolumn .postblock .metapostblock {
	font-size: 0.8em;
	color: #7d7d7d;
	height: 14px;
	text-align: right;
	float: right;
	padding-bottom: 2px;
	margin: 0;
	}

.frontcolumn .postblock  .metapostblock a{
	color: #7d7d7d;
}

.frontcolumn .postblock  .metapostblock a:hover {
	color: #7d7d7d;
}
	
.frontcolumn .postblock .metacomment {
	font-size: 0.8em;
	color: #7d7d7d;
	padding: 0 0 2px 16px;
	height: 14px;
	background: url(images/commentbubble.gif) no-repeat;
	text-align: right;
	margin: 0;
	}
	
.frontcolumn .postblock  .readmoreblock {
	padding: 0 0 10px 12px;
	background: url(images/readmore.gif) no-repeat;
	text-align: right;
	float: right;
	color:#67A400;
	margin-top: 10px;
	}
	
/*Estilo de Index - Fin*/

/*Estilo de Archivos -Inicio */

.archiveheader {
	font-size: 2.4em;
	font-family: "Trebuchet MS",sans-serif;
	letter-spacing: -0.07em;
	color: #5c5a57;
	text-align: right;
	margin: 10px 0 0 0;
	z-index: 3;
	position: relative;
	border-bottom: 3px solid #5c5a57;
	}
	
.archivecolumn {
	padding-top: 2em;
	}

.archiveblock {
	float:left;
	clear: left;	
	margin-bottom: 1em;
	width: 620px;
	background: url(images/finalpostSeparator.gif) repeat-x bottom left;
	}

.archiveblock  a {
	color:#FF6200;
	}
	
.archiveblock a:hover {
	color:#67A400;
	text-decoration: underline;
	}

.archiveblock h3 {
	margin: 0 0 4px 0;
	font-size: 1.2em;
	clear: right;
	padding:0;
	}

.archiveblock p {
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#postcontent .archiveblock  img {
	float: left;
	margin: 0;
	padding: 4px;
	}

.archiveblock .metapostblock {
	font-size: 0.8em;
	color: #7d7d7d;
	height: 14px;
	padding-bottom: 2px;
	margin: 0 0 10px 0;
	}
	
.archiveblock .metacomment {
	font-size: 0.8em;
	color: #7d7d7d;
	padding: 0 0 2px 16px;
	height: 14px;
	background: url(images/commentbubble.gif) no-repeat;
	text-align: right;
	margin: 0 0 10px 0;
	}
	
.archiveblock .taglist{
	background: url(images/tag_icon.gif) no-repeat;
	padding: 0 0 2px 18px;
}

.archiveblock  .metapostblock a{
	color: #7d7d7d;
}

.archiveblock  .metapostblock a:hover {
	color: #7d7d7d;
}
	
.archiveblock  .readmoreblock {
	padding: 0 0 10px 12px;
	background: url(images/readmore.gif) no-repeat;
	text-align: right;
	float: right;
	color:#67A400;
	margin-top: 10px;
	}

.navigation {
	clear: left;
	}
	
#postcontent .personal img {
	padding: 8px;
	}

.searchterms {
	margin-top: 0;
	font-size: 1.16em;
	}
/*Estilo de Archivos -Fin*/

/*Estilo de Search Form - Inicio*/

#searchform_styling {
	width: 241px;
	height: 22px;
}

#searchform_styling #sform {
    border: 0;
	font: 11px Arial,Helvetica,sans-serif;
	padding: 4px 8px 0 33px;
	color: #3f3f3f;
	width: 200px;
	height: 20px;
	background: url(images/searchformbg.gif) no-repeat;
	}

#searchform_styling #sform:focus {
	color: #3f3f3f;
	}
/*Estilo de Search Form - Fin*/