/*
Theme Name: HTML5 Blank
Theme URI: http://html5blank.com
Description: HTML5 Blank WordPress Theme
Version: 1.2.5
Author: Todd Motto (@toddmotto)
Author URI: http://www.toddmotto.com
Tags: Blank, HTML5, CSS3

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/* =============================================================================
   General Styles
   ========================================================================== */
   
/* Font Face Setup, add fonts to /fonts/ folder and sync filenames */
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


/* Global Box Sizing and Font-Smoothing */	 
*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:300; /* Better supported than 'lighter' attribute */
	line-height:18px;
	color:#444; /* Lighter on the eyes than #000 Black */
        width: 100%;
}

a {
    color: #1b5630;
}

/* =============================================================================
   Structure
   ========================================================================== */
   
/* Fluid First approach - http://www.toddmotto.com/fluid-first-creating-a-future-proof-fluid-and-responsive-website 
  Responsive, fluid, 1280px width - perfect start.
*/

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.mainwrapper {width:980px; margin:0 auto;position:relative; padding: 0 10px;}

.topline {
    height: 6px;
    background: #1b5630;
    width: 100%;
    display: block;
}

#logo {
    margin: 20px 0 10px 0;
    float: left;
    width: 280px;
}

#econsult-group {
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    font-size:12px;
    font-weight:300; /* Better supported than 'lighter' attribute */
    text-transform: uppercase;
    line-height:18px;
    color:#999;
    float: left;
    width: 400px;
    margin: 40px 0 0 40px;
}

#econsult-group ul {
    float:left;
    display: inline;
    list-style-type: none;
    text-transform: none;
    padding: 0;
    margin: 5px 0 0 0;
}

#econsult-group ul li {
    float:left;

}

#econsult-group ul li a {
    padding: 0 10px;
    color: #1b5630;
    text-decoration: none;
    border-right: 1px solid #000;
}

#econsult-group ul li a.first {
    padding-left: 0;
}
#econsult-group ul li a.last {
    border-right: 0px;
}

#econsult-group ul li a:hover {
    color: #999999;

}

#header-right {
    margin: 20px 0 0 0;
    float:right;
    width: 207px;
}

.phone {
    width: 220px;
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    font-size:16px;
    font-weight:300; /* Better supported than 'lighter' attribute */
    line-height:18px;
    color:#1b5630;
}

.phone .number {
    width: 120px;
    float: left;
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    font-size:17px;
    font-weight:300; /* Better supported than 'lighter' attribute */
    line-height:18px;
    color:#1b5630;
}

.phone ul {
    width: 90px;

    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
}

.phone ul li {
    display: inline;
    padding:0;
    margin: 0 0 0 2px;
}

.phone ul li a {
    text-decoration: none;
}

.phone ul li a:hover {
    text-decoration: none;
}

.search {
    width: 220px;
    height:21px;
    margin: 16px 0 0 0;
}

input {
    vertical-align: middle;
}

#s {
    width: 180px;
    height: 21px;
}

#searchbutton {
    height: 21px;
}


/* Main Navigation */
nav {
    position:relative;
    width:980px;
    margin:0 auto;
    margin-top:0;
    padding:0;
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    font-size:14px;
    text-transform: uppercase;
    font-weight:300; /* Better supported than 'lighter' attribute */
    line-height:18px;
    color:#444; /* Lighter on the eyes than #000 Black */
}
 
nav ul#navigation {
    margin: 0;
    position:relative;
    float:left;
    padding: 0;
}
 
nav ul#navigation li {
    margin: 0 0 0 0;
    display:inline;
    margin:0;
    padding:0;
    float:left;
    position:relative;
    border-left:1px solid #000;
    border-top:0px solid #c4dbe7;
    border-bottom:0px solid #c4dbe7;
}
 
nav ul#navigation li a {
    padding:8px 33px 8px 33px;
    margin-left: 6px;
    color:#222222;
    text-shadow:1px 1px 0px #fff;
    text-decoration:none;
    display:inline-block;
    border-right:6px solid #fff;
    border-top:0px solid #fff;
    background: #eeeeee;
     
}

nav ul#navigation li a.last {
    border-right:none;
}
 
nav ul#navigation li a:hover {
    background:#1b5630;
    color:#ffffff;
    text-shadow:1px 1px 0px #000;
}
 
nav ul#navigation li a.first {
    border-left: 0 none;
}
 
nav ul#navigation li a.last {
    border-right: 0 none;
}
 
nav ul#navigation li:hover > a {
    background:#1b5630;
    color: #fff;
    text-shadow:none;
}
/* Drop-Down Navigation */
nav ul#navigation li:hover > ul
{
/*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
    visibility:visible;
    opacity:1;
}
 
nav ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;   
/*the next 2 styles are very important,
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
    width:180px;
    background:#1b5630;
    box-shadow:1px 1px 3px #222;
  
}
 
nav ul#navigation ul {
    top: 33px;
    left: 6px;
}
 
nav ul#navigation ul li ul {
    top: 0;
    left: 178px; /* strong related to width:180px; from above */
    background:#12371f;
}

nav ul#navigation ul li ul li a:hover {
    background: #1b5630;
}

 
nav ul#navigation ul li {
    clear:both;
    width:100%;
    border:0 none;
    border-bottom:1px solid #c9c9c9;
}
 
nav ul#navigation ul li a {
    font-size: 11px;
    text-shadow:none;
    margin: 0;
    background:none;
    padding:7px 15px;
    color:#fff;
    text-shadow:none;
    text-decoration:none;
    display:inline-block;
    border:0 none;
    width: 100%;
    float:left;
    clear:both;
}
nav ul#navigation ul li a:hover {
    background:#12371f;
}

#left-content {
    float: left;
    width: 200px;
}

#left-content ul {
    margin:12px 0 0 0;
    padding: 0;
}

#left-content ul li {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 8px 0 0 0;
}

#left-content ul li a {
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    font-weight:300; /* Better supported than 'lighter' attribute */
    line-height:18px;
    color:#444;
    text-decoration: none; 
}

#left-content ul li a:hover {
    color: #1b5630;
}

.leftpic {
   height:auto;
   width: 188px;
   overflow: hidden;
   float: left;
   display: block;
   margin-bottom: 10px;
}

#photo {
   width: 190px;
   margin: 0;
}

#section {
    margin: 20px 0 0 0;

}

#section h1 {
    font-size: 30px;
    margin:0 0 20px 0;
    padding: 5px 0 18px 20px;
line-height: 25px;
    color: #fff;
    background: url('/images/header-bg-green.png') no-repeat top left;
}

#content {
    margin: 0;
    width: 496px;
    float: left;
    border-left: 1px solid #000;
}

#content .inner {
    margin: 0 0 0 20px;
}

#content-post {
    margin: 0;
    width: 710px;
	padding: 0 20px;
    float: left;
    border-left: 1px solid #000;
}

#content-reports {
    margin: 0;
    width: 760px;
    padding: 0 20px;
    float: left;
    border-left: 1px solid #000;
}

.metapost {

    background: #eeeeee;
    padding: 4px 10px;
}

.post-categories {
    list-style-type: none;
    background: #eeeeee;
    padding: 12px;
    margin: 5px 0 22px 0;
}

.post-categories li {
    border-bottom: 0px solid #222;
    margin: 2px 0;
}

.post-categories li a {
    display: block;
    background: #f5f5f5;
    padding: 8px 10px;
    text-decoration: none;
}
.post-categories li a:hover {
    background: #1b5630;
    color: #fff;
}

#articlebox {
    margin: 16px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eeeeee;
}

#home-content {
    width: 960px;
}

#home-fields {
    width: 290px;
    float:left;
    padding: 0;
    margin: 20px 0 0 42px;
}

#home-fields h2 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    color: #1b5630;
}

#home-fields ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 12px;
}


#home-fields.first {
    margin-left: 0;
}


#home-fields.newslist {

}
#home-fields.newslist a {
    text-decoration: none;
}

#home-fields.newslist h2 {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

#home-fields.newslist h2 a {
    text-decoration: none;
}

#home-fields.newslist h2 a:hover {
    text-decoration: underline;
    color: #022d1d;
}

#home-fields.newslist ul {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding:0;
}

#home-fields.newslist ul li {
    padding: 0 0 6px 0;
    margin:0 0 6px 0;
    border-bottom: 1px dotted #cccccc;
}

.about {
    background: url('/images/about.png') no-repeat top left;
    padding: 6px 36px;
    font-size: 1.7em;
    margin: 0 0 8px 0;
}

.project {
    background: url('/images/project.png') no-repeat top left;
    padding: 6px 36px;
    font-size: 1.7em;
    margin: 0 0 8px 0;
}

.projectpic {
	height: auto;
	max-height:148px;
	width: auto;
	max-width:298px;
	width:expression(document.body.clientWidth > 298? “298px”: “auto” );
	height:expression(document.body.clientHeight > 148? “148x”: “auto” );
	margin: auto;
	position: relative;
   	display: block;
	border: 0px solid #663300;
}

.news {
    background: url('/images/news.png') no-repeat top left;
    padding: 6px 36px;
    font-size: 1.7em;
    margin: 0 0 8px 0;
}
.newshome {
    margin: 0 0 20px 0;
    height: 120px;
    width: 290px;
    overflow-y: scroll;
}

.twitside {
    width: 210px;
    font-size: .9em;
}

#twitter-widget-0 {
    min-width: 190px;
}


#contentlist {
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #ccc;
}

#staff-projects {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0;
    background: url('/images/icons.png') no-repeat bottom left;
}

.pic a {
   height:120px;
   width: 150px;
   overflow: hidden;
   float: left;
   display: block;
   margin-bottom: 10px;
}

.pic-post a {
   height:150px;
   width: 200px;
   overflow: hidden;
   float: left;
   display: block;

}

#profile {
   max-width: 100%;
   margin-bottom: -10px;
	height: auto;
}


#staff-projects .links {

}

#staff-projects .links a {
    font-size: 10px;
    display: inline-block;
    float: left;
    padding-left: 20px;
   color: #444444;
   text-decoration: none;
}

#staff-projects .links a:hover {
   color: #1b5630;
   text-decoration: underline;
}

.description {
    float: left;
    margin: 0 0 0 20px;
    width: 300px;
}

.description-post {
    float: left;
    margin: 0 0 0 20px;
    width: 500px;
}


.description .title {
    font-size: 11pt;
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    background: none;
    color: #1b5630;
    margin: 0;
}

/* SIDEBAR */

#sidebar {
    margin: 2px;
    float: right;
    width: 210px;
}

.sidebar-widget {
    background: #eee;
}

.sidebar-widget h3 {
    margin: 0;
    padding: 10px;
    background: #a7afa5;
}

.textwidget h4 {
    padding: 0;
    margin: 0 0 4px 0;
}

.textwidget h4 a {
    text-decoration: none;
}

.textwidget h4 a:hover {
    text-decoration: underline;
    color: #022d1d;
}

.textwidget ul {
    padding: 0;
    list-style-type: none;
    margin:0;
}

.textwidget ul a {
    text-decoration: none;}

.textwidget ul li {
    padding: 0 0 4px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px dotted #cccccc;
}

.widget_text {
    margin: 0 0 15px 0;
}

a.sidemore {
    margin: 0;
    background: #a7afa5;
    padding: 2px 6px;
    font-size: .85em;
    text-decoration: none;
}

a:hover.sidemore {
    background: #1b5630;
    color: #fff;
}

.lcp_title{
  display: none;
}

#splashpage {
    font-family: Arial, sans-serif;
    font-size:12px;
    font-weight:300; /* Better supported than 'lighter' attribute */
    line-height:17px;
    color:#444;
    background: #fff;
    width: 760px;
    height: 660px;
    padding: 40px;
    text-align: left;
    z-index: 99999;
}

#splashpage h1 {
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    padding: 0;
    margin: 0 0 14px 0;
    font-size: 2em;
    color: #1b5630;
}

#splashpage ul {
    list-style-type: none;
    margin: 14px 0 20px 14px;
    padding: 0;
}

#splashpage li {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0;
    color: #1b5630;
    line-height: 1.2em;
}

.splashcol1 {
    width: 200px;
    float: left;
    margin: 40px 0 0 0;
    font-size:11px;
}
.splashcol2 {
    width: 220px;
    margin: 40px 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #000;
    float: left;
    height: 450px;
    font-size:11px;
}

/* FOOTER */

#footer {
    margin: 40px 0 0 0;
    bottom: 0;
    background: #eee;
    padding: 20px 0 20px 0;
    width: 100%;
    display: block;
}

#footer ul {
    list-style-type: none;
    float: left;
    width:130px;
    padding: 0;
    margin: 0;
}

#footer ul h1 {
    font-size: 12px;
    padding: 0;
    margin: 0 0 4px 0;
}

#footer ul h1 a {
    text-decoration: none;
}
#footer ul h1 a {
    color: #1b5630;
    text-decoration: none;
}

#footer ul li {
    font-size: 10px;
    padding: 0;
    margin: 0;
}

#footer ul li.fbook {
    padding: 2px 2px 2px 20px;
    background: url('/images/fbookfooter.png') no-repeat;
}

#footer ul li.twit {
    padding: 2px 2px 2px 20px;
    background: url('/images/twitfooter.png') no-repeat;
}

#footer ul li.in {
    padding: 2px 2px 2px 20px;
    background: url('/images/infooter.png') no-repeat;
}

#footer ul li a {
    color: #444444;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #1b5630;
}

.address {
    float: left;
    margin: 0 0 0 20px;
    width:160px;
    font-size: 10px;
}

.copyright {
    margin: 20px 0;
    border-top: 1px dotted #ccc;
    padding: 10px 0;
    font-size: .85em;
}


/* SLIDER */

.slider-wrap { 
    width: 966px;
    position: relative;
    top: 20px;
    left: 0px;
    border-left: 1px solid #000;
    color: #fff;
}

.slider-wrap h1 { 
    color: #fff;
    font-size: 2.1em;
    line-height: 1.1em;
    margin: 2px 0 10px 0
}
			
.stripViewer .panelContainer 
.panel ul {
    text-align: left;
    margin: 0 15px 0 30px;
}
.stripViewer {
    position: relative;
    overflow: hidden;
    width: 966px;
    height: 334px;
    margin: 0 0 20px 0;
}
.stripViewer .panelContainer {
    position: relative;
    left: 0;
    top: 0;
}
.stripViewer .panelContainer .panel {
    float: left;
    height: 100%;
    position: relative;
    width: 966px;
}
.stripNavL, .stripNavR, .stripNav {
    display: none;
}

.greenslide {
    width: 264px;
    height: 334px;
    float: left;
    background: #1b5630;
    padding: 20px;
    margin: 0 5px;
}

.redslide {
    width: 264px;
    height: 334px;
    float: left;
    background: #660000;
    padding: 20px;
    margin: 0 5px;
}

.blueslide {
    width: 264px;
    height: 334px;
    float: left;
    background: #022b42;
    padding: 20px;
    margin: 0 5px;
}

.brownslide {
    width: 264px;
    height: 334px;
    float: left;
    background: #663300;
    padding: 20px;
    margin: 0 5px;
}

a.slidegreen {
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    padding: 6px 6px 6px 36px;
    background: #697f71 url('/images/arrow.png') no-repeat top left;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 18px 0;
    width: 120px;
}
a.slidegreen:hover {
    background: #e5e5e5 url('/images/arrow.png') no-repeat top left;
    color: #1b5630; 
}
a.slidered {
    font-family: 'Century Gothic', sans-serif;
    padding: 6px 6px 6px 36px;
    background: #6b3939 url('/images/arrow.png') no-repeat top left;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 18px 0;
    width: 120px;
}
a.slidered:hover {
    background: #e5e5e5 url('/images/arrow.png') no-repeat top left;
    color: #660000; 
}
a.slideblue {
    font-family: 'Century Gothic', sans-serif;
    padding: 6px 6px 6px 36px;
    background: #3b5767 url('/images/arrow.png') no-repeat top left;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 18px 0;
    width: 120px;
}
a.slideblue:hover {
    background: #e5e5e5 url('/images/arrow.png') no-repeat top left;
    color: #022b42; 
}
a.slidebrown {
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    padding: 6px 6px 6px 36px;
    background: #6e5841 url('/images/arrow.png') no-repeat top left;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 18px 0;
    width: 120px;
}
a.slidebrown:hover {
    background: #e5e5e5 url('/images/arrow.png') no-repeat top left;
    color: #663300; 
}

.nav-thumb {
    margin: 0;
}
#movers-row {
    margin: -100px 0 0 0;
    width: 552px;
    float:right;
}

#movers-row div {
    float: left;
}
#movers-row div a.cross-link {
    float: left;
    margin: 0 8px 0 0;
}

#movers-row div a.cross-link:hover {
    border: 4px solid #1b5630;
    opacity:1.0;
    filter:alpha(opacity=100);
}

.photo-meta-data {
    background: url(images/transpBlack.png);
    padding: 10px;
    height: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 9990;
    color: white;
}
.photo-meta-data span {
    font-size: 13px;
}
.cross-link {
    display: block;
    height: 68px;
    margin: 0px;
    position: relative;
    padding: 0px;
    z-index: 9990;
    border: 4px solid #111;
    opacity:0.7;
    filter:alpha(opacity=70);
    background: #111;
}
.active-thumb {
    border: 4px solid #1b5630;
    opacity:1.0;
    filter:alpha(opacity=100);

}

.w3eden a {
    color:#1b5630;
}
.w3eden a:hover {
    color:#1b5630;
}

.media {
    margin-left:20px;
    padding: 10px 0;
    border-bottom:1px solid #ccc;
}

.w3eden .media>.pull-right {
    margin-left: 40px;
    padding-top:20px;
}

.reports-thumb {
    float:left;
    margin-right:30px;
    padding:10px 0 10px 10px;
}

.reports-thumb img {
  -moz-box-shadow: 0px 1px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px 1px #ccc;
  box-shadow: 0px 1px 1px 1px #ccc;
}

.w3eden .btn-success {
    color:#fff;
    background:#247240 url('/images/dl-button.png') no-repeat left center;
    border-color:#1b5630;
    padding-left: 24px;
}
.w3eden .btn-success:hover,.w3eden .btn-success:focus,.w3eden .btn-success:active,.w3eden .btn-success.active,.w3eden .open .dropdown-toggle.btn-success {
    color:#fff;
    background-color:#1b5630;
    border-color:#1b5630;
}

.w3eden .btn-default {
    color:#fff;
    background:#247240;
    border-color:#1b5630;
}
.w3eden .btn-default:hover,.w3eden .btn-default:focus,.w3eden .btn-default:active,.w3eden .btn-default.active {
    color:#fff;
    background-color:#1b5630;
    border-color:#1b5630;
}

.w3eden .dropdown-toggle.btn-default {
    background:#a2b8ad;
}

.w3eden .open .dropdown-toggle.btn-default, .w3eden .dropdown-toggle.btn-default:hover, .w3eden .dropdown-toggle.btn-default:active {
    background:#8ea99b;
}

.wpdm-metro {
    margin-top:20px;
}


.metro-block img {
  -moz-box-shadow: 0px 1px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px 1px #ccc;
  box-shadow: 0px 1px 1px 1px #ccc;
  margin-bottom: 10px;
}

.metro-block a {
    color:#1b5630;
}

.metro-block a:hover {
    color:#1b5630;
}

/* =============================================================================
   Media Queries
   ========================================================================== */



/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
   
/* Custom Selection Styles */
::selection {background:#ccc;color:#000;text-shadow:none;}
::-webkit-selection {background:#ccc;color:#000;text-shadow:none;}
::-moz-selection {background:#ccc;color:#000;text-shadow:none;}

/* Input focus styles */
input:focus {outline:0;border:1px solid #1b5630; padding:2px;} /* Gets rid of blue glow on field focus, adds border color instead */
   
/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
   
.alignnone {margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {margin:5px 20px 20px 0;}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
.wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone {margin:5px 20px 20px 0;}
.wp-caption.alignleft {margin:5px 20px 20px 0;}
.wp-caption.alignright {margin:5px 0 20px 20px;}
.wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption p.wp-caption-text,.gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
.sticky {}
.bypostauthor {}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}
	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:"";}
	pre,blockquote {border:1px solid #999;page-break-inside:avoid;}
	thead {display:table-header-group;}
	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;}
}