/*  
Theme Name: JuegaNintendo
Theme URI: http://www.jueganintendo.com
Version: 1.0.1
Author: Diegolin & j0an
*/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background: url(images/rtc_bg.gif) repeat top left;
}
#sombra {
	background: url(images/sombra.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
}
a {
	color: #0581AF;
	text-decoration: none;
	outline: none; 
}
a:visited {
	color: #0581AF;
	text-decoration: none;
}
a:hover {
	color: #09265F;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 8px;
	margin: 0px;
}


h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #3270b0;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}

/* pagina total*/
#page {
	margin: 0px auto;
	width: 985px;
	padding:7px;
	padding-bottom:15px !important;
	background-color: #fff !important;
	text-align:left;
}

/* content area */
#content {
	padding: 0px;
	float: left;
	width: 716px;
}
.post {
	clear:both;
	padding-bottom:10px !important;
}

/* titulo del post */
.post-title {

}
h2 {
	font: bold 180%/100% Arial;
	padding:2px 0px;
    margin: 10px 15px 5px 15px;
	color: #1080C0;

}
h2 a, h2 a:visited {
	color: #1080C0;
	text-decoration: none;
}
h2 a:hover {
	color: #09265F;
	text-decoration: none;
}



/*datos del post*/
.pre-data {
	background: url(images/post-data-bg.gif) repeat-x;
	height:22px;
	padding: 5px 5px 0px 5px;
	margin: 4px 15px;
}
.pre-data:hover {
	color: #000;
}
.post-autor {
	background: url(images/user.gif) no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #999;
}
.post-calendar {
	background: url(images/calendar_view_day.png) no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #999;
}
.post-data {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color:#fdfdfd;
	margin: 0px 25px;
	padding:4px;
}
.post-data:hover {
	background-color:#f7f7f7;
}
.post-cat {
	background: url(images/folder.png) no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #999;
}
.post-tag {
	background: url(images/tag_blue.png) no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #999;
}
.post-agregadores {
	font-size: 95%;
	color: #999;
	text-align:right;
}
.post-votacion {
	padding-top:10px;
	font-size: 95%;
	color: #999;
	text-align:right;
}

.post-comments {
	background: url(images/comments.png) no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #999;
}
.post-add-comment {
	background: url(images/comment_add.png) no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #999;
}
.post-trackback {
	background: url(images/trackback.png) no-repeat;
	padding-left: 20px;
	font-size: 95%;
	color: #999;
}
.post-relacionados {
	margin: 10px 0px;
	padding-left: 30px;
}
.utwrelposts {
	list-style-image: url(images/relacionados_bullet.gif);
	list-style-type: none;
}

/*TEXTO DEL POST*/
.entry {
	clear: both;
	padding: 10px 0px;
}
.entry p {
    margin: 0px 25px;
	text-align:justify;
}
.entry cite {
	font-size:140%;
	font-weight:lighter;
	padding: 10px 40px;
	font-style:normal;
	margin:10px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.youtube {
	margin-right: 5px;
	margin-bottom:5px;
	float: left;
}



/*NAVEGACION DE PAGINAS */

.navigation {
	clear: both;
	margin: 10px 0px;
	padding-left: 30px;
	
}
.navigation a, .navigation a:visited {
	color: #3270b0;
}
.navigation ul {
	list-style-type: none;
	padding-left:15px;
}
.previous {
	padding-left:20px !important;
	background: url(images/arrow_up.png) no-repeat left center !important;
}
.next {
	padding-left:20px !important;
	background: url(images/arrow_down.png) no-repeat left center !important;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 0px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 0px 0px 5px 10px;
}
.clear {
	clear:both;
	
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
