/*
Theme Name:     Apuntes de salud
Theme URI:      http://www.nvingenieria.com/
Description:    Tema para el blog Apuntes de Salud de Sinergia Nutricional 
Author:         Daniel Navarro
Author URI:     http://www.danielnavarroymas.com/
Template:       twentyeleven
Version:        0.1.0
*/

/*
 * Referencias colores:
 *
 * Marron:       3F2B1B
 * Verde fondos: 6AA853
 * Verde titulo: 477037 (y borde inputs)
 * Rojo precios: C00000
 * Gris textos:  404040
 */

@font-face {
	font-family: 'minionsemi';
	src: url('minsemicond.eot');
  src: local('?'), url('minsemicond.otf') format('opentype');
}
@font-face {
	font-family: 'minionmed';
	src: url('bold.eot');
  src: local('?'), url('bold.otf') format('opentype');
}
@font-face {
	font-family: 'nvarial';
	src: url('nvarial.eot');
  src: local('?'), url('nvarial.woff') format('opentype');
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

article {min-height:165px;}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 0;
}
#page {
    padding: 5px 0;
	margin: 0 auto 2em auto;
	max-width: 971px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#primary { float: left; }
#primary_full { float: none; }
#content { width: 650px; }
#primary_full #content { width: inherit; }
#secondary {
	float: right;
	margin-right: 0;
	width: 260px;
}

/* error404 */
.error404 #primary_full,
.search-no-results #primary_full {
}
.error404 #primary_full #content {
  padding-left: 5px;
}

.search-no-results #primary_full #content {
  padding-left: 5px;
}

.search-apuntes,
.search-tienda { margin-bottom: 20px; padding-left: 30px; }

.error404 .page-content form .label,
.error404 .page-content form .button,
.search-no-results .page-content form .label,
.search-no-results .page-content form .button  { float: left; margin-left: 5px; margin-right: 10px; padding-top: 2px; }

.error404 .page-content form .label,
.search-no-results .page-content form .label { padding-top: 1px; }
.error404 .page-content form input,
.search-no-results .page-content form input { width: 250px; }

.error404 .page-content a,
.search-no-results .page-content a { text-decoration: underline; }
.error404 .page-content a:hover,
.search-no-results .page-content a:hover { text-decoration: none; }

.error404 input,
.search-no-results input { font-size: 15px; }
 
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
body {
	/*background: #e2e2e2;*/
	line-height: 1.625;  
}
input[type=text] {
  border: 1px solid #477037;
  line-height: 20px;  
}
input[type=text] {
	position:relative;
  /*padding: 5px; */
  text-shadow: 0px 1px 0px #fff;  
  outline: none;  
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px;  
  border-radius: 3px;  
  border: 1px solid #ccc;  
  -webkit-transition: .2s ease-zin-out;  
  -moz-transition: .2s ease-in-out;
  behavior: url(https://www.misohinutricion.com/blog/wp-content/themes/sinergia/magento/css/PIE.htc);
}

.right input[type=text],
.mc_merge_var input[type=text],
.mini-form-content input[type=text]{
  padding: 5px;
  height: 16px;
}

input[type=text]:focus {
	position:relative;
  border: 1px solid #fafafa;
  border-radius: 3px;  
  -webkit-box-shadow: 0px 0px 6px #4AA833;  
  -moz-box-shadow: 0px 0px 5px #4AA833;
  box-shadow: 0px 0px 5px #4AA833;
}

#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
}

h1 a { color: #3F2B1B; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.25em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
}
input#s {
}
input#searchsubmit {
}

/* Links */
a {
	color: #477037;
	text-decoration: none;
}

a:focus,
a:active {
	text-decoration: none;
}

a:hover {text-decoration:underline;}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator { padding: 2.2em 0.5em 1.1em 0.5em; margin-bottom: 1.1em; font-size: 12px; text-align: center; color: #3F2B1B; background: url(images/sep_pto_marron.gif) repeat-x bottom left;}
#disclaimer { padding: 0 4px; font-size: 11px; text-align: left; color: #808080; }
#disclaimer p { margin-bottom: 0.75em; }

/* Blog header */
h1#site-title { }
h1#site-title a, .old-h1#site-title a { font-family: minionmed; font-size: 32px; color:#477037; }
h2#site-description { font-family: minionsemi; font-size: 22px; color:#477037; font-weight: normal; line-height: 28px; }
h3#site-sub,
h3#site-sub a { font-family: minionsemi; font-size: 22px; color:#3F2B1B; font-weight: normal; }

#branding {
	position: relative;
	width: 100%;
	margin: 0;
    height: 215px;
}
#over-banner { position: absolute; top: 0; left: 0px; width: 100%; }
#over-banner .content {
	
}
#over-banner .right {
	position:absolute;
	top:0;
	right:0;
	padding: 30px; width: 300px; text-align:right;
}
#over-banner .center {
    position: absolute;
    top: 90px;
    left: 225px;
}
#over-banner #site-description { padding-left: 50px; }
#over-banner #site-sub { margin-top: -10px; }

#over-banner #searchform { margin-top: 20px; }
#over-banner #searchform .field { font-size: 12px; width: 195px; height: 16px; padding: 5px;}

/* Sidebar ================================================================================ */

.widget { margin-bottom: 24px; }

.widget h3 { border-top: 1px solid #3F2B1B; padding-top:12px; font-family: minionmed; font-size: 21px; color:#477037; }
.widget.nv_widget_recent_entries h3 { border-top: none; }
#categories-2 h3, #archives-2 h3 { display: none; }
.wprsfbt h3 { display: none; }
.wprsf-beforeform { font-family: minionmed; font-size: 19px; text-align: center; }
.wprsf-afterform { font-family: minionmed; font-size: 19px; text-align: center; margin-top: 0;}
.wprsfbt .wprsfl-name { display: none;}
.wprsfbt .wprsfl-name { display: none;}
.wprsf-theform form { height: 30px; }
.wpsftf-email input { font-size: 12px;  } 
a.rss-link { text-decoration: underline; }
a.rss-link:hover { text-decoration: none; }

#popupemailwnd { text-align: center; padding-top: 20px; }
#popupemailwnd table { margin: 0 auto; }
#popupemailwnd h3 { border-top: none; }
#popupemailwnd h3 { font-size: 22px; line-height: 30px; text-align: center; color: #404040; border-top: none; margin-top: 0; padding-top: 0; }
#popupemailwnd h3 span { font-size: 25px; color: #477037;} 

#text-2.widget, #text-3.widget, #categories-2.widget { margin-bottom: 0; }

div.allpostslink a { font-family: minionsemi; font-size: 20px; text-decoration: underline; }
div.allpostslink a:hover { text-decoration: none; }
div.allpostslink img { text-align: center; vertical-align: middle; margin-left: 5px; }

/* Lists ============================================================================ */

.widget .post-thumb { margin-right: 10px; }
.nv_widget_recent_entries ul, 
.widget_mostreadpostswidget ul,
.popular-posts ul { margin-left: 10px; } 
.nv_widget_recent_entries li,
.widget_mostreadpostswidget li,
.popular-posts li { clear: both;  list-style-type: none; line-height: 18px; min-height: 54px; margin: 15px 0 20px 0; }
.popular-posts .wpp-thumbnail { float: left; margin-right: 10px; }
.popular-posts .comments { font-size: 12px; font-weight: normal; color: #477037; }
.popular-posts .comment-icon { text-align: center; vertical-align: middle; padding-bottom: 5px; margin-right: 5px; }

.tagcloud { margin-top: 15px; }
.tagcloud a { color: #505050; }

select#cat { border: 1px solid #477037; }
select#cat, #archives-2 select { 
  border:1px solid #477037; color:#3F2B1B; background:transparent;
  font-size:14px; font-weight:normal; padding:4px 2px 4px 2px; width:250px;
  margin-top: 10px;
  -webkit-appearance: none;
  background: url(images/arrow_select.gif) no-repeat right;
}

/* Post excerpt ============================================================================ */

.post-thumb { float: left; margin: 0 20px 0px 0; }
.entry-header h1,
.page-header h1 { font-family: minionmed; color: #3F2B1B; line-height: 30px; }
.entry-header h1 { font-size: 24px; }
.page-header h1 { font-size: 26px; }
.entry-meta { margin: 5px 0 15px 0; font-size: 12px; line-height: 16px; }
.entry-meta .comment-icon { text-align: center; vertical-align: middle; padding-bottom: 5px; }
.leave-reply a, .comments-link a { text-decoration: underline; }
.leave-reply a:hover, .comments-link a:hover { text-decoration: none; }
.entry-content { margin-bottom: 50px; font-size: 17px; line-height: 24px; }
.read-more { font-size: 17px; font-weight: bold; color: #477037; }

#nav-above {overflow: hidden;}

.nav-previous, .nav-next,
.nav-previous a, .nav-next a { font-size: 17px; font-weight: bold; color: #477037; margin-bottom: 10px;}
.nav-previous a img, .nav-next a img { margin: 0 8px 0 8px; } 
.nav-previous .prev-icon, .nav-next .post-icon { text-align: center; vertical-align: middle; padding-bottom: 3px; }
.nav-previous { float: left; }
.nav-next { float: right; }

/* Page =================================================================================== */

.page-header h1 { margin-bottom: 30px; }
.page-content { margin-bottom: 50px; font-size: 17px; line-height: 24px; }
.page-content h2 { font-family: minionmed; font-size: 22px; color: #477037; line-height: 26px; margin-bottom: 10px; }

/* Espec�ficos p�gina de sitemap */
.page-template-allposts-php h1 { margin-bottom: 25px; }
.category-posts { margin-bottom: 25px; padding-left: 15px; }
.category-posts small { color: #888; font-size: 12px; }

/* Single post  =========================================================================== */


/* Borders ================================================================================ */


/* Various  ================================================================================ */

.share { background: url(images/sep_pto_marron.gif) repeat-x top; padding-top: 25px; margin-bottom: 15px; }
.share h2 { font-family: minionmed; font-size: 24px; margin-bottom: 20px; }
.addthis_button_tweet  { width: 120px; }
.addthis_button_facebook_like { width: 130px; }
.addthis_button_google_plusone { width: 90px; }
.addthis_button_email { width: 80px; line-height: 20px; vertical-align: bottom; }
.addthis_button_email span { margin-top: 2px; margin-right: 5px; }
.addthis_button_print { width: 80px; line-height: 20px; vertical-align: bottom; }
.addthis_button_print span { margin-top: 2px; margin-right: 5px; position: relative; display:inline-block; bottom: 5px; right: -10px;}
.addthis_button_facebook_like iframe {}
#stf_button { float:left; line-height: 20px; vertical-align: bottom; background-position: 0px 2px; margin-right: 25px; }
.addthis_button_facebook_like .fb_iframe_widget .fb_iframe_widget_lift, .addthis_button_facebook_send .fb_iframe_widget .fb_iframe_widget_lift {z-index: 9999;}
.categories-comments { background: url(images/sep_pto_marron.gif) repeat-x top; height: 30px; padding-top: 25px; margin-bottom: 15px; }
.categories-comments .categories { float: left; padding-top: 2px; }
.categories-comments .comments { float: right; }

/* Comments ============================================================================== */

#comments { clear: both; background: url(images/sep_pto_marron.gif) repeat-x top; padding-top: 15px; margin-bottom: 20px; }
#comments h2 { font-family: minionmed; font-size: 24px; margin-bottom: 15px; }
#comments .commentlist { list-style-type: none; margin-left: 0; }
#comments li.comment { padding: 15px 0 25px 0; background: url(images/sep_pto_marron.gif) repeat-x top; }
#comments li.comment li.comment { padding: 5px 0 10px 0; background: none; }
#comments .comment-author { margin-bottom: 10px; }
#comments .comment-content .text { padding: 5px 10px 0px 20px;  }
#comments .reply { text-align: right; padding-left: 18px; padding-right: 15px; margin-bottom: 15px; }
#comments .commentlist .children { list-style-type: none; }

#comments .form-allowed-tags { display: none; }

#comments .name-and-email { float: left; margin-right: 14px; }
#comments #comment { border: 1px solid #CCC; width: 320px; height: 100px; padding: 5px;}
#comments #comment.logged-in { width: 630px; }
#comments .comment-form-email { margin-bottom: 0; }
#comments .comment-form-comment { margin-bottom: 10px; float: right; margin-right: 5px; }
#comments .email-not-published { font-size: 12px; }
#comments .form-submit { text-align: right; } 
#comments .comments-privacy { text-align: right; font-size: 12px; }
#comments .comments-privacy p { margin: 0; }
#comments .comments-privacy a { text-decoration: underline; }
#comments .comments-privacy a:hover { text-decoration: none; }
#comments .logged-in-as { margin-bottom: 10px; }

#comments .depth-2 #respond { margin-left: -2.5em; }
#comments .commentlist #reply-title { display: none; }
#comments #reply-title-reply { display: none; }
#comments .depth-1 #reply-title-reply { display: block; }

#comments .commenterror { clear: both; float: left; width: 325px; margin-bottom: 5px; color: #d00; display: none; }

#respond {overflow:hidden;}


/* Suscripcion ================================================================== */

.suscribe { font-size: 14px; background: url(images/sep_pto_marron.gif) repeat-x top; padding-top: 20px; margin-bottom: 30px; }
.suscribe img { vertical-align: middle; text-align: center; padding-bottom: 3px; margin-right: 7px; }

/* Mailchimp ================================================================== */

#mc_message.updated { line-height: 16px; margin-bottom: 5px; }
#mailchimpsf_widget-2 h3 { font-size: 22px; line-height: 30px; text-align: center; color: #404040; border-top: none; margin-top: 0; padding-top: 0; }
#mailchimpsf_widget-2 h3 span { font-size: 25px; color: #477037;}
.mc_merge_var {float: left; }
.mc_var_label { display:none; } 
.mc_input { width: 135px; padding-left: 4px; }
.mc_forfree, .mc_rss { font-family: 'minionmed', Arial, Helvetica, sans-serif; font-size: 18px; color: #444; }
.mc_forfree { padding-left: 5px; }
.mc_rss { margin-top: 5px; }
.mc_rss a { text-decoration: underline; }
.mc_privacy, .mc_privacy a { font-size: 11px; color:#444; }
.mc_privacy a { text-decoration: underline; }
.mc_error_msg { font-size: 11px; color: red; padding-left: 15px; background: url('images/validation_advice_bottom_bg.gif') center left no-repeat; }
.mc_error_msg_top { font-size: 11px; color: red; padding-left: 15px; background: url('images/validation_advice_bg.gif') center left no-repeat; }
.mc_success_msg { font-size: 11px; color: #477037 !important; }
.mc_merge_var input { height: 20px; }
.mc_signup_submit { height: 26px; }

input.input_hint { color: #888; padding-left: 4px; }
input.input_hint_active { color: #000; padding-left: 4px; }
    
/* Navigation single ====================================================================== */

#nav-single { margin-bottom: 40px; }

/* ======================================================================================= */

/* Rounded =============================================================================== */




.rounded-comments .content,
.rounded-comments .t,
.rounded-comments .b,
.rounded-comments .b div {
  background:transparent url('images/comments.png') no-repeat top right;
}

.rounded-comments-sinergia .content,
.rounded-comments-sinergia .t,
.rounded-comments-sinergia .b,
.rounded-comments-sinergia .b div {
  background:transparent url('images/comments-sinergia.png') no-repeat top right;
}

.comment-author-mikel-garcia  .content,
.comment-author-mikel-garcia  .t,
.comment-author-mikel-garcia  .b,
.comment-author-mikel-garcia  .b div {
  background:transparent url('images/comments-sinergia.png') no-repeat top right;
}


.rounded {
  position:relative;
  margin:0px auto;
  min-width:8em;
  max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
  z-index:1;
  margin-left:20px; /* default, width of left corner */
  margin-bottom:0em; /* spacing under dialog */
}

.rounded .content {
  position:relative;
  zoom:1;
  _overflow-y:hidden;
  padding:0px 12px 0px 0px;
}

.rounded .t {
  /* top+left vertical slice */
  position:absolute;
  left:0px;
  top:0px;
  width:26px; /* top slice width */
  margin-left:-26px;
  height:100%;
  _height:1600px; /* arbitrary long height, IE 6 */
  background-position:top left;
}

.rounded .b {
  /* bottom */
  position:relative;
  width:100%;
}

.rounded .b,
.rounded .b div {
  height:20px; /* height of bottom cap/shade */
  font-size:1px;
}

.rounded .b {
  background-position:bottom right;
}

.rounded .b div {
  position:relative;
  width:26px; /* bottom corner width */
  margin-left:-26px;
  background-position:bottom left;
}

.rounded .hd,
.rounded .bd,
.rounded .ft {
  position:relative;
}

.rounded .wrapper {
  /* extra content protector - preventing vertical overflow (past background) */
  position:static;
  max-height:1000px;
  overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.rounded h1,
.rounded p {
  margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
  padding:0.5em 0px 0.5em 0px;
}

.rounded h1 {
  padding-bottom:0px;
}

/**NV ***/
  
.addthis_button_tweet{width: 110px;}
.addthis_button_facebook_like{width:125px;}
.addthis_button_facebook_share{width:100px;}
.addthis_button_facebook_send{width:90px;}
.addthis_button_google_plusone{width:90px;}

#breadcrumbs {
	font-size: 12px;
	line-height: 1.25;
	margin: 0 0 30px;
}

.alignright{float:right;}
.alignleft{float:left;}


/** Tabla de ingredientes **/
#product_tabs_composicion_contents { }
#product_tabs_composicion_contents table {width: 100%; }
#product_tabs_composicion_contents table th,
#product_tabs_composicion_contents table td { vertical-align: middle; height: 40px; border-bottom: 1px solid #E4E4E4; font-size: 15px; }
#product_tabs_composicion_contents table th { font-weight: bold; text-align: center; background: url('../sinergia/images/tab-table-th.gif') repeat-x; }
#product_tabs_composicion_contents table .val,
#product_tabs_composicion_contents table .cdr { text-align: center; }
#product_tabs_composicion_contents table th.sep { width: 60px; }
#product_tabs_composicion_contents .otros-ingredientes { font-size: 12px; margin-bottom: 0; }

/** Switch mobile**/
#footer-switch-to-mobile{ display: none; text-align: center; background-color: #E4E4E4;}
#breadcrumbs a {color: #477037;}

#content .entry-content h1 {
	font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0 30px;
    font-size:1.2em;
}
#content .entry-content h2 {
    font-weight: bold;
    padding: 5px 30px 15px;
    color: #477037;
    font-size:1.2em;
}
#content .entry-content h3 {
	font-weight: bold;
    padding:0 30px;
}
#content .entry-content h4 {
    text-decoration: underline;
	font-weight: bold;
    padding:0px 30px 5px;
}
#content .entry-content h5 {
	font-weight: bold;
    padding:0px 30px 5px;
}
#content .entry-content h6 {
    text-decoration: underline;
    padding:0px 30px 5px;
}
#admin_messages:not(:empty) {
    max-width: 941px;
    margin: 0 auto;
    text-align: center;
    padding:15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background:#f8fff6;
    margin-bottom:5px;
}

h2.entry-title a {
	color: #3F2B1B !important;
	font-size: 24px;
	font-weight: bold;
	font-family: minionmed;
}