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

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 Cubicle Purple Wide' main.css Style Sheet
Created: 2, September, 2011
Last Modified: 8, September, 2011
Version: 1.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2008-2011 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/


/* @group Global CSS */

body {
	margin: 0px auto;
	height: 100%;
	background: #e5e5e5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13.5px;
	line-height: 23px;
	font-weight: normal;
	color: #333;
	text-align: left;
	word-wrap: break-word;
}

* html body {
	font-weight: 500;
}

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

#main {
	min-height: 200px;
}

img {
	border: none;
}

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

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

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

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

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

p {
	
}

h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #1B044D;
	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: #626262;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

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

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

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

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

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

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

ul a:hover {	color: #1B044D;	text-decoration: none;} li a:hover {	color: #1B044D;	text-decoration: none;}

ol, dd {
	padding-left: 20px;
}.sitemap-page a:hover {	color: #626262;	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: #1B044D;
	margin: 5px 0;
	padding: 8px 15px 8px 58px;
}

/* 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 */

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

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

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

}

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

#title h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 26px 30px 0 20px;
	padding: 0;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	/* Edit the color code below for the Title text color */
    color: #1B044D;
	text-align: left;
	letter-spacing: -1px;
	overflow: hidden;
	z-index: 20;
}

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

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

#title h1 a:link, #title h1 a:visited {
	color: #1B044D;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

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

#title p {
	position: absolute;
	top: 108px;
	bottom: 15px;
	left: 20px;
	width: 550px;
	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;
}

#sitemenu {
	position: relative;
	margin: 0px auto;
	padding-left: 0;
	width: 982px;
	margin-left: -2px;
	margin-bottom: 7px;
	height: 24px;
	background: url(navbg_up.jpg) top left repeat-x;
	border-top: 1px solid #f6f7f8;
	z-index: 105;
	overflow: visible;
}

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

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

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

#sitemenu-content ul li {
	float: left;
}

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

#sitemenu-content ul li a {
	display:  block;
	height: 24px;
	background: url(navbg_up.jpg) top left repeat-x;
	color: #333333;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #999;
	padding: 0 12px 0 12px;
	z-index: 10;
	overflow: visible;
}

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

#sitemenu-content li.currentPage {
	display:  block;
	background: #ffffff;
	color: #1B044D !important;
	padding: 0 12px 0 12px;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #999;
}

/* SV2 - New Sub Menu Level CSS */

/* 2nd level */


#sitemenu-content ul li ul {
	margin: 0 0 0 0;
	margin-left: -1px!important;
	line-height: 18px;
	width:  200px !important;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top:  0;
	color: #333333;
	font-weight: normal;
	z-index: 110;
}

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

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

#sitemenu-content ul li ul li, #sitemenu-content ul li 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 !important;
	background: #1B044D;
	line-height: 18px;
	padding: 0;
	border-bottom: 1px solid #505050;
}

ul.isSubMenu li.currentParent a.selected span.in {
	background: #1B044D;
	color: #ffffff !important;
}


/* 3rd Level */

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

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

.allow-sidebar #main {
	float: left;
	width: 675px;
	padding: 1px 0 0 0;
	min-height: 158px;
	height: auto !important;
}

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

/* @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: #1B044D;
	background: transparent;
	padding: 0px 0px 3px 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: .5px;
	border-bottom: 1px solid #626262;
}

.pagelet.bordered h4 {
	padding: 3px 0px 3px 0px;
}

.pagelet p {
	margin-bottom: 4px;
	text-align: left;
	line-height: 1.5em;
}

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

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

.pagelet ul {
	line-height: 1.5em;
	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 */

/* My Comment */


.callout {
	width: 220px;
	float: left;
	margin: 4px 20px 5px 0;
	padding: 0 0 0 0;
}

* html .callout {
}

*:first-child+html .callout {
}

.callout a:link, .callout a:visited {
	color: #1B044D;
	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;
}

.callout p {
	line-height: 1.5em;
}

.callout ul {
	margin:  4px 0 0 6px;
}

.callout li {
	line-height: 1.5em;
}

/* @end */


/* @group Page-Content */

#page-content {
	width: 940px;
	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: #1B044D;
	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 {
	line-height: 22px;
	color: #333;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 10px 0 0 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: #1B044D;
	font-weight: bold;
	text-decoration: none;
	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 {
	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;
}

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

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

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

.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: #1B044D;
}

.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: 12px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: .6px;
	color: #1B044D;
}

.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: #626262;
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, .gridItem h3 a:focus {
	text-decoration: underline !important;
	color: #1B044D !important;
}

.gridItem h3 a:hover {
	text-decoration: none !important;
	color: #626262 !important;
}

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

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

* 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;
	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: 39px;
}

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

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

#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: 982px;
	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: #ffffff;
	text-decoration: none;
}

/* @end */

/* @group Contact Form */

form.contactElement textarea,
form.contactElement input {
	padding:  2px 0px;
}

/* @end */

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

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

