/* =============================================================================
  Opennemas  CSS rules
   Version: .1
   Author: OpenHost S.L.
   ========================================================================== */

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
/*
   Theme default values:
   First font: Verdana, Arial, sans-serif
   Secondary font: Georgia, sans-serif;
   First color: #638F38;
   Secondary color: #005689;

*/

/***********************************************************
	General definitions
************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:auto;
	min-height:100%;
	background-color: white  !important;
}
html, button, input, select, textarea {
	font-family: Verdana, Arial, sans-serif !important;
	color: #222;
}
body {
	margin: 0;
	font-family: Verdana, Arial, sans-serif !important;
  background-repeat: repeat-x;
}

::-moz-selection { background: #9dbad5; color: #fff; text-shadow: none; }
::selection { background: #9dbad5; color: #fff; text-shadow: none; }

a { color: #005689; text-decoration: none; font-family: Georgia;}
a:visited { color: #005689; }
a:hover { color: #005689; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; text-decoration:underline; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #E9E9E9; margin: 1em 0; padding: 0; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; display: block;}

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; background-color:#FFF;  }
h5, h2 { margin-bottom: 5px;}

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body{ font:12px/24px Verdana, Arial, sans-serif;  width:100%; color:#252525; line-height: 18px;}

/* =============================================================================
   Media Queries
   ========================================================================== */

.wrapper {
    width:998px;;
    margin:0 auto;
}


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/***********************************************************
	General definitions
************************************************************/


.container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	float:none !important;
}

.container_with_border { border:1px solid #ccc; }

.wrapper_content_inside_container {
		margin-left:10px;
		margin-top:10px;
}


#main-container {
  background-color: #FFF;
  z-index: 2px;
}

/* =============================================================================
   Header rules
   ========================================================================== */
div.current-hour { font-size:.8em }
div.current-hour span.hour{ color:#024174; }

div.current-hour {
    float:left;
    display:block;
    margin: 5px 0 0 10px;
}

.iadbox-badge.bottom {
  position: fixed;
  top: 3em;
  z-index: 10;
  background-color: #21639D;
  padding: 10px;
  background-position: 10px;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #21639D;
}

/* =============================================================================
   Header styles
   ========================================================================== */

#header-container { margin-top:5px; position: relative; border-top: 1px solid #ccc}
#header-container .header-logo {
    width:700px;
    float:left;
    margin:0;
}
#header-container .header-logo a img {
    max-width: 998px;
    max-height: 120px;
}
#header-container .header-logo .big-text-logo {
    display: inline-block;
    margin-top: 10px;
}
#header-container .header-logo a,
#header-container .header-logo a:visited {
    font-family: 'Ubuntu',sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
}

#header-container header { border:0 none; }
#header-container header > div{ display: inline-block; width: 100%}
#header-container .info-pages { float:right; top:10px; right:0px;}
#header-container .info-pages .block-pages a {
    font-size: .9em;
    font-family: Verdana, Arial, sans-serif;
}

#header-container .info-pages .block-pages ul.pages {
    margin:0;
    vertical-align:middle;
    margin: -10px 0 3px 3px;
    float:right;
}
#header-container .info-pages .block-pages ul.pages li{
    display:inline-block;
    list-style:none;
}
#header-container .info-pages .block-pages ul.pages li a{
    color:#2D2C2B;
}

#main-search-form { text-align:right;}
#main-search-form input, #main-search-form button { margin:0 !important; color:#444; font-size:12px; }
#main-search-form input[type="search"]{
    width:200px;
    border:1px solid #999;
    border-bottom-color:#f1f1f1;
    border-right-color:#f1f1f1;
    -moz-box-shadow:    inset 0 3px 3px #ccc;
    -webkit-box-shadow: inset 0 3px 3px #ccc;
    box-shadow:         inset 0 3px 3px #ccc;
    padding:0 5px;
    display:inline-block;
    max-height:30px;
    margin-right:-4px !important;
    margin-top:2px;
    height:24px;
}
#main-search-form button[type="submit"]{
    width:50px;
    background-color: #dfdfdf;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#999));
    background: -webkit-linear-gradient(top, #dfdfdf, #999);
    background: -moz-linear-gradient(top, #dfdfdf, #999);
    background: -ms-linear-gradient(top, #dfdfdf, #999);
    background: -o-linear-gradient(top, #dfdfdf, #999);
    border:1px solid White;
    display:inline-block;
    text-shadow: 1px 1px 1px #fff;
    padding:4px;
    border:1px solid #ccc;
    border-bottom-color:#999;
    border-right-color:#999;
    height:26px;
}
#header-container  nav.utilities-menu {
    float: right;
    margin-bottom: 10px;
}

#header-container  nav.utilities-menu  ul {
    margin:0 5px;
    padding:0;
    text-align: right;
}
#header-container nav.utilities-menu ul li { margin:0 auto; padding:0; display:inline-block; }
#header-container nav.utilities-menu ul li a { padding:3px 5px; font-size:11px; color:#005689; text-transform:uppercase; font-weight:bold; text-decoration:none; }

#header-container .phrase {
    width:270px;
    float:left;
    overflow: hidden;
    font-style: italic;
    font-family: Georgia;
    font-size: 15px;
    text-align: center;
    color: #4E4E4E;
}

#header-container .phrase  a:hover{
   color: #638F38;
}

div.horizontal-widgets div.widget-urgent-articles div.widget-content ul{
    margin: 0px;
    padding: 0px;
}
div.horizontal-widgets div.widget-urgent-articles {
    margin-bottom: 2px;
}
div.horizontal-widgets div.widget-urgent-articles div.widget-content div.widget {
    display: block;
    margin: 0px;
}

div.horizontal-widgets div.widget-urgent-articles div.widget-content ul li {
    background-color: #FFFFFF;
    border: 1px solid #F3F3F3;
    margin: 0px;
    padding: 10px 5px;
    list-style: none;
}

.widget-videos .video > div,
.widget-albums .album > div{
    float: left;
    width: 50%;
    font-size: 15px;
}

.widget-videos figure, .widget-albums figure {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.widget-videos .video img,
.widget-albums .album img{
    max-width: 90%;
    margin-right: 5px;
}

.widget-videos .video,
.widget-albums .album {
  border-bottom: 1px solid #EDEDED;
}
/* =============================================================================
   Menu rules
   ========================================================================== */
#menu {
    border:0 none;
    position:relative;
    height:50px;
    border-bottom: 1px solid #ccc;
}

#menu .main-menu ul { margin:0 auto; padding:0; }
#menu .main-menu ul li { margin:0 auto; padding:0; display:inline-block; }
#menu .main-menu ul li a {
    padding: 6px 5px;
    font-size:.9em;
    color:White;
    font-weight:bold;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
}
#menu .main-menu ul li ul a {
    line-height:20px;
    font-weight: normal;
    margin-left: 5px;
}

#menu .main-menu ul li a:hover,
#menu ul li a:focus,
#menu ul li.active a {
    background: none repeat scroll 0 0 rgba(204, 204, 204, 0.5);
    color:White;
}

#menu ul.nav li.active a,
#menu ul.nav li:hover a {
    background: none ;
    text-decoration: underline;
    color:Black ;
}

#menu .main-menu ul ul li a {
    font-size:.9em ;
    background:transparent ;
    color:Black ;
}


#menu li.cat ul {
    word-wrap:no-wrap;
    display:inline-block;
}

div.main-menu{
    position: absolute;
    background-color: #638F38;
    color: white;
    width: 100%;
}

/*li.cat > ul.nav {
    width: 98%;
    position: absolute;
    top: 26px !important;
    background: #FFF;
    border-top: 2px solid #005689;
}

li.cat:hover > ul.nav { z-index: 999; }*/


#menu .main-menu ul ul li a {
    font-size: .9em ;
    padding: 2px 4px ;
    font-weight: bold;
}

#menu li.cat ul a { display:inline-block;  font-size:.9em; padding:2px 4px; }
#menu li.cat:hover ul { display:block; }
#menu li ul.nav { position: absolute; overflow:visible;}
#menu li ul.nav, #menu li.active ul.nav { display: none; }
#menu ul.nav li { height: auto; display: inline-block}
#menu li:hover a {  }
#menu li.active ul.nav { display: block; }
#menu:hover li.chatafaca ul.nav { display: none; }
#menu:hover li.chatafaca:hover ul.nav { display: block; }
#menu li.chatafaca ul.nav li a:hover { display: block; }
#menu ul li.subcat { padding-right:0px }
#menu ul li.subcat a { text-transform: none; }

div.goback {
  float: right;
  position: absolute;
  right: 5px;
  bottom: 26px;
  color:#FFF;
  font-size: 11px;
}
div.goback a{
    text-transform:capitalize;
    font-weight:bold;
    text-decoration:none;
    font-family: Verdana, Arial, sans-serif !important;
    font-weight: 700;
}

div.social-icons-submenu {
    float: right;
    width: 250px;
    padding-bottom: 6px;
    padding-bottom: 10px;
}

div.social-icons-submenu li {
    list-style: none outside none;
    margin: 0 2px;
    float: right;
}

div.social-icons-submenu ul li img {
    vertical-align: middle;
    width: 24px;
}
.horizontal-widgets .widget{
  margin: 0px;
  padding: 0px !important;
  width: 100%;
  background-color:#FFF !important;
}
/* =============================================================================
   Footer rules
   ========================================================================== */
#footer-container {
  border:0 none;
  margin-top:10px;
  margin-bottom:20px;
  vertical-align:top;
  background-color:#005689;
  color:#FFF;
  position:relative;
}

footer .links {
    margin: 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

footer .links h1 { font-size:1.1em; color:#666; font-weight:bold; }
footer .links a  { color:#FFF; text-decoration:none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: .9em; }
footer .links a:hover { text-decoration:underline; color:#FFF }
footer .links li {display: inline-block; margin-right: 10px; }

footer .logo-footer, footer .partners { color:#FFF; width:400px; margin: 10px;}
footer .logo-footer { float:left; }
footer .logo-footer a { color:#FFF; text-decoration:underline; }
footer .partners { float:right; text-align:right; font-size:.85em; line-height:1.4em;}
footer .partners a { color:#FFF; text-decoration:none; }
footer .partners a:hover { border-bottom:1px dotted #FFF; }
footer .partners li { display:inline-block; text-align:right; vertical-align:middle; text-align:right; }
footer .partners li img { display:block; }
footer .partners li:first-child { margin:0; margin-right:20px; }
footer .partners li:last-child { padding-right:0px; margin-right:0px; }


/*************************ADVERTISEMENT*****************************/
.container_ads {
  width: 996px;
  margin:auto;
}
.ads_break_frontpage {
  width: 996px;
  margin:2px auto;
}

div.ad_in_column { margin:5px 0 15px 0; display: inline-block !important; width: width:100%;float: left; clear: none;}
/*IE8*/ div.ad_in_column { width: 310px\9; *width: 310px;}
.ads.ad-inner .ad_horizontal { margin-top: 20px; }
div.third-column.column-article div.ad_in_column { min-width: 326px; }
.opinion-index .last-column div.ad_in_column,
.opinion-index-author .last-column div.ad_in_column,
.opinion-inner .third-column div.ad_in_column { min-width: 326px; }
/***********************************************************
  Definitions for ads inside HEADER
************************************************************/
div.ads_footer, div.ads_header { width: 100%; }
.ad_728 { display:inline; float:left; }
.ad_in_column div { margin:0 auto; }
div.ads_footer div.ad_728, div.ads_header div.ad_728 {  margin-right:0px; }
.ad_244{ display:inline; float:right; text-align: right; }
div.ads_footer div.ad_244, div.ads_header div.ad_244 { float:right; }
div.ad_in_column > div { text-align:center; border:1px solid #E9E9E9; padding:5px; }

.ads_break_frontpage { clear:both; margin:10px 0; }
.ads_break_frontpage > div { background-color:White; }

div.ads-skyscraper-container{
    position: fixed;
    top: 0;
    width: 100%;
}
div.ads-skyscraper-container >div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 998px;

}
.ad-inner {
  margin: 20px auto;
}
/* =============================================================================
   Frontpage
   ========================================================================== */
.first-column, .second-column {
  width: 325px;
}
.first-column {
  margin-right: 0px;
}

.layout-inner {
  margin: 0 5px;
}

div.frontpage.first-block div.first-column  h3.nw-title a,
div.frontpage.first-block div.second-column  h3.nw-title a,
div.frontpage.first-block div.third-column  h3.nw-title a{
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -1;
}

div.frontpage.second-block div.layout-column  h3.nw-title a{
  font-size: 21px;
  line-height: 25px;
}

div.frontpage.third-block div.layout-column  h3.nw-title a{
  font-size: 21px;
  line-height: 26px;
}

div.frontpage.third-block div.third-column {
  width: 316px;
}

.break-row {
  border-right: 1px solid #DDD;
  width: 651px;
}

.break-row .tiny h3.nw-title a{
  font-size: 22px !important;
  line-height: 26px !important;
}

.break-row .tiny{
  width: 156px;
  margin-right: 0px;
}

div.frontpage .wrapper-two-columns {
  margin-right: 0px;
}

article.onm-new {
    position:relative;
    padding:10px 5px;
    clear: both;
}

article.onm-new iframe {
    max-width: 100%;
    z-index: 0;
}

article.onm-new .line-new {
    border-bottom: 1px dashed  #ccc;
    padding: 12px;
    clear: both;
}

article.onm-new img {
    width:auto;
    margin-bottom: 5px;
    max-width: 100%;
    margin-right: 10px;
    float: left;
    display: block;
}


div.span-8 article.onm-new figure a img.nw-image {
    width: 100%;
}

article.onm-new h4.nw-subtitle {
  margin-bottom: .2em;
  color: #333;
  font-size:.85em;
  line-height:1.1em;
  text-transform: uppercase;
}

article.onm-new .nw-subtitle,
article.onm-new .nw-summary {
    font-size: 1.07em;
    line-height:1.4em;
    margin-bottom: 5px;
    color: #3c3c3c;
}
article.onm-new .nw-summary p{
    margin-bottom: .4em;
}

article.onm-new .nw-title {
  margin-bottom:10px;
  padding: 4px 0 0;
}

article.onm-new .nw-title a {
    font-weight:400;
    font-size:26px;
    text-decoration:none;
    font-family: Georgia;
    line-height:30px;
    color:#024174;
}
article.onm-new .nw-title a:hover {
    text-decoration: underline;
    outline: medium;
}

article.onm-new .nw-category-name
{
    margin:0;
    margin-bottom:5px;
    font-weight: bold;
    color:#638F38;
    padding:0 18px 0 0;
    text-transform: uppercase;
    display: inline-block;
    width:auto;
    position:relative;
}

article.onm-new div.nw-category-name span
{
    display:inline-block;
    width:15.5px;
    height:8.5px;
    position:absolute;
    right:0;
    top:0;
    margin-top:3px;
    background: url(../images/bullets/transparent.png) center right no-repeat;
}

article.onm-new.highlighted-3-cols figure img,
article.onm-new.highlighted-2-cols figure img {
    width:100%;
    margin-bottom:0px;
}

article.onm-new.highlighted-2-cols.widder figure img {
    width:60%;
    margin-bottom:0px;
    float: left;
}


article.onm-new.highlighted-2-cols div.nw-subtitle div,
article.onm-new.highlighted-3-cols div.nw-subtitle div {
    background:none repeat scroll #024174;
    color:White;
    padding:5px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    padding: 7px 15px 5px 10px;
    text-align: center;
    white-space: nowrap;
    display:block;
    clear: both;
    overflow: hidden;
}


article.onm-new.highlighted-2-cols,
article.onm-new.highlighted-3-cols {
    margin-bottom:10px;
    min-height:100px;
}

.frontpage article.highlighted-2-cols .nw-title,
.frontpage article.highlighted-3-cols .nw-title {
    padding: 0 10px 0px 0px !important;
    margin-bottom: 10px;
    color:#024174;
}
.frontpage article.highlighted-2-cols .nw-title a,
.frontpage article.highlighted-3-cols .nw-title a {
    font-size:1.6em;
    font-family: Georgia;
    font-weight:normal;
    color:#024174;
    clear:both;
}

.frontpage  article.highlighted-3-cols figure,
.frontpage  article.highlighted-2-cols figure {
    display: block;
}

.frontpage  article.onm-new figure a img.nw-image {
    margin-bottom:5px;
}

.frontpage  article.highlighted-3-cols figure a img.nw-image,
.frontpage  article.highlighted-2-cols figure a img.nw-image {
    margin-bottom: 5px;
}

.frontpage article.highlighted-3-cols .article-info {
    margin:0 0 5px 0px;

}
.frontpage article.highlighted-2-cols .article-info {
    margin:0 0 5px 0px;
}
.frontpage article .article-info {
    font-size:.85em;
    padding: 0px !important;
    font-family: Arial, sans-serif;
    width:auto;
    color:#333;
}
.frontpage article .article-info span {
    color:#638F38;
}

.frontpage article .article-info .publish-date {
    display:inline-block;
}
.frontpage article  .comments {
    width:98%;
    text-align:right;
    margin-top: 5px;
}

.frontpage article .comments a,
.frontpage article .comments a {
    color:#666;
    text-transform:uppercase;
    padding-left:23px;
    background:url(../images/bullets/comment_icon.gif) center left no-repeat;
    font-size: 11px;
}

.frontpage article.highlighted-2-cols .related {
    float: left;
}

.frontpage .related li {
    list-style:square;
    color:#024174;
}

.frontpage .related li a {
    color: #024174;
    font-size:12px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration:none;
}

.frontpage .related li a:hover{
    color: #024174;
}

.frontpage.blog .header-logo {
    font-size: 30px;
    font-family: Georgia;
    line-height: 30px;
    color: #024174;
    margin: 20px 0 10px 0;
    text-transform: capitalize;
}
.frontpage.blog img.nw-image {
    width: 250px;
}
div.more-resources {
    color: #024174;
}
  div.more-resources ul {
    margin: 0px;
    padding: 0 0 0 20px;
  }
  div.more-resources li {
    list-style: disc;
    color: #024174;

  }
  div.more-resources li a{
    color: #024174;
    font-size:11px;
    font-family: Verdana, Arial, sans-serif;
    text-decoration:none;
    font-weight: 500;
  }

/*** album- video in frontpage ***/

.frontpage article.album, .frontpage article.video {
  background-color: #EDEDED;
  color:#024174;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.frontpage article.album .nw-title a, article.video .nw-title a {
    color: #111111;
}


.frontpage article.album figure, .frontpage article.video figure{
    display: inline-block;
}

article.video img, article.album img {
  box-shadow:0 0 2px #EEE;
  border-radius: 4px;
  width: 100%;
}

.video-inner {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

#categories-list li{
    list-style:none !important;
    background:#efefef;
    border:1px solid #ddd;
    padding:5px;
    margin:4px;
    width:40%;
    float:left;
}
#categories-list li:hover {
    background:#ececec;
    border:1px solid #ececec;
}

#categories-list li a {
  color: #444;
}

#categories-list img {
    vertical-align:middle;
}
/* =============================================================================
   Article inner rules
   ========================================================================== */
header.article-inner {
    /*width: 980px;
    padding-left: 10px; Used for 3 columns title */
}

header.article-inner {
    margin: 15px 0;
}
header.article-inner h1.title {
    font-family: Georgia;
    font-weight:normal;
    font-size: 2.7em;
    line-height: 1.05em;
}
header.article-inner h2.subtitle {
    color: #555555;
    font-size: 1em;
    margin: 0px;
    text-transform: uppercase;
}

header.article-inner div.article-summary {
    color: #636363;
    font-size: 1em;
    margin-bottom: 15px;
    margin-right: 10px;
}

header.article-inner div.article-summary img {
    max-width: 640px;
}

article.article-inner {
    font-size:13px;
    padding-left: 10px;
    width: 644px;
}

article.article-inner .author-and-date {
    width:100%;
    font-size:1em;
    vertical-align:top;
}
article.article-inner .author-and-date .author {
    font-family: Arial, sans-serif;
    float:left;
    color: #000;
}
article.article-inner .author-and-date .publish-date {
    font-family: Arial, sans-serif;
    color:#AAA;
}


article.article-inner .subtitle {
    font-family: Arial, sans-serif;
    font-size:1.05em;
    margin:15px 0;

}

article.article-inner .category {}
article.article-inner .category-and-share { width:100%; text-align:right; }
article.article-inner .category-and-share > div {
    display:inline-block;
    height:20px;
}

article.column-article{
    padding: 4px;
}
article.article-inner div.body div.article-media {
    float: left;
    margin: 0 10px 5px 0;
}

article.article-inner div.body div.article-media div {
    margin-bottom: 10px;
}

article.article-inner div.body div.article-media object {
    margin-bottom: 10px;
}

article.article-inner div.body div.article-media figure img {
    width:auto;
    max-width:494px;
}

article.article-inner .article-media {
    position:relative;
}

article.article-inner .article-media figcaption {
    position:absolute;
    bottom:0px;
    display:block;
    padding: 2px 2px 2px 8px;
    background: #E9E9E9;
    border-radius: 0 5px 0 0;
    color:#333;
    font-size:.8em;
    max-width:100%;
}

article.article-inner div.body div.article-media:hover { opacity:0.95; filter:alpha(opacity=95); /* For IE8 and earlier */ }

article.article-inner .body {
    padding-top: 5px;
    color: #222;
    font-family: Verdana, Arial, sans-serif;
    font-size: .9em;
    line-height: 20px;
    min-height: 500px;
    border-top: 1px solid #ddd;
    float: right;
}

article.article-inner .body p {
    margin-bottom:10px;
}

article.article-inner .body .article-summary {
    font-weight: bold;
}

article.article-inner .body a {
    text-decoration:none;
    border-bottom:1px dotted #005689;
    font-size: 1.2em;
}

article.article-inner blockquote {
    color:#005689;
    font-family: Georgia;
    max-width:35%;
    text-align:center;
    text-shadow:0 0 2px rgba(144,159, 205, 200);
    float:right;
    font-size:1.5em;
}

article .inner-article-content {
    position: relative;
}

article .inner-article-content div.article-utils-box {
    margin-right:0;
    padding: 10px;
    /*margin-left: 510px; */
    border-top: 1px solid #ddd;
    position: absolute;

}

div.article-utils-box div.floating-box > div {
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}

div.article-utils-box div.title {
    color: #555;
    font-size: 1.em;
    font-weight: bold;
    margin-bottom: 5px;
}
div.utils ul {
    color: #111111;
    font-family: Arial;
    font-size: 11px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.utils li {
    display: block;
    margin: 4px 0;
}
div.utils a {
    color: #222;
    font-size: 1.1em;
    padding-left: 23px;
    text-decoration: none;
}

div.utils a:hover {
    text-decoration: underline;
    color: #222;
}

div.utils ul li a.utilities-print {
    background: url("../images/utilities/print-black.png") no-repeat scroll left center transparent;
}

div.utils ul li a.utilities-send-by-email {
    background: url("../images/utilities/email-black.png") no-repeat scroll left center transparent;
}
div.utils ul li a.utilities-increase-text {
    background: url("../images/utilities/decrease-text-black.png") no-repeat scroll left center transparent;
}
div.utils ul li a.utilities-decrease-text {
    background: url("../images/utilities/increase-text-black.png") no-repeat scroll left center transparent;
}

/* =============================================================================
   Share-buttons
   ========================================================================== */
div.share-buttons div.block{ margin: 10px 0px}
div.share-buttons div.more-share-button a,
div.share-buttons div.more-share-button img { vertical-align: top; color:#222; margin-right: 5px;}

/* =============================================================================
   Voting
   ========================================================================== */
ul.voting .vote-element {
    width:13px;
    height:13px;
    background:url(../images/utilities/e-star.png) top right no-repeat;
}
ul.voting  .vote-element.active {
    background:url(../images/utilities/f-star.png) top right no-repeat;
}

.ajax-loading {
    padding-left:20px;
    background:url(../images/ajax-loader.gif) center left no-repeat;
}

/* =============================================================================
   Related content rules
   ========================================================================== */
.related-content ul {
    padding:0px;
}

.related-content ul li {
    list-style: none outside none;
    margin-right: 5px;
    padding: 5px 0;
}

.related-content ul li a {
    color:#024174;

}
.related-content ul li a span {
    display:none;
}


/* =============================================================================
   Suggested content rules
   ========================================================================== */
.machine-related-contents {
    width:100%;
    margin: 10px 0;
}
div.machine-related-contents div.title {
    color: #555;
    font-size: 1.1em;
    font-weight: bold;
}

.machine-related-contents ul {
    margin-left:10px;
    padding:0px;
    font-family: Georgia;
    font-size: 1.1em;
}
.machine-related-contents ul li {
    color:#024174;
    list-style: square outside none;
    margin-left:10px;
    padding-bottom: 4px;
    list-style-image: url(../images/bullets/res-sprite.png) no-repeat;
}

.machine-related-contents ul li a {
    color:#024174;
    text-decoration:none;

}
.machine-related-contents  a:hover {
    border-bottom: 1px solid #024174;
}
/* =============================================================================
   Opinion rules
   ========================================================================== */

.opinion-index .opinion-list, .list-opinions {
    width: 660px;
}
.opinion-list {margin-top: 10px;}
.opinion-index .last-column,
.opinion-index-author .last-column {
    margin-top: 10px;
}

.opinion-index .page-title,
.opinion-index-author .page-title,
.opinion-inner .page-title {
    font-family: Georgia;
    font-weight: bold;
    color:#024174;
    text-decoration:none;
    border-bottom:1px solid #024174;
    margin: 10px;
}

.opinion-index-author header {
    /*background: url("../images/sections/opinion-header.png") no-repeat scroll right bottom transparent;*/
    min-height: 100px;
    padding: 10px;
    font-family: Georgia;
    margin-right: 10px;
}

.opinion-inner header {
    /*background: url("../images/sections/opinion-header.png") no-repeat scroll right bottom transparent;*/
    min-height: 100px;
    padding: 10px 10px 10px 0px;
    font-family: Georgia;
    margin-right: 10px;
}

div.opinion-index-author  header h1.section-title a,
div.opinion-inner header h1.title{
  font-family: Georgia;
  font-style: italic;
}

div.opinion-index-author  header h1.section-title a{
    color:#638F38;
    text-decoration: none;
}

.other-opinions article.opinion-element .body {
    clear:both;
}

article.opinion-element {
    display:inline-block;
    padding:0 10px;
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    width: 97%;
}

div.opinion-inner div.body {
    font-size: 1em;
}

article.opinion-element:last-child {
    border-bottom:0 none;
}
    article.opinion-element .header { margin-bottom:10px; }
        article.opinion-element .wrapper-photo {
          display:block;
          position:absolute;
          top:0;
          right:0;
          min-width:80px;
          text-align:center;
          position: relative;
          float: left;
        }
        article.opinion-element .header time {
            line-height: .9em;
            color: black;
            font-size: .9em;
            font-family: Arial, sans-serif ;
            color:Gray;
        }
        article.opinion-element .header figure.author {
            text-align:center;
            margin-right:10px;
            margin-top:5px;
        }
            article.opinion-element .header figure.author img {
                padding:4px;
                border:1px solid #eee;
                background:White;
                border-radius:3px;
                max-width:70px;
                max-height:70px;
            }
        article.opinion-element .header hgroup {}
            article.opinion-element .header h2.author_name {
                margin-bottom:3px;
                font-size:1em;
                line-height:1em;
                padding:0;
            }
                article.opinion-element .header h2.author_name a {
                    font-family: Georgia;
                    text-decoration:none;
                    color:#638F38;
                    font-style: italic;
                    font-weight:bold
                }
                article.opinion-element figure img {
                    max-width: 100%;
                }

            article.opinion-element .header h1.title {
                margin: 0px;
                margin-bottom:10px;
                font-size: 30px !important;
                line-height:34px;
                font-style: italic;
                font-family: Georgia;
            }
                article.opinion-element .header h1.title a{
                    font-family: Georgia;
                    font-weight: normal;
                    color:#024174;
                    text-decoration:none;
                }
        div#main_content.opinion-inner header  div.author-and-date a {
            font-family: Georgia;
            font-style: italic;
            font-weight: normal;
            color:#024174;
        }

        article.opinion-element .body {
            font-size:1em;
            line-height:1.5em;
            display:block;
        }

        article.opinion-element div.body div.more{
            width: 100%;
            font-size: 0.9em;
            font-weight: bold;
            color: #024174;
        }

    .editorial,
    .other-opinions {
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .editorial h1.section-title,
    .other-opinions h1.section-title {
        font-family: Georgia;
        padding: 10px;
        margin-bottom: 0px;
        background-color: #F1F1F1;
        text-align: center;
    }
    .opinion-index-author h1.section-title {
        font-family: Georgia;
    }


.editoriais article.opinion-element {
}

    .editoriais article.opinion-element .header h1.title {
        margin: 0px;
        font-size: 32px;
        line-height:38px;
    }
        .editoriais article.opinion-element .header h1.title a{
            color:#024174;
        }


.opinion-inner .author-info,
.opinion-index-author .author-info {
    vertical-align:top;
    position:relative;
}
.opinion-inner .author-image,
.opinion-index-author .author-image {
    margin:0 10px 10px 0;
    border:1px solid #ccc;
    padding:5px;
    border-radius:3px;
    display:inline-block;
    float: left;
}
.opinion-inner .author-image img,
.opinion-index-author .author-image img {
    max-width:100px;
}
.opinion-inner .author-details,
.opinion-index-author .author-details {
    display: inline-block;
    background-color: #F1F1F1;
    max-width: 510px;
    padding: 10px;
}

.opinion-inner .author-details h1,
.opinion-index-author .author-details h1 {
    color:#333;
}

.opinion-index-author .author-details.editorial > *,
.opinion-inner .author-details.editorial > * {
    margin-left:20px;
}
.opinion-inner .author-details .condition,
.opinion-index-author .author-details .condition {
    color:#555;
}

.opinion-inner div.author-details h2.section-title {
  font-size: 1.15em;
}

.author-details .read-more a:hover {
    text-decoration:underline;
}

article.opinion-element .block {
    display: inline-block;
    margin-top: 5px;
}

article.onm-new.opinion img {
    float: left;
    height: 100px;
    margin-right: 8px;
    min-height: 100px;
    min-width: 78px;
    width: 78px;
    margin-bottom: 0;
    padding: 3px;
    box-shadow: 0 0 3px #222222;
    padding: 2px;
    margin-top: 5px;
}

article.onm-new.opinion .nw-subtitle,
article.onm-new.opinion .nw-summary {
    font-size: 1em;
}

article.onm-new.opinion .nw-title a {
    font-style: italic;
    color:#333;
    font-size: 19px !important;
}

article.onm-new.opinion .nw-title {
    margin-bottom: 3px;
    padding: 0px;
}

article.onm-new ul.poll-items-box {padding: 0; margin: 0;}
article.onm-new ul.poll-items-box li {padding: 5px 0;}
/***********************************************************
 horizontal mini share buttons
************************************************************/

.share-buttons-list{
    float: right;
    text-align: right;
}

.mini-share-button {
    display: inline;
}
.mini-share-button a {
    display: inline-block;
    padding: 0px 5px 5px 12px;
    height: 10px;

}
.mini-share-button.twitter a {
    background: url('../images/bullets/button-twitter.png') 0px center no-repeat;
}

.mini-share-button.facebook a {
    background: url('../images/bullets/button-facebook.png') 0px center no-repeat;
}

.mini-share-button.google-plus a {
    background: url('../images/bullets/button-google.png') 0px center no-repeat;
}

.mini-share-button.tuenti a {
    background: url('../images/bullets/button-tuenti.png') 0px center no-repeat;
}

.mini-share-button.linkedin a {
    background: url('../images/bullets/button-linkedin.png') 0px center no-repeat;
}

.mini-share-button.meneame a {
    background: url('../images/bullets/button-meneame.png') 0px center no-repeat;
}

.more-share-button{
    margin: 0px !important;
    vertical-align: top;
}
.more-share-button a {
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    color: #222;
}

/***********************************************************
	Other definitions
************************************************************/
.error-page {
    margin:60px auto;
    width:70%;
    float:none;
    display:block;
    height:300px;
    padding: 20px;
}
.error-page .page-title {
    font-family: Georgia;
    text-align:left;
    color:#638F38;
}

div#inner-article-body h3{
    font-size: 1.2em;
    color: #024174;
}

div.inner-letter,
div.letter-frontpage{
  width: 654px;
}

div.letter-inner h1.page-title {
  margin: 20px 10px;
}

div.letter-inner  div.notice h5 {
  font-weight: normal;
}

div.letter-frontpage form{
  background-color: #f1f1f1 !important;
  border-radius: 6px;
  padding: 10px;
}
div.letter-frontpage tbody tr td {
  background-color: #f1f1f1 !important;
}
.capture {
    position: relative;
}
.capture .play-button {
    background: url("../images/video/play-button.png") no-repeat scroll center center rgba(0, 0, 0, 0.8);
    border-radius: 10px 10px 10px 10px;
    display: none;
    height: 70px;
    left: 44%;
    opacity: 0;
    position: absolute;
    top: 40%;
    width: 70px;
}
.capture:hover .play-button, .capture:hover .play-button {
    display: block;
    opacity: 1;
}
.capture .play-button a, .capture .play-button a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}

article.static-pages {
  margin-top: 20px;
}
div.ad-skyscraper-body {
    width: 120px !important;
    border: 0 none !important;
}
div.ad-skyscraper-body img{
    width: 120px !important;
}
.widget-facebook {
  overflow: hidden;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pagination {
  display: inline-block;
  list-style: none;
}
.pagination>li{
  display: inline;
}
.pagination>li>a{
  padding: 5px;
  border: 1px solid #ddd;
}
