/* headers en los post con un poco mas de espacio */
.entry h1, .entry h2, .entry h3
{
	line-height: 2.4em;
}
.entry h4, .entry h5, .entry h6
{
	line-height: 1.64em;
	margin-bottom: 10px;
}
/* vamos a completar un poco la variedad de opciones, enfasis para resaltar en el color tematico */
.enfasis
{
  color: #528F6C;
}
.small
{
	font-size: 90%;
}
 /* no necesito el menu de la top bar a la derecha */
/*
#nav-top ul
{
  float: left;
}
*/

/* este mejor que siga al menu */
/*
#top-bar-left-widgets
{
  float: none;
  margin-left: 450px;
}
*/
/* algunos cambios aqui */
#top-bar-right-widgets
{
  width: 65%;
}
#global-translator
{
  float: right;
  width: 35%;
}


/* mejor dos a la derecha que uno a cada lado */
#left-header-widgets
{
  float: right;
  margin-right:10px;
}
 
 
/* mejor las banderas en el traductor a la derecha */
.widget-suf-google-translator,
.widget_transposh
{
  display: block;
  float: right;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 3px;
}
.goog-te-gadget
{
display: block;
overflow: hidden;
height: 32px;
}
.goog-te-gadget span
{
  display: none;
}
.widget_transposh .transposh_flags a,
.widget_transposh .transposh_flags a:hover,
.widget_transposh .transposh_flags a:visited
{
float: left;
display: block;
line-height: auto !important;
height: auto !important;
padding: 0 !important;
}

/* cambios en el pie de página */
#cred
{
  height: 70px;
}
#cred table
{
  height: 100%;
}
#cred a, #cred a:visited, #cred a:hover
{
  color:#c0c0c0;
}

/***** cambios en la lista de links ****/
ul.blogroll
{
  margin-top: 25px;
}
li.bookmark
{
  min-height: 140px;
}
li.bookmark a img
{
  float: left;
  max-height: 128px;
  max-width: 200px;
  margin-right: 15px;
}

#horizontal-outer-widgets-1.flattened /* primero quitamos el recuadro convencional de un widget */
{
  background: tranparent;
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  padding-top: 3px;
}
#horizontal-outer-widgets-1 .suf-flat-widget
{
  background: transparent;
  margin: 0;
  border: none;
}

/** para las citas **/
.quotescollection_randomquote p
{
  text-align: left;
}
.quotescollection_widget .quotescollection_randomquote p
{
  margin-bottom: 0;
}

/** vamos a toquetear un poco el calendario **/
.calendar
{
  font-size: 90%;
}
ul.calendar ul li
{
  padding-left: 18px;
  padding-bottom: 0px;
}
ul.calendar ul li ul li
{
  padding-left: 18px;
  padding-bottom: 0px;
}
.calnk a:hover
{
  background-position: 0 0;
  text-decoration: none !important;
  border-bottom: 1px dotted #555;
}
.calnk a:visited
{
  text-decoration: none !important;
  border-bottom: 1px dotted #555;
}
.calnk a
{
  text-decoration: none !important; 
  border-bottom: 1px dotted #555;
}
.calnk a span
{ 
  display: none; 
}
.calnk a:hover span
{
  color: #333333; 
  background: #F6F79B; 
  display: block;
  position: absolute;
  margin-top: 1px; 
  padding: 5px; 
  width: 200px; 
  z-index: 100;
  line-height: 1.2em;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.calendar-table
{
  width:100%;
  border: 1px solid #555;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.calendar-heading
{
  height: 25px;
  text-align:center;
/*  border: 1px solid #D6DED5; */
}
.calendar-next
{
  width: 25%;
  text-align: center;
}
.calendar-prev
{
  width: 25%;
  text-align: center;
}
.calendar-month
{
  width:50%;
  text-align:center;
  font-weight:bold;
}
.normal-day-heading
{
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 0.8em;
  border: 1px solid #555;
  background: #528F6C url(http://www.danielestulin.com/wp-content/themes/suffusion/images/bg_green.png) repeat-x top left;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
}
.weekend-heading
{
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 0.8em;
  border: 1px solid #555;
  background: #990000 url(http://www.danielestulin.com/wp-content/themes/suffusion/images/bg-red.png) repeat-x top left;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
}
.day-with-date
{
  vertical-align:text-top;
  text-align:left;
  width:60px;
  height:60px;
  border:1px solid #555;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.day-without-date
{
  width:60px;
  height:60px;
/*  border:1px solid #555; */
  border: none;
}
.no-events
{

}
span.weekend
{
  color:#990000;
}
.current-day
{
  vertical-align:text-top;
  text-align:left;
  width: 60px;
  height: 60px;
  border: 1px hidden #555;
  background: #d05e0b;
  color: #ffffff ! important;

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.current-day a,
.current-day a:hover
.current-day a:visited
{
  color: #ffffff !important;
}
span.event
{
  font-size: 0.75em;
  padding-left: 6px;
}
.kjo-link
{
  font-size:0.75em;
  text-align:center;
}
.calendar-date-switcher
{
  height: 25px;
  text-align: center;
  border-bottom: 1px dotted #555;
}
.calendar-date-switcher form
{
  margin: 0;
  padding: 0;
}
.calendar-date-switcher input
{
}
.calendar-date-switcher select
{
}
.cat-key
{
  width:100%;
  margin-top:10px;
  padding:5px;
  border:1px solid #D6DED5;
}
.calnk a:hover span span.event-title
{
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px dotted #555;
}
.calnk a:hover span span.event-title-break
{
  display: none;
}
.calnk a:hover span span.event-content-break
{
  width:90%;
  text-align:center;
  height:1px;
  margin-top:5px;
  margin-right:2%;
  padding:0;
  border-top: 1px dashed #555;
}
.page-upcoming-events
{
  font-size:80%;
}
.page-todays-events
{
  font-size:80%;
}

/******** next gen gallery *********/
/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	height: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	overflow:hidden;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left; 
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
}

.ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	display:none;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}

.ngg-navigation span
{
/*	font-weight: bold; */
  color: #FFFFFF;
  background-color: #528F6C;
	margin-right: 2px;
  padding: 2px 5px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev
{
	border:1px solid #222222;
	margin-right: 2px;
  padding: 2px 5px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover
{
	background-color: #528F6C;
	color: #FFFFFF !important;
//	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
}

.ngg-right {
	float: right;
}

.ngg-center {
  	margin-left: auto;
    margin-right: auto;
}

/* ----------- Sidebar widget -------------*/

.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
  text-align: center;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery
{
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img
{
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover
{
	border: 1px solid #000000;
}

/**** facebook_like y twitter_tweet ****/
.facebook_like,
.twitter_tweet
{
  width: 110px !important;
  padding: 0 1px !important;
}

/***************** HIGHSLIDE **************/
.highslide-caption
{
  color: black;
}
