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

.sandvox_icon_white { display:block; text-indent:-9999px; background:url(../_Resources/sandvox_icon_white.png) no-repeat; margin:auto !important; width:88px; height:31px; }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/*
File:  'Blueball First Class Red' main.css Style Sheet
Created: 21, June, 2010
Last Modified: 25, July, 20102
Version: 2.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2010-2012 Blueball Design LLC USA/Charlie Lockhart, All Rights Reserved
*/

/* @group Global CSS */

body {
	position: relative;
	margin: 0px auto;
	padding: 0;
	background: #f7f7f3;
	font-family: "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #3a3a3a;
	font-weight: normal;
	line-height: 1.7em;
	height: 100%;
	text-align: left;
	word-wrap: break-word;
}

html {
	height: 100%;
}

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

img {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #cb2016;
	text-decoration: underline;
}

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

p {
	margin: 0 0 12px 0;
}

strong {
	font-weight: 700;
}

hr {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #e9e9e9;
	height: 2px;
	margin: 10px 0;
}

blockquote {
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: normal;
	background: url(quotes.gif) no-repeat top left;
	background-position: 12px 4px;
	color: #cb2016;
	margin: 5px 0;
	padding: 8px 15px 8px 58px;
}

h2 {
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1.15em;
	color: #cb2016;
	margin: 0 0 10px -1px;
	padding: 0;
	text-align: left;
}

h3 {
	font-family: "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #cb2016;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	text-align: left;
}

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

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

* html .clear {
	line-height: 0px;
}

#main .clear {
	
}

* html #main .clear {
	line-height: 0px;
}

.hidden {
	display: none;
}

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

img.narrow, .article-thumbnail img {
	float: left;
	margin: 3px 15px 3px 0;
}

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

*:first-child+html img.narrow, .article-thumbnail img {
	margin: 3px 15px 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 10px 10px 0;
}

div.rssBadge.bordered {
	margin: 10px;
}

/* Small icon option */

img.smallRSSBadgeIcon {
	vertical-align: middle;
}

img.smallRSSBadgeIconLeft {
	margin-right: 4px;
}

img.smallRSSBadgeIconRight {
	margin-left: 4px;
}

div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin: 0 10px;
	text-align: center;
}

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

p.largeRSSBadgeIcon {
	margin: 0;
}

ul {
	padding-left: 22px;
	list-style-type: disc;
}

*:first-child+html ul {
	padding-left: 0px;
}

ol, dd {
	padding-left: 20px;
	list-style-type: square;
}

.sitemap-page a, .sitemap-page a:active, .sitemap-page a:visited {
	color: #3a3a3a;
	text-decoration: none;
}

.sitemap-page a:hover {
	color: #cb2016;
	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 {
	position: relative;
	width: 960px;
	margin: 0px auto;
	margin-top: 24px! important;
	margin-bottom: 24px! important;
	background: #FFFFFF;
	border: 1px solid #e9e9e9;
	padding: 8px 10px 8px 10px;
	box-shadow: 0px 2px 15px #d8d8d8;
	-moz-box-shadow: 0px 2px 15px #d8d8d8;
	-webkit-box-shadow: 0px 2px 15px #d8d8d8;
	border-radius: 6px;
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px;   
	z-index: 5;
}

#page {
	position: relative;
	width: 960px;
	background: transparent url(images/postagebarsv3.png) top left repeat-x;
	margin: 0px auto;
	min-height: 400px;
	z-index: 7;
}

.has-logo #page {
	position: relative;
	width: 960px;
	background: transparent url(images/postagebarsv3.png) top left repeat-x;
	margin: 0px auto;
	min-height: 400px;
	z-index: 7;
}

#page-top {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 940px;
	height: auto !important;
	overflow: visible;
}

#title {
	position: relative;
	margin: 0px auto;
	padding: 24px 0 0 0;
	background: transparent url(banner.jpg) no-repeat;
	background-position: center center;
	width: 940px;
	height: 200px;
	overflow: visible;
}

* html #title {
	margin-top: 0px;
}

#title h1 {
	position: relative;
	margin: 0;
	padding: 22px 280px 5px 10px;
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 2.7em;
	text-align: left;
	color: #cb2016;
	line-height: 1.2em;
	font-weight: normal;
	z-index: 17;
	background: transparent;
}

* html #title h1 {
}

.has-logo #title h1 {
	position: relative;
	margin: 0;
	padding: 22px 280px 5px 10px;
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 2.7em;
	text-align: left;
	color: #cb2016;
	line-height: 1.2em;
	font-weight: normal;
	z-index: 17;
	background: transparent;
}

* html .has-logo #title h1 {
}

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

#title h1 a:hover {
	text-decoration: none;
	color: #5a5a5a;
}

#title p {
	position: relative;
	margin: 0;
	padding: 1px 280px 5px 10px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.35em;
	text-align: left;
	z-index: 20;
	font-weight: normal;
	color: #151515;
	background: transparent;
}

* html #title p {
}

.has-logo #title p {
	position: relative;
	margin-right: 0;
	padding: 1px 280px 5px 10px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.35em;
	text-align: left;
	z-index: 20;
	font-weight: normal;
	color: #151515;
	background: transparent;
}

* html .has-logo #title p {
}

#title img {
	position: absolute;
	top: 47px;
	left: 701px;
	right: 23px;
	display: block;
	height: 130px;
	width: 216px;
	margin: 0;
	padding: 0;
	z-index: 40;
}

/* @end */

/* @group Site Menu */

#sitemenu-container {
	clear: both;
	position: relative;
	width: 940px;
	background: transparent;
	padding: 0;
	height: auto !important;
	margin: 0px auto;
	margin-top: -16px;
	border-top: 1px solid #dbd8d7;
	border-bottom: 1px solid #dbd8d7;
	z-index: 500;
}

#sitemenu {
	position: relative;
	margin: 0px;
	background: transparent;
	color: #3a3a3a;
}

#sitemenu-content span.in {
	white-space: nowrap;
}

#sitemenu-content ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 21px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 4px 7px 5px 7px;
	z-index: 45;
	letter-spacing: 0;
	text-align: center;
}

*:first-child+html #sitemenu-content ul {
	margin-top: -4px;
	padding: 0px 7px 5px 7px;
}

#sitemenu-content ul li {
	margin: 0;
	display: inline;
	margin-right: 10px;
}

#sitemenu-content ul li a {
	color: #3a3a3a;
	text-decoration: none;
}

#sitemenu-content ul li a:hover {
	color: #cb2016;
	text-decoration: none;
}

#sitemenu-content li.currentPage {
	color: #cb2016;
	text-decoration: none;
	font-weight: bold;
}

/* SUB MENU LEVEL CODE FROM HERE */

li.currentParent > a {
	color: #cb2016 !important;
	text-decoration: none;
	font-weight: bold;
}

#sitemenu-content ul li ul li .in {
	height: auto !important;
	line-height: 1.4em !important;
	background-color: #ffffff;
	white-space: normal;
}

#sitemenu-content ul .hasSubmenu {
	margin-right: 10px;
}

/* 1st nav sub level
   -------------------- */

#sitemenu-content .hasSubmenu ul {
	top: 19px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-left: 1px solid #bdbdbd !important;
	border-right: 1px solid #bdbdbd !important;
	border-bottom: 1px solid #bdbdbd !important;
	border-top: 1px solid #bdbdbd !important;
	text-align: left !important;
	z-index: 100;
}

*:first-child+html .hasSubmenu ul {
	zoom: 1;
	top: 30px!important;
	z-index: 110!important;
}

#sitemenu-content ul li ul li .in {
	display: block;
	padding: 8px 4px 8px 8px !important;
	border-bottom: none !important;
	border-left: 0px solid #dbd8d7 !important;
	border-right: 0px solid #dbd8d7 !important;
	border-bottom: 0px solid #bdbdbd !important;
	border-top: 0px solid #dbd8d7 !important;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
}

#sitemenu-content ul li ul li a:hover {
	background-color: #cb2016;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

#sitemenu-content ul li ul li .in:hover {
	background-color: #cb2016;
	color: #ffffff;
	text-decoration: none;
}

ul .submenu-indicator {
	margin-left: 5px;
}

#sitemenu ul li ul li.i1 .in {
	margin-right: 0px;
}

/* 2nd nav sub level
   -------------------- */

.hasSubmenu ul li ul {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #dbd8d7 !important;
	top: 0px !important;
}

*:first-child+html .hasSubmenu ul li ul {
	height: 1%;
}

#sitemenu-content li.currentPage {
	color: #cb2016;
	font-weight: bold;
}

#sitemenu-content li li.currentPage {
	margin-right: 0px;
	color: #cb2016;
	font-weight: bold;
	text-decoration: none;
}

#sitemenu-content .hasSubmenu ul ul {
	top: 0px !important;
}

#sitemenu-content .hasSubmenu ul ul ul {
	top: -1px !important;
}

#sitemenu-content .hasSubmenu ul ul ul ul {
	top: -1px !important;
}

ul ul .submenu-indicator {
	padding-top: 7px !important;
	padding-right: 0px !important;
}

*:first-child+html #sitemenu-content ul .submenu-indicator {
	padding: 10px 0 0 4px;
}

*:first-child+html ul .submenu-indicator {
	margin-top: 8px !important;
}


/* @end */

/* @group Sidebar */

#sidebar {
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	margin: 16px 0px 0px 10px;
	padding: 0px 10px 10px 0px;
	background: transparent;
}

* html #sidebar {
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

*:first-child+html #sidebar {
	margin: 16px 0px 0px 0px;
}

#main {
	min-height: 525px;
}

.allow-sidebar #main {
	position: relative;
	float: right;
	min-height: 300px;
	height: auto !important;
	width: 680px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 16px 10px 0px 0px;
	text-align: left;
	background: transparent;
}

* html .allow-sidebar #main {
	padding: 16px 0px 0px 0px;
}

.no-sidebar #main {
	position: relative;
	min-height: 300px;
	height: auto !important;
	margin-left: 10px;
	margin-right:  10px;
	padding: 16px 10px 0px 10px;
	text-align: left;
	background: transparent;
}

* html body.no-sidebar #main {
	margin-bottom: 10px;
	margin-left: 0px! important;
	margin-right: 0px! important;
	padding: 8px 0px 15px 8px;
	width: 932px! important;
}

*:first-child+html .no-sidebar #main {
	margin-left: 0px;
	margin-right: 0px;
	padding: 16px 10px 0px 8px;
}

#sidebar p {
	text-align: left;
}

#sidebar-top {
	
}

#sidebar-bottom {
	
}

#main-bottom {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

/* @end */

/* @group Page-Content */

#page-content {
	clear: both;
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0 0 0 0;
}

* html #page-content {
	width:  940px;
	margin: 0px 0px 0px 10px;
}

*:first-child+html #page-content {
	width:  940px;
	margin: 4px 0px 0px 10px;
}

#main-content {
	position: relative;
	background: transparent;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 960px;
	margin: 0px auto;
	margin-top: 14px;
	padding: 0;
	text-align: left;
	background: transparent url(images/postagebarsv3.png) bottom left repeat-x;
	z-index: 40;
}

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

#page-bottom-contents {
	width: 954px;
	font-size: .95em;
	line-height: 1.5em;
	color: #5a5a5a;
	text-align: center;
	padding: 6px 0px 32px 0px;
	background: transparent;
}

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

#page-bottom a:hover {
	color: #cb2016;
	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 {
}

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

td.dli1 {
	text-align: center;
}

/* @end */

/* @group Pagelet */

.pagelet {
	width: 220px;
	font-size: .93em;
	line-height: 1.5em;
	overflow: hidden;
	margin: 0 0 12px 0;
	padding: 1px 0 0 10px;
	text-align: left;
	background: transparent;
}

* html .pagelet {
	padding: 1px 0 0 8px;
}

*:first-child+html .pagelet {
	padding: 1px 0 0 8px;
}

.pagelet.bordered {
	width: 212px;
	background: transparent;
	padding: 7px 7px 5px 9px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	text-align: left;
	border: 1px solid #dbd8d7;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px; 
}

* html .pagelet.bordered {
	margin-left: 0px! important;
	margin-right: 0px! important;
	padding: 7px 8px 12px 7px;
}

*:first-child+html .pagelet.bordered {
	padding: 7px 8px 12px 7px;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
	text-align: left;
}

.pagelet-body .RichTextElement p {
	font-size: .95em;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.pagelet p {
	font-size: .95em;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.pagelet.bordered p {
	font-size: .95em;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.pagelet-body li {
	font-size: .95em;
	line-height: 1.5em;
	text-align: left;
}

.pagelet-body .imgelement {
	margin: -10px 0 4px -2px;
	padding: 0;
	text-align: left;
}

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

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

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

.pagelet ul {
	line-height: 1.5em;
	margin: 5px 0 0 0;
	text-align: left;
}

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

/* @end */

/* @group Callout */

.callout {
	float: right;
	margin: 5px 0px 5px 16px;
	padding: 0;
	color: #171717;
}

* html .callout {
	margin: 0px 0px 10px 6px;
}

*:first-child+html .callout {
	
}

.callout a:link, .callout a:visited {
	color: #3a3a3a;
	text-decoration: underline;
}

.callout a:hover {
	text-decoration: none;
	color: #cb2016;
}

/* @end */

/* @group Blog-Article Page */

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

.article {
	margin-bottom: 0;
}

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

.article-info {
	color: #3a3a3a;
	font-style: normal;
	margin-bottom: 0;
}

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

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

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

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

.article h3 {
	font-size: 1.35em;
	line-height: 1.2em;
	color: #cb2016;
	font-weight: bold;
	margin: 4px 0 7px 0;
}

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

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: none;
	color: #cb2016;
}

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

.article-summary {
	margin-bottom: -5px;
}

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

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

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

.listing-index ul {
	margin-left: 15px;
}

.listing-index li h3 {
	font-size: 1em;
	line-height: 1.3em;
	color: #cb2016;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.article-info .timestamp {
	font-size: .9em;
	margin: 3px 0 3px 0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #cb2016;
	text-decoration: underline;
	background: transparent;
	padding: 0 0 1px 0;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 0;
}

*:first-child+html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 0;
}

.article-info .continue-reading-link a:hover {
	color: #cb2016;
	text-decoration: none;
	background: transparent;
	padding: 0 0 1px 0;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 0;
}

*:first-child+html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 0;
}

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

.comments a, .comments a:visited {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #3a3a3a;
	text-decoration: underline;
	font-size: .95em;
}

.comments a:hover {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #cb2016;
	text-decoration: none;
	font-size: .95em;
}

.js-kit-comments, .js-CommentsSkin-echo {
	width: 99%;
	margin-bottom: 5px;
}

div.collection-navigation {
	text-align: left;
	padding: 2px 0 2px 0;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	position: relative;
	text-align: left;
	margin: auto;
	margin-left: 0;
	overflow: hidden;
}

* html .photogrid-index {
	height: 1%;
}

.gridItem {
	float: left;
	position: relative;
	margin: 0 9px 9px 0;
	width: 150px;
	height: 186px;
	padding-top: 10px;
	color: inherit;
	overflow: hidden;
	border: 1px solid #dbd8d7;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px; 
	background: #ffffff;
}

* html .gridItem {
	margin: 0 9px 9px 0;
}

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

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

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

.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: 6px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 40px;
	width: 140px;
	margin: 0px auto;
	margin-top: -4px;
	margin-bottom: 8px;
	border: 1px solid #dbd8d7;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px; 
	-moz-box-shadow: 0px 2px 15px #d8d8d8;
	-webkit-box-shadow: 0px 2px 15px #d8d8d8;
}

.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: 0;
	border: 0;
	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(images/arrow_L_gray.jpg) top center no-repeat;
	left: 5px;
}

#previous-photo a {
	background: url(images/arrow_L_gray.jpg) top center no-repeat;
}

#previous-photo a:hover {
	background: url(images/arrow_L_grayhover.jpg) top center no-repeat;
}

#previous-photo a:visited {
	background: url(images/arrow_L_gray.jpg) top center no-repeat;
}

#next-photo {
	background: url(images/arrow_R_gray.jpg) top center no-repeat;
	left: 96px;
}

#next-photo a {
	background: url(images/arrow_R_gray.jpg) top center no-repeat;
}

#next-photo a:hover {
	background: url(images/arrow_R_grayhover.jpg) top center no-repeat;
}

#next-photo a:visited {
	background: url(images/arrow_R_gray.jpg) top center no-repeat;
}

#photo-list {
	background: url(images/index_gray.jpg) top center no-repeat;
	left: 50px;
}

#photo-list a {
	background: url(images/index_gray.jpg) top center no-repeat;
}

#photo-list a:hover {
	background: url(images/index_grayhover.jpg) top center no-repeat;
}

/* @end */

/* @group Global CSS */

body {
	position: relative;
	margin: 0px auto;
	padding: 0;
	background: #f7f7f3;
	font-family: "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #3a3a3a;
	font-weight: normal;
	line-height: 1.7em;
	height: 100%;
	text-align: left;
	word-wrap: break-word;
}

html {
		height: 100%;
}

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

img {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #cb2016;
	text-decoration: underline;
}

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

p {
	margin: 0 0 12px 0;
}

strong {
	font-weight: 700;
}

hr {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #e9e9e9;
	height: 2px;
	margin: 10px 0;
}

blockquote {
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: normal;
	background: url(quotes.gif) no-repeat top left;
	background-position: 12px 4px;
	color: #cb2016;
	margin: 5px 0;
	padding: 8px 15px 8px 58px;
}

h2 {
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1.15em;
	color: #cb2016;
	margin: 0 0 10px -1px;
	padding: 0;
	text-align: left;
}

h3 {
	font-family: "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #cb2016;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	text-align: left;
}

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

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

* html .clear {
	line-height: 0px;
}

#main .clear {
	
}

* html #main .clear {
	line-height: 0px;
}

.hidden {
	display: none;
}

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

img.narrow, .article-thumbnail img {
	float: left;
	margin: 3px 15px 3px 0;
}

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

*:first-child+html img.narrow, .article-thumbnail img {
	margin: 3px 15px 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 10px 10px 0;
}

div.rssBadge.bordered {
	margin: 10px;
}

/* Small icon option */

img.smallRSSBadgeIcon {
	vertical-align: middle;
}

img.smallRSSBadgeIconLeft {
	margin-right: 4px;
}

img.smallRSSBadgeIconRight {
	margin-left: 4px;
}

div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin: 0 10px;
	text-align: center;
}

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

p.largeRSSBadgeIcon {
	margin: 0;
}

ul {
	padding-left: 22px;
	list-style-type: disc;
}

*:first-child+html ul {
	padding-left: 0px;
}

ol, dd {
	padding-left: 20px;
	list-style-type: square;
}

.sitemap-page a, .sitemap-page a:active, .sitemap-page a:visited {
	color: #3a3a3a;
	text-decoration: none;
}

.sitemap-page a:hover {
	color: #cb2016;
	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 {
	position: relative;
	width: 960px;
	margin: 0px auto;
	margin-top: 24px! important;
	margin-bottom: 24px! important;
	background: #FFFFFF;
	border: 1px solid #e9e9e9;
	padding: 8px 10px 8px 10px;
	box-shadow: 0px 2px 15px #d8d8d8;
	-moz-box-shadow: 0px 2px 15px #d8d8d8;
	-webkit-box-shadow: 0px 2px 15px #d8d8d8;
	border-radius: 6px;
	-moz-border-radius: 6px;  
	-webkit-border-radius: 6px;   
	z-index: 5;
}

#page {
	position: relative;
	width: 960px;
	background: transparent url(images/postagebarsv3.png) top left repeat-x;
	margin: 0px auto;
	min-height: 400px;
	z-index: 7;
}

.has-logo #page {
	position: relative;
	width: 960px;
	background: transparent url(images/postagebarsv3.png) top left repeat-x;
	margin: 0px auto;
	min-height: 400px;
	z-index: 7;
}

#page-top {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 940px;
	height: auto !important;
	overflow: visible;
}

#title {
	margin: 0px auto;
	padding: 24px 0 0 0;
	background: transparent url(banner.jpg) no-repeat;
	background-position: center center;
	width: 940px;
	height: 200px;
	overflow: visible;
}

* html #title {
	margin-top: 0px;
}

#title h1 {
	position: relative;
	margin: 0;
	padding: 22px 280px 5px 10px;
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 2.7em;
	text-align: left;
	color: #cb2016;
	line-height: 1.2em;
	font-weight: normal;
	z-index: 17;
	background: transparent;
}

* html #title h1 {
}

.has-logo #title h1 {
	position: relative;
	margin: 0;
	padding: 22px 280px 5px 10px;
	font-family: AlexandriaFLF-Bold, "Helvetica Neue", Avenir, Arial, Helvetica, Sans-Serif;
	font-size: 2.7em;
	text-align: left;
	color: #cb2016;
	line-height: 1.2em;
	font-weight: normal;
	z-index: 17;
	background: transparent;
}

* html .has-logo #title h1 {
}

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

#title h1 a:hover {
	text-decoration: none;
	color: #5a5a5a;
}

#title p {
	position: relative;
	margin: 0;
	padding: 1px 280px 5px 10px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.35em;
	text-align: left;
	z-index: 20;
	font-weight: normal;
	color: #151515;
	background: transparent;
}

* html #title p {
}

.has-logo #title p {
	position: relative;
	margin-right: 0;
	padding: 1px 280px 5px 10px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.35em;
	text-align: left;
	z-index: 20;
	font-weight: normal;
	color: #151515;
	background: transparent;
}

* html .has-logo #title p {
}

#title img {
	position: absolute;
	top: 47px;
	left: 701px;
	right: 23px;
	display: block;
	height: 130px;
	width: 216px;
	margin: 0;
	padding: 0;
	z-index: 40;
}

/* @end */

/* @group Site Menu */

#sitemenu-container {
	clear: both;
	position: relative;
	width: 940px;
	background: transparent;
	padding: 0;
	height: auto !important;
	margin: 0px auto;
	margin-top: -16px;
	border-top: 1px solid #dbd8d7;
	border-bottom: 1px solid #dbd8d7;
	z-index: 15;
}

#sitemenu {
	position: relative;
	margin: 0px;
	background: transparent;
	color: #3a3a3a;
}

#sitemenu-content span.in {
	word-wrap: break-word !important;
}

#sitemenu-content ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 21px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 4px 7px 5px 7px;
	z-index: 45;
	letter-spacing: 0;
	text-align: center;
}

*:first-child+html #sitemenu-content ul {
	margin-top: -4px;
	padding: 0px 7px 5px 7px;
}

#sitemenu-content ul li {
	margin: 0;
	display: inline;
	margin-right: 10px;
	white-space: normal;
}

#sitemenu-content ul li a {
	color: #3a3a3a;
	text-decoration: none;
}

#sitemenu-content ul li a:hover {
	color: #cb2016;
	text-decoration: none;
}

#sitemenu-content li.currentPage {
	color: #cb2016;
	text-decoration: none;
	font-weight: bold;
}

/* SUB MENU LEVEL CODE FROM HERE */

li.currentParent > a {
	color: #cb2016 !important;
	text-decoration: none;
	font-weight: bold;
}

#sitemenu-content ul li ul li .in {
	height: auto !important;
	line-height: 1.4em !important;
	background-color: #ffffff;
	word-wrap: break-word !important;
}

#sitemenu-content ul .hasSubmenu {
	margin-right: 10px;
}

/* 1st nav sub level
   -------------------- */

#sitemenu-content .hasSubmenu ul {
	top: 19px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-left: 1px solid #bdbdbd !important;
	border-right: 1px solid #bdbdbd !important;
	border-bottom: 1px solid #bdbdbd !important;
	border-top: 1px solid #bdbdbd !important;
	text-align: left !important;
	z-index: 100;
}

*:first-child+html .hasSubmenu ul {
	zoom: 1;
	top: 30px!important;
	z-index: 110!important;
}

#sitemenu-content ul li ul li .in {
	display: block;
	padding: 8px 4px 8px 8px !important;
	border-bottom: none !important;
	border-left: 0px solid #dbd8d7 !important;
	border-right: 0px solid #dbd8d7 !important;
	border-bottom: 0px solid #bdbdbd !important;
	border-top: 0px solid #dbd8d7 !important;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
}

#sitemenu-content ul li ul li a:hover {
	background-color: #cb2016;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

#sitemenu-content ul li ul li .in:hover {
	background-color: #cb2016;
	color: #ffffff;
	text-decoration: none;
}

ul .submenu-indicator {
	margin-left: 5px;
}

#sitemenu ul li ul li.i1 .in {
	margin-right: 0px;
}

/* 2nd nav sub level
   -------------------- */

.hasSubmenu ul li ul {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #dbd8d7 !important;
	top: 0px !important;
}

*:first-child+html .hasSubmenu ul li ul {
	height: 1%;
}

#sitemenu-content li.currentPage {
	color: #cb2016;
	font-weight: bold;
}

#sitemenu-content li li.currentPage {
	margin-right: 0px;
	color: #cb2016;
	font-weight: bold;
	text-decoration: none;
}

#sitemenu-content .hasSubmenu ul ul {
	top: 0px !important;
}

#sitemenu-content .hasSubmenu ul ul ul {
	top: -1px !important;
}

#sitemenu-content .hasSubmenu ul ul ul ul {
	top: -1px !important;
}

ul ul .submenu-indicator {
	padding-top: 7px !important;
	padding-right: 0px !important;
}

*:first-child+html #sitemenu-content ul .submenu-indicator {
	padding: 10px 0 0 4px;
}

*:first-child+html ul .submenu-indicator {
	margin-top: 8px !important;
}


/* @end */

/* @group Sidebar */

#sidebar {
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	margin: 16px 0px 0px 10px;
	padding: 0px 10px 10px 0px;
	background: transparent;
}

* html #sidebar {
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

*:first-child+html #sidebar {
	margin: 16px 0px 0px 0px;
}

#main {
	min-height: 525px;
}

.allow-sidebar #main {
	position: relative;
	float: right;
	min-height: 300px;
	height: auto !important;
	width: 680px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 16px 10px 0px 0px;
	text-align: left;
	background: transparent;
}

* html .allow-sidebar #main {
	padding: 16px 0px 0px 0px;
}

.no-sidebar #main {
	position: relative;
	min-height: 300px;
	height: auto !important;
	margin-left: 10px;
	margin-right:  10px;
	padding: 16px 10px 0px 10px;
	text-align: left;
	background: transparent;
}

* html body.no-sidebar #main {
	margin-bottom: 10px;
	margin-left: 0px! important;
	margin-right: 0px! important;
	padding: 8px 0px 15px 8px;
	width: 932px! important;
}

*:first-child+html .no-sidebar #main {
	margin-left: 0px;
	margin-right: 0px;
	padding: 16px 10px 0px 8px;
}

#sidebar p {
	text-align: left;
}

#sidebar-top {
	
}

#sidebar-bottom {
	
}

#main-bottom {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

/* @end */

/* @group Page-Content */

#page-content {
	clear: both;
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0 0 0 0;
	z-index: 10;
}

* html #page-content {
	width:  940px;
	margin: 0px 0px 0px 10px;
}

*:first-child+html #page-content {
	width:  940px;
	margin: 4px 0px 0px 10px;
}

#main-content {
	position: relative;
	background: transparent;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 960px;
	margin: 0px auto;
	margin-top: 14px;
	padding: 0;
	text-align: left;
	background: transparent url(images/postagebarsv3.png) bottom left repeat-x;
	z-index: 40;
}

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

#page-bottom-contents {
	width: 954px;
	font-size: .95em;
	line-height: 1.5em;
	color: #5a5a5a;
	text-align: center;
	padding: 6px 0px 32px 0px;
	background: transparent;
}

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

#page-bottom a:hover {
	color: #cb2016;
	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 {
}

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

td.dli1 {
	text-align: center;
}

/* @end */

/* @group Pagelet */

.pagelet {
	width: 220px;
	font-size: .93em;
	line-height: 1.5em;
	overflow: hidden;
	margin: 0 0 12px 0;
	padding: 1px 0 0 10px;
	text-align: left;
	background: transparent;
}

* html .pagelet {
	padding: 1px 0 0 8px;
}

*:first-child+html .pagelet {
	padding: 1px 0 0 8px;
}

.pagelet.bordered {
	width: 212px;
	background: transparent;
	padding: 7px 7px 5px 9px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	text-align: left;
	border: 1px solid #dbd8d7;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px; 
}

* html .pagelet.bordered {
	margin-left: 0px! important;
	margin-right: 0px! important;
	padding: 7px 8px 12px 7px;
}

*:first-child+html .pagelet.bordered {
	padding: 7px 8px 12px 7px;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
	text-align: left;
}

.pagelet-body .RichTextElement p {
	font-size: .95em;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.pagelet p {
	font-size: .95em;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.pagelet.bordered p {
	font-size: .95em;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.pagelet-body li {
	font-size: .95em;
	line-height: 1.5em;
	text-align: left;
}

.pagelet-body .imgelement {
	margin: -10px 0 4px -2px;
	padding: 0;
	text-align: left;
}

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

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

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

.pagelet ul {
	line-height: 1.5em;
	margin: 5px 0 0 0;
	text-align: left;
}

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

/* @end */

/* @group Callout */

.callout {
	float: right;
	margin: 5px 0px 5px 16px;
	padding: 0;
	color: #171717;
}

* html .callout {
	margin: 0px 0px 10px 6px;
}

*:first-child+html .callout {
	
}

.callout a:link, .callout a:visited {
	color: #3a3a3a;
	text-decoration: underline;
}

.callout a:hover {
	text-decoration: none;
	color: #cb2016;
}

/* @end */

/* @group Blog-Article Page */

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

.article {
	margin-bottom: 0;
}

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

.article-info {
	color: #3a3a3a;
	font-style: normal;
	margin-bottom: 0;
}

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

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

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

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

.article h3 {
	font-size: 1.35em;
	line-height: 1.2em;
	color: #cb2016;
	font-weight: bold;
	margin: 4px 0 7px 0;
}

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

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: none;
	color: #cb2016;
}

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

.article-summary {
	margin-bottom: -5px;
}

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

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

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

.listing-index ul {
	margin-left: 15px;
}

.listing-index li h3 {
	font-size: 1em;
	line-height: 1.3em;
	color: #cb2016;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.article-info .timestamp {
	font-size: .9em;
	margin: 3px 0 3px 0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #cb2016;
	text-decoration: underline;
	background: transparent;
	padding: 0 0 1px 0;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 0;
}

*:first-child+html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 0;
}

.article-info .continue-reading-link a:hover {
	color: #cb2016;
	text-decoration: none;
	background: transparent;
	padding: 0 0 1px 0;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 0;
}

*:first-child+html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 0;
}

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

.comments a, .comments a:visited {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #3a3a3a;
	text-decoration: underline;
	font-size: .95em;
}

.comments a:hover {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #cb2016;
	text-decoration: none;
	font-size: .95em;
}

.js-kit-comments, .js-CommentsSkin-echo {
	width: 99%;
	margin-bottom: 5px;
}

div.collection-navigation {
	text-align: left;
	padding: 2px 0 2px 0;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	position: relative;
	text-align: left;
	margin: auto;
	margin-left: 0;
	overflow: hidden;
}

* html .photogrid-index {
	height: 1%;
}

.gridItem {
	float: left;
	position: relative;
	margin: 0 9px 9px 0;
	width: 150px;
	height: 186px;
	padding-top: 10px;
	color: inherit;
	overflow: hidden;
	border: 1px solid #dbd8d7;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px; 
	background: #ffffff;
}

* html .gridItem {
	margin: 0 9px 9px 0;
}

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

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

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

.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: 6px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 40px;
	width: 140px;
	margin: 0px auto;
	margin-top: -4px;
	margin-bottom: 8px;
	border: 1px solid #dbd8d7;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px; 
	-moz-box-shadow: 0px 2px 15px #d8d8d8;
	-webkit-box-shadow: 0px 2px 15px #d8d8d8;
}

.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: 0;
	border: 0;
	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(images/arrow_L_gray.jpg) top center no-repeat;
	left: 5px;
}

#previous-photo a {
	background: url(images/arrow_L_gray.jpg) top center no-repeat;
}

#previous-photo a:hover {
	background: url(images/arrow_L_grayhover.jpg) top center no-repeat;
}

#previous-photo a:visited {
	background: url(images/arrow_L_gray.jpg) top center no-repeat;
}

#next-photo {
	background: url(images/arrow_R_gray.jpg) top center no-repeat;
	left: 96px;
}

#next-photo a {
	background: url(images/arrow_R_gray.jpg) top center no-repeat;
}

#next-photo a:hover {
	background: url(images/arrow_R_grayhover.jpg) top center no-repeat;
}

#next-photo a:visited {
	background: url(images/arrow_R_gray.jpg) top center no-repeat;
}

#photo-list {
	background: url(images/index_gray.jpg) top center no-repeat;
	left: 50px;
}

#photo-list a {
	background: url(images/index_gray.jpg) top center no-repeat;
}

#photo-list a:hover {
	background: url(images/index_grayhover.jpg) top center no-repeat;
}

/* @end */

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

