/*
Theme Name: Ricardo
Theme URI: http://buscayrenta.com.mx
Description: The Ricardo WordPress theme
Version: 1.0
Author: VietFreelancing
Author URI: http://vietfreelancing.com

	This theme was designed and built by Vietfreelancing.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body #nav1-clear,#nav1 ul li,#nav1 .nav1_tab a,#nav1 .nav1_tab {
	margin: 0;
	padding: 0;
}

body,h1,h2,h3,h4 {
	color: #333;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: -20px 0 0 0;
   padding: 0;
}

.alignright {
   float: right;
   margin: -20px 0 0 0;
   padding: 0;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	
h2 {
	font: 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

#sidebar h2 {
	font: bold 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	border-bottom: 3px double #ccc;
	color: #333;
}

#image img {
	margin: 5px 5px 5px 5px;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #A367B1;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike, .author {
	color: #777;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */

.post {
	text-align: justify;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagetitle {
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 500px;
	font-style: italic;
}

/* End Structure */



/*	Begin Headers */
#sidebar h2 {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* End Headers */



/* Begin Content Footer */

.postmetadata, .commentmetadata {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	border-top: 3px double #dadae5;
	padding-top: 5px;
	margin-top: 5px;
}

.author {
	margin: 0;
	padding: 0;
	color: #B3B3B3;
	text-align: right;
	font: bold 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* End Content Footer */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disk;
	padding-left: 20px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li, .entry ul li{
	padding: 0;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

/*.entry ul li{
        list-style-type: disc;
	margin: 10px 0px 20px 10px;
	padding: 0px 0px 2px 0px;
        line-height: 17px;
	}*/

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */


/* Begin Sidebar */

#sidebar {
	position: absolute;
	padding: 20px 0 10px 0;
	margin-left: 570px;
	width: 190px;
	font: 1.25em Verdana;
}

#sidebar small {
	font-size: 9px;
}

#sidebar div.hr {
	right: 0px;
	border-top: 3px double #dadae5;
	width: 205px;
	margin-left: -17px;
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar form {
	margin: 0;
}

#sidebar form input {
	color: #999;
	margin-top: 7px;
	text-align: center;
}

#sidebar form input.long {
	width: 90%;
}

#sidebar form .submit {
	color: #333;
}

/* End Sidebar */



/* Begin Calendar */

#calendar {
	height: 175px;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	font-size: 100%;
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	font-size: 100%;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar th {
	padding: 3px 1px 0 1px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	
#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
	font: bold 1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Calendar */

/* Blog Entries */


.title {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#content .entry .title h2 {
	padding: 0;
	margin: 0;
	font: bold 26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}

.title h4 {
	margin: 0 0 1.4em 0;
	padding: 0 0 0.4em 0;
	border-bottom: 3px double #dadae5;
	font: normal 1.4em Verdana;
	color: #999;
}

.entry {
	position: relative;
	margin: 0 0 30px 0;
	padding: 15px 0px 0px 0px;
	font-family: Verdana;
	line-height: 1.4em;
	width:  525px;
	top: 6px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

. {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 525px;
	font-size: 12px;
}

.navigation a {
	border: none;
}

/* End Blog Entries */


/* For Each Comment */

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 5px 5px 0px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 540px;
	font-style: italic;
}

.commentmetadata {
	float: none;
	margin: 0px;
	text-align: center;
	color: #7f7f7f;
	padding: 0px;
}

.comment-top-1 {
	background: url("./images/comment_top_1_500.jpg") no-repeat top;
	width: 500px;
	margin-left: 5px;
	margin-top: 20px;
}

.comment-bottom-1 {
	background: url("./images/comment_bottom_1_500.jpg") no-repeat bottom;
	width: 500px;
	padding: 30px 0px 0px 0px;
}

.comment-body-1 {
	background: url("./images/comment_body_1_500.jpg") repeat-y center;
	width: 500px;
	text-align: left;
	padding: 0px;
	position: relative;
	bottom: 15px;
	font-family: Verdana;
}

.comment-top-2 {
	background: url("images/comment_top_2_500.jpg") no-repeat top;
	width: 500px;
	margin-left: 5px;
	margin-top: 20px;
}

.comment-bottom-2 {
	background: url("images/comment_bottom_2_500.jpg") no-repeat bottom;
	width: 500px;
	padding: 30px 0px 0px 0px;
}

.comment-body-2 {
	background: url("images/comment_body_2_500.jpg") repeat-y center;
	width: 500px;
	text-align: left;
	padding: 0px;
	position: relative;
	bottom: 15px;
	font-family: Verdana;

}

.comment-body-1 p, .comment-body-2 p {
	margin: 0px;
	padding: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

/* End For Each Comment */


/* Add Comment Form */

.respond {
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #333;
	margin-top: 50px;
	margin-bottom: 0px;
	font-weight: bold;
}

#commentform .textform {
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 14px;
	border-style: ridge;
	border-width: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#commentform textarea {
	font-size: 14px;
	padding: 1px;
}

#commentform #submit {
	margin: 0;
}

/* End Add Comment Form */

/* login */
#square {
	border:1px solid #999;
	padding:0 0 0 3px;
	width:12px;
	position:absolute;
	right:27px;
}
#square a {
	 color:#666;
	 text-decoration:none;
}
#login, #signup {
	width: 250px;
	margin: 15px;
	background: #e8e8e8;
	border: 1px solid #dddddd;
	font-size: 11px;
}
#signup {
	clear: both;
	margin-top: 0;
}
#login form, #signup div {
	margin: 5px;
	padding: 8px;
	background: #fff;
}
#login form p, #signup p {
	color: #666;
	width: 100%;
	margin: 0;
	padding-top: 9px;
}
#login form p label {
	float: left;
	width: 60px;
	text-align: right;
	padding: 5px 10px;
}
#login form p.fields input {
	width:125px;
}
#login form p.boxes {
	text-align: center;
	font-size: 10px;
}
#login form p.submit {
	text-align: right;
	font-size: 14px;
}
#login h2, #signup h2 {
	font-weight: bold;
	font-size: 14px;
}
#signup h3 {
	margin: 0;
	padding-top: 9px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

.DataTD4  { background: #ffffff; 
				 
          		 font-family:Verdana; font-size:9px;font-weight: bold; }



/* navigation tabs */
#nav {
	
	position: relative;
	margin: 64px 0 0 0;
	top: -1px;
	padding: 0;
	
}

.mensajeLogin {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav td  a {
	margin: 0;
	color: white;
	/*font-family: Arial,'Trebuchet MS', 'Lucida Grande', Helvetica, sans-serif;*/
	font-family: 'Trebuchet MS';
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}

/***** tab seleccionada (verde) *****/

#nav .nav_tab_b_left {
	background: url(./images/navleft_b.jpg) no-repeat;
}

#nav .nav_tab_b_center {
	background: url(./images/navright_b.jpg) repeat-x;
}

#nav .nav_tab_b_right {
	background: url(./images/navright_b.jpg) no-repeat;
}

/***** tab seleccionada (azul) *****/
/***** Comentada 27/DIC/2008 
       Se pasó a content.css


#nav .nav_tab_a_left {
	background: url(./images/navleft_a.jpg) no-repeat;
}

#nav .nav_tab_a_center {
	background: url(./images/navright_a.jpg) repeat-x;
}

#nav .nav_tab_a_right {
	background: url(./images/navright_a.jpg) no-repeat;
}

*****/

#nav .nav1_tab_b .short, #nav1 .nav1_tab_a .short {
	width: 50px;
}

#nav .nav1_tab_a, #nav1 .nav1_tab_b {
	margin: 0;
	padding: 0;
	margin-top: 0;
}

#nav .nav1_tab_a, #nav1 .nav1_tab_b {
	margin-top: -1px;#
}

#wrap {
	margin: 0 auto;
	padding: 0 25px;
	font-size: 95%;
	/* for ie */
	*padding: 0;
	*width: 100%;
	/* for mozilla */
	
}
