/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

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%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

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

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

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 #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; }
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; }

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; }

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


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
body {
	font-family: Arial, Helvetica, "sans serif";
	background: #e3f1c1 url('../global/backgrounds/hm_splatter.jpg') no-repeat center top;
	-webkit-background-size: 1600px 2400px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
header, footer {
	clear: both;
}
footer {
	padding: 0;
}

#main {
	width: 996px;
	margin: 0 auto;
	position: relative;
}

#left {
	width: 203px;
	float: left;
	margin-right: 45px;
}

#content {
	width: 530px;
	float: left;
	padding-top: 20px;
}

#right {
	width: 200px;
	margin: 20px 0 0 15px;
	position: absolute;
	top: 0;
	right: 0;
}

#logo {
	width: 203px;
	height: 196px;
	background-image: url('../global/logo.png');
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: 0;
}

#mainnav {
	background: url('../global/sprite_nav_shadows.png') no-repeat top left;
	padding: 4px 0 0 0;
	width: 174px;
	font-size: 12px;
	margin: 0 auto 40px auto;
}

#mainnav #navlist {
	display: block;
	width: 174px;
	padding: 0 0 4px 0;
	background: url('../global/sprite_nav_shadows.png') no-repeat bottom right;
}

#mainnav ul li {
	display: block;
	width: 174px;
	padding-bottom: 9px;
	background-image: url('../global/sprite_mainnav.png');
	background-repeat: no-repeat;
	background-position: -348px bottom;
}

#mainnav ul li.last {
	height: 36px;
	padding: 0;
	background: none;
}

#mainnav ul li a {
	display: block;
	padding: 0 9px 0 19px;
	color: #ffffff;
	height: 36px;
	line-height: 34px;
	background-image: url('../global/sprite_mainnav.png');
	background-repeat: no-repeat;
	background-position: -174px 0;
	text-decoration: none;
	font-weight: bold;
	color: #0072be;
	position: relative;
}

#mainnav ul li a:hover {
	text-decoration: underline;
}

#mainnav ul li.current-menu-item a {
	background-position: 0 0;
	color: #ffffff;
}

#mainnav ul li a span.sub_indicator {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	text-indent: -9999px;
	height: 36px;
	background-image: url('../global/sprite_mainnav.png');
	background-repeat: no-repeat;
	background-position: -593px 0;
	width: 30px;
}

#mainnav ul li.opened a span.sub_indicator {
	background-position: -559px 0;
}

#mainnav ul li nav.subnav {
	background-image: url('../global/sprite_subnav.png');
	background-repeat: no-repeat;
	background-position: 1px 0;
	padding: 7px 0 0 0;
	width: 167px;
	margin-left: 5px;
	display: none;
}

#mainnav ul li.current-menu-item nav.subnav {
	display: block;
}

#mainnav ul li nav.subnav ul {
	background-image: url('../global/sprite_subnav.png');
	background-repeat: no-repeat;
	background-position: -164px bottom;	
	padding: 0 0 15px 0;
}

#mainnav ul li nav.subnav ul li {
	padding: 0;
	width: 100%;
	height: 25px;
	min-height: 0;
	line-height: 25px;
	background: none;
}

#mainnav ul li nav.subnav ul li a {
	padding: 0;
	height: auto;
	min-height: 0;
	background: none;
	line-height: 25px;
	color: #0072be;
	padding: 0 0 0 18px;
	height: 25px;
}

#mainnav ul li nav.subnav ul li.current-menu-item a{
	background: url('../global/sprite_subnav.png') no-repeat -343px 0;
}

#mainnav ul li.buyonline a {
	background-image: url('../global/btn_buyonline.png');
	background-position: 5px 0;
	color: #FFFFFF;
	padding: 0 9px 0 40px;
}

#mainnav ul li.collectibles a {
	background-image: url('../2012/09/btn_collectibles_0905.png');
	background-position: 5px 0;
	color: #FFFFFF;
	padding: 0 9px 0 40px;

}

/* GLOBAL MODULES */
#content div.module {
	width: 500px;
	padding: 10px 15px;
	background: url('../global/bg_module_border.png');
	margin-bottom: 25px;
}

#content div.module div.content {
	background-color: #ffffff;
	width: 500px;
	padding: 0;
	position: relative;
}

h2.mod_hdr {
	width: 100%;
	background: url('../global/divider.png') repeat-x center 19px;
	height: 30px;
	padding: 8px 0 0 0;
	margin: 0 0 8px 0;
}

h2.mod_hdr span {
	background-image: url('../2012/09/sprite_headers.png');
	background-repeat: no-repeat;
	background-position: center 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* Headers */

#content #home_spotlight div.content h2.mod_hdr span {
	background-position: center -303px;
}

#content #single_event div.content h2.mod_hdr span, 
#content #events_rotator div.content h2.mod_hdr span {
	background-position: center -86px;
}

#content #single_treasures div.content h2.mod_hdr span, 
#content #archive_treasures div.content h2.mod_hdr span {
	background-position: center -431px;
}

#content #hdr_upcoming_events span,
#content #single_event div.content #hdr_upcoming_events span,
#archive_events h2.mod_hdr span {
	background-position: center -260px;
}

#archive_artists h2.mod_hdr span {
	background-position: center -348px;
}

#single_blog h2.mod_hdr span,
#archive_blog h2.mod_hdr span,
#blog_rotator h2.mod_hdr span {
	background-position: center -43px;
}

/* Blue arrow button */
div.btn_arrow {
	position: relative;
	height:40px;
	margin-top: 15px;
}

div.btn_arrow a {
	height: 40px;
	display: block;
	background: url('../global/btn_arrow_v2.png') no-repeat 0 -60px;
	padding: 0 0 0 14px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	min-width: 100px;
	left: -6px;
	outline: 0;
}
div.btn_arrow a:hover {
	text-decoration: underline;
}
div.btn_arrow a span {
	display: block;
	padding: 3px 30px 11px 8px;
	line-height: 26px;
	color: #ffffff;
	font-weight: bold;
	background: url('../global/btn_arrow_v2.png') no-repeat top right;
}
div.view_all {
	padding: 0 20px 0 15px;
	text-align: right;
	font-size: 12px;
}

div.view_all a {
	color: #107DDA;
	text-decoration: none;
}

div.view_all a:hover {
	text-decoration: underline;
}


/* Galleries and galleries */
.gallery {
	width: 500px;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.gallery div.item {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.gallery div.item img {
	display: block;
}

.gallery div.item div.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 470px;
	height: 40px;
	padding: 10px 15px;
	background: url('../global/overlay_caption_63.png');
}

.gallery div.item div.caption h4 {
	font-size: 14px;
	color: #a7e2f3;
}

.gallery div.item div.caption p {
	font-size: 12px;
	color: #ffffff;
}

.gallery div.item div.caption p a{
	color: #ffffff;
	text-decoration: underline;
}

.gallery_nav {
	position: absolute;
	width: 100%;
	height: 100%;
}

.gallery_nav ul {
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery_nav ul li {
	display: block;
	width: 160px;
	position: absolute;
	height: 100%;
}

.gallery_nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../global/sprite_gallery_nav.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: 0;
}

.gallery_nav ul li.previous {	
	left: 0;
}

.gallery_nav ul li.next {	
	right: 0;
}

.gallery_nav ul li.previous a {
	background-position: 10px center;
}

.gallery_nav ul li.next a {
	background-position: -336px center;
}

.rotator_nav ul {
	display: block;
	text-align: center;
	font-size: 1px;
	padding: 10px 0 0 0;
}

.rotator_nav ul li {
	width: 13px;
	height: 13px;
	margin: 0 3px;
	display: inline-block;
}

.rotator_nav ul li a {
	display: block;
	width: 13px;
	height: 13px;
	background-image: url('../global/sprite_dot_pagination.png');
	text-indent: -9999px;
	outline: 0;
	cursor: pointer;
}

.rotator_nav ul li a.selected,
.rotator_nav ul li a:hover {
	background-position: -18px 0;
}


/** LEFT SIDE BAR **/
#sidebar {
	width: 168px;
	margin: 0 auto;
}

#sidebar div.module {
	background: url('../global/sidebar/bg_module.gif') repeat-y 5px 0;
}

#sidebar div.item {
	width: 145px;
	margin: 11px auto 0 auto;
	padding: 0 0 11px 11px;
	background: #ffffff url('../global/sidebar/dottedline.gif') no-repeat bottom left;
}

#sidebar div.item.last {
	background: none;
}

#sidebar div.item h3.title {
	color: #107dda;
	font-size: 12px;
	padding: 8px 0 5px 7px;
	width: 114px;
	font-weight: bold;
	overflow: hidden;
}

#sidebar div.item h3.title a {
	text-decoration: none;
	color: #107dda;
}

#sidebar div.item h3.title a:hover {
	text-decoration: underline;
}

#sidebar div.item h4.date {
	color: #333333;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 7px;
}

#sidebar h2.mod_hdr span {
	background-image: url('../2012/09/sprite_sidebar_headers_20120925.png');
	background-repeat: no-repeat;
	width: 168px;
	height: 35px;
	text-indent: -9999px;
}

#sidebar #side_beafan h2.mod_hdr {
	background-position: 0 0;
	padding: 0;
}

#sidebar #side_recentevents h2.mod_hdr span {
	background-position: 0 -41px;
	padding: 0;
}

#sidebar #side_recentposts h2.mod_hdr span {
	padding:0;
	background-position: 0 -82px;
}

#sidebar #side_archives h2.mod_hdr span {
	padding: 0;
	background-position: 0 -123px;
}

#sidebar #side_treasures h2.mod_hdr span {
	padding: 0;
	background-position: 0 -164px;
}

#archive_month_list {
	padding: 0 0 10px 20px;
	font-size: 12px;
}

#archive_month_list li {
	margin: 0 0 5px 0;
	color; #333333;
}

#archive_month_list li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#archive_month_list li a:hover {
	text-decoration: underline;
}

#side_archives div.fancy-select select {
	width: 108px;
	margin-top: 2px;
	text-align: center;
}

#side_archives div.fancy-select {
        width: 110px;
        margin: 10px 0 5px 15px;
        padding: 0 0 0 11px;
        height: 35px;
        background: url('../global/sprite_select_brown.png') no-repeat 0 -32px;
}

#side_archives div.fancy-select span {
        display: block;
        position: absolute;
        background: url('../global/sprite_select_brown.png') no-repeat top right;
        width: 85px;
        height: 17px;
        padding: 4px 25px 14px 0;
        line-height: 17px;
        font-size: 11px;
        color: #333333;
        font-weight: bold;
	text-align: center;
        z-index: 1;
}


/** POSTS **/
article.entry {
	padding: 0 20px 0 17px;
}

article.entry h3,
article.entry h4,
article.entry h5 {
	font-family: Georgia, "Times New Roman", "serif";
	margin-bottom: 5px;
}
article.entry h3.title {
	font-size: 16px;
	color: #107dda; 
}
article.entry h4.date {
	font-size: 13px;
	color: #333333;
	font-style: italic;
}
article.entry h5.venue {
	font-size: 12px;
	color: #333333;
}
article.entry div.details {
	color: #333333;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0 15px 0;
	position: relative;
}	
article.entry div.details p {
	padding: 0 0 15px 0;
}

article.entry div.details h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}

article.entry div.details h2 {
	font-size: 14px;
	color: #107dda;
	font-family: Georgia, "Times New Roman", "serif";
	font-weight: bold;
}

article.entry div.details h3 {
	font-size: 12px;
	color: #333333;
	font-style: italic;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}

article.entry div.details h4 {
	font-size: 12px;
	color: #107dda;
	font-family: Georgia, "Times New Roman", "serif";
	font-weight: bold;
	font-style: italic;

}

article.entry div.details h5 {
	font-size: 11px;
	color: #333333;
	font-style: italic;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: normal;
}

article.entry div.details h6 {
	font-size: 11px;
	color: #107dda;
	font-family: Georgia, "Times New Roman", "serif";
	font-weight: normal;
	font-style: italic;
}

article.entry div.details ul {
	list-style-type: square;
	padding-left: 15px;
}

#articlesubscribe {
	position: absolute;
	bottom: 29px;
	right: 0;
	width: 166px;
}

div.article-gallery {
	margin-bottom: 20px;
}

.post-nav {
	position: relative;
	height: 30px;
}

.post-nav a {
	position: absolute;
	right: 15px;
	font-size: 12px;
	color: #107DDA;
}

.post-nav a.previous { 
	right: auto;
	left: 15px;
}

.a2a_button_facebook_like {
	width: 100px;
}

.addtoany_share_save_container {
	padding: 10px 0 10px 0;
}

.addtoany_share_save_container .addtoany_list a.addtoany_share_save {
	display: none;
}

.addtoany_share_save_container .addtoany_list a {
	padding: 0 18px 0 0;
}

/** ARCHIVE **/
#archive_artists div.summary {
	margin: 20px;
}

#archive_artists div.summary p {
	color: #333333;
	font-size: 12px;
}

div.archive {
	padding: 0 0 17px 0;
}

div.archive div.post.featured-post {	
	background: url('../global/divider.png') repeat-x left bottom;
	padding-bottom: 30px;
	clear: both;
	padding: 0 0 40px 0;
}

div.archive div.post.featured-post div.image {
	width: 500px;
	float: none;
	clear: both;
	margin: 0 0 30px 0;
	padding: 0
}

div.archive div.post.featured-post div.image img {
	border: 0;
}

div.archive div.post.featured-post div.info {
	float: none;
	clear: both;
	padding: 0 20px 0 15px;
	margin: 0;
	width: auto;
}

div.archive div.post.featured-post div.btn_arrow a {
	left: auto;
	right: 0;
}

div.archive div.post {
	background: url("../global/divider_small.png") repeat-x scroll left bottom transparent;
	padding: 25px 20px 25px 15px;
	overflow: auto;
	
}

div.archive div.post.last {
	background: none;
}

div.archive div.post div.image {
	width: 210px;
	float: left;
}

div.archive div.post div.image img {
	border: 5px solid #eae8e8;
}

div.archive div.post div.info {
	width: 230px;
	margin: 0 0 0 20px;
	float: left;
}

#archive_artists div.archive div.post {
        overflow: auto;
        padding: 17px 20px 8px 15px;
}

#archive_artists div.archive div.post div.image {
        width: 130px;
        float: left;
}

#archive_artists div.archive div.post div.image img {
        border: 5px solid #eae8e8;
}

#archive_artists div.archive div.post div.info {
        width: 310px;
        margin: 0 0 0 20px;
        float: left;
}

div.archive div.post div.info h3,
div.archive div.post div.info h4,
div.archive div.post div.info h5 {
	font-family: Georgia, "Times New Roman", "serif";
	margin-bottom: 5px;
}
div.archive div.post div.info h3.title,
div.archive div.post div.info h3.title a {
	font-size: 13px;
	color: #107dda;
	text-decoration: none;
}
div.archive div.post div.info h3.title a:hover {
	text-decoration: underline;
}

div.archive div.post div.info h4.date,
div.archive div.post div.info h5.venue {
	font-size: 11px;
	color: #333333;
	font-style: italic;
}
div.archive div.post div.info div.excerpt {
	color: #333333;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0 0 0;
}
div.archive div.post div.info div.excerpt p {
	margin: 0 0 10px 0;
}

div.archive div.pagination {
	text-align: right;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	padding-right: 20px;
	font-weight: bold;
}

div.archive div.pagination span.current {
	color: #107dda;
	padding: 0 4px;
}

div.archive div.pagination a.page-numbers {
	color: #333333;
	text-decoration: none;
	padding: 0 4px;
}

div.archive div.pagination a.page-numbers:hover {
	text-decoration: underline;
}

/** Events navigation **/
div.archive div.archive-nav {
	padding: 20px 0 10px 0;
	text-align: center;
}

#archive_events div.archive div.archive-nav {
	padding: 20px 28px 10px;
	overflow: auto;
}

div.archive div.archive-nav h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#archive_events div.fancy-select {
	float: left;
}

div.fancy-select {
	position: relative;
	text-align: left;
}

div.fancy-select select {
	position: absolute;
	width: 208px;
	height: 20px;
	margin: 6px 0 12px 6px;
	opacity: 0;
	-khtml-appearance: none;
	-webkit-appearance: none;
	top: 0;
	left: 0;
	z-index: 2;
	color: #333333;
	font-weight: bold;
	font-size: 11px;	
}

div.fancy-select {
	width: 210px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	height: 35px;
	background: url('../global/sprite_select.png') no-repeat 0 -35px;
}

div.fancy-select span {
	display: block;
	position: absolute;
	background: url('../global/sprite_select.png') no-repeat top right;
	width: 210px;
	height: 17px;
	padding: 6px 0 12px 0;
	line-height: 17px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	z-index: 1;
}

/* Homepage */
div.btn_arrow.home_view_all {
	height: 55px;
}
div.btn_arrow.home_view_all a {
	left: auto;
	right: -31px;
}

/* Ads */
div.topad {
	width: 738px;
	margin: 10px auto;
	width: 728px;
	padding: 0 0 0 10px;
	background-image: url('../global/adslug-vertical.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	border: 0;
}

#right div.ad-vertical {
	width: 160px;
	float: right;
	padding-top: 10px;
	background-image: url('../global/adslug-300.gif');
	background-repeat: no-repeat;
}

#ccp {
	overflow: auto;
	width: 800px;
	margin: 0 auto 18px auto;
	padding: 65px 0 15px 0;
	clear: both;
}

#ccp div.item {
	width: 180px;
	height: 150px;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

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

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   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; }
}
