@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 { 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, .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; }

/*
File:  'Blueball Cubicle' main.css Style Sheet
Created: 9, January, 2008
Last Modified: 17, June, 2010
Version: 3.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2008-2010 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/

/* @group Global CSS */

body {
		background: #e5e5e5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	/* Edit the color code below for the normal content text color */
	color: #333;
	word-wrap: break-word;
}

* html body {
	font-weight: 500;
}

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

#main {
	min-height: 200px;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	font-weight: normal;
	color: #AB062F;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #d9231f;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #AB062F;
	text-decoration: underline;
}

a:active {
	font-weight: normal;
	color: #AB062F;
	text-decoration: none;
}

p {
	
}

h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #ab062f;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
}

* html h2 {
	font-weight: 600;
}

h3 {
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

.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: 5px;
	margin-right: 20px;
	margin-bottom: 2px;
}

* img.narrow {
	margin-right: 10px;
}

img.wide {
	display: block;
}

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: #333;
}

* html ul {
	padding-left: 22px;
	list-style-type: square;
	color: #333;
}

ul a:hover {	color: #d9231f;	text-decoration: none;} li a:hover {	color: #d9231f;	text-decoration: none;}.sitemap-page a:hover {	color: #d9231f;	text-decoration: none;}

.js-kit-comments { 
	float:left; 
	width: 99%; 
}

* html .js-kit-comments { 
	width:98%; 
} 

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

blockquote {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	background: url(quotes.gif) no-repeat top left;
	background-position: 12px 4px;
	color: #ab062f;
	margin: 5px 0;
	padding: 8px 15px 8px 58px;
}

/* @end */

/* @group Page-Top */

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

#page {
	width: 790px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 0;
	background: url(cubicle_bg790.gif) top repeat-y;
}

#page-top {
	width:  782px;
	margin: 0px auto;
	padding-left: 4px;
	background: url(cubicle_banner.jpg) top no-repeat;
	z-index: 10;

}

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

#title h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 21px 30px 0 20px;
	padding: 0;
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
	/* Edit the color code below for the Title text color */
    color: #AB062F;
	text-align: left;
	overflow: hidden;
	z-index: 20;
}

* html #title h1 {
	font-weight: bold;
	letter-spacing: -1px;
}

.has-logo h1 {
	margin: 30px 30px 0 30px;
	padding: 0 0 0 16px;
	overflow: hidden;
}

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

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

#title p {
	position: absolute;
	top: 108px;
	bottom: 15px;
	left: 20px;
	width:  340px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
	/* Edit the color code below for the text color in the red block area */
    color: #e5e5e5;
}

* html #title p {
	font-weight: 600;
	letter-spacing: 0px;
}

#title img {
	float: right;
	margin: 0 47px 0 30px;
	display: block;
	height: 90px;
	width:  200px;
}

* html #title img {
	margin: 0 15px 0 15px;
}

/* @end */

/* @group Site Menu */

#sitemenu-container {
	clear: both;
	position: relative;
	margin: 0px auto;
	padding-left: 0;
	width: 782px;
	margin-left: -2px;
	margin-bottom: 7px;
	background: url(navbg_up.jpg) top left repeat-x;
	z-index: 5;
}

#sitemenu ul {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
		height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

* html #sitemenu ul {
	font-weight: 500;
}

#sitemenu ul li {
	float: left;
}

#sitemenu ul a {
	display:  block;
	color: #333333;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #999;
	padding: 0 12px 0 12px;
	z-index: 10;
}

#sitemenu ul a:hover {
	font-weight: normal;
	color: #ab062f;
	text-decoration: none;
	padding: 0 12px 0 12px;
}

#sitemenu ul .currentPage .in {
	background: #ffffff;
	display:  block;
	color: #ab062f;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
	text-decoration: none;
}

#sitemenu .currentPage .in {
	background: #ffffff;
	color: #ab062f !important;
	padding: 0 12px 0 12px;
	border-right: 1px solid #999;
	font-weight: bold;
	background: url(navbg_over.jpg) top left repeat-x;
	text-decoration: none;
}

#sitemenu .currentParent a {
	background: #ffffff;
	color: #ab062f !important;
	font-weight: bold;
	border-right: 1px solid #999;
	background: url(navbg_over.jpg) top left repeat-x;
	text-decoration: none;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 1px;
	margin-bottom: 12px;
	padding: 10px 5px 5px 10px;
	background: #e5e5e5;
	line-height: 1.5em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

.allow-sidebar #main {
	margin-right: 265px;
	padding: 1px 0 0 0;
	min-height: 158px;
	height: auto !important;
	height: 158px;
}

.no-sidebar #main {
	width: 740px;
	margin-left: 0;
	padding: 1px 0 0 0;
	height: auto !important;
}

* html #main-content {
	width: 99%;
}

/* @end */

/* @group Pagelet */

.pagelet {
	font-size: .95em;
	line-height: 1.4em;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 6px 0 6px 0;
	width: 220px;
	background: transparent;
}

.pagelet.bordered {
	border: 1px solid #626262;
	background: #e5e5e5;
	padding: 6px;
	margin: 0 0 10px 0;
	width: 210px;
}

* html .pagelet.bordered {
	margin: 0 0 12px 0;
}

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

.pagelet h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #ab062f;
	background: transparent;
	padding: 3px 0px 3px 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: .5px;
	border-bottom: 1px solid #ab062f;
}

.pagelet p {
	margin-bottom: 0px;
	text-align: left;
}

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

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

.pagelet ul {
	line-height: 1.4em;
	margin: 5px 0 0 0;
}

.pagelet .photo img {
	border: none;
	padding: 0;
	background: transparent;
	margin: -2px 0 2px -1px;
	text-align: center;
}

.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 {
	width: 220px;
	float: left;
	margin: 4px 20px 6px 0;
	padding: 0 0 0 0;
}

* html .callout {
}

*:first-child+html .callout {
}

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

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

.callout .photo {
	margin-left: 0px;
	text-align: center;
}

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

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

/* @end */


/* @group Page-Content */

#page-content {
	width: 740px;
	min-height: 200px;
	margin: 0px auto;
	padding: 14px 0 8px 0px;
	background: transparent;
	text-align: left;
}

* html #page-content {
	padding: 2px 0px 0px 0px;
	margin-top: -12px;
	margin-bottom: -22px;
}

*:first-child+html #page-content {
	padding: 10px 0 5px 0px;
}

/* @end */

/* @group Article-Blog Page */

#main h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #ab062f;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom:  1px solid #626262;
}

* html #main h2 {
	font-weight: 600;
}

.general-index {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}

.general-index h3 {
	padding: 10px 10px 0px 0;
	font-size: 17px;
	line-height: 1.4em;
	color: #333;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
	border-bottom: 1px solid #626262;
	width: 98%;
}

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

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

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

.listing-index h3 {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: normal;
}

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

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

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

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

.article ul {
	line-height: 24px;
}

.article-info {
}

.article h3 {
	padding: 0px 10px 10px 0;
	font-size: 17px;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

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

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

.article-info .timestamp {
	clear: left;
	text-align: left;
	background: transparent;
	padding: 1px 12px 1px 0px;
	margin: 6px 0px 0px 0px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: .6px;
	color: #ab062f;
}

.article-info .comments {padding-bottom: 6px;
color: #333;
font-size: 12px;}

.article-info .comments a {padding-bottom: 6px;
color: #333;
text-decoration: underline;}

.article-info .comments a:hover {padding-bottom: 6px;
color: #d9231f;
text-decoration: none;}


/* @end */

/* @group Photo Grid */

.photogrid-index {
	margin-top: 12px;
	margin-left: 8px;
}

.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: 11.5px;
	line-height: 14px;
	text-align: center;
	margin: 0 5px;
	padding: 1px 0px 0px 0px;
	background: transparent;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	width: 136px;
	position: absolute;
	top: 140px;
}

* html .gridItem h3 {
	margin: 2px 5px;
}

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

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

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

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

* html .gridItem img {
	position: relative;
}

* 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: 34px;
	width: 200px;
	margin: 0px auto;
	margin-top: 15px;
}

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

.caption {
	font-size: 13px;
	line-height: 22px;
}

.photo-navigation a {
	border: none;
}

.photo-navigation div {
	width: 35px;
	height: 34px;
	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(leftarrow_off.jpg) top no-repeat;
	left: 38px;
}

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 782px;
	margin: 10px 0px 0px 4px;
	padding: 0;
	text-align: center;
	background: #333;
	border-left: 1px solid #333;
}

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

#page-bottom-contents {
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	padding: 7px 12px 8px 12px;
	margin: 0px;
	overflow: hidden;
}

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

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

/* @end */

/* @group Contact Form */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	background-color: #e5e5e5;
}

* html form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	background-color: #e5e5e5;
}

form.contactElement textarea {
	background-color: #eee;
}

td.dli1 {
	text-align: center;
}

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

/* Contact Element (customized HTML) */

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

form.contactElement input.submit {
	width: auto;
	display: block;
	margin-left: 0px;
	margin-right: 2%;
	min-width: 50%;
}

* html form.contactElement input.submit {
	margin-bottom: 8px;
}

*:first-child+html form.contactElement input.submit {
	margin-bottom: 8px;
}

form.contactElement th {
	text-align: right;
	font-weight: normal;
	width: 25%;
}

/* @end */

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

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

