/*   
Theme Name: Monadnock Sixteen
Theme URI: http://www.monadnockmadness.com/
Description: A Wordpress Theme for the Monadnock website
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Version: 3.0
Tags: custom header, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* RESET - http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 */

/*-------------------------------------------------------------------------*/

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

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* purple = #3BAFC2 */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

body {
/* 	background: #3BAFC2 url(images/body_bg.png) repeat-x left top; */
	background: #FFF;
	background-image: linear-gradient(0deg, #B2CBC6 0%, #3BAFC2 100%);
	font: normal 14px/24px "myriad-pro","Arial","Helvetica",sans-serif;
	color: #626262;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
a {
	color: #3BAFC2;
	text-decoration: underline;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
p, ul, ol {
	margin-bottom: 24px;
}
strong, b {
	color: #626262;
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}
.skip, .ineffable {
	left: -1000em;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}
hr {
	clear:both;
	background-color: #DDD;
	border:0;
	height: 1px;
	margin-bottom: 22px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
/*
dd {
	margin: 6px 0 18px 0;
}
*/
.screen-reader-text,
.section-heading {
  /* Text meant only for screen readers */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

table {
	margin: 0 0 24px 0;
}
embed,
object,
video {
	max-width: 100%;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

#wrapper {
	background: #FFF;
	box-shadow: 0 0 15px rgba(46, 96, 108, 0.35);
	margin: -55px auto 0 auto;
	padding: 0;
	width: 840px; /* 90% */
}
#main {
	clear: both;
	background: #FFF;
	margin: 0 auto;
	padding: 0 0 90px 0;
	width: 820px;
	min-height: 310px;
	overflow: hidden;
}
#primary {
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 100%;
}
#primary-home {
	background: #FFF;
/* 	border-bottom: 18px solid #E0E1E2; */
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100%;
}
/*
#secondary {
	float: left;
	background: transparent;
	border: 1px solid #E2E2E2;
	margin: 0 45px 0 0;
	padding: 0;
	width: 267px;
}
*/
#colophon {
	clear: both;
	display: block;
	background: transparent;
	margin: -75px auto 135px auto;
	padding: 0;
	width: 840px;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

#branding {
	background: transparent;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 242px;
	z-index: 1;
}
/*
#branding-logo {
	float: left;
	background: #97A072;
	margin: 0;
	padding: 14px 0 14px 14px;
	width: 386px;
	height: 113px;
}
*/
#branding-logo a, #branding-logo a:hover {
	text-decoration: none;
	background: none;
}  

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

#access {
	clear: both;
	position: relative;
	background: transparent url(images/nav_bg.png) no-repeat left top;
	display: block;
	margin: -80px auto 0 auto;
	padding: 0;
	width: 940px;
	height: 160px;
	z-index: 100; /* the stack order: foreground */
}		
#access ul {
	clear: left;
	float: right;
	list-style:none;
	margin: 65px 0 0 0;
	padding: 0;
	position: relative;
	right: 50%;
	text-align: center;
	z-index: 100; /* fix for IE7 */
}
#access li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}
#access li a {
	color: #D9D890;
	font-family: "myriad-pro-condensed","Arial","Helvetica",sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1em; /* 50px / 16px */
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	/* text-shadow:  0px 2px 3px rgba(106, 29, 8, 0.65); */
	background: transparent;
	margin: 0;
	padding: 0 15px; /* 18px 20px / 920px */
}

#access ul ul {
	border-top: 1px solid #66ADC2; /* sub menu item horizontal lines */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 40;
	left: 0;
	right: auto; /*resets the right:50% on the parent ul */
	width: 240px; /* width of the drop-down menus */
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul li li {
	left: auto;  /*resets the left:50% on the parent li */
	margin: 0; /* Reset the 1px margin from the top menu */
	clear: left;
	width: 100%;
	border-left: none;
}
#access ul li li a {
	background: #3BAFC2;
   color: #FFF;
	font-size: 14px;
   font-weight: 500;
   text-align: left;
	text-transform: none;
	line-height: 18px; /* overwrite line-height value from top menu */
   border-bottom: 1px solid #66ADC2; /* sub menu item horizontal lines */
	margin: 0;
	padding: 12px 20px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	text-decoration: underline;
}
#access li:hover > a,
#access a:focus {
	text-decoration: underline;
}
/* Flip the last submenu so it stays within the page */
#access ul ul.last {
   left: auto; /* reset left:0; value */
   right: 0; /* Set right value instead */
}
/* Make the sub menus appear on hover */
#access ul li:hover > ul {
   display: block; /* Show the sub menus */
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	/* font-weight: bold; */
}



/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	color: #3BAFC2;
	font: normal 34px/130% 'Pacifico', cursive;
	margin: 0 0 20px 0;
}
h2 {
	/* post titles - with spaces  */
	color: #416934;
	font-family: "myriad-pro-condensed","Arial","Helvetica",sans-serif;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
}
h3 {
	/* large title - with spacing */
	color: #222;
	font-size: 21px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
h4 {
	/* large title - without spacing */
	color: #222;
	font-size: 21px;
	line-height: 24px;
	margin: 0;
}
h5 {
	/* paragraph title */
	color: #444;
	font-size: 17px;
	margin: 0;
}
h6 {
	color: #424242;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

#content .entry-header {
	clear: both;
	padding: 0 30px;
}
#content .entry-content {
	padding: 0 30px;
}
#content .entry-event {
	margin: 0;
	padding: 30px 30px 0 30px;
}
#content .entry-event table {
	font-family: "myriad-pro-condensed","Arial","Helvetica",sans-serif;
	font-size: 18px;
	margin: 0;
}
#content .entry-image img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
#content .featured-image {
	margin: 0 0 20px 0;
}
#content ul, #content ol {
	margin: 0 0 22px 6.0344827%; /* 0 0 12px 35px / 580px */
	padding: 0;
}
#content ul {
	list-style: disc;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	line-height: 20px;
	margin: 5px 0;
	padding: 0;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-top: 0;
	margin-bottom: 0;
}

#content .post-line {
	clear: both;
	text-align: left;
	border-top: solid 1px #DDD;
	margin: 20px 0;
	padding: 0;
}
#content .post-listing-info {
	color: #888;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
}
#content h1.single-title {
	margin-bottom: 0;
}
#content .postmetadata {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0;
}
#content .postmetadata a {
	color: #888;
}
#content .postmetadata a:hover {
	color: #333;
	text-decoration: underline;
}
#content .post-excerpt {
	margin: 0 0 12px 0;
}
#content .news-tags a {
	color: #888;
	background-color: #EEECE6;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-radius: 8px;
	margin: 0 3px 0 0;
	padding: 3px 8px;
}
#content .news-tags a:hover {
	background-color: #3BAFC2 !important;
	border: none;
	color: #FFF !important;
	text-decoration: none;
}
#content #social {
	padding: 0;
}

#content table.board h4, #content table.board h5 {
	background: #F4F4F4;
}
#content table.board h4 span {
	font-size: 11px;
}
#content table.board td {
	border-bottom: 1px solid #DDD;
	padding: 10px 15px 10px 0;
	vertical-align: top;
}
#content .board p {
	margin: 0;
}

.mapp-container .ga-mapp {
	padding-top: 6px !important;
	/* text-align: left !important; */
}
.mapp-container .ga-mapp img {
	margin: 0 12px 12px 0 !important;
}
#content .mapp-directions {
	width: 98%;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

/*
#secondary .widget  {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 290px;
	overflow: hidden;
}
#secondary .widget h3  {
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 15px 10px 0 23px;
}
#secondary .widget h5  {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 6px 0;
	padding: 15px 10px 0 23px;
}
#secondary .widget p {
	margin: 0 0 20px 0;
	padding: 15px 20px 0 23px;
}
#secondary .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#secondary .widget ul li {
	background: url(images/bullet_arrow_18.png) no-repeat left top;
	line-height: 18px;
	margin: 6px 10px 6px 23px;
	padding: 0 0 0 10px;
}
#secondary .widget-area {
	background: #FFF;
	padding: 30px 0 0 0;
}
#secondary .textwidget {
	padding: 8px 0 0 0;
}
*/

/* --- SIDEBAR MENUS --- */

/*
#secondary ul.menu {
	list-style-type: none;
	border-bottom: 1px solid #DDD;
	margin: 15px 20px 0 18px;
	padding: 0;
}
#secondary ul.menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
#secondary ul.menu li a {
	display: block;
	border-top: 1px solid #DDD;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 12px 10px 12px 10px;
}
#secondary ul.menu li a:hover {
	color: #FFF;
	background: #3BAFC2;
	text-decoration: none;
}
#secondary ul.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#secondary ul.menu li li a {
	background: transparent url(images/bullet_arrow_20.png) no-repeat 15px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 10px 10px 10px 30px;
}
#secondary ul.menu li li a:hover {
	color: #333;
	background: #FFF url(images/bullet_arrow_20.png) no-repeat 15px 10px;
	text-decoration: none;
}
*/

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- HOMEPAGE SLIDER --- */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {position: relative; display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flex-container { position: relative; background: transparent; border-bottom: 30px solid #E9EAEA; margin: 0; padding: 0; width: 820px; }

.flexslider {margin: 0; padding: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 340px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 340px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
/*
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
*/

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* --- MIDDLE OF HOMEPAGE --- */

#homepage-links {
	clear: both !important;
	background: transparent;
	overflow: hidden;
}
#homepage-links .box-area {
	float: left;
	border-top: 20px solid #656556;
	margin: 11px 2px 0 0;
	padding: 10px 20px 0 10px;
	width: 278px;
}
#homepage-links h3 {
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px 0;
	padding: 12px 0 0 10px; /* 12px 0 0 10px / 278px */
}
#homepage-links h3 span {
	float: right;
	margin: -2px 0 0 0;
	width: auto;
}
#homepage-links #first {
	font-size: 11px;
	line-height: 18px;
	width: 277px;
}
#homepage-links #first h3 {
	padding: 12px 0 0 0;
}
#homepage-links ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}
#homepage-links ul li a {
	font-size: 14px;
	border-bottom: 1px solid #DDD;
	line-height: 16px;
	display: block;
	margin: 0;
	padding: 9px 10px;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#homepage-links ul li a:hover {
	color: #3BAFC2;
	background: #EEE;
	text-decoration: none;
}
#homepage-links ul li .date a  {
	font-size: 14px;
	line-height: 17px;
}
#homepage-links ul li .date a span  {
	color: #555;
	font-size: 11px;
	line-height: 12px;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#colophon-area {
	color: #3E3D3F;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
}
#colophon-area a {
	color: #3E3D3F;
	text-decoration: none;
}
#colophon-area a:hover {
	color: #222;
}
#colophon-area .box-area {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
#colophon-area .box-area h3 {
	color: #3E3D3F;
	font: normal 15px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0;
}
#colophon-area #first {
	margin: 0 40px 0 0;
	padding: 0 0 0 30px;
	width: 164px;
}
#colophon-area #first img {
	width: auto; /* fixing ie bug*/
}
#colophon-area #first a, #colophon-area #first a:hover {
	text-decoration: none;
	background: none;
}
#colophon-area #second {
	margin: 0 2.0833333% 0 0; /* 0 20px 0 0 / 960px */
	width: 41.6666666%; /* 400px / 960px */
}
#colophon-area #second p {
	clear: both;
	margin: 0;
	padding: 4px 0 0 0;
}
#colophon-area #third {
	margin: 0 4.16666666% 0 0; /* 0 40px 0 0 / 960px */
	width: 7.1875%x; /* 69px / 960px */
}
#colophon-area #third img {
	width: auto; /* fixing ie bug*/
}
#colophon-area #third a, #colophon-area #third a:hover {
	text-decoration: none;
	background: none;
}
#colophon-area #fourth {
	margin: 0;
	padding: 20px 0 0 0;
	width: 14.4791666%;  /* 139px / 960px */
}
#colophon-area #fourth h4 {
	color: #7D7972;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}
#colophon-area #fourth img {
	float: left;
	margin: 0 12.2302158% 10px 0;  /* 0 17px 10px 0 / 139px */
	width: auto;
}

/*-------------------------------------------------------------------------*/

/* COLUMN SHORTCODES */

/*-------------------------------------------------------------------------*/

#content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
.yellow-box {
	margin: 10px 0;
	/* background: #FFFBCC; */
	background: #FFFFEE;
	border: 1px solid #E6DB55;
	padding: 20px;
	overflow:hidden;
}
.red-box {
	margin: 10px 0;
	background: #FFD9C8;
	border: 1px solid #F37C72;
	padding: 20px;
	overflow:hidden;
}
.green-box {
	margin: 10px 0;
	background: #D5FFCA;
	border: 1px solid #BDDC7F;
	padding: 20px;
	overflow:hidden;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft,
img.alignleft {
	float: left;
	margin: 4px 24px 12px 0;
}
.alignright,
img.alignright {
	float: right;
	margin: 4px 0 12px 24px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

.wp-caption {
	color: #777;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	line-height: 14px;
	padding-top: 4px;
}
.wp-caption .wp-caption-text {
	margin: 6px 0 0 0;
}
.wp-smiley {
	margin: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

/* --- ALBUMS --- */

#content .gallery-listings {
	float: left;
	margin: 0 2.5% 30px 0;	/* 0 15px 30px 0 / 600px */
	width: 30.8333333%;	/* 185px / 600px */
	height: auto;
}
#content .gallery-listings img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
#content .gallery-listings h5 {
	clear: both;
	margin: 8px 0 0 4px;
}
#content .gallery-listings .post-listing-info  {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 4px;
	padding: 0;
}

/* --- GALLERY PAGE --- */

#content .gallery {
	clear: both;
	margin: auto;
	padding: 0;
}
#content .gallery-item {
	float: left;
	margin: 10px 3.3333333% 0 0;	/* 10px 20px 0 0 / 600px */
	text-align: left;
	vertical-align: top;
	width: 21.6666666%;	/* 130px / 600px */
}
#content .gallery-item img {
	background: #EEE;
	padding: 5px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#comments {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
}
#comments h2#comments-title {
	padding: 30px 0 20px 0;
}
#comments p.write-comment-link {
	padding: 0 0 20px;
}
#comments .comment-body p {
	padding: 0;
}
#comments p.moderation {
	font-family: 'Droid Serif',  Times, serif;
	font-style: italic;
}
#content #comments ol {
	clear: both;
	padding: 0;
}
#content #comments ol li {
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#content #comments ol li ul.children {
	padding:0;
}
/*
#content #comments ol li.depth-1 {
	padding: 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
*/
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin: 0 0 0 20px;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: none;
	overflow: hidden;
}
.comment-meta a {
	padding: 0 0 12px;
	font-size: 11px;
	text-decoration: none;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-content {
	padding: 12px 0;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:right;
}
a.comment-reply-link {
	font-size: 12px;
}
#comments ol li.post.pingback {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin: 0 20px 8px 0;
	float: left;
}
#comments .bypostauthor {
}

/* --- COMMENT REPLY --- */

#content #comments #respond {
	margin: 30px 0 0;
	padding: 20px 20px 20px 0;
	background-color: #F8F8F8;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: 11px;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding: 0;
	font-size: 11px;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding: 15px 0 0;
}
input#submit {
	color: #FFF !important;
	background-color: #3BAFC2;
	font: normal 11px/11px Arial, Helvetica, sans-serif !important;
	border: none;
	font-family: inherit;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold !important;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px; /* Links */
}
input#submit:hover {
	background-color: #333 !important;
	border: none;
	color: #FFF !important;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size: 14px;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

/* PURPLE BUTTONS */
a.purple.button {
	color: #FFF !important;
	background: #3BAFC2;
	border: none;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 8px 8px 8px 0;
	padding: 8px 14px 8px 14px;
}
a.purple.button:hover {
	background: #333 !important;
	border: none;
	color: #FFF !important;
}

/* GRAY */
a.gray.button {
	color: #666 !important;
	background: #F4F4F4;
	border: none;
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 8px 8px 0 0;
	padding: 6px 14px 6px 14px;
}
a.gray.button:hover {
	background: #333 !important;
	border: none;
	color: #FFF !important;
}

/*-------------------------------------------------------------------------*/

/* SEARCH FORM */

/*-------------------------------------------------------------------------*/

#searchwrapper {
	clear: both;
	float: right;
	position: relative;
	background: url(images/search_bg.png) no-repeat left top;
	margin: 0;
	padding: 0;
	width: 248px;
	height: 35px;
}
#searchwrapper form {
	display: inline;
}
#searchbox {
	position: relative;
	color: #848D65;
	font-size: 12px;
	line-height: 15px;
	background: transparent;
	border: 0px;
	margin: 9px 0 0 12px;
	width: 186px;
}
#searchbox:focus {
	color: #424242;
	outline: none;
}
#searchsubmit {
	position: absolute;
	background-color: transparent;
	border: 0;
	top: 0;
	left: 216px;
	width: 32px;
	height: 35px;
}
h4.search-title {
	margin: 0;
}
/*-------------------------------------------------------------------------*/

/* RESULTS PAGE */

/*-------------------------------------------------------------------------*/

/*
.search-title {
	margin: 0;
}
ul#results {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
ul#results li {
	background-image: none;
	line-height: 20px;
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
}
ul#results li strong {
	background-color: #FFFFCC;
}
ul#results .post-line {
	clear: both;
	margin: 10px 0 15px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #CCC;
}
*/

/*-------------------------------------------------------------------------*/

/* MENU TABLES */

/*-------------------------------------------------------------------------*/

/*
table.menus {
	font-size: 12px;
	border: 1px solid #ddd !important;
	text-align: left;
	margin: 0 0 20px 0;
	width: 100%;
	vertical-align: top;
}
table.menus tr {
	
}
table.menus tr th {
	color: #333;
	background-color: #F4F4F4;
	font-size: 18px;
	border: none !important;
	margin: 0;
	padding: 10px;
}
table.menus td {
	font-size: 11px;
	border: 1px solid #ddd !important;
	margin: 0;
	padding: 10px;
}
table.menus td p {
	font-size: 11px;
	margin: 0;
}
*/

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */
/* WP-PageNavi 2.40 by Lester "GaMerZ" Chan	 */

/*-------------------------------------------------------------------------*/

/*
.wp-pagenavi {
	clear: both;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 20px 20px 10px 0;
	padding: 30px 0 0 0;
	text-align: left;
	border-top: solid 1px #DDD;	
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #3BAFC2;
	color: #3BAFC2;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	border: 1px solid #3BAFC2;
	color: #3BAFC2;
	background-color: #FFF;
}
.wp-pagenavi a:hover {	
	border: 1px solid #333;
	color: #FFF;
	background-color: #333;
}
.wp-pagenavi a:active {
	text-decoration: none;
	border: 1px solid #3BAFC2;
	color: #3BAFC2;
	background-color: transparent;	
}
.wp-pagenavi span {
	padding: 6px 9px 5px 9px;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 9px;
	color: #3BAFC2;
	border: 1px solid #3BAFC2;
	background-color: transparent;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: bold;
	border: 1px solid #3BAFC2 !important;
	color: #FFF;
	background-color: #3BAFC2;
}
.wp-pagenavi span.extend {
	padding: 6px 9px 5px 9px;
	border: 1px solid #3BAFC2;
	color: #3BAFC2;
	background-color: transparent;
}
*/

/*-------------------------------------------------------------------------*/

/* EVENTS CALENDAR */

/*-------------------------------------------------------------------------*/

/* --- EVENTS HEADER --- */

.events-archive .entry-content, .events-archive .entry-header {
	width: 100% !important;
}
#tribe-events-calendar-header {
	top: -50px !important;
	margin: 0 0 15px 0 !important;
	height: 0 !important;
}
#tribe-events-calendar-header h1 {
	float: left !important;
	display: inline;
	margin: 8px 0 0 5px !important;
}
.tribe-events-calendar-buttons {
	position: relative !important;
	float: right !important;
	display: inline;
}
.tribe-events-calendar-buttons a {
	background: #DDD !important;
	margin: 0px 0px 0 7px !important;
	padding: 0 6px !important;
	text-shadow: none !important;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}
.tribe-events-calendar-buttons a:hover {
	background: #3BAFC2 !important;
	text-decoration: none;
}
.upcoming a.tribe-events-button-on, .grid a.tribe-events-button-on {
	background: #3BAFC2 !important;
}

/* --- CALENDAR PAGE --- */

#tribe-events-content {
	margin-bottom: 0 !important;
	padding: 1px 0 !important;
}
.tribe-events-month-nav {
   float: left !important;
   position: relative !important;
	background: transparent !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 0 20px 0 !important;
	height: 10px !important;
}
select.tribe-events-events-dropdown {
	width: auto !important;
	font-size: 16px !important;
}
table.tribe-events-calendar {
	margin: 0 0 12px 0 !important;
	font-size: 12px !important;
	border: 1px solid #AAA !important;
}
.tribe-events-calendar th {
	color: #FFF !important;
	font-size: 13px;
	background: #4D4D41 !important;
	border: 1px solid #CCC !important;
	text-shadow: none !important;
}
.tribe-events-calendar td {
	border: 1px solid #CCC !important;
}
.tribe-events-calendar td.tribe-events-othermonth {
	background: #F5F5F5 !important;
}
.tribe-events-calendar .daynum {
	background: #F5F5F5 !important;
}
.tribe-events-calendar td.tribe-events-present .daynum, .tribe-events-calendar td.tribe-events-present .daynum > a {
	background: #FFFFCC !important;
	color: #444 !important;
}
.tribe-events-calendar td .tribe-events-event a {
	display: block !important;
	line-height: 13px !important;
}
.tribe-events-calendar td .tribe-events-event a:hover {
	color: #333 !important;
}
.tribe-events-calendar .tribe-events-tooltip {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.tribe-events-tooltip .tribe-events-event-title {
	background: #333 !important;
	color: #FFF !important;
	letter-spacing: 1px !important;
	line-height: 16px !important;
}
.tribe-events-calendar .cat_days-event a, .tribe-events-calendar .cat_days-event a:hover {
	color: #CCC;
	font-size: 16px;
	font-weight: normal;
}
.tribe-events-calendar .cat_events a {
	color: #3BAFC2;
}
.tribe-events-calendar .cat_aicp-cm-opportunities a {
	color: #BC5626;
}
.tribe-events-calendar .cat_webinar a {
	color: #43963A;
}
.tribe-events-legend {
	color: #777;
	font-size: 11px;
	font-style: italic;
}
span#tribe-events-legend-aicp {
	background-color: #BC5626;
	margin: 0 7px 0 0;
}
span#tribe-events-legend-webinar {
	background: #43963A;
	margin: 0 7px 0 0;
}
span#tribe-events-legend-other {
	background: #3BAFC2;
	margin: 0 7px 0 0;
}

/* --- EVENTS LISTNG PAGE --- */

.upcoming .tribe-events-calendar-buttons {
    top: 0 !important;
}
.upcoming .tribe-events-events .post-line {
	margin: 10px 0 25px 0 !important;
}
.upcoming .tribe-events-event-entry {
	width: 55% !important;
}
.upcoming .tribe-events-event-entry p {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 20px !important;
}
.upcoming .tribe-events-event-entry h3.entry-title, .tribe-events-event-entry h3.entry-title a {
	color: #3BAFC2 !important;
	font-weight: normal !important;
	margin: 0 !important;
}
.upcoming .tribe-events-event-entry h6.event-day {
	color: #777 !important;
	font-size: 11px !important;
	margin-top: 0 !important;
	font-style: italic !important;
}
.upcoming .tribe-events-event-list-meta {
	font-size: 11px !important;
	margin: 0 !important;
	padding: 6px 0 6px 4% !important;
	width: 35% !important;
}
.upcoming .tribe-events-event-list-meta table {
	margin: 0 !important;
}
.upcoming .tribe-events-event-list-meta td {
	border: none !important;
	line-height: 18px !important;
	padding: 4px 0 0 0 !important;
}

/* --- SINGLE EVENTS PAGE --- */

#tribe-events-event-meta {
	border-color: #DDD !important;
}
#tribe-events-event-meta .column {
	float: left;
	width: 100% !important;
	padding: 0 4% 0 0;
	text-align: left;
	margin: 0;
}
#tribe-events-event-meta dt {
	margin-bottom: 10px !important;
}

/* --- VENUE PAGE --- */

#tribe-events-event-meta {
	border-width: 1px 0 !important;
	border-style: solid !important;
	border-color: #DDD !important;
}
.venue-events .tribe-events-event {
	border-bottom: none !important;
}
.venue-events .entry-title {
	font-weight: normal !important;
}
.tribe-events-events .tribe-events-event-entry {
	padding: 0 !important;
}
h2.tribe-events-cal-title {
	font-size: 20px !important;
	font-weight: normal !important;
	color: #444 !important;
}

/* --- SIDEBAR EVENTS WIDGET --- */

.eventsAdvancedListWidget ul.upcoming li {
	background: none !important;
}
.eventsAdvancedListWidget li .when {
	font-size: 13px;
	line-height: 20px;
}
.eventsAdvancedListWidget li .event {
	font-size: 11px;
	line-height: 16px;
}
.eventsAdvancedListWidget li .loc {
	font-size: 11px;
	line-height: 16px;
}
.eventsAdvancedListWidget .dig-in {
	margin: 5px 0 0 0;
}
.eventsAdvancedListWidget .dig-in a:link, .eventsAdvancedListWidget .dig-in a:visited, .eventsAdvancedListWidget .dig-in a:active {
	font-size: 11px;
	color: #FFF;
	background: #4582AD;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 15px 3px 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.eventsAdvancedListWidget .dig-in a:hover {
	cursor: pointer;
	color: #FFF;
	background: #930;
	border: none;
	text-decoration: none !important;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES (these override styles listed above) */

/*-------------------------------------------------------------------------*/

.gform_wrapper input {
	color: #888 !important;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	border: 1px solid #DDD !important;
	background: #F4F4F4 !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.gform_wrapper textarea {
	color: #888 !important;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	border: 1px solid #DDD !important;
	background: #F4F4F4 !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	width: 98% !important;
}
.gform_wrapper input:hover, .gform_wrapper textarea:hover, .gform_wrapper select:hover, .gform_wrapper input[type="file"]:hover {
	border: 1px solid #555 !important;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
	border: 1px solid #555 !important;
	background: #FFFFEE !important;
	color: #333 !important;
}
.gform_wrapper input[type=checkbox], .gform_wrapper input[type=radio] {
	border: none !important;
}
.gform_wrapper select {
	color: #888 !important;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 20px !important;
	border: 1px solid #DDD !important;
	background: #F4F4F4 !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.gform_wrapper .top_label .gfield_label {
	margin: 18px 0px 2px !important;
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 1px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
		margin-top: 3px !important;
		margin-left: 3px !important;
	}
}
.gform_body ul {
	margin: 0 !important;
}
.gform_body ul li {
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important
}
.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-style: italic !important;
	margin: 1px 0 0 0 !important;
}
.gform_wrapper .gsection {
	border-bottom: 1px solid #DDD !important;
	margin: 35px 0 4px 0 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h3.gform_title {
	font-size: 20px !important;
	font-family: inherit !important;
	font-weight: normal !important;	
}
.gform_wrapper h2.gsection_title {
	font-size: 20px !important;
	font-family: inherit !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #888 !important;
	font-style: italic !important;
	padding: 2px 0 0 0 !important; 
}
.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper input.button {
	font-size: 13px !important;
	color: #FFF !important;
	border: none !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 5px 20px !important;
	background: #3BAFC2 !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}
.gform_wrapper input.button:hover {
	cursor: pointer !important;
	color: #FFF !important;
	border: none !important;
	background: #333 !important;
}
#gforms_confirmation_message {
	background-color: #FFFFEE !important;
	font-size: 13px !important;
	color: #555 !important;
	text-align: left !important;
	border: 1px solid #E6DB55 !important;
	margin: 10px 0 !important;
	padding: 20px !important;
	overflow:hidden !important;
}

/*-------------------------------------------------------------------------*/

/* LIGHTBOX-PLUS THEME FOR ELEGANT */

/*-------------------------------------------------------------------------*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background-color:#000 !important;}

#colorbox{background-color:#FFF !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	#cboxContent{background:#FFF !important; margin-top:0 !important; padding:20px 20px 30px 20px !important; /* border-radius: 15px !important; -moz-border-radius: 15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; */}
	    #cboxLoadedContent{margin-bottom:28px !important; background: #FFF !important; padding: 0 !important; border: 5px solid #F3F1EB !important; overflow: hidden !important;}
	    #cboxLoadedContent img{max-width: 100%; height: auto; width: auto\9; zoom:1; vertical-align: bottom;}/* IE8 */
	    #cboxTitle{position:absolute !important; top: auto !important; bottom:30px !important; left:20px !important; color:#666 !important;}
	    #cboxTitle .white{color:#FFF !important;}
	    #cboxCurrent{position:absolute !important; top: auto !important; bottom:10px !important; left:20px !important; color:#666 !important;}
	    #cboxSlideshow{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxSlideshow.hover{position:absolute !important; top: auto !important; bottom:10px !important; right:20px !important; color:#930 !important;}
	    #cboxPrevious{position:absolute !important; top: auto !important; bottom:30px !important; right:66px !important; background:url(images/elegant-lightbox/controls.png) -75px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxPrevious.hover{background-position:-75px -25px !important;}
	    #cboxNext{position:absolute !important; top: auto !important; bottom:30px !important; right:42px !important; background:url(images/elegant-lightbox/controls.png) -50px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxNext.hover{background-position:-50px -25px !important;}
	    #cboxLoadingOverlay{background-color: #FFF !important;}
	    #cboxLoadingGraphic{background:url(images/elegant-lightbox/loading.gif) center center no-repeat !important;}
	    #cboxClose{position:absolute !important; top: auto !important; bottom:30px !important; right:18px !important; background:url(images/elegant-lightbox/controls.png) -25px 0px no-repeat !important; width:25px !important; height:25px !important; text-indent:-9999px !important;}
	    #cboxClose.hover{background-position:-25px -25px !important;}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {background:white; 
	     font-size:11pt;
	     color:black;
	     margin:0; }
	#primary {
		width: 90%;
		border: none;
		background: none;
	}
	#header { display:none; }
	#access { display:none; }
	#quick-links { display:none; }
	#searchwrapper { display:none; }
	#main { margin-left:0; 
	     float:none; 
	     width:auto }
	
	a { 
	     color:#333; 
	     text-decoration:underline }
	#secondary { display:none; }
	#commentform { display:none }
	.divider-wide { display:none }
	#colophon { display:none }
	#advertisements { display:none }
	h1, h2, h3, h4, h5, h6 { wrapper-break-after:avoid; 
	     wrapper-break-inside:avoid }
	blockquote, table, pre { wrapper-break-inside:avoid }
	ul, ol, dl  { wrapper-break-before:avoid }
	img.centered { display: block; 
	     margin-left: auto; 
	     margin-right: auto; }
	img.right { padding: 4px; 
	     margin: 0 0 2px 7px; 
	     display: inline; }
	img.left { padding: 4px; 
	     margin: 0 7px 2px 0; 
	     display: inline; }
	.right { float: right; }
	.left { float: left }
	img { wrapper-break-inside:avoid; 
	     wrapper-break-after:avoid; }
}
