/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #454545; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #8e1d3b; color:#fff; text-shadow: none; }
::selection { background:#8e1d3b; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #8e1d3b; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*
 * ACTSA colors
 *
 * Wine #8e1d3b
 * Forest #56621e
 *
 * HTML override
 */

html {
    background:#fff url('../image/bkg.png') top left repeat-x;
}

body {
    background:transparent url('../image/hdr_bkg.png') top center no-repeat;
    font-family: "Trebuchet MS","DejaVu Sans Condensed", sans-serif;
}

a, a:link, a:visited {
    color:#8e1d3b;
}
a:hover {
    color:#333;
}
a.pdf {
    background:transparent url('../image/pdf-ico-32.png') left center no-repeat;
    padding-left:40px;
    display:block;
    line-height:32px;
    text-decoration:none;
}
p {
    margin:0 0 10px;
}

hr {
    background:#ffffff url('../image/hr_bkg.png') top left repeat-x;
    height:2px;
    border:0px;
}

blockquote {
    background: transparent url('../image/blockquote.png') top left no-repeat;
    font-size:15px;
    font-weight:normal;
    line-height:18px;
    color:#56621e;
    padding-left: 40px;
    margin:10px 0;

}
ul {
    list-style-image: url('../image/bullet.png')
}


/* Primary Styles
*/
#container {
    margin:0 auto;
    width:960px;
}

#header {
    height:231px;
    position:relative;
    background:transparent url('../image/hdr_img.jpg') top left no-repeat;
}

#message {
    position:absolute;
    right: 60px;
    height:94px;
    width:350px;
    padding:15px;
    background:transparent url('../image/hdr_msg_bkg.png') top left no-repeat;
    font-style:italic;
    color: #8e1d3b;
    line-height:1.5em;

}

#main-nav {
    position:absolute;
    left:128px;
    bottom:0px;
}
#main-nav a{
    background:url('../image/main_nav_div.png') top left no-repeat;
    display:block;
    float:left;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    text-transform:uppercase;
    height:47px;
}
#main-nav a.first {
    background:none;
}
#main-nav span {
    display:block;
    padding:0 10px;
    line-height:34px;
    height:47px;
}
#main-nav a:hover span {
    background:transparent url('../image/main_nav_hover.png') top left repeat-x;
}
#main-nav a.selected span {
    cursor:default;
    background:transparent url('../image/main_nav_hilight.png') top left repeat-x;
}

#banner {
    position: relative;
    height:280px;
    background:#fff url('../image/bnr_bkg.png') 0 0 no-repeat;
}
#banner-mask {
    margin:5px 0 0 5px;
    float:left;
    width:630px;
    height:258px;
    overflow:hidden;
    background-color:#fff;
}
#banner .feature {
    width:630px;
    height:258px;
}
#banner .feature .feature-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 610px;
    padding: 10px;
    background-color: #c6cba3;
}
#banner .feature .feature-title .title {
    color: #56621e;
    font-size: 14px;
    width: 500px;
}
#banner .feature .feature-title a {
    float: right;
}


#banner-nav {
    float:right;
    width:320px;
}
#banner-nav a{
    display:block;
    background:transparent url('../image/bnr_nav_a_bkg.png') center left no-repeat;
    height:52px;
    font-size:14px;
    line-height:1.3em;
    color:#fff;
    text-decoration:none;
    height:67px;
}
#banner-nav a span {
    padding:15px 10px 0px 20px;
    display:block;
    background: transparent url('../image/bnr_nav_a_div.png') top left no-repeat;
}

#banner-nav a.first {
    background-position: 0px 0px;
}
#banner-nav a.last {
    background-position: 0% 100%;
}
#banner-nav a.first span {
    background:none;
}


#banner-nav a.selected {
    background:none;
    color:#656e29;
    font-size:16px;
    line-height:1.2em;
}

#banner-nav a.drop span {
    background:transparent url('../image/bnr_nav_a_bkg_drp.png') top left no-repeat;
}


#main h1 {
    color:#56621e;
    font-size:20px;
    padding:10px 0px;
}
#main h2 {
    color:#56621e;
    font-size:16px;
    padding:8px 0px;
}
#main h3 {
    color:#56621e;
    font-size:14px;
    padding:6px 0px;
}


#section-nav {
    width: 166px;
    float:left;
    list-style:none;
    margin:0px;
    background:transparent url('../image/section_nav_bkg.png') bottom right no-repeat;
    padding-bottom:50px;
}
#section-nav ul {
    margin:0px 0px 5px;
    padding:0px 0px 5px;
    list-style:none;
    background:#edeee4 url('../image/section_nav_bkg_lvl2.png') top right no-repeat;
}

#section-nav ul ul {
    background:#dfe4bb url('../image/section_nav_bkg_lvl3.png') top right no-repeat;
}
#section-nav ul li {
    padding-left:10px;
}
#section-nav a {
    color:#56621e;
    display:block;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
}
#section-nav a span{
    line-height:14px;
    display:block;
    padding:3px 0 3px 5px;
}

#section-nav a:hover {
    color:#8e1d3b !important;
}

#section-nav a.selected {
    color:#7f7f7f !important;
    background:#fff url('../image/section_nav_selected_bkg.png') bottom right no-repeat;
    cursor:default;
}
#section-nav a.selected.children {
    color:#7f7f7f !important;
    background:#fff url('../image/section_nav_selected_wc_bkg.png') bottom right no-repeat;
    cursor:default;
}
#section-nav a.selected span {
    background:transparent url('../image/section_nav_selected_bkg.png') top right no-repeat;
    /* text-align:right; */
    padding:8px 0 8px 5px;
}

#section-nav ul a.selected {
    background:#fff url('../image/section_nav_selected_bkg_lvl2.png') bottom right no-repeat;
}
#section-nav ul a.selected.children {
    background:#fff url('../image/section_nav_selected_wc_bkg_lvl2.png') bottom right no-repeat;
}

#section-nav ul a.selected span {
    background:transparent url('../image/section_nav_selected_bkg_lvl2.png') top right no-repeat;
}
#section-nav ul ul a.selected {
    background:#fff url('../image/section_nav_selected_bkg_lvl3.png') bottom right no-repeat;
}
#section-nav ul ul a.selected span {
    background:transparent url('../image/section_nav_selected_bkg_lvl3.png') top right no-repeat;
}
#content {
    float:left;
    width:640px;
}
#content img {
    margin: 10px;

}

.feed {
    background:transparent url('../image/feed_ftr.png') bottom left no-repeat;
    padding-bottom:10px;
}
.feed-atom {
    background:transparent url('../image/feed_atom.png') bottom left no-repeat;
    padding:10px 10px 5px;
}
.feed-title {
    background:transparent url('../image/feed_hdr.png') top left no-repeat;
    line-height:38px;
    font-size:18px;
    color:#757575;
    text-align:right;
    padding:0 10px;
}
.feed .article h3 {
    font-size:18px;
    margin-bottom:5px;
    color: #8e1d3b;
    font-weight:normal;
}
.feed .article .time {
    color:#989898;
}

#aside {
    float:right;
    width:295px;
    margin-right:5px;
}

#dimension {
    background:transparent url('../image/dimension_cover.jpg') right bottom no-repeat;
}
#dimension-edition {
    font-size:15px;
    margin-bottom:5px;
    color:#474747;
}
#dimension-title {
    color:#8e1d3b;
    font-size:23px;
    line-height:1em;
    width:40%;
    text-decoration:none;
    display:block;
    margin-bottom:5px;
}
#dimension-title:hover {
    color:#333;
}
#dimension-message {
    font-style:italic;
}
#dimension p {
    width:50%;
}
.get-it-now {
    background:transparent url('../image/get_it_now.png') top right no-repeat;
    text-indent:-2000px;
    display:block;
    float:left;
    width:135px;
    height:38px;
}
.get-it-now:hover {
    background-position:0 -40px;
}
#dimension .get-it-now {
    float:right;
    margin-top:-40px;
}

#calendar #calendar-hdr {
    background:transparent url('../image/calendar_hdr.png') top left no-repeat;
    height:40px;
    text-align:right;
    padding-right:10px;
    line-height:43px;
}
#calendar #calendar-hdr a{
    color:#fff;
}
#calendar #calendar-hdr a:hover {
    color:#333;
}
#calendar #calendar-ftr {
    border-top:solid 1px #c6cba3; 
    padding-top:5px;
    font-size: 1.2em;
    font-weight:bold;
    line-height:33px;
    height:40px;
}
#calendar #calendar-ftr .get-it-now{
    float:right;
}
#calendar .month-title {
    background-color:#c6cba3;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:8px;
    line-height:19px;
}
#calendar .entry {
    font-size:14px;
    line-height:19px;
    color:#454545;
    text-decoration:none;
    background-color:#f7f5ed;
    font-weight:bold;
}
#calendar .entry td{
    padding:4px 4px 4px 8px;
}

#calendar .entry .dates {
    white-space:nowrap;
    width:23%;
}
#calendar table {
    width:100%;
}

#calendar .entry .day {
    display:block;
    float:left;
    text-align:center;
    padding-left:6px;
    margin-bottom:5px;
    width:24px;
    height:23px;
    background:transparent url('../image/days.png') 0px -23px no-repeat;
    color:#fff;
}
#calendar .entry .first {
    padding-left:0px;
    width:23px;
    background-position:-7px -23px;
}
#calendar .entry .day-to {
   background-position:0px -69px; 
}
#calendar .entry .entry-title {
    font-weight:normal;
}
#calendar .entry .first {
    padding-left:0px;
    width:23px;
    background-position:-7px -23px;
}
#calendar .entry .to {
   background-position:0px -69px; 
}
#calendar .today .day
{
    background:transparent url('../image/days.png') 0px 0px no-repeat;
    color:#454545;
}
#calendar a{
    text-decoration:none;
}
#calendar .entry a {
    color:#454545;
}
#calendar .today a{
    color:#fff;
}
#calendar .today .first {
    background-position: -7px 0px;
}
#calendar .today .to {
   background-position:0px -46px; 
}

#calendar .even {
    background-color:#ece7d7;
}
#calendar .today {
    background-color:#8e1d3b;
    color:#fff;
}
#calendar .entry.hover {
    background-color:#69722b !important;
    color:#fff !important;
}
#calendar .entry.hover a {
    color:#fff;
}

#banner .featured-conference-banner {
    padding:20px;
    border:solid 2px #f0e4b8; 
    width:586px;
    height:214px;
    background:transparent url('../image/featured_conference_banner_bkg.png') top left repeat-x;
    text-align:center;
}
.featured-conference-banner h3{
    color:#56621e;
    font-weight:normal;
    font-size:30px;
    margin-bottom:2px;
}

.featured-conference-banner h4 {
    font-size:18px;
    margin-bottom:2px;
}
.featured-conference-banner h5 {
    font-size:18px;
    font-weight:normal;
    color:#56621e;
}
.featured-conference-banner .details {
    float:left;
    text-align:left;
}
.featured-conference-banner .register-big-btn {
    float:right;
}
.featured-conference-banner hr {
    margin:20px 0px;
}
.featured-conference {
    background:transparent url('../image/featured_conference_bkg_ftr.png') bottom left no-repeat;
    padding-bottom:21px;
}
.featured-conference .content {
    background:transparent url('../image/featured_conference_bkg_hdr.png') top left no-repeat;
    padding:10px 20px 0px;
    font-size:13px;
    text-align:center;
}
.featured-conference strong,
.featured-conference-banner strong {
    color:#56621e;
}
.featured-conference h3 {
    color:#56621e;
    font-weight:normal;
    font-size:20px;
    margin-bottom:2px;
}
.featured-conference h4 {
    font-size:14px;
    margin-bottom:2px;
}
.featured-conference h5 {
    font-size:14px;
    font-weight:normal;
    color:#56621e;
}
.featured-conference .details{
    text-align:left;
    margin:0;
    padding-bottom:10px;
}
.featured-conference .register-big-btn {
    float:none;
    margin:0 auto;
}

.featured-aside {
    background:transparent url('../image/featured_conference_bkg_ftr.png') bottom left no-repeat;
    padding-bottom:21px;
}
.featured-aside .content {
    background:transparent url('../image/featured_conference_bkg_hdr.png') top left no-repeat;
    padding:10px 20px 0px;
    font-size:13px;
    text-align:left;
}
body.conference .register-big-btn {
    float:none;
    margin:0 auto;
}
body.conference #registration-form {
    display: none;
}
.register-big-btn {
    background:transparent url('../image/register_big_btn.png') top left no-repeat;
    display:block;
    float:left;
    width:204px;
    height:79px;
    text-indent:-5000px;
}
.register-big-btn:hover {
    background-position: 0px -79px;
}

#twitter_div {
    border-top:solid 1px #c3baa3;
    margin-top:10px;
    padding-top:10px;
}
#twitter_div ul {
    list-style:none;
    margin:0;
}
#twitter_div li {
    margin-bottom:5px;
}
#twitter_div .sidebar-title {
    font-size:18px;
    margin-bottom:5px;
}
#twitter_div .sidebar-title a {
    font-size:13px;
    float:right;
    line-height:20px;
    text-decoration:none;
    color:#454545;
}
#twitter_div .sidebar-title a:hover {
    text-decoration:underline;
    color:#333;
}
#footer {
    font-size:12px;
    padding:5px 0;
}

#footer-nav {
    margin:0px;
    list-style:none;
    padding:5px 0 10px;
}
#footer-nav li {
    line-height:1em;
    float:left;
    padding-left:5px;
    border-left:solid 1px #474747;
    margin-left:5px;
}
#footer-nav li.first {
    padding-left:0px;
    margin-left:0px;
    border-left:none;
}

#footer #copyright{
    float:left;
}
#footer #credits{
   float:right;
   color:#999 !important;
}
#footer #credits a:link,
#footer #credits a:visited,
#footer #credits a:active {
    color:#999
}

.layout3 #content {
    margin-left:20px;
    width:454px;
}
.layout3 #main h1 {
    margin-left:186px; 
}
.layout2 #content {
    margin-left: 20px;
    width: 620px;
}
.layout2 #main h1 {
    margin-left: 20px; 
}


/*
 * Login styles
 */

#login {
    position:absolute;
    width:64px;
    top:15px;
    right:0px;
    z-index: 2000;
    overflow:hidden;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-transition:all 0.2s;
}
#login.open {
    width:310px;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-transition:all 0.5s ease-out;
    
}
#login-panel {
    width:400px;
}
#login-tab {
    float:left;
    width:64px;
    height:84px;
    background:transparent url('../image/login_panel.png') 0px 0px no-repeat;
}
#login-tab.hover {
    background-position: -70px 0px;
}

#login.active #login-tab {
    background-position: 0px -84px;
}
#login.active #login-tab.hover {
    background-position: -70px -84px;
}

#login #password-password {
    display:none;
}
#login .content {
    margin-left:-4px;
    float:left;
    background:#f00;
    padding:15px;
    background:transparent url('../image/login_panel.png') 0px -168px no-repeat;
    height:157px;
    width:271px;
}
#login .content a {
    color:#ffffff;
    text-decoration:none;
}
#login .content a:hover {
    text-decoration:underline; 
}

#login .bttn {
    line-height:33px;
    height:38px;
    display:block;
    float:left;
    padding-right:10px;
}
#login #login-bttn {
    width:78px;
    height:38px;
    background:transparent url('../image/login.png') 0px 0px no-repeat;
    text-indent:-2000em;
    overflow:hidden;
}

#login #login-bttn:hover {
    background-position:0px -40px;
}

form input.text {
    background:#fff url('../image/field_innershadow_bkg.png') top left;
    border:solid 1px #666666;
    font-size:16px;
    color: #999999;
    padding:5px;
    width:200px;
}

form .row {
    padding-bottom:15px;
}


.members-only #content form label  {
    float: left;
    width: 100px;
    text-align: right;
    display: block;
}
.members-only #content form input  {
    margin-left: 10px;
}
.members-only #content form li {
    line-height: 30px;
}
.members-only #content form button {
    margin-left: 110px;
}


/**
 * Member boards styling
 */
.board-of-directors-home td {
    color: #8e1d3b;
    padding: 15px;
    width: 33%;
    text-align: center;
}
.board-of-directors-home td .board-member-name {
    font-size: 10pt;
    font-weight: bold;
}
.board-of-directors-home td p {
    font-size: 8pt;
}

.form td {
    padding: 0 10px 10px 0;    
}

.form select {
    width: 120px;
}
.form table {
    width:100%;
}

/**
 * Blog post styling
 */
#post-comments {
  margin-top: 10px;
}

/**
 * Good news aside
 */

#good-news,
#your-input {
  background: #8e133b;
  background: -moz-linear-gradient(top, #8e133b 0%, #6d0019 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e133b), color-stop(100%,#6d0019));
  background: -webkit-linear-gradient(top, #8e133b 0%,#6d0019 100%);
  background: -o-linear-gradient(top, #8e133b 0%,#6d0019 100%);
  background: -ms-linear-gradient(top, #8e133b 0%,#6d0019 100%);
  background: linear-gradient(to bottom, #8e133b 0%,#6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e133b', endColorstr='#6d0019',GradientType=0 );

  padding:5px 0;
  border:solid 1px #8E1D3B;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 5px 10px 0px #dddddd;
  box-shadow: 0px 5px 10px 0px #dddddd;
  margin-bottom:10px;
  font-size:11px;
}

#good-news p,
#your-input p { margin:0;}

#gn-home,
#yi-home {
  color:#bbb;
  display:inline-block;
  font-size:15px;
  text-decoration:none;
  padding:0px 10px;
}

#gn-title,
#yi-title {
  font-weight:bold;
  color:#eee;
  font-size:18px;
  line-height:1em;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:6px 10px;
  margin-bottom:5px;

  -webkit-transition: all 200ms ;
  -moz-transition: all 200ms ;
  -ms-transition: all 200ms ;
  -o-transition: all 200ms ;
  transition: all 200ms ;
}

#gn-title:hover,
#yi-title:hover {
  color:#fff;
  background:#942643;
  -webkit-box-shadow: inset 0px 3px 5px 0px #551123;
  box-shadow: inset 0px 3px 5px 0px #551123;
}

#gn-ftr,
#yi-ftr {
  color:#ccc;
  text-align:right;
  padding:0 10px;
  margin:0;
}

#gn-ftr a,
#yi-ftr a {
  color:#ccc;
}


/**
 * Your input
 * DEPRECATED
 */

/*#your-input {*/
  /*background:#8E1D3B;*/
  /*background: #faffe2;*/
  /*background: -moz-linear-gradient(top, #faffe2 0%, #c6cba3 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faffe2), color-stop(100%,#c6cba3));*/
  /*background: -webkit-linear-gradient(top, #faffe2 0%,#c6cba3 100%);*/
  /*background: -o-linear-gradient(top, #faffe2 0%,#c6cba3 100%);*/
  /*background: -ms-linear-gradient(top, #faffe2 0%,#c6cba3 100%);*/
  /*background: linear-gradient(to bottom, #faffe2 0%,#c6cba3 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffe2', endColorstr='#c6cba3',GradientType=0 );*/

  /*padding:10px 0;*/
  /*border:solid 1px #faffe2;*/
  /*-webkit-border-radius: 7px;*/
  /*border-radius: 7px;*/
  /*-webkit-box-shadow: 0px 5px 10px 0px #dddddd;*/
  /*box-shadow: 0px 5px 10px 0px #dddddd;*/
/*}*/
/*#yi-home {*/
  /*color:#444;*/
  /*display:block;*/
  /*font-size:15px;*/
  /*margin-bottom:5px;*/
  /*text-decoration:none;*/
  /*padding:0 10px;*/
/*}*/
/*#yi-title {*/
  /*font-weight:bold;*/
  /*color:#8E1D3B;*/
  /*font-size:20px;*/
  /*line-height:1em;*/
  /*text-decoration:none;*/
  /*display:block;*/
  /*margin-bottom:5px;*/
  /*padding:10px;*/

  /*text-shadow: 0px 1px 0px #fff;*/
  /*filter: dropshadow(color=#fff, offx=0, offy=1);*/

  /*-webkit-transition: all 500ms ;*/
  /*-moz-transition: all 500ms ;*/
  /*-ms-transition: all 500ms ;*/
  /*-o-transition: all 500ms ;*/
  /*transition: all 500ms ;*/
/*}*/

/*#yi-title:hover {*/
  /*background:#F7F5ED;*/
    /*-webkit-box-shadow: inset 0px 3px 5px 0px #ddd;*/
    /*box-shadow: inset 0px 3px 5px 0px #ddd;*/
/*}*/

/*#yi-ftr {*/
  /*color:#666;*/
  /*text-align:right;*/
  /*padding:0 10px;*/
  /*margin:0;*/
/*}*/


/*
 * IMPORTS
 */
@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

