@charset utf-8;
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic,500italic,700italic);
/**
 * Theme Name: Novvi
 * Theme URI: http://www.lac.usp.br/~nuclear/
 * Description: Tema personalizado para Nuclear Innovations
 * Version: 1.0.0
 * Author: Andre Goersch
 * Author URI: http://andregoersch.com/
 *
 * Template: hybrid
 */

/* Get layout CSS */
/* @import url('../hybrid/library/css/2c-l-fixed.css'); */

/* Get plugins CSS */
/* @import url('../hybrid/library/css/plugins.css'); */

/* Get drop-downs CSS */
@import url('drop-downs.css');

/* Get default CSS */
/* @import url('../hybrid/library/css/screen.css'); */


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font: 17px/1.4 Ubuntu, Arial, serif; color: #4c4c4c; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #96afdb; color: #fff; text-shadow: none; }
::selection { background: #96afdb; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #1d3691; text-decoration: none; border-bottom: 1px solid transparent; }
a:visited { color: #1d3691; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; border-bottom: 1px dotted; }


/* =============================================================================
   Typography
   ========================================================================== */

p {
  margin: 0 0 8px;
}

abbr[title] { border-bottom: none; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
pre {
  padding: 9px;
  background: #f9f9f9;
  border: 1px solid #ccc }
code { padding:0 3px;background: #eee }
pre code { background: transparent }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
  font-family: Ubuntu, Arial, serif;
  font-weight: 500;
  color: #4c4c4c;
  margin: 20px 0 10px;
}
 
h1 { font-size: 24px }
 
h2 { font-size: 21px }
 
h3 { font-size: 19px }
 
h4 { font-size: 17px }
 
h5 { font-size: 15px }
 
h6 { font-size: 13px }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
ul { list-style: square }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

table {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc }
 
caption {
  font-size: .9em;
  font-style: italic;
  text-align: right }
 
td,th {
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc }
 
th { background: #eee }


/* =============================================================================
   Hybrid Default Styles
   ========================================================================== */

.drop-cap {
  float: left;
  margin: 3px 3px 0 0;
  font: normal normal normal 47px/35px "Warnock Pro","Goudy Old Style",Palatino,"Book Antiqua",Georgia,serif;
  color: #333 }
 
.note {
  padding: 6px 9px;
  background: #eee;
  border: 1px solid #ccc }
 
.warning,.alert {
  padding: 6px 9px;
  background: #fffbbc;
  border: 1px solid #E6DB55 }
 
.error {
  padding: 6px 9px;
  background: #ffebe8;
  border: 1px solid #C00 }
 
.download {
  padding: 6px 9px;
  background: #e7f7d3;
  border: 1px solid #6c3 }
 
.breadcrumb {
  margin: 0 0 30px 0;
  font-size: .9em;
  font-style: italic;
  color: #999 }
 
.hentry img {
  max-width: 960px;
  height: auto; }
 
.no-widgets .hentry img { max-width: 950px }
 
img.alignleft,img.alignright { margin-bottom: 10px }
 
.thumbnail {
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px 15px 10px 0 }
 
img.wp-smiley {
  max-width: 12px;
  padding: 0;
  background: transparent;
  border: none }
 
.wp-caption {
  max-width: 616px;
  margin-top: 6px;
  padding: 6px 1px 3px 1px;
  border: 1px solid #ccc;
  text-align: center }
 
  .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 5px;
    text-align: right;
    font-size: .9em;
    font-style: italic;
    color: #666 }
 
  .wp-caption img {
    max-width: 604px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #666 }
 
.no-widgets .wp-caption { max-width: 956px }
 
  .no-widgets .wp-caption img { max-width: 946px }
 
.gallery img { border: 1px solid #ccc }
 
.avatar {
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px 15px 0 0;
  padding: 4px;
  border: 1px solid #ccc }
 
#site-title { font:normal normal bold 35px/35px 'Calibri', 'ArialMT', 'Arial', sans-serif;margin: 0 0 10px 0 }
 
  #site-title a { color: #000 }
 
#site-description {
  font: normal normal normal 16px/20px 'Calibri', 'ArialMT', 'Arial', sans-serif;
  margin: 0;
  color: #666 }
 
#primary-menu,#navigation {
  overflow: visible;
  height: 34px;
  margin: 0 0 60px 0;
  z-index: 100 }
 
#primary-menu li li,#page-nav li li { margin-right: 0 }
 
#primary-menu li a,#page-nav li a {
  padding: 8px 15px 8px 15px;
  color: #111;
  background: #fff;
  border: 1px solid #ccc }
 
#primary-menu li:hover ul,#primary-menu li.sfHover ul,#page-nav li:hover ul,#page-nav li.sfHover ul { top: 34px }
 
#primary-menu li li a,#page-nav li li a { border-top:none;margin-right: 0 }
 
#primary-menu li ul,#page-nav li ul { border: 1px solid #e6e6e6 }
 
#primary-menu li li:hover ul,#primary-menu li li.sfHover ul,#primary-menu li li li:hover ul,#primary-menu li li li.sfHover ul,#page-nav li li:hover ul,#page-nav li li.sfHover ul,#page-nav li li li:hover ul,#page-nav li li li.sfHover ul { top: -1px }
 
#container { margin-bottom: 21px }
 
.content { margin: 0 0 21px 0 }
 
.no-widgets .content,.page-template-no-widgets .content { width: 960px }
 
.hentry { overflow:hidden;margin: 0 0 40px 0 }
 
.singular .hentry { margin: 0 }
 
.loop-meta { overflow:hidden;margin: 0 0 40px 0 }
 
.loop-title { font: normal normal bold 24px/24px 'Calibri', 'ArialMT', 'Arial', sans-serif; }
 
.entry-title { font:normal normal 30px/1 Ubuntu, Arial, serif;margin: 0 0 12px 0 }
 
.archive .entry-title,.search .entry-title { font-size:21px;margin: 0 0 5px 0 }
 
.singular-page .entry-title,.singular-attachment .entry-title { margin: 0 0 21px 0 }
 
.entry-title a { color: #1d3691 }
 
.byline {
  margin: 0 0 30px 0;
  font-style: italic;
  color: #666 }
 
.archive .byline,.search .byline { margin: 0 0 5px 0 }
 
.entry-content { margin: 0 0 10px 0 }
 
.entry-meta {
  clear: both;
  font-style: italic;
  color: #666 }
 
p.page-links,.comment-pagination { clear: both }
 
.comment-pagination { margin-bottom: 21px }
 
p.page-links a,.comment-pagination .page-numbers {
  margin: 0 3px;
  padding: 3px 9px 3px 9px;
  border: 1px solid #ccc }
 
.navigation-links { margin-bottom:21px;font-style: italic }
 
  .navigation-links .previous { float:left;max-width: 50% }
 
  .navigation-links .next {
    float: right;
    max-width: 50%;
    text-align: right }
 
.navigation-attachment { overflow: hidden }
 
.widget {
  overflow: hidden;
  margin: 0 0 20px 0;
  color: #464646 }
 
  .widget a { color:#464646; }
 
.widget-title { font-size:18px;color: #111 }
 
#utility-before-content,#utility-after-content,#utility-after-page,#utility-after-single {
  margin: 0 0 21px 0;
  padding: 20px 20px 0 20px;
  border: 1px solid #ccc }
 
#comments-template { clear: both }
 
.comments-header { font-size: 1.2em }
 
.comments-closed { font-style: italic }
 
ol.comment-list,ol.comment-list ol.children { list-style:none;margin: 0 0 21px 0 }
 
li.comment,li li li.comment,li li li li li.comment,li li li li li li li.comment,li li li li li li li li li.comment,li.pingback,li.trackback {
  overflow: hidden;
  margin: 0 0 21px 0;
  padding: 21px 21px 0 21px;
  background: #fff;
  border: 1px solid #ccc }
 
li li.comment,li li li li.comment,li li li li li li.comment,li li li li li li li li.comment,li li li li li li li li li li.comment { background: #f9f9f9 }
 
#comments-template .avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
  padding: 0;
  border: 1px solid #666 }
 
.comment-meta {
  margin: 10px 0 21px 0;
  font-size: 13px;
  color: #666 }
 
.comment-author { font-size:15px;color: #000 }
 
.comment-reply-link,.permalink,.comment-edit-link { font-style:italic;color: #666 }
 
.comment-text { clear:left;margin: 0 15px }
 
.text-input {
  display: block;
  padding: 3px 6px;
  width: 97% }
 
#comments-template label { font-size: .9em }
 
textarea { width: 98% }
 
#submit {
  display: inline-block;
  margin-right: 15px;
  padding: 7px 15px 8px 15px;
  background: #fff;
  border: 1px solid #ccc }
 
  #submit:hover { cursor:pointer;background: #f9f9f9 }
 
#footer-container { clear:both;margin: 0 0 21px 0 }
 
#subsidiary { margin: 0 0 21px 0 }
 
#footer { color: #444 }
 
.content { float:left;width: 630px }
 
#primary { float:right;width: 290px }
 
#secondary {
  clear: right;
  float: right;
  width: 290px }
 


/* =============================================================================
   Primary styles
   Author: Andre Goersch
   ========================================================================== */


/*
 * Structure
 */

#body-container {
  padding: 0;
  overflow: visible;
  width: 100%;
  background: #f2f4fa url(img/stripe_bg.png) repeat;
}

#header,
#primary-menu,
#container,
#footer {
  float: none;
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

#container {
  padding: 20px 10px;
  background-color: #fff;
}

#primary { margin-top: 50px; }
.home #primary { margin-top: 0; }

.footer-insert { text-align: center; font-size: 12px; color: #999; }

#header-container {
  display: block;
  height: 175px;
  padding-top: 15px;
  background: #1d3691 url(img/header-bg.png) no-repeat top center;
}

#footer-container {
  display: block;
  margin: 0;
  padding-top: 15px;
  background-color: #ebecf2;
}

#sidebar_left {
  width: 540px;
  float: left;
}

#sidebar_right {
  width: 300px;
  float: right;
}

.content {
  float: none;
  width: 100%;
}

.img_header { margin-bottom: 30px; }


/*
 * Header
 */

#site-title { margin: 0; }

#site-title a { display: block; text-indent: -999em; overflow: hidden; text-align: left; direction: ltr; 
  width: 430px;
  height: 172px;
  float: left;
  background: url(img/logo.png) no-repeat top left;
}

#site-title a:hover { border: none;}

/* 
 * Tagline
 */

#site-description { display: block; text-indent: -999em; overflow: hidden; text-align: left; direction: ltr;
  margin: 10px 20px 0 0;
  float: right;
  width: 361px;
  height: 26px;
  background: url(img/tagline.png) no-repeat top left;
}

/* 
#site-description { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
*/


/*
 * Navigation
 */

#primary-menu .menu {
  position: absolute;
  top: 125px;
  right: 10px;
  margin: 0;
}

#primary-menu li a, #page-nav li a {
  border: none;
  padding: 9px 20px;
  font: 16px/1 Ubuntu, Arial, serif;
  font-weight: 500;
  color: #fff;
  background: transparent;
}

#primary-menu .sub-menu a { 
  font-size: 14px;
  color: #1d3691;
}

#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-ancestor a {
  background: #fff;
  color: #1d3691;
}

.borderradius #primary-menu li.current-menu-item a,
.borderradius #primary-menu li.current-menu-ancestor a  {
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

#primary-menu li a:hover, #page-nav li a:hover { color: #ffd200; }

#primary-menu .sub-menu li a,#page-nav .sub-menu li a { background: #fcfcfc; }

.boxshadow #primary-menu ul.sub-menu, .boxshadow #page-nav .sub-menu {
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0, .1);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0, .1);
  box-shadow: 2px 2px 5px rgba(0,0,0, .1);
}

#primary-menu .sub-menu .current-menu-parent a { font-weight: bold; }
#primary-menu .current-menu-parent .sub-menu a { font-weight: normal; }

#primary-menu .sub-menu .current-menu-item a { font-weight: bold; }
#primary-menu .sub-menu .current-menu-item .sub-menu a { font-weight: normal; }

ul.days li {
  float: left;
  display: inline;
  padding: 0 10px;
  border-right: 2px solid #2A4710;
  white-space: nowrap;
}

/*
 * Typography
 */

.widget-title {
  margin: 0 0 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #004b92;
  color: #004b92;
  font-size: 24px;
  font-weight: 500;
}

#footer-container { font-size: 12px; }
#footer-container .widget-title { font-size: 20px; }
#footer-container .widget a { color: #004b92; }

.widget ul, .widget ol {
  margin: 0;
  padding: 0 0 0 15px;
}

.widget ul { list-style: circle outside none; }

/* 
 * Search Form
 */

.search-form div {
  margin-top: 10px;
  float: right;
  display: block;
  width: 190px;
  height: 30px;
  background: url(img/search-field-bg.png) no-repeat top left;;
}

.search-form .search-text {
  width: 150px;
  height: 30px;
  margin-left: 10px;
  padding-top: 2px;
  background-color: transparent; 
  border:none; 
  color: #0B9347;
}

.search-form .search-submit {
  width: 21px;
  height: 22px;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: url(img/search-bt.png) no-repeat;
  text-indent: -1000px;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}


/* 
 * Home Featured Widgets
 */

#featured {
  margin-bottom: 30px;
}

#featured .widget {
  float: right;
  clear: right;
  width: 250px;
  height: 105px;
  margin-bottom: 16px;
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
  background: url(img/featured-txt-bg.png) repeat-x top left;
  font-size: 16px;
  line-height: 1.1;
}

borderradius #featured .widget {
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}


#featured .widget-title {
  font-size: 20px;
  margin: 5px 0;
}

/* 
 * Agenda
 */

body.agenda .areaTitle{
  background:url(../../pt-BR/img/agenda/img_header.jpg);
}
.agendaHolder{
  margin:0 10px;
}
table.agenda{
  border-collapse:collapse;
  width:100%;
  font-weight:400;
}
  table.agenda td{
    border:2px solid #fff;
    background:#ebecf2;
    padding:6px 10px;
    vertical-align:middle;
  }
  table.agenda td.hour{
    text-align:center;
    width:100px;
  }
  table.agenda td.from{
    text-align:center;
    width:50px;
  }
  table.agenda td.who{
    text-align:center;
    width:250px;
  }
  table.agenda tr.sep{
    color:#294710;
  }
ul.days{
  zoom:1;
  border-left:2px solid #1d3691;
  font-size:1.1em;
  font-weight:bold;
  margin:15px 10px 10px;
  padding: 0;
}
ul.days:after{
  content:" ";
  display:block;
  clear:both;
}
  ul.days li{
    float:left;display:inline;
    padding:0 10px;
    border-right:2px solid #1d3691;
    white-space:nowrap;
  }
    ul.days sup{
      font-size:0.6em;
    }
    ul.days li span,
    ul.days li a:link,
    ul.days li a:hover,
    ul.days li a:active,
    ul.days li a:visited{
      display:block;
      position:relative;
      color:#1d3691;
      margin-top:-6px;
      margin-bottom:-3px;
      text-decoration:none;
    }
    ul.days li.off{
      border-right-color:#6576b6;
    }
      ul.days li.off span,
      ul.days li.off a:link,
      ul.days li.off a:hover,
      ul.days li.off a:active,
      ul.days li.off a:visited{
        color:#6576b6;
      }

/* 
 * Speakers
 */

.speakersList{
  padding-top:20px;
}
.speakersList li{
  padding-bottom:20px;
}
.speakersList li:after{
  content: " ";
  clear:both;
  display:block;
}
  .speakersList .photo{
    float:left;display:inline;
    margin:0 20px;
  }
  .speakersList .about{
    overflow:hidden;
  }
    .speakersList .name{
      color:#7a9b10;
      font-style:italic;
      margin:0 0 3px;
    }
    .speakersList .detail{
      margin: 0 0 3px;
      color:#606060;
    }
    .speakersList p{
      margin:3px 0;
    }

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Other Wordpress helper classes */ 
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}

.alignleft {
  clear: left;
  float:left;
  margin-right:1em;
  margin-bottom:1em;
}
.alignright {
  clear: right;
  float:right;
  margin-left:1em;
  margin-bottom:1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.read-more {
  float: right;
  clear: both;
  margin: 10px 0 0 10px;
  font-size: 11px;
  border-bottom: thin hidden;
  font-weight: bold;
}




/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  .content a, .content a:visited { color: #0B9347 !important; }
  .entry-content a, .entry-content a:visited { border-bottom: 1px dotted #0B9347; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }

  .menu-container, .sidebar, .breadcrumb { display: none;}
  #body-container, #container, .content { width: 95%;}
  #site-title a span { 
    display: block; 
    text-indent: 0;
    float: left;
    font:normal normal 30px/1 Ubuntu, Arial, serif;
    color: #0B9347 !important;
  }

  #site-description span { color: #0B9347 !important; }

}
