/*
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: #8db6b6  50% 0 no-repeat; }

.custom #container { margin-top: 2em; margin-bottom: 2em; }

	.custom #page { background: #fff; } 
	.custom h1 #format_text  { font-size: 1.1em; line-height: 1.9em; }
/** Place this code in custom.css: **/

.custom #footer {
  text-align:center;
}
.custom #footer ul,
 .custom #footer li {
  display:inline;
}
/** Customize your Logo and header area Place this code in custom.css, and change to suit your requirements: **/

.custom #header #logo a {
      text-decoration: none;
}

.custom #header #logo a:visited {
      text-decoration: none;
}

.custom #header #logo a:hover {
   color: #FFFF80;
   text-decoration: underline;
}
.custom #header #logo a:active {

   text-decoration: none;
}

.custom #header #tagline {
  
   font-weight: normal;
   padding-left: 10px;
}
/** I have added the background color for the article headline on the article pages. You can do this by inserting this code into custom.css: **/

.custom h1.entry-title { background:#2361A1 none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; }

/** How to a�adir un barnner en la cabecera .Type or paste this code at the bottom of your existing custom.css file: **/

    .custom #header { border-bottom:none;
    height:65px;
    padding-top:0;
    padding-bottom:0;
    background:url(/wp-content/themes/thesis_16/custom/images/banner_header_3.png)
    center left no-repeat; }

    .custom #header #logo { }

    .custom #header #tagline { }

/** Line 1 is where and how you add your own custom banner image to the header area in Thesis.
The second and third line do this:
Both #logo and #tagline are �div� id tags governing the name of your blog and the tagline of same. If you want, you can exclude these two lines of CSS code. The result would be that the text for your blog and tagline will �float on top� of your background header banner image. **/

/** barner de ads en cabecera **/
/**.custom #leaderboard_ad { float: right; position: absolute; width: 468px; height: 60px; top: 75px; left: 460px; }**/
/*code for amazon omasake ad that does not work */
 .custom #leaderboard_ad {position: relative; width: 468px; height: 60px; margin-left: 450px; margin-top:-60px; margin-bottom:30px;} 

/** sidebar_1 **/
.custom #sidebar_1 {
/**	background:url("http://www.barcosynautica.es/wp-content/themes/thesis_16/custom/images/fondo_especiales_deportes.gif") repeat-x scroll 0 bottom #F0EEEC; **/
background-color: #DDDDDD;
	border-bottom:3px solid #514C46 !important
}
 .custom li#widget_killer_recent_entries-7  {
	color: #2361A1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	
	} 
.custom li#widget_killer_recent_entries-7 h3 {
font-size:13px;
font-weight:bold;
	color: #555555;
	text-align:left;
	font-variant:normal;
}
.custom li#widget_killer_recent_entries-7 li a {
		text-decoration: underline;
	color: #2361A1;
	
} 