/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
body.custom { background: #fff url('http://www.edreams.cl/images/blog_bck.jpg') 0 0 repeat-y; margin:0 auto;
padding:0;
width:996px;}
*/
.custom .my-plus-one { 
float: right; 
}

/*text in feature box*/
/*feature box on main page*/
/*feature box on main page*/

.custom #feature_box {
display: block;
margin-top: 100px;
padding: 0px;
padding-top:1.5em;
border: none;
/*background: url(http://teen-babble.com/wp-content/uploads/2011/07/leaderboard.png) no-repeat; margin-bottom: 1em; */
background: none repeat scroll 0 0 #FFFFFF;
height: 500px; 
position: relative;
}

/**#my-feature-box  {border:2px solid #000000;  float:center; background: #ffffff repeat scroll 0 0 transparent; text-align: center;}
.custom #feature_box {
    background: #920000 repeat scroll 0 0 transparent;
    border: 0px solid #DDDDDD;
} */
custom .textbox {
border: 1px solid;
background: white;
font-size: 2em;
width: 100%;
text-align: center;
padding: 2em 0 2em 0;
}

#logo2 {
background:url("http://images.edreams.cl/images/edreams-chile-logo-2.jpg") no-repeat scroll 50% 50% #ffffff;
border-bottom:0.3em solid #ffffff;
display:block;
height:58px;
margin-bottom:-0.3em;
outline:medium none;
padding:1.2em;
text-indent:-9999px;
width:244px;
}

.custom #header {
background-image:url('http://images.edreams.cl/images/cropped-bg-header-home.jpg');
background-repeat:no-repeat;
height:24em;
padding:0;
}


.custom .sidebar h3 {
background-image:url('http://images.edreams.cl/images/side_header.jpg');
background-repeat:repeat-x;
border:1px solid #627D36;
color:#FFFFFF;
display:block;
font-size:15px;
font-weight:bold;
line-height:100%;
padding:7px 5px;
width:195px;
}


.custom #logo {
background-image:url('http://images.edreams.cl/images/edreams-chile-logo-2.jpg');
background-repeat:no-repeat;
height:5.667em;
padding:1em 4em 2em;
border-width:0 0 0.3em;
}

#banner {
float:right;
padding-top:1.5em;
width:auto;
}

#cabecera {
background:none repeat scroll 0 0 #ffffff;
border-bottom:0.3em solid #ffffff;
font-family:Georgia,"Times New Roman",Times,serif;
width:100%;
z-index:100;
}

#topcarosel {border:0px solid #efefef; padding: 0px;padding-left:10px;}
.carouselu {width:150px;float:left;padding:3px;text-align:center;}
.carouselu IMG {border:2px solid #ccc;display:block;}
.blog_views {background-image:url("/blog_views.png");
.custom .nav_search { float: right;  margin: .10em .5em .10em 0; }
.custom div.comments_closed p {display:none;}

#imgflotante {
position:fixed;
right:0;
bottom:0;
}

.fb-comments {
        margin-top: 20px;
        background: #f9f9f9;
        border: 1px solid #e8e8e8;
        padding: 8px 10px;
}
.fb-count {
        font-size: 11px;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 400;
        color: #888;
}
.fb_comments_count {
        font-weight: 600;
        color: #333;
}


