@charset "UTF-8";

/*
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners and are licensed separately.
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.HTMLElement { overflow:hidden; }

/*
File:  'Blueball Gravitas Business' main.css Style Sheet
Created: 19, March, 2009
Last Modified: 30, April, 2013
Version: 3.0
Author:  Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2013 Blueball Design LLC USA/Charlie Lockhart, All Rights Reserved
*/

@font-face {
	font-family: 'TeXGyreHerosRegular';
	src: url('fonts/texgyreheros-regular-webfont.eot');
	src: local('fonts/TeXGyreHerosRegular'), 
	url('fonts/texgyreheros-regular-webfont.ttf') format('truetype'), 
	url('fonts/texgyreheros-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @group Global CSS */

body {
	margin: 0px auto;
	background: #b6b7af url(mainbody_bg2.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	line-height: 1.7em;
	color: #252525;
	height: 100%;
	text-align: left;
	word-wrap: break-word;
}

* {
}

#main {
	min-height: 400px;
}

img {
	border: 0;
}

a img { 
	border: 0;
	text-decoration: none;
}

a:link, a:visited {
	color: #0064f4;
	text-decoration: underline;
}

a:hover {
	color: #ef5d27;
	text-decoration: none;	
}

.figure-content a:link, .figure-content a:visited {
	text-decoration: underline;
}

.figure-content a:hover {
	color:  #252525;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	font-style: normal;	margin: 8px 0 8px 12px;	font-size: 1.2em;
	line-height: 1.6em;
	padding:  0 10px 0 9px;
	border-left: 3px solid #676767;
	font-weight: bold;
	color: #0064f4;}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #0064f4;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
	text-align: left;	
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #0064f4;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;	
}

* html h2, h3 {
	font-weight: 700;
}

h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #252525;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
	text-align: center;	
}

.clear {
	clear: both;
	height: 0px;
	line-height: 1px;
}

#main .clear {
	clear: left;
	line-height: 1px;
}

.hidden {
    display: none;
}

.ImageElement, .VideoElement { 
	text-align:center;
	margin-top: 20px;
}

img.narrow, .article-thumbnail img {
	display: block;
	clear: left;
	float: left;
}

* html img.narrow, .article-thumbnail img {
	margin: 3px 8px 3px 0;
}

*:first-child+html img.narrow, .article-thumbnail img {
	margin: 3px 10px 3px 0;
}

.narrow.left { 
	margin: 3px 15px 3px 0px; 
}

.narrow.right {
	margin: 3px 0px 3px 15px; 
}

img.wide {
	display: block;
	clear:  both;
}


div.rssBadge {	margin: 10px;}/* Small icon option */img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}
img.smallRSSBadgeIconLeft { 
	margin-right: 4px; 
}
img.smallRSSBadgeIconRight {
	margin-left: 4px; 
}/* Large icon option */div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {	margin: 0 10px;	text-align: center !important;}img.largeRSSBadgeIcon {
	margin-bottom: 4px; 
}
p.largeRSSBadgeIcon {
	margin: 0; 
}

ul {
	list-style-type: square;
}

ol, dd {
	padding-left: 20px;
}.sitemap-page a:hover {	color: #ef5d27;
	text-decoration: none;}

/* 2.0 callout compatibility. 2.0-compatible designs are expected to implement this themselves */

.callout-container, .graphic-container {
	clear: both;
}

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */

.wide {
	display: block;
}

img.narrow.left {
    float: left!important;
	clear: left;
}

img.narrow.right {
	float: right!important;
	clear: right;
}

.wide.left .graphic, img.wide.left {
	margin-left: 0px;
	margin-right: auto;
}

.wide.center .graphic, img.wide.center {
	margin-left: auto;
	margin-right: auto;
}

.wide.right .graphic, img.wide.right {
	margin-left: auto;
	margin-right: 0px;
}

.ImageElement.left {
	text-align: left;
}

.ImageElement.center {
	text-align: center;
}

.ImageElement.right {
	text-align: right;
}

/* @end */

/* @group Page-Top Header */

#page-container {
	margin: 0px auto;
	margin-bottom: 20px;
	width: 980px;
	border: none;
	background: #ffffff;
}

#page {
	width: 980px;
	margin: 0px auto;
	margin-top: 0;
	padding: 0;
	background: transparent;
}

#page-top {
	position: relative;
	width:  980px;
	margin: 0px auto;
	padding: 0;
}

#title {
	position: relative;
	background: transparent url(banner.jpg) top center no-repeat;
	height: 228px;  
	width: 980px;
	margin: 0 auto;
	margin: 0;
	overflow: hidden;
	z-index: 5;
}

#title h1 {
	position: relative;
	font-family: TeXGyreHerosRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 36px 0 0 0;
	padding: 0 20px 6px 20px;
	font-size: 3.6em; 
    text-align: left;
/* Edit the color code below for the Title text color */
    color: #505050;
 	line-height: 1.3em;
 	letter-spacing: -1px;
 	z-index: 10;
 	font-weight: normal;
}

* html #title h1 {
	font-weight: 400;
}

#title h1 a:link, #title h1 a:visited {
	color: #505050;
	text-decoration: none;	
}

#title h1 a:hover {
	text-decoration: none;
	color: #0064f4;
}

.has-logo #title h1 {
	margin: 36px 0 0 245px;
	padding: 0 20px 6px 0;
	letter-spacing: -1px;
	z-index: 12;
}

#title p {
	position: relative;
	margin: 0;
	padding: 0 20px 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: left;
    color: #ef5d27;
    z-index: 15;
    font-weight: bold;
}

.has-title #title p {
	position: relative;
	margin: 0;
	padding: 0 20px 0 20px;
}

.no-title #title p {
	position: relative;
	margin: 60px 0 0 0;
	padding: 0 20px 0 20px;
}

.has-logo #title p {
	margin-left: 245px;
	padding: 0 20px 0 0;
	z-index: 17;
	text-align: left;
}

#title img {
	float: left;
	display:  block;
	height:  128px;
	width:  200px;
	margin: 31px 0 0 20px;
	padding: 0;
	z-index: 40;
}

/* @end */


/* @group Site Menu */

#sitemenu-container {
	clear: both;
}

#sitemenu {
	position: absolute;
	top: 190px;
	left: 0px;
	right:  0px;
	margin: 0px auto;
	width: 980px;
	height: 38px;
	background: transparent url(navmenu_orangebg.jpg) top left repeat-x;
	z-index: 25;
	overflow: visible;
}

#sitemenu-content ul {
	margin: 0 auto;
	margin-left: 0px;
	padding: 0px 14px 12px 0px;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	color: #ffffff;
	line-height: 38px;
	list-style-type: none;
}

#sitemenu-content ul .submenu-indicator {
	padding: 0 0 0 8px;
}

#sitemenu-content li {	
	display: inline;
	margin: 0;
	padding-top: 0px;
	float: left;	border-right: 1px solid #efefef;
	white-space: nowrap;
	overflow: visible;
}

*:first-child+html #sitemenu-content li {
	zoom: 1;
	display: inline;
}

#sitemenu-content li a {
	color: #ffffff;
	text-decoration: none;
	height: 38px;
	line-height: 38px;
	padding: 0px 14px 12px 14px;
}

* html #sitemenu-content li a {
	margin-right: -4px;
}

*:first-child+html #sitemenu-content li a {
	margin-right: -4px;
}

#sitemenu-content li a:hover {	color: #ffffff;	background: url(navmenu_bluebg.jpg) top left repeat-x;
	height: 38px;
	line-height: 38px;
	padding: 11px 14px 12px 14px;}

* html #sitemenu-content li a:hover {
	margin-right: -4px;
}

*:first-child+html #sitemenu-content li a:hover {
	margin-right: -4px;
}

#sitemenu-content li.currentPage {
	color: #ffffff;
	background: url(navmenu_bluebg.jpg) top left repeat-x;
	padding: 0 14px 0 14px;
}


#sitemenu-content li.currentParent {
	color: #ffffff;
	background: url(navmenu_bluebg.jpg) top left repeat-x;
	padding: 0 0 0 0;
	
}


/* SV2 - New Sub Menu Level CSS */

/* 2nd level */


#sitemenu-content ul li ul {
	margin: 0 0 0 0;
	line-height: 18px;
	width:  200px !important;
	border-left: 0px solid #505050;
	border-right: 0px solid #505050;
	border-top:  0;
}

#sitemenu-content ul li ul a {
	margin: 0 0 0 0;
	padding: 0 !important;
	height:  auto !important;
	line-height: 18px;
	color: #343538;
	background:  #f1f1f1;
	border-bottom: 1px solid #505050;
	font-weight: normal;
}

#sitemenu-content ul li ul a:hover {
	text-decoration: none!important;
	line-height: 18px;
	background:  #ffffff;
	color: #ef5d27;
}

#sitemenu-content ul li ul, #sitemenu-content ul li a.selected {
	
	width:  200px !important;

}

#sitemenu-content ul li ul li span.in {
	border-bottom: 0;
	line-height: 18px;
	padding: 5px 15px 5px 13px;
}

#sitemenu-content ul li ul li.currentPage {
	color: #ffffff;
	background: #ef5d27;
	line-height: 18px;
	padding: 0;
	border-bottom: 1px solid #505050;
}

ul.isSubMenu li.currentParent a.selected span.in {
	background: #ef5d27;
	color: #ffffff;
}


/* 3rd Level */

#sitemenu-content ul li ul li ul {
	top: 0 !important;
	margin-left: -1px!important;
	margin-top: -1px !important;
	border-top:  1px solid #343538;
	line-height: 18px;
	background:  #f2f2f2;
}

/* @end */


/* @group Sidebar */

#sidebar {	float:  right;	width:  210px;	padding: 15px 0 15px 0;}

#sidebar p {
    margin: 0;
    padding: 0;
    text-align: left;
}

#sidebar-top {}

#sidebar-bottom {}

.allow-sidebar #main {
	float:  left;
	width: 696px;
	padding: 20px 50px 15px 24px;
	text-align: left;
	background:  transparent url(sidebar_shadow.jpg) top right no-repeat;
}

.no-sidebar #main {
	width:  932px;
	padding: 20px 24px 15px 24px;
	text-align: left;
	background: transparent;
}

/* @end */

/* @group Page-Content */

#page-content {
	position: relative;
	width: 980px;
	min-height: 350px;
	margin: 0;
	padding: 0;
	height: auto !important;
	clear: both;
}

/* @end */


/* @group Page Bottom */

#page-bottom {      width: 940px;	min-height: 80px;	margin: 0;	padding: 26px 20px 0 20px;	text-align: center;	background: #b6b7af url(footer_topbg.jpg) top left no-repeat;	font-size: .95em;
	line-height: 1.3em;
	color: #505050;    text-align: center;}

#page-bottom a:link, #page-bottom a:visited {
	color: #505050;
	text-decoration: underline;
}

#page-bottom a:hover {
	color: #fff;
	text-decoration: none;	
}

/* @end */


/* @group Contact Form */


form.contactElement textarea,form.contactElement input,form.contactElement select {
	margin: 4px 0;
}

form.contactElement input.submit {
}

form.contactElement th {
	padding-right: 5px;
}

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

form.labelsOnSide input.submit  {
width: auto;
display: block;
margin-left: auto;
margin-right: 2%;
float: right;
}

/* @end */

/* @group Pagelet */

.pagelet {
	width: 185px;
	font-size: .95em;
	line-height: 1.4em;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 8px 0 5px 0;
}

.pagelet.bordered {
	border-top: 1px solid #b6b7af;
	padding: 10px 0px 5px 0px;
	margin: 8px 0 10px 0;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
}

.pagelet-body p {
	margin: 0;
	padding: 0;
}

.pagelet-body .imgelement {
	margin: -8px 0 4px 0;
	padding: 0;
}

.pagelet h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #ef5d27;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

.pagelet a:link, .pagelet a:visited {
	color: #0064f4;
	text-decoration: underline;
	background: transparent;
}

.pagelet a:hover {
	text-decoration: none;
	background: transparent;
	color: #ef5d27;
}

.pagelet ul {
	line-height: 1.5em;
	margin: 7px 0 0 0;
	padding: 0;
}

.pagelet ul li {
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: 4px;
	background: url(round_ok_16x16.png) top left no-repeat;
	padding: 0 0 0 20px;
}

.pagelet ul li:hover {
	background: url(round_ok_orange16.png) top left no-repeat;
}

.pagelet .photo img {
	border: none;
	padding: 0;
	background: transparent;
}

.pagelet img {
	border: none;
	padding: 0;
}

.pagelet a img {
	border: none;
	padding: 0;
}

.pagelet .photo .imageLink {
	background: transparent;
}

.pagelet .photo .imageLink a:hover {
	background: transparent;
}

.pagelet #contactform {
	width: 182px;
}

/* @end */

/* @group Callout */

.callout {
	width: 185px;
	float: left;
	margin: 0px 14px 12px 0;
	line-height: 1.5em;
}

* html .callout {
	margin: 0 7px 5px 0;
}

*:first-child+html .callout {
	margin: 0 14px 10px 0;
}

.callout p {
	margin-top: 1px;
	margin-bottom:  4px;
	line-height: 1.5em;
}

.callout #contactform {
	width: 182px;
}

/* @end */


/* @group Blog-Article Page */

#index {
	margin: 0 0 10px 0;
}

.article {
	margin-bottom: 0;
}

.article-info {
	color: #676767;
	font-style: normal;
	font-size: .9em;
	margin-bottom: 0px;
}

.article-content {
	margin-bottom: 2px;
}

* html .article-content {
	margin-bottom: 2px;
	padding-bottom: 6px;
}

.article-content p {
	margin: 0 0 10px 0;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #0064f4;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding-top: 3px;
	border-top: 1px solid #b6b7af;
}

*:first-child+html .article h3 {
	width: auto;
}

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: underline;
	color: #0064f4;
}

.article h3 a:hover {
	text-decoration: none;
	color: #ef5d27;
}

.general-index {
	width: 99%;
	margin: 4px 0 8px 0;
	padding: 0;
	text-align: left;
}

* html .general-index {
	width: 98%;
}

.general-index h3 {
	width: 99%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #ef5d27;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px 0;
}

.article-info .timestamp {
	clear: both;
	font-size: .9em;
	background: url(cal_blue.png) left center no-repeat;
	padding: 3px 0 1px 20px;
	margin: 3px 0 10px 0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #0064f4;
	text-decoration: underline;
	background: url(lens_gray.png) left center no-repeat;
	padding: 2px 0 2px 20px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

.article-info .continue-reading-link a:hover {
	color: #ef5d27;
	text-decoration: none;
	background: url(lens_blue.png) left center no-repeat;
	padding: 2px 0 2px 20px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

.comments {	padding: 3px 0 6px 0;
	margin-top: -5px;
	font-size: .95em;}

.comments a {	padding: 3px 0 6px 20px;
	margin-top: -5px;
	color: #676767;
	text-decoration: underline;
	font-size: .95em;
	background: url(comment_gray.png) left center no-repeat;}

.comments a:hover {	padding: 3px 0 6px 20px;
	margin-top: -5px;
	color: #ef5d27;
	text-decoration: none;
	font-size: .95em;
	background: url(comment_dkgray.png) left center no-repeat;}


/* @end */

/* @group Photo Grid */

.photogrid-index {
	text-align: center;    margin: auto;    overflow: hidden;
}

* html .photogrid-index {	height:1%;	margin-left:-8px;}

.photogrid-index h3 {
border: 0;
}

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;
	padding-top: 10px;    color: inherit;
	overflow: hidden;
}

.gridItem h3 {
	position: absolute;
	top: 148px;
	left: 0;
	right: 0;
	font-weight: normal;
	font-size: .95em;
	line-height: 1.3em;
	text-align: center;
	color: #505050;
	margin: 0 5px 0 5px;
	background: transparent;
	height: auto !important;
	width: 138px;
}

.gridItem h3 a, .gridItem h3 a:visited {
    text-decoration: underline;
    color: #505050;
}

.gridItem h3 a:hover {
    text-decoration: none;
    color: #ef5d27;
}

.gridItem img {
	position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
    border: 0;
    margin: auto!important;
    display: block;
}

* html .gridItem img {
	position: relative;
}

* html .gridItem h3 {
	position: relative;
	top: 10px;
}

*:first-child+html .gridItem img {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 10px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
    position: relative;
    height: 40px;
	width: 200px;
	margin: 0px auto;
	margin-top: -4px;
	margin-bottom: 8px;
}

.photo-navigation div {
	width: 40px;
	height: 40px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.photo img {
	padding: 4px;
	border: 1px solid #999999;
	margin-bottom: 5px;
}

.caption {
	font-size: .95em;
	line-height: 1.4em;
	font-weight: normal;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	background: url(leftarrow_off.jpg) top no-repeat;
	left: 32px;
}

#previous-photo a {
	background: url(leftarrow_hover.jpg) top no-repeat;
}

#previous-photo a:hover {
	background: url(leftarrow_on.jpg) top no-repeat;
}

#previous-photo a:visited {
	background: url(leftarrow_on.jpg) top no-repeat;
}

#next-photo {
	background: url(rightarrow_off.jpg) top no-repeat;
	left: 128px;
}

#next-photo a {
	background: url(rightarrow_hover.jpg) top no-repeat;
}

#next-photo a:hover {
	background: url(rightarrow_on.jpg) top no-repeat;
}

#next-photo a:visited {
	background: url(rightarrow_on.jpg) top no-repeat;
}

#photo-list {
	background: url(index_off.jpg) top no-repeat;
	left: 80px;
}

#photo-list a {
	background: url(index_hover.jpg) top no-repeat;
}

#photo-list a:hover {
	background: url(index_on.jpg) top no-repeat;
}

/* @end */

.callout-container, .graphic-container { clear:left; }

#title { background-image: url("banner.jpeg"); }

