/* Enter Your Custom CSS Here */

/* Imatge de capçalera a amplada complerta */
#sidebar-header {
	//float: left;
    float: right;
	width: 100%;	/* 468 / 940 = 0.4978723404255319 */
}

/* Marge entre widgets */
//.sidebar .widget {
//	margin-bottom: 1.0px;
// }


/* Línies i taules */
hr {
	border-top: 1px solid #CCC;
	margin: 0em 0 1.00em 0;
}
table th {
//	font-size: 0.9166666666666667em;
	line-height: 0.00em;
//	font-weight: normal;
//	text-transform: uppercase;
//	padding: 0px 0%;
//	border-bottom: none;
//	border-bottom: 0px solid #fff;
//	text-align: left;
}
td {
//	padding: em 0%;
	color: #333;
	border-bottom: 0px solid #ccc;
}

/* Treu el rectangle gris amb les categories sobre la imatge a la pàgina principal */
.byline.byline-cat { 
display: none;
}

/* Treu la imatge destacada a sobre del post */
.single-thumbnail.featured {
    display: none;
}

/* Treu la barra gris amb enllaç a Home */
.breadcrumbs {
    display: none;
}

/*Dimensions pàgina d'entrades*/
#sidebar-primary {width:100%;}
#content {width:78%}
#sidebar-secondary {width:18%;}


/*Imatge destacada posts en pàgina d'entrades*/
.hentry .archive-thumbnail {
  float: right;
  width: 100%;
}

/*Pàgina de posts*/
.singular-post #sidebar-primary {width:100%;}
.singular-post #content {width:78%}
.singular-post #sidebar-secondary {width:18%;}


/* Tamany imatge destacada en pàgina de posts */
/* EN ARXIU archive.php */
/* get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'archive-thumbnail', 'image_class' => 'featured', 'width' => 470 (canvio a 585), 'height' => 140 (canvio a 174), 'default_image' => get_template_directory_uri() . '/images/archive-thumbnail-placeholder.gif' ) ); */
/* EN ARXIU functions.php */
/* function oxygen_embed_defaults( $args ) {
	$args['width'] = 470; (lo cambio a 585)
	if ( is_page_template( 'page-template-fullwidth.php' ) )
		$args['width'] = 940;
	return $args; } */
/* EN ARXIU functions.php */
/* function oxygen_image_sizes() {
	add_image_size( 'archive-thumbnail', 470, 140, true ); (lo cambio a 585, 174)
	add_image_size( 'single-thumbnail', 470, 260, true );
	add_image_size( 'featured-thumbnail', 750, 380, true );
	add_image_size( 'slider-nav-thumbnail', 110, 70, true );
} */
/* EN ARXIU index.php */
/* get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'archive-thumbnail', 'image_class' => 'featured', 'width' => 470, 'height' => 140, 'default_image' => get_template_directory_uri() . '/images/archive-thumbnail-placeholder.gif' ) ); */
/* EN ARXIU Plantilla de la pàgina Front Page */
/* get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'archive-thumbnail', 'image_class' => 'featured', 'width' => 470, 'height' => 140, 'default_image' => get_template_directory_uri() . '/images/archive-thumbnail-placeholder.gif' ) ); */


/* Pàgines */
.singular-page .entry-title { color: #333; }
//.singular-page #main  #content-wrap  {float: left;}
//.singular-page #sidebar-primary {display:none;}
//.singular-page #sidebar-primary {width:0%;}
//.singular-page #menu-secondary {display:none;}
//.singular-page #content {width:78%;}
//.singular-page #sidebar-secondary {width:18%;}

// .singular-page #sidebar-secondary {display:none;}
// .singular-page #content {width:100%}
/*Remove right sidebar*/
// .singular-page #sidebar-primary {display:none;}
// .singular-page #menu-secondary {display:none;}
// .singular-page #content { margin-left: 0;}
// .singular-page #main #content-wrap { float: left;}

//.singular-page #menu-secondary {display:none;}
.singular-page #content {width:100%}
.singular-page #sidebar-secondary {display:none;}

//.singular-page #content-wrap {
//float: left; /* Original: right */
//margin-bottom: 30px;
//width: 78%;	/* 750 / 940 = 0.79787234042553 */
//overflow: hidden;
//position: relative;
//z-index: 1;
//}
//.singular-page #main {
//clear: both;
//width: 100%;
//margin: 0 auto;
//position: relative;
//}

//.featured-wrapper {
//	float: left;
//        width: 100%;
//}

//.content-wrap {
//	float: left;
//        width: 100%;
//}


//.featured-thumbnail { max-width: 100%; }
//#featured-content .dummy {
//	width: 100% !important;
//	height: auto !important;
//	max-width: 100%;
//	height: auto;
//}

pre {
	padding: 15px 20px;
	background: #FFFFFF;
}

/* Lists 
-------------------------------------------------------------- */
ul {
	list-style: circle;
	margin: 0 0 0em 1.25em;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 0em 1.25em;
	padding: 0;
}

/* Twitter
--------------------------------------------------------------------- */
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 5px 5px;
  padding: 0 5px 5px 5px;
  max-width: 100px;
}
 
blockquote.twitter-tweet p {
  font-size: 10px;
  font-weight: small;
  line-height: 10px;
}
 
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
 
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}