html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

#page-body .right {
	margin-top:5px;
}

.hide {
    display: none
}
/*floats */
.float-left{
    float:left;
}
.float-right{
    float:right;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear,.clearfloat {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/*
        The following zoom:1 rule is specifically for IE6 + IE7.
        Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
    zoom: 1;
}

#page-header, #page-body, #page-footer {
    margin: auto;
    width: 980px;
}

span.corners-top, span.corners-top span,
span.corners-bottom, span.corners-bottom span 
{
  background: none;
}

#page-header, #page-footer{
  border: 5px solid #CADCEB;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

/* 
    Document   : newCascadeStyleSheet
    Created on : 05.04.2012, 15:57:47
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/
body {
  margin: 0;
  padding: 0;
}
.a-header {
    color: #333333;
    font: 14px/1.5 Arial,'Helvetica',sans-serif;
    margin: 0;
    padding: 0;
}

body.a-default {
    background: url("images/bgh2p.png") repeat-x scroll 0 0 transparent;
    background-repeat: repeat-x;
}

.a-header a {
    text-decoration: none;
}
.a-header, .a-header ul, .a-header li {
    margin: 0;
}
.a-header ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;  
}
.a-header {
    background: url("images/bgh1p.png") repeat-x scroll 0 0 transparent;
    height: 160px;
    position: relative;
}


.a-wrapper {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

.a-header .logo {
    height: 115px;
    overflow: hidden;
}
a img {
    border: 0 none;
}

/* msearch */
#msearch{
    position: absolute;
    top: 103px;
    right: 0px;
    background: url(images/bgs.png) no-repeat;
    width: 310px;
    height:  44px;
    padding: 16px 0 0 0;
}
#msearch p {padding-left:55px;}
.sinput, input#s{
    background: #fff;
    color: #000;
    font-size: 100%;
    border: 0px;
    padding: 3px 5px 2px 5px;
    margin: 0 0 0 47px;
    width: 178px;
    float: left;
    cursor: inherit;
    height: 15px;
}
.ssubmit{
    float:right;
}


/* menu right */

.hmenu_languages {
    position: absolute;
    right: 285px;
    top: 8px;
    width: 100px;
}
.hmenu_languages a{
    color:#999;
    font-weight: 400;
    padding: 0 8px;
    border-right: 1px solid #ccc;
}
.hmenu_languages a.last{
    border-right: 0;
}
.hmenu_languages a.selected{
    color: #333;
}

.hmenu_container {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
}
.hmenu {
    left: 0px;
    position: relative;
    top: 8px;
}
.hmenujos {
    position: absolute;
    right: 2px;
    top: 75px;
}
.hmenujos a {
    color: #777777;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-right: 20px;
    padding: 0 0 0 19px;
}
.hmenujos a.last{ 
    padding: 0 0 0 19px;
    margin:0;
}

.see_related_action, .comment_action, .send_action, .print_action, .bookmark_action {
    background: url("images/actions8.png") no-repeat scroll 0 0 transparent;
    line-height: 100%;
    padding: 2px 10px 2px 20px;
}
.comment_action{
    background-position: 0 -28px;
}
.send_action{
    background-position: 0 -57px;
}
.print_action{
    background-position: 0 -84px;
}
.bookmark_action{
    background-position: 0 -109px;
}

#mmenu-container, #mmenu-container li {
    float: left;
    margin: 0;
}
#mmenu-container a {
    color: #FFFFFF;
    display: inline;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    padding: 5px 22px;
    text-decoration: none;
}
#mmenu-container a:hover,#mmenu-container .a-current-page a{
    background:#334;
    background:rgba(10,10,10,0.6);
    border: 1px solid #78b8ce;
    padding: 5px 21px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.post{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
}

a {
    color: #D30101;
}

.float-right {
  float: right;
}


.hbg {
    background: url(images/bgh2p.png) repeat-x #FFFFFF;
    height: 550px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.hbg2 {
    background: url(images/bgh1p.png) repeat-x #FFFFFF;
    float: left;
    height: 550px;
    width: 50%;
}

/* footer */
.a-footer-wrapper { clear: both; border-top: 1px solid #ddd; margin-top: 20px; }
.a-footer { clear: both; width: 980px; margin: 0 auto; padding: 10px 0; }
.a-footer-wrapper{
    background: #161616;
}
.a-footer{
    padding: 0;
}
.postFooter {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 12px;
    padding:10px 0;
}
.postFooter a{
    color: #acacac;
    padding: 0 10px 0 0;
}
.postFooter a:hover{
    color: #fff;
    text-decoration: none;
}
.cnote {
    color: #C8C8C8;
    padding-top: 5px;
    margin:0;
}
.mllink .logo{ 
    float: left;
}
.postFooter .mllink{
    padding: 0;
}

#wrap { padding: 0; }

/*#site-title { display: none; }*/

/* Wordpress CSS overwrite */
.entry-header .comments-link a {
  background: url("images/comment-bubble.png") no-repeat scroll 0 0 transparent;
  color: #333;
  display: none;
}
header, .entry-header, .entry-title { margin:0; padding:10px 0 0 0 }
.single header, .single .entry-header, .single .entry-title { margin:0; padding:0 }
.entry-header .comments-link a:hover, .entry-header .comments-link a:focus , .entry-header .comments-link a:active{
  background: url("images/comment-bubble_hover.png") no-repeat scroll 0 0 transparent;
  color: #000; 
}
.sinput, input#s {
  border: 1px solid #cecece;
}
input#s { font-size:12px; }
/* End ovrwrites */


/*
Adapt widgets on sidebar
#primary { background-color: #500 }
#secondary { background-color: #005 }*/

#page { width: 980px; max-width:980px; }
#content, .singular #content, .left-sidebar.singular #content { margin: 0; width: 96%; }
#primary  { width: 709px; }
#secondary { width: 251px; margin-right: 0%; }
/* End ovrwrites */


.widget {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
    font-size: 12px;
    margin: 0 0 10px 3px;
    padding: 0 0 10px 10px;
    position: relative;
    width: 240px !important;
}
.widget ul {
    list-style-image: url("images/bullet2.png");
    margin: 5px 0 5px 25px;
}
#error404 li, #error404 ul {
    margin-left: 30px;
}

.widget .rc_box_h {
    background: url("images/t1_h.png") repeat-x scroll 0 0 transparent;
    height: 78px;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 5px;
}
.widget .rc_content_t1 {
    margin: 0 10px 0 0;
    position: relative;
}
.widget .rc_content_t1 h3 {
    color: #4A4A4C;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 20px 10px;
}

h1#site-title a {
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  text-decoration: underline;
}
h1#site-title a:hover {
  color: #333333;
  text-decoration: none;
}

#fbSEOComments {
  margin: 0 0 0 12px;
}

#error404 h2 {
  color: #333333;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}

header, .entry-header, .entry-title {
    padding: 0;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    width: 100%;
}
.singular .entry-header .entry-meta {
    left: 0px;
}

.singular .entry-title {
    font-size: 26px;
}

.single header.entry-header h1{
  line-height: 1.5em;
}
.single #content.single .entry-content {
    padding: 42px 0 0;
}