
/* typography.css - From Blueprint CSS Framework */
html {font-size:100.01%;}
body {
	font-size:75%;
	/* color:#222; */
	color: #3f3f3f;
	background:#fff;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {
	margin: 0 0 1em;
	line-height: 165%;
}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#06c;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


/* revision30 Styles */




/* structure http://www.brunildo.org/test/IE_raf3.html */
body {
	background: #ffffff;
}
.screen-reader-text {
	left: -9000px;
	position: absolute;
}
.page-wrapper {
	width: 1024px;
	margin: 33px auto;
}
.header {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.header-right {
	position: absolute;
	top: 25px;
	right: 0;
	overflow: hidden;
	color: #497863;
	/* margin: 25px 0 20px 0; */
}
.header-right p {
	border-right: 2px solid #8c8c8c;
	padding-right: 9px;
	text-align: right;
	margin-right: 33px;
	line-height: 115%;
	margin: 0 33px 0 0;
}
.header-right .twitter {
	display: block;
	width: 24px;
	height: 24px;
	background: transparent url(/images/twitter_24.png) no-repeat top left;
	float: right;
	margin-top: 2px;
}
.navigation-bar {
	clear: both;
	width: 1024px;
	height: 42px;
	overflow: hidden;
	position: relative;
	background: transparent url(/images/navbar.png) no-repeat top left;
	margin-top: 73px; /* since everything else is abs positioned */
}

.footer {
	background: transparent url(/images/footer-bg.png) no-repeat top left;
	width: 1024px;
	height: 42px;
	clear: both;
	/*margin-top: 15px; boxes and content regions should have bottom margin of 15px */
}
body.blue-footer .footer {
	background: transparent url(/images/footer-bg-blue.png) no-repeat top left;
}
body.grey-footer .footer {
	background: transparent url(/images/footer-bg-grey.png) no-repeat top left;
}
body.green-footer .footer {
	background: transparent url(/images/footer-bg-green.png) no-repeat top left;
}
body.light-grey-footer .footer {
	background: transparent url(/images/footer-bg-light-grey.png) no-repeat top left;
}

.footer p {
	margin: 0 auto;
	color: #666666;
	text-align: center;
	font-size: 0.85em;
	position: relative;
	top: 14px;
	margin: 0 0 1.5em;
}

/* Color scheme:
Grey1	#8c8c8c	twitter separator
Grey2	#b2b2b2	main nav
Green	#497863 highlighted text in beige box
Orange	#ff7f00	Active nav item
Orange2 ffbf00	text in green boxes
Muted yellow	#f1ffbb	search exhibits, text in green box etc
Blue 	#0e73af	Product info headers/titles
*/

.light-orange {
	color: #ffbf00;
}
.green, .projects-box h3.green {
	color: #497863;
}
.dark-green, .product-info h3.dark-green {
	color: #006b33;
}
.product-info h3.green {
	color: #468370;
}
.green100, p.green100 {
	color: #a7d96d;
}
.green200, p.green200 {
	color: #f1ffbb;
}
.blue, .product-info p.blue {
	color: #0e73af;
}
.dark-blue, .product-info h3.dark-blue {
	color: #2e82b8;
}
.teal, .product-info p.teal {
	color: #047391; /* Hybrid products */
}
.brown, .product-info h3.brown, .product-info p.brown, .projects-box h3.brown {
	color: #8b5c29;
}

.grey, .product-info a.grey {
	color: #666666;
}
.red, .resources-box h3.red, .resources-box p.red {
	color: #612b23;
}

/* main elements */
#logo { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 225px;
	height: 96px;
	display: block;
}


.navigation-bar a.search-exhibits {
	text-transform: uppercase;
	text-decoration: none;
	color: #f1ffbb;
	position: absolute;
	bottom: 15px;
	right: 25px;
	font-weight: bold;
	font-size: 1.15em;
}
.navigation-bar a.search-exhibits:hover {
	color: #ff7f00;
}
#menu-primary {
	list-style-type: none;
	position: absolute;
	bottom: 16px;
	right: 194px;
	margin: 0;
	padding: 0;
}
#menu-primary li {
	float: left;
}
#menu-primary li a {
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 7px;
	font-weight: bold;
	margin-left: 10px;
	z-index: 999;
}
#menu-primary li a:hover, a:hover,
#menu-primary li.current_page_item a,
#menu-primary li.current-page-ancestor a  {
	color: #ff7f00;
}

/* SECONDARY NAVIGATION (PRODUCTS) */
#secondary-nav  {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 30px;
}
#secondary-nav a {
	color: #a7d96d;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 12px 0;
	display: block;
}
#secondary-nav a:hover, #secondary-nav a.current_page_item {
	color: #ffbf00;
}

/* level 2 */
#secondary-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 10px;
}
#secondary-nav li li a {
	color: #f1ffbb;
	font-weight: normal;
	padding-left: 10px;
}
#secondary-nav li li a:hover, #secondary-nav li li a.current_page_item  {
	background: transparent url(/images/right-triangle.png) no-repeat center left;
}

/* SERVICES NAVIGATION */
#services-nav  {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 13px;
}
#services-nav a {
	color: #f1ffbb;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 24px 0;
	padding-left: 10px;
	display: block;
}
#services-nav a.last {
	margin-bottom: 0;
}
#services-nav a:hover, #services-nav a.current_page_item {
	background: transparent url(/images/right-triangle.png) no-repeat center left;
	color: #ffbf00;
}

/* PROJECTS NAVIGATION */
#projects-nav  {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 18px;
}
#projects-nav a {
	color: #a7d96d;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 12px 0;
	display: block;
}
#projects-nav a:hover, #projects-nav a.current_page_item {
	color: #ffbf00;
}

/* level 2 */
#projects-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 10px;
}
#projects-nav li li a {
	color: #f1ffbb;
	font-weight: normal;
	padding-left: 10px;
}
#projects-nav li li a:hover, #projects-nav li li a.current_page_item  {
	background: transparent url(/images/right-triangle.png) no-repeat center left;
}

/* UTILITY CLASSES */
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.no-bottom-margin, .product-info p.no-bottom-margin, .services-box p.no-bottom-margin {
	margin-bottom: 0 !important;
}

.no-top-margin, .product-info ul.no-top-margin {
	margin-top: 0 !important;
}
.inline {
	display: inline;
}

/* STANDARD PAGE LAYOUTS */

/* 2 COLUMN */
.content {
	overflow: hidden;
}
.left-col {
	width: 234px;
	float: left;
	margin-right: -234px;
	display: inline;
}
.left-col .box {
	padding: 25px 15px 25px 15px;
	/*width: 176px;  233px minus padding, borders, on gree box for example */
	margin-bottom: 15px;
}
.left-col .no-padding-box {
	padding: 0;
}

.left-col .last {
	margin-bottom: 0;
}

.right-col {
  
  float: left;
  display: inline;
	margin-left: 249px; /* total width of left sidebar (width, padding, borders) + 15px padding */
	margin-bottom: 15px;
	margin-right: -1024px;
	width: 770px;
}
.left-col p {
	font-size: 0.9em;
	line-height: 170%;
	margin: 0 0 1.5em;
}

/* STANDARD LAYOUT STYLING */
.left-col h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.75em;
}
.left-col h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.65em;
}
.right-col .beige-box {
	padding: 28px 50px 15px 50px; /* bottom margin should be 35, but p has some bottom margin already */
}



/* Boxes */
.green-box {
	background: #497863;
	color: #f1ffbb;
}
.bright-green-box {
	background: #6db33f;
}
.green-box h3, .beige-box h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.75em;
}

.beige-box {
	background: #edebdc;
}
.green-box .bigger, .beige-box .bigger {
	font-weight: bold;
	font-size: 1.5em;
}

.blue-box {
	background: #bedae3;
}
.grey-box {
	background: #c7d4ce;
}
.light-green-box {
	background: #ddf1e5;
}
.light-grey-box {
	background: #e0e1e2;
}


.two-cols {
	width: 100%;
	overflow: hidden;

}
.two-cols .col1, .two-cols .col2 {
	float: left;
	margin-right: 45px;
	width: 46%;
}
.two-cols .last {
	margin-right: 0;
}






/* Home page only */
.home-cols .col1 p , .home-cols .col2 p {
	line-height: 250%;
	margin: 0 0 1.5em;
}
.home-cols .two-cols {
	position: relative;
}
.home-cols {
	overflow: hidden;
	clear: both;
	width: 100%;
}
.home-cols .left-col {
	float: left;
	width: 330px;
	padding: 0;
}	
.home-cols .right-col {
/*
	margin-left: 15px;
	float: right;
	width: 679px;
*/
	margin-left: 345px; /* sidebar width + 15px padding */
}	

.home-cols .green-box {
	padding: 22px 30px 18px 35px;
	margin-bottom: 15px;
}
.home-cols .green-box h3 {
	white-space: nowrap;
}
.home-cols .beige-box {
	padding: 15px;
	margin-bottom: 15px;
}

.home-cols .right-col .beige-box {
	padding: 25px 45px 25px 45px;
	margin-bottom: 15px;
}
.home-cols .green-box p {
	font-weight: bold;
	line-height: 275%;
	margin-bottom: 0;
	font-size: 1.0em;
}

ul.call-to-action {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.call-to-action li {

}
ul.call-to-action li a {
	color: #497863;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
	padding: 3px 0;
	margin: 10px 0;
	display: block;
}
ul.call-to-action li a:hover  {
	color: #ff7f00;
}

#home-slideshow {
	width: 1024px;
	height: 350px;
	overflow: hidden;
}
.slideshow-wrapper-home {
	margin: 0 0 15px 0;
}
.slideshow-wrapper {
	position: relative;
	overflow: hidden;
}
.slideshow-wrapper-projects {
	position: relative;
	overflow: hidden;
}
#slideshow {
	width: 400px;
	height: 282px;
	bottom: 0;
	right: 0;
	position: absolute;
}

#pager {
	position: absolute;
	bottom: 9px;
	right: 3px;
	z-index: 9999;
	opacity: 0.5;
}

#pager a {
	padding: 2px 3px;
	background: #fff;
	color: #000;
	margin: 3px;
	font-size: 11px;
	text-decoration: none;
}
#pager a.activeSlide {
		color: #FF7F00;
}

.projects-header #pager {
	bottom: 19px;
	right: 415px;
	opacity: 1.0;
}
.projects-header #pager a.activeSlide {
	color: #000000;
	background: #649787;
}


/* About Us Page */
.about-me-box p {
	margin-bottom: 1.75em;
}

/* SERVICES PAGES */
.services-box, .right-col .services-box {
	padding: 23px 30px 25px 30px;
}
.services-header {
	height: 247px;
	margin-bottom: 15px;
}
.services-box h1 {
	font-family: 'Open Sans Condensed', arial, sans-serif;
	font-size: 3.5em;
	letter-spacing: 1.5px;
	line-height: 100%;
	color: #497863;
	font-weight: normal;
}
.services-box h3 {
	font-weight: bold;
	color: #497863;
	font-size: 1.25em;
	margin-bottom: 0.25em;
}
.services-box h4 {
	font-weight: bold;
	color: #497863;
	font-size: 1.15em;
	display: inline;
}

.services-box ul {
	margin-top: 1.5em;
}
.services-box li {
	margin: 6px 0;
}
.services-box .white-features-box li {
	margin: 8px 0;
}
.services-box ul.huge {
	list-style: none;
	padding-left: 0;
}	
.services-box ul.huge li {
	line-height: 150%;
	margin: 1.5em 0;
}
.services-box a {
	color: #497863;
	text-decoration: underline;
}
.services-box a:hover {
	color: #FF7F00;
}
.services-box p {
	margin-bottom: 2em;
}

.consulting-header {
	background: transparent url(/images/services-header-consulting.png) no-repeat top left;
}
.services-header-install {
	background: transparent url(/images/services-header-install.png) no-repeat top left;
}
.services-design-header {
	background: transparent url(/images/services-header-design.png) no-repeat top left;
}
.services-green-design-header {
	background: transparent url(/images/services-header-green-design.png) no-repeat top left;
}
.services-header-graphics {
	background: transparent url(/images/services-header-graphics.png) no-repeat top left;
}
.services-header-exhibit-management {
	background: transparent url(/images/services-header-exhibit-management.png) no-repeat top left;
}
.services-header-exhibit-storage {
	background: transparent url(/images/services-header-exhibit-storage.png) no-repeat top left;
}



.consulting-chart-container  {
	position: relative;
	height: 25px;
	
}
.consulting-chart-container  p {
	position: absolute;
	top: 0;
	left: 0;
}
.consulting-chart-container p {
	text-align: center;
}
.consulting-chart {
	background: transparent url(/images/consulting-chart.png) no-repeat top left;
	width: 702px;
	height: 82px;
}

.white-features-box {
	float: right;
	background: #ffffff;
	padding: 25px 25px 25px 35px;
	color: #497863;
	margin: 0 15px 15px 15px;
	-moz-box-shadow: -5px -5px 5px #dddbcf;
	-webkit-box-shadow: -5px -5px 5px #dddbcf;
	box-shadow: -5px -5px 5px #dddbcf;
}

/* PRODUCTS PAGES */
.products-header {
	height: 83px; /* 143px minus vert padding */
	padding: 60px 20px 0 28px;
}
.products-header p {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 135%;
	font-size: 1.1em; /* 13px */
}

.pop-ups-header {
	background: transparent url(/images/products-pop-up-header.png) no-repeat top left;
}
.banner-stands-header {
	background: transparent url(/images/products-banner-stands-header.png) no-repeat top left;
}
.hybrids-header {
	background: transparent url(/images/products-hybrids-header.png) no-repeat top left;
}
.hanging-signs-header {
	background: transparent url(/images/products-hanging-signs-header.png) no-repeat top left;
}
.product-info, .product-info p, .product-info h3 {
	color: #666;
} 
.product-info, .right-col .product-info {
	position: relative;
	padding: 13px;
}
.product-info h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 100%;
}
.product-info p {
	line-height: 120%; /* has also been 100% in mockups */
	margin-bottom: 1.25em; /* has also been 1.0em in mockups */
}
.product-info p.line-item {
	margin-bottom: 0;
}
.product-info p.line-item-second {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.product-info p.line-item-last { /* same as normal p */
	margin-bottom: 1em;
}
.product-info ul, .product-info ol {
	padding-left: 1.25em;
	margin-right: 0;
}
.product-info .optional {
	/*
	position: absolute; */
	position: relative;
	bottom: 13px; /* match box's padding */
	right: 0px;
	text-align: right;
	margin: 0;
	padding: 0;
	
}
.product-info ul {
	margin-top: 1.15em;
	line-height: 120%;
}
.product-info a {
	text-decoration: underline;
	color: #0e73af;
}
.product-info a:hover {
	color: #FF7F00;
}
.product-made-in-usa {
	position: absolute;
	top: 7px;
	right: 7px;
	background: transparent url(/images/made-in-usa.png) no-repeat top left;
	width: 37px;
	height: 47px;
}

/* PROJECTS PAGES */

.projects-header {
	width: 775px;
	height: 329px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.projects-header-generic {
	background: transparent url(/images/projects-header-wcq.png) no-repeat top left;
}
.projects-header-green {
	background: transparent url(/images/projects-header-green.png) no-repeat top left;
}
.projects-header-fixtures {
	background: transparent url(/images/projects-header-fixtures.png) no-repeat top left;
}

.projects-box, .right-col .projects-box {
	padding: 23px 30px 55px 30px;
}
.projects-header {
	height: 329px;
	margin-bottom: 15px;
}
.projects-box h1 {
	font-family: 'Open Sans Condensed', arial, sans-serif;
	font-size: 3.5em;
	letter-spacing: 1.5px;
	line-height: 100%;
	color: #497863;
	font-weight: normal;
}
.projects-box h3 {
	font-weight: bold;
	color: #047391;
	font-size: 1.25em;
	margin-bottom: 0.25em;
}
.projects-box h4 {
	font-weight: bold;
	color: #497863;
	font-size: 1.15em;
	display: inline;
}

.projects-box ul {
	margin-top: 1.5em;
}
.projects-box li {
	margin: 10px 0;
	line-height: 150%;
}
.projects-box .white-features-box li {
	margin: 8px 0;
}
.projects-box ul.huge {
	list-style: none;
	padding-left: 0;
}	
.projects-box ul.huge li {
	line-height: 150%;
	margin: 1.5em 0;
}
.projects-box a {
	color: #497863;
	text-decoration: underline;
}
.projects-box a:hover {
	color: #FF7F00;
}
.projects-box p {
	margin-bottom: 1em;
	line-height: 150%;
}


/* EXHIBIT RENTALS SECTION */
.exhibit-rentals-header-green {
	background: transparent url(/images/exhibit-rentals-header-green.png) no-repeat top left;
}
.exhibit-rentals-header-hybrid {
	background: transparent url(/images/exhibit-rentals-header-hybrid.png) no-repeat top left;
}
.exhibit-rentals-header-custom {
	background: transparent url(/images/exhibit-rentals-header-custom.png) no-repeat top left;
}
.rentals h3 {
	margin-bottom: 1.25em;
}
.rentals p {
	margin-bottom: 0.55em;
}
.rentals ul {
	line-height: 135%;
}
.rentals ul.spaced li {
	margin: 5px 0 10px 0;
}

/* RESOURCES SECTION */
.right-col .resources-box {
	padding: 28px 30px 15px;
}

.resources-header-testimonials {
	background: transparent url(/images/resources-header-testimonials.png) no-repeat top left;
}
.resources-header-tips {
	background: transparent url(/images/resources-header-tips.png) no-repeat top left;
}
.resources-header-inspiration {
	background: transparent url(/images/resources-header-inspiration.png) no-repeat top left;
}
.resources-header-blog {
	background: transparent url(/images/resources-header-blog.png) no-repeat top left;
}

.testimonial {
	position: relative;
	overflow: hidden;
	margin-bottom: 0.75em;
}
.testimonial h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.15em;
	color: #397a40;
}
.testimonial p.intro {
	margin-bottom: 0.25em;
}
.testimonial a.read-more {
	float: right;
	text-decoration: none;
	color: #397a40;
}
.testimonial a.read-more:hover {
	color: #FF7F00;
}
.text-header {
	height: 185px; /* image height 245px */
	padding: 60px 20px 0 28px;
	margin-bottom: 15px;
}
.text-header p {
	color: #FFFFFF;
	font-size: 1.1em;
}
.resources-box h3 {
	font-size: 1.1em;
	margin-bottom: 0.25em;
}
.resources-tips h5 {
	color: #497863;
	font-weight: bold;
	font-size: 1em;
}
.resources-tips ol {
	color: #497863;
	margin-left: 10px;
}
.resources-tips li {
	line-height: 125%;
}

.resources-tips a {
	color: #497863;
	text-decoration: none;
}
.resources-tips a:hover {
	text-decoration: underline;
	color: #FF7F00;
}
.resources-box ul.plain {
	list-style-type: none;
	padding-left: 0;
}
.resources-box ul.links li {
	line-height: 130%;
}
.resources-box ul.links a {
	color: #8c8c8c;
	text-decoration: none;
	font-size: 0.9em;
}
.resources-box ul.links a:hover {
	color: #FF7F00;
	text-decoration: none;
}

/* THREE COLUMN LAYOUT - Products Page */
.three-cols {
	margin-bottom: 15px;
	overflow: hidden;
}
.three-cols .col {
	width: 250px;
	margin-right: 12px;
	float: left;
}
.three-cols .first {
	margin-right: 13px;
}
.three-cols .last {
	margin-right: 0;
}

/* CONTACT PAGE STYLES */
.contact-sidebar p {
	font-size: 1.0em;
	line-height: 135%;
}
.contact-sidebar a {
	color: #F1FFBB;
	text-decoration: none;
}
.contact-sidebar a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
#contact-table {
	width: 540px;
}
#contact-table input {
	margin: 3px 0;
}
#contact-table textarea {
	width: auto;
	height: auto;
}	
#contact-table table {
	margin: 0;
	width: auto;
}
#contact-table td {
	padding: 3px;
}
#contact-table label {
	font-weight: normal;
}
.vertical-top {
	vertical-align: top;
}

/* FOUR COLUMN LAYOUT - Resources: Inspiration Page */
.four-cols {
	margin-bottom: 15px;
	overflow: hidden;
}
.four-cols .col {
	width: 24%;
	margin-right: 3%;
	float: left;
}
.four-cols .last {
	margin-right: 0;
}

/* Blog Post Styles */
.recent-posts h3 {
	color: #FFBF00;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 1.65em;
}
.recent-posts ul, .recent-posts ul li {
	color: #F1FFBB;
}
.recent-posts ul li {
margin: 0 0 12px;
}

.recent-posts a {
	color: #F1FFBB;
}
.entry-title a {
	text-decoration: none;
	color: #0e73af;
}
.recent-posts a:hover, .entry-title a:hover {
	color: #FFBF00;
	
}
h1.entry-title {
	color: #497863;
	font-size: 2em;
	font-weight: bold;
}
h2.entry-title {
	color: #497863;
	font-size: 1.5em;
	font-weight: bold;
}
.entry-title {
	margin-bottom: 0.5em;
}

.entry-meta {
	margin-bottom: 1.5em;
	font-size: 0.9em;
	color: #888888;
}
#nav-above {
	display: none;
}
#nav-below {
	margin: 0.5em 0 1em 0;
	width: 100%;
	overflow: hidden;
}
#nav-below .nav-previous {
	float: left;
}
#nav-below .nav-next {
	float: right;
}
#reply-title {
	margin-bottom: 0.25em;
}
a.more-link {
	font-weight: bold;
	margin-bottom: 2em;
}
#comments {
	clear: both;
	margin-top: 2em;
}
#comments #comments-title {
	margin-bottom: 1em;
}
#comments .comment-meta {
	font-size: 0.85em;
	margin: 0.5em 0;
}
#comments .comment-body {
	margin: 1em 0;
}
#comments .comment-form-comment label {
	display: block;
}
#comments input {
	margin-left: 10px;
}
#recaptcha_widget_div {
	margin-bottom: 1em;
}
#comments input#submit {
	margin-left: 0;
}
	
.type-post {
	margin-bottom: 0;
}
.type-post .entry-utility {
	display: none;
}
.type-post .entry-content {
	margin-bottom: 2em;
}

.left-col .recent-posts {
	padding: 42px 25px 25px 45px;
}

a#logo img {
  border: none;
}







