/*
Theme Name: Dime hoteles Blog
Theme URI: http://blog.dimehoteles.com
Description: Blog del sitio Dimehoteles.com
Author: Juan Manuel Garcia Olivares
Author URI: http://www.garciaolivares.com.ar


/*-----------Block Level Elements--------------*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	/*background: url('images/background.gif') repeat; */
	background-color: #5E5A8D;
	color: black;
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size: 80%;
	text-align: center;
}

#page {
    background-color: #C7C3DE;
    border-radius: 10px 10px 10px 10px;
    margin: 8px auto;
    padding: 10px;
    text-align: left;
    width: 766px;
margin: 8px auto;
}

#header {
	width: 100%;
}

#header #h_rss, #header #h_logo, #header #h_search {
	height: 97px;
	float: left;
}

#header #h_logo {
	width: 314px;
}

#header #h_logo h1 {
	float: left;
	width: 314px;
	height: 97px;
	background: url(images/logo.jpg) no-repeat;
}

#header #h_logo h1 a {
	display: block;
	width: 314px;
	height: 97px;
	text-indent: -2000px;
	outline: none;
}

#header #h_rss {
	width: 223px;
	text-align: center;
	background: url(images/h_b_rss.jpg) no-repeat left top;
}

#header #h_rss #h_rss_rss {
	padding-top: 11px;
}

#header #h_rss #h_rss_rss a.h_rss_rss_lnk {
	color: white;
	font-weight: bold;
	padding-left: 20px;
	background: url(images/rss_icon_16px.gif) no-repeat left top;
}

#header #h_rss #h_rss_mail {
	padding-top: 10px;
}

#header #h_rss #h_rss_mail form fieldset {
	margin: 0px 18px;
	text-align: center;
}

#header #h_rss #h_rss_mail form fieldset .title {
	color: white;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#header #h_rss #h_rss_mail form fieldset input#email {
	background-color: white;
	border: 1px solid;
	width: 127px;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: #b2b2b2;
	border-right-color: #b2b2b2;
	padding: 2px;
	font-size: 10px;
	color: #9e9e9e;
}

#header #h_rss #h_rss_mail form fieldset input#submit {
	background-color: #e8e8e8;
	border: 1px solid;
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
	border-bottom-color: black;
	border-right-color: black;
	width: 45px;
	font-size: 10px;
	padding: 1px;
}

#header #h_search {
	width: 229px;
	background: url(images/h_b_search.jpg) no-repeat left top;
}

#header #h_search form {
	margin: 18px 16px 0px 9px;
}

#header #h_search form p.title {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

#header #h_search form div {
	text-align: center;
	margin-top: 8px;
}

#header #h_search form div input#s {
	background-color: white;
	border: 1px solid;
	width: 127px;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: #b2b2b2;
	border-right-color: #b2b2b2;
	padding: 2px;
	font-size: 10px;
	color: #9e9e9e;
}

#header #h_search form div input#searchsubmit {
	background-color: #e8e8e8;
	border: 1px solid;
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
	border-bottom-color: black;
	border-right-color: black;
	padding: 1px;
	width: 45px;
	font-size: 10px;
}

#wrapper {
	width: 100%;
	background: #fff url(images/w_bg.gif) repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	float: left;
	width: 510px;
	margin-left: 20px;
	_margin-left: 10px;
}

#sidebar {
	width: 205px;
	float: right;
	margin-right: 15px;
	_margin-right: 7px;
}

#prefooter {
	padding: 8px 15px;
	border-top: 1px solid #6d6a8a;
	background: #d9ffd1 url(images/w_bg.gif) repeat-y;
}

#prefooter ul li a {
	color: #7E7E7E;
}

#prefooter ul li a:hover {
	color: black;
}

#footer {
	width: 100%;
	height: 32px;
	padding-top: 2px;
	text-align: center;
	background: transparent url(images/footer_bg.gif) no-repeat;
	font-size: 10px;
	color: #483a70;
}

#footer ul, #prefooter {
	list-style: none;
}

#footer ul li, #prefooter ul li {
	display: inline;
	margin-right: 10px;
}

#footer ul li a, #footer a {
	color: #483a70;
}

/*-------------The Post-------------*/

.post {
	color: #5e5a8d;
	margin-bottom: 20px;
}

.post h2 a, .post h2 a:hover {
	color: #307e38;
	font-size: 22px;
	text-decoration: none;
}

.post div#p_subinfo {
	text-align: right;
	font-size: 11px;
}

.post div#p_subinfo a {
	text-decoration: none;
	color: inherit;
}

.post p {
	text-align: justify;
	font-size: 9pt;
	margin: 7px 0px;
}

.post a {
	font-weight: bold;
	color: #5e5a8d;
}

.post ul, .post ol {
	line-height: 20px;
	margin: 10px 0 10px 40px;
}

.post li {
	font-size: 9pt;
}

.entry {
	margin: 10px 5px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.center {
	
}

blockquote {
	
}


.post img {
}

.post dl.wp-caption, .post div.wp-caption {
	border: 1px solid #D2D2D2;
	text-align: center;
}
.post dl.wp-caption img, .post div.wp-caption img {
	margin-top: 4px;
}

.post dd.wp-caption-dd, .post div.wp-caption p.wp-caption-text{
	font-size: 11px;
	text-align: center;
}
.post dd.wp-caption-dd {
	margin: 6px 0px;
}

acronym, abbr {
	border-bottom: 1px dotted #5e5a8d;
}

.post div#p_postinfo {
	background: url(images/p_postinfo_bg.gif) no-repeat;
	padding-top: 18px;
	width: 497px;
	margin: 5px 5px;
}

.post div#p_postinfo div#p_postinfo_l {
	float: left;
	width: 310px;
	font-size: 12px;
}

.post div#p_postinfo div#p_postinfo_l a {
	text-decoration: none;
}
.post div#p_postinfo div#p_postinfo_l a:hover {
	text-decoration: underline;
}
.post div#p_postinfo div#p_postinfo_l span {
	display: block;
}
.post div#p_postinfo div#p_postinfo_r span {
	display: block;
}
.post div#p_postinfo div#p_postinfo_r span.comentarios a {
	text-decoration: none;
}
.post div#p_postinfo div#p_postinfo_r span.comentarios a:hover {
	text-decoration: underline;
}
.post div#p_postinfo div#p_postinfo_l span.tags, .post div#p_postinfo div#p_postinfo_l span.tags a {
	color: #307e38;
}

.post div#p_postinfo div#p_postinfo_r {
	float: right;
	width: 175px;
	text-align: right;
}

.post a.dejarcom {
	padding-left: 23px;
	background: url(images/ic_comment.gif) no-repeat left center;
}
/*--------------Autor------------*/
div.autor {
	color: #5e5a8d;
	margin-bottom: 20px;
	border: 1px solid #c5c1e4;
	padding: 7px;
}
div.autor img.autor_avatar {
	float: left;
	margin-right: 10px ;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #c5c1e4;
}
div.autor h2{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
div.autor p{
	font-size: 9pt ;
}



/*--------------Pagination------------*/
.navigation {
	padding:3px;
	margin:10px;
	font-size: 12px;
}

.navigation div a {
	font-weight: bold;
	color: #5e5a8d;
	text-decoration: none;
}


/*--------------Sidebar------------*/

#sidebar ul {
	list-style: none;
	color: #877fb4;
	font-size: 10px;
}

#sidebar ul h2 {
	background: #5e5a8d;
	font-size: 14px;
	color: #b5b3d9;
	padding: 3px;
	text-align: center;
}

#sidebar ul li {
	
}
#sidebar ul li#volverhome {
	background: #5e5a8d;
	font-size: 13px;
	padding: 4px;
	text-align: center;
	margin-bottom: 5px;
}
#sidebar ul li#volverhome a {
	color: #fff;
	text-decoration: none;
}
#sidebar ul li#volverhome a:hover {
		border-bottom: 1px solid #b5b3d9;
		text-decoration: none;
}
#sidebar ul li ul {
	border: 1px solid #6f698d;
	background: #c5c1e4;
	padding: 8px 0px;
	margin-bottom: 5px;
}

#sidebar ul li ul li {
	margin-left: 10px;
	line-height: 19px;
}

#sidebar ul li ul li a {
	color: #5e5a8d;
	font-size: 12px
}

#sidebar ul li ul li a:hover {
	color: #fff;
}

#sidebar .tagcloud {
	padding-left: 5px;
}

#sidebar .tagcloud a {
	color: #5e5a8d;
}

#sidebar .tagcloud a:hover {
	color: #fff;
}

/*--------------Comments--------------*/

h3#comments, h3#respond {
	color: #307e38;
	font-size: 18px;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style: none;
	margin-bottom: 20px;
}

ol.commentlist li {
	border: 1px solid #c5c1e4;
	padding: 7px 10px;
	margin: 0px 10px 10px 10px;
}

ol.commentlist li.alt {
	border: 1px solid #b8b6d7;
}

ol.commentlist li:hover {
	border: 1px solid #6f698d;
}

ol.commentlist li cite, ol.commentlist li cite a {
	font: 18px;
	color: #5e5a8d;
	margin: 0px;
}

ol.commentlist li p {
	margin: 5px 10px;
	text-align: justify;
	font-size: 9pt;
}

small.commentmetadata {
	color: #5e5a8d;
}

small.commentmetadata a {
	color: #5e5a8d;
	text-decoration: none;
	border-bottom: 1px dotted #b5b3d9;
}

/*--------------Comment Form--------------*/

form#commentform {
	margin: 0px 10px;
	width: 400px;
	margin-bottom: 20px;
}

form#commentform p {
	margin-bottom: 7px;
}

form#commentform label {
	display: block;
	font: 14px;
	color: #5e5a8d;
	margin-bottom: 2px;
}

input#author, input#email, input#url, textarea#comment {
	width: 300px;
	border: 1px solid #6f698d;
	font-family: 'Trebuchet MS',Verdana,Arial,Sans-Serif;
	font-size: 12px;
	padding: 4px;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	background: #cfccf2;
}

textarea#comment {
	width: 400px;
}

input#submit {
	border: 1px solid #cfccf2;
	width: 200px;
	padding: 4px;
}


/*error404*/

form#search404 input#s {
	background-color: white;
	border: 1px solid;
	width: 250px;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: #b2b2b2;
	border-right-color: #b2b2b2;
	padding: 3px;
	font-size: 11px;
	color: #505050;
}

form#search404 input#searchsubmit {
	background-color: #e8e8e8;
	border: 1px solid;
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
	border-bottom-color: black;
	border-right-color: black;
	padding: 2px;
	width: 45px;
	font-size: 11px;
}

/*-------------Other------------------*/

br.clear {
	clear: both;
}

hr {
	display: none;
}
