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

/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }

.photogrid-index-bottom { clear:left; }

/*
File:  'Blueball Snapshot Royal Wide' main.css Style Sheet
Created: 28, August, 2008
Last Modified: 2, September, 2008
Version: 1.0
Author:  Charlie Lockhart, SandvoxDesigner & Blueball Design
www.sandvoxdesigner.com
Copyright 2008 Charlie Lockhart/SandvoxDesigner.com/Blueball Design USA, All Rights Reserved
*/

/* @group Global CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 1000px;
	font-family: Verdana, sans-serif;
	font-size: 87.5%;
	line-height: 1.63em;
	font-weight: normal;
	background: #ffffff url(snapshot_royal_topbg.jpg) top left repeat-x;
	/* Edit the color code below for the normal content text color */
	color: #282828;
	word-wrap:break-word;
	margin: 0px auto;
}

#main {
	min-height: 300px;
}

#main .clear {
	clear: left;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a:link {
	color: #0858b3;
	text-decoration: underline;
}

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

a:visited {
	color: #0858b3;
	text-decoration: underline;
}

a:active {
	color: #0858b3;
	text-decoration: underline;
}

p {
	margin: 0;
}

blockquote {
	font-style: italic;
	margin: 8px 0 8px 12px;
	font-size: .99em;
	line-height: 1.2em;
	padding:  0 10px 0 9px;
	border-left: 3px solid #0858b3;
	font-weight: bold;
}

h2 {
	font-size: 1.54em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.03em;
	font-weight: bold;
	color: #0858b3;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 7px;
}

* html h2 {
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 1.03em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.2em;
	color: #454545;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

* html h3 {
	font-family: Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
	height: 0;
}

#main .clear {
	clear: left;
}

.hidden {
	display: none;
}

.ImageElement, .VideoElement {
	text-align: center;
	margin: 10px 0 6px 0;
}

img.narrow {
	display: block;
	clear: left;
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
}

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 {
	padding-left: 20px;
	list-style-type: disc;
	color: #282828;
	line-height: 18px;
}

ul a:hover {
	color: #0858b3;
	text-decoration: none;
} 

ol, dd {
	padding-left: 20px;
}

li a:hover {
	color: #0858b3;
	text-decoration: none;
}

.sitemap-page a:hover {
	color: #0858b3;
	text-decoration: none;
}

/* @end */

/* @group Page-Top */

#page-container {
	background: transparent;
	margin: 0px auto;
	width: 1000px;
}

#page {
	width: 1000px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 0;
	background: transparent;
	z-index:  2;
}

#page-top {
	width:  1000px;
	margin: 0px auto;
	padding: 0;
	background: transparent url(snapshotbanner1000.jpg) top no-repeat;
	z-index: 10;
}

#title {
	position: relative;
	background: transparent;
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	height: 200px;
}

#title h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 13px 274px 0 28px;
	padding: 14px 0 0 0;
	font-size: 1.11em;
	line-height: .86em;
	font-weight: normal;
	/* Edit the color code below for the Title text color */
    color: #454545;
	text-align: left;
	z-index: 20;
	letter-spacing: 0px;
}

* html #title h1 {
	font-weight: 600;
	letter-spacing: -.5px;
	font-family: Helvetica, Arial, sans-serif;
}

.has-logo #title h1 {
	margin: 20px 274px 0px 0px;
	padding: 6px 0 0 0;
	background: transparent;
}

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

#title h1 a:hover {
	color: #0858b3;
	text-decoration: none;
}

#title p {
	position: absolute;
	top: 103px;
	left: 28px;
	width:  670px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.03em;
	text-align: left;
	letter-spacing: 0;
	background: transparent;
	/* Edit the color code below for the text color. We recommend white #fff to show up the best */
    color: #fff;
}

* html #title p {
	font-weight: 800;
	letter-spacing: -.5px;
	font-family: Helvetica, Arial, sans-serif;
}

#title img {
	position: relative;
	float: left;
	margin: 10px 16px 0 28px;
	display: block;
	height: 50px;
	width:  170px;
}

/* @end */

/* @group Site Menu */

#sitemenu-container {
	clear: both;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: 31px;
	background: transparent;
	z-index: 25;
}

#sitemenu ul {
	position: relative;
	display: block;
	width:  982px;
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	height: 31px;
	line-height: 31px;
	padding: 0;
	margin: 0 0 0 18px;
	background: transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

* html #sitemenu ul {
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
}

#sitemenu li {
	display: inline;
}

#sitemenu ul li a {
	color: #282828;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	padding: 9px 12px 8px 9px;
	background: transparent url(snapshot_navdivider.jpg) bottom right no-repeat;
	z-index: 30;
}

#sitemenu ul li a:hover {
	color: #0858b3 !important;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 12px 8px 9px;
	height:  31px;
	background: transparent url(snapshot_navdivider.jpg) bottom right no-repeat;
}

#sitemenu ul .currentPage .in, #sitemenu .currentParent a {
	color: #0858b3 !important;
	text-decoration: none;
	padding: 8px 12px 8px 9px;
	height:  31px;
	background: transparent url(snapshot_navdivider.jpg) bottom right no-repeat;
}

#sitemenu .currentParent a:hover {
	color: #282828 !important;
	text-decoration: none;
	padding: 8px 12px 8px 9px;
	height:  31px;
	background: transparent url(snapshot_navdivider.jpg) bottom right no-repeat;
}


/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 1px 0 10px 0;
	padding: 5px 0px 4px 0px;
	background: transparent;
	font-size: .86em;
	line-height: 1.2em;
	min-height: 0px;
	height: auto !important;
	overflow: hidden;
}

body.allow-sidebar #main {
	margin-right: 260px;
	padding: 1px 0 0 0;
	margin-bottom: 14px;
	min-height: 300px;
	height: auto !important;
	background: #ffffff;
}

body.no-sidebar #main {
	width: 940px;
	margin-left: 0;
	margin-bottom: 14px;
	padding: 1px 60px 0 0;
	height: auto !important;
	background: #ffffff;
}

/* @end */

/* @group Page-Content */

#page-content {
	position: relative;
	width: 950px;
	min-height: 300px;
	height: auto !important;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 14px;
	padding: 4px 0px 2px 0px;
	background: transparent;
	text-align: left;
	overflow: hidden;
}

* html #page-content {
	margin-top: -2px;
	margin-bottom: 2px;
}

*:first-child+html #page-content {
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 960px;
	margin: 10px 0 0 0;
	padding: 28px 20px 24px 20px;
	text-align: center;
	background: #fff url(footer_bottomshadow1000.png) top center no-repeat;
}

* html #page-bottom {
	margin: 4px 0 0 0;
}

*:first-child+html #page-bottom {
}

#page-bottom p {
	font-size: .81em;
	letter-spacing: .5px;
	line-height: 1.11em;
	color: #666;
	text-align: center;
	padding: 6px 12px 6px 12px;
	margin: 0px;
}

* html #page-bottom p {
	letter-spacing: 0px;
}

/* @end */

/* @group Pagelet */

.pagelet {
	font-size: 13px;
	line-height: 1.46em;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 5px;
	overflow: hidden;
	text-align: left;
}

.pagelet p {
	padding: 0 0 2px 0;
}

.pagelet-body {
	margin: 5px;
}

.pagelet h4 {
	font-size: 1.11em;
	line-height: 1.11em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	color: #cc1111;
	letter-spacing: .5px;
	padding: 2px 0 0 3px;
}

* html .pagelet h4 {
	letter-spacing: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

.pagelet.bordered {
	border-style: solid;
	border-color: #d2d6db;
	border-width: 1px;
	margin: 8px 3px;
	padding: 5px 5px 7px 5px;
}

.pagelet.bordered h4 {
	font-size: 1.11em;
	line-height: 1.11em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc1111;
	padding: 2px 0 0 3px;
	margin-bottom: 6px;
	letter-spacing: .5px;
}

* html .pagelet.bordered h4 {
	letter-spacing: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

.pagelet div {
	margin: 0px 3px;
}

.pagelet .ImageElement, .pagelet .VideoElement {
	padding: 5px 0px 4px 0px;
}


.pagelet ul {
	padding-left: 26px;
	list-style-type: disc;
	color: #282828;
	line-height: 18px;
	text-align: left;
}

* html .pagelet ul {
	padding-left: 22px;
	list-style-type: disc;
	color: #282828;
}

*:first-child+html .pagelet ul {
	padding-left: 16px;
	list-style-position: inside;
}

.pagelet a img {
	border: none;
}

/* @end */

/* @group Callout */

.callout {
	width: 230px;
	float:	 left;
	margin: 4px 10px 0 0;
}

.callout .pagelet.bordered {
	margin-left: 0;
}

.callout .pagelet.bordered img {
	margin-left: -2px;
}

/* @end */

/* @group Article-Blog Page */

#main h2 {
	font-size: 1.54em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.03em;
	font-weight: bold;
	color: #0858b3;
	margin-top: 3px;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
	
}

* html #main h2 {
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
}

.general-index {
	font-size: .86em;
	line-height: 1.6;
	color: #282828;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom:12px;
	padding: 6px 0 6px 0;
}

.general-index h3 {
	font-size: .94em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.11em;
	color: #282828;
	font-weight: bold;
	margin: 12px 0 3px 0;
	padding: 10px 10px 0px 0;
}

* html .general-index h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.general-index h3 a {
	color: #0858b3;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 0;
	margin-top: 12px;
	margin-bottom: 0px;
}

.general-index h3 a:hover {
	color: #0858b3;
	text-decoration: none;
}

.listing-index {
	margin-bottom: 15px;
	padding: 0px 6px;
}

.listing-index h3 {
	font-size: .94em;
	line-height: 1.03em;
	color: #282828;
	font-weight: normal;
}

.general-index .article {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background: transparent;
	clear: left;
	margin-bottom: 15px;
}

.article {
	margin-bottom: 6px;
	padding: 10px 0 0 0;
}

.article p {
	margin: 0;
	background: transparent;
}

* html .article {
	padding: 2px 0 0 0;
}

t-child+html .article {
	padding: 10px 0 10px 0;
}

.article ul {
	line-height: 1.63em;
}

.article-info {
	clear: left;
}

.article-summary {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.63em;
	font-weight: normal;
}

.article h3 {
	font-size: 1.29em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.11em;
	color: #0858b3;
	font-weight: bold;
	padding: 0px 10px 0px 0;
	margin-top: 5px;
	margin-bottom: 6px;
}

* html .article h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.article h3 a, a:active {
	text-decoration: underline;
	color: #0858b3;
}

.article h3 a:hover, .article h3 a:focus {
	text-decoration: none;
	color: #0858b3;
}

.article-info .timestamp {
	clear: left;
	position: relative;
	text-align: left;
	background: transparent;
	padding: 2px 12px 1px 0px;
	margin: 10px 0px 0px 0px;
	font-size: .81em;
	font-style: italic;
	letter-spacing: .6px;
	color: #0858b3;
}

* html .article-info .timestamp {
	letter-spacing: 0px;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #0858b3;
	text-decoration: underline;
	font-size: .81em;
	font-style: italic;
	margin-top:  3px;
}

.article-info .continue-reading-link a:hover {
	color: #0858b3;
	text-decoration: none;
	font-size: .81em;
	font-style: italic;
	margin-top:  3px;
}

.comments {
	padding: 3px 0 6px 0;
	margin-top: 1px;
	color: #282828;
	font-size: .81em;
	background: #fff;
}

.comments a {
	padding: 3px 0 6px 20px;
	margin-top: 1px;
	color: #0858b3;
	text-decoration: underline;
	font-size: .81em;
	background: #fff url(commentR.png) left center no-repeat;
}

* html .comments a {

	background: #fff url(commentR.gif) left center no-repeat;
}

* html .comments a:hover {

	background: #fff url(commentR.gif) left center no-repeat;
}

.comments a:hover {
	padding: 3px 0 6px 20px;
	margin-top: 1px;
	color: #0858b3;
	text-decoration: none;
	font-size: .81em;
	background: #fff url(commentR.png) left center no-repeat;
}

.article img {
	border: none;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.article img.narrow {
	display: block;
	clear: left;
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 2px;
}

.article-thumbnail {
	float: left;
	border: none;
	margin: 0 12px 12px 0;
}

* html article-thumbnail {
	float: left;
	border: none;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	margin-top: 12px;
	padding-top: 10px;
	text-align: center;
    margin: auto;
    overflow: hidden;
	height: 1%;
}

.photogrid-index a {
	text-decoration: none;
}

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;	/* room for caption */
	overflow: hidden;
	margin-top: 5px;
}

.gridItem h3 {
	font-weight: normal;
	font-size: .86em;
	line-height: 1.03em;
	text-align: center;
	margin: 0 7px;
	padding: 1px 0px 0px 0px;
	background: transparent;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	width: 136px;
	position: absolute;
	top: 140px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
	margin: 2px 5px;
}

.gridItem h3 a {
	text-decoration: underline;
	color: #0858b3;
}

.gridItem h3 a:hover, a:focus {
	text-decoration: none;
	color: #0858b3;
}

.gridItem img {
    border: 1px solid #888888;
    margin: auto!important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 48px;
    right: 0;
    left: 0;
}

.gridItem img a:hover {
    border: 1px solid #0858b3;
}

* html .gridItem img {
	position: relative;
	top: 0px;
}

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

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

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

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 40px;
	width: 200px;
	margin: 0px auto;
	margin-top: 14px;
	margin-bottom: 14px;
}

.photo img {
	padding: 0px;
	border: 1px solid #888888;
	margin-top: 0px;
	margin-bottom: 5px;
}

.caption {
	font-size: .86em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: .6px;
}

* html .caption {
	font-weight: 700;
	letter-spacing: 0px;
}

.photo-navigation a {
	border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-controls a {
	border-bottom: 0;
}

/* @end */

.advert {
	text-align: center;
	margin-bottom: 12px;
	margin-left: 10px;
	overflow: hidden;
	width: 640px;
	background: #eeeeee;
	color: #ab062f;
	font-size: 20px;
	/* font-weight: bold; */
	border-style: solid;
	padding: 6px 0 6px 2px;
	border-color: #1f4f82;
	border-width: 4px;
}


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

