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

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

.HTMLElement { overflow:hidden; }

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

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

/* 
   css Copyright (c) 2008 by Sandvox Web Designs. All rights reserved.
   css is the creative work of Gary Byrd and Sandvox Web Designs. If you like this design then you might consider checking out some of our other designs at www.sandvoxwebdesigns.com. You can also check out the www.rapidweaverthemes.com for finely crafted themes for RapidWeaver.
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

/* @group Global */

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

body {
	font-size: 0.86em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color:#111;
	word-wrap:break-word;
	line-height:1.6;
	background-color: #000;
	margin: 20px;
}


img {
	border:0px #000 none;
}

a, a:active {
	color: #260403;
}

a:hover {
	color: #2f302f;
}


ul {
	padding-left:20px;
}

/* @end */

/* @group Navigation */


#sitemenu-container {
	padding: 10px 15px 0 20px;
	width: 160px;
	float: right;
	text-align: right;
	position: relative;
	height: 275px;
}
#sitemenu .currentPage{
	padding-right: 6px;
	border-right: 2px solid #fefefe;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}
#sitemenu .current:hover {
	border-right: 2px solid #fefefe;
	padding-right: 6px;
}

#sitemenu .currentAncestor {
	padding-right: 6px;
	border-right: 2px solid #fefefe;
}

/* Parent - Level 0 */

#sitemenu ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#sitemenu li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#sitemenu a {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

#sitemenu a:hover {
	border-right: 2px solid #fefefe;
	padding-right: 6px;
}

#sitemenu a:active {
	color: #fff;
}
/* @end */

/* @group Layout */

#page {
	width:900px;
	background: #fff url(header.jpg) no-repeat left top;
	border: 2px solid #2b2a2a;
	margin-left: auto;
	margin-right: auto;
}

#page-top {
	
}

.article, .general-index {
	margin-bottom:1em;
	padding:10px 6px 6px;
}

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

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

.article-info {
	clear:left;
}


.article-info .timestamp {
	clear:left;
	text-align:right;
	padding: 1px 0.7em;
	margin: 10px -6px 0px;
}

* html .article-info .timestamp {
	margin-top: 3px;
}


#main h2 {
	color: #260403;
	font-weight: bold;
	padding:0px 6px;
	border-bottom: 1px solid #eee;
}
#main h3 {
	color: #260403;
	font-weight: bold;
	padding:0px 6px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 18px;
}
#main h3 a {
	text-decoration: none;
	margin-bottom: 10px;
	color: #2f302f;
}
#main{
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	font-size: 100%;
	background-color: #fff;
}
#main img{
	font-size: 114%;
	padding: 4px 3px 3px;
}

body.allow-sidebar #main {
	margin-right:245px;
	padding-top:1px;
}
#main .clear {clear:left;}

.article-thumbnail {
	float:left;
}

/* @end */

/* @group Header Area */

#title {
	text-align:left;
	color: #fff;
	float: left;
}


#logo-container {
	float: left;
	margin-right: 12px;
}
.has-logo h1, .has-logo #title p  {
	position: relative;
	width: 700px;
}

* html #title {
	
}


#title h1 {
	position: relative;
	top: 15px;
	font-size: 220%;
	text-align: right;
	width: 700px;
}

#title p {
	position: relative;
	top: 16px;
	font-size: 130%;
	text-align: right;
}

#title h1 a {
	color:#fff;
	text-decoration: none;
	display:block;
} 

#title img {
	float: right;
	margin: 16px 8px 0px 12px;
}

/* @end */

/* @group Sidebar & Callouts */


#sidebar {
	float:right;
	width:230px;
	padding: 6px 10px 0px;
	margin-bottom: 10px;
	color: #000;
}

.callout {	
	width: 220px;
	float:left;
	color:#000000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: -35px 0px 10px;
	padding-right: 10px;
}
.callout p {
}

.pagelet {
	margin: 25px 0px 10px;
	padding: 2px 10px;
	color:#000000;
}
.pagelet li{
	list-style-image: url(links.gif);
}
.callout .pagelet a {
	color: #363736;
}
.pagelet a {
	color: #450604;
	text-decoration: none;
}
.callout .pagelet li {
	color: #260403;
	list-style-image: url(links.gif);
}

.callout .pagelet a:hover {
	color: #2f302f;
}

.callout .pagelet.bordered {
	color:#1f1f2f;
	border:1px solid #1f1f2f;
}

.callout .pagelet.bordered a {
	color: #2f302f;
}

.pagelet {
	padding-bottom:6px!important;
	padding-top:4px;
}

.pagelet h4 {
	margin:6px 0px;
	font-size:100%;
	background-color: #260403;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.callout h4 {
	margin:6px 0px;
	font-size:100%;
	background-color: #260403;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.callout .pagelet.bordered {
	border-color: #1f1f2f !important;
}
#sidebar, .callout .pagelet.bordered {
}

#sidebar-content img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
}
/* @end */

/* @group Photo Grid */

.photogrid-index {
    text-align: center;
    margin: auto;
    overflow: hidden; /* for IE 5 Mac */
	height:1%;
}

.photogrid-index a {
	text-decoration: none;
	padding: 1px 3px;
	font-size: 90%;
}
.photogrid-index h3 a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:142px;
    height:180px;	/* room for caption */
	margin:5px;
    padding-top: 10px;
    color:inherit;
    overflow: hidden;
}

body.allow-sidebar .gridItem {
	width: 160px;
}

.gridItem h3 {
    font-weight: normal;
    font-size: 100%;
    line-height: 130%;
    color: #3b0700;
    margin: 4px 7px 0px 5px;
	padding: 0px 2px;
    position:absolute;
	top: 140px;
	width: 128px;
}

body.allow-sidebar .gridItem h3 {
	width:136px;
	margin: 4px 11px 0px 11px;
}

.gridItem img {
    border: 1px solid #adc2d4;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}


.gridItem img:hover {
	border: 3px double #6b95b7;
}
* html .gridItem img {
	position: relative;
	top:0px;
}

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

/* @end */

/* @group Photo Page Navigation */


.photo-navigation {
	position:relative;
    height: 34px;
    width:200px;
    margin:0px auto 8px auto;
}

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

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

#previous-photo	{
    background: url(photo-prev-off.gif) no-repeat 0 center;
    left: 58px;
}
#previous-photo a {
    background: url(photo-prev.gif) no-repeat 0 center;
}

#next-photo {
    background: url(photo-next-off.gif) no-repeat 0 center;
    left: 112px; 
}
#next-photo a {
    background: url(photo-next.gif) no-repeat 0 center;
}

#photo-list {
    background: url(photo-list-off.gif) no-repeat 0 center;
    left: 84px;
}
#photo-list a {
    background: url(photo-list.gif) no-repeat 0 center;
}

.image-controls a {
	border-bottom:none !important;
}
/* @end */

/* @group Footer Area */

#page-bottom {
	margin-top:12px;
	padding: 1px 1em;
	line-height:1.4em;
	text-align: center;	
}

* html #page-bottom {
	
}

/* @end */

/* @group Sandvox Specific */

.clear {clear: both; height: 0;}
.hidden {display:none;}
img.narrow {float: right;}
img.wide {display: block;}
.ImageElement, .VideoElement { text-align:center;}



/* @end */

/* @group Details */


blockquote, .standout {
	margin: 0;
	font-style:italic;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
}

code{
	color: #060f51;
}


h1 {
	letter-spacing: -1px;
	font: 2.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 5px;
}

h2 {
	font: italic normal 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 5px;
}

h3 {
	letter-spacing: -1px;
	font: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 5px;
}

h4 {
	font: italic normal 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 5px;
}
/* @end */

/* @group Updated CSS */

ul {
	padding-left:7px;
}
#main ul{
	font-weight: bold;
}
#main ul li {
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
}
#main ol{
	font-weight: bold;
	padding-left:7px;
}
#main ol li {
	margin-left: 24px;
	font-weight: normal;
	font-style: normal;
}
#main img{
	font-size: 114%;
	padding: 4px 9px 3px;
}

.pagelet a {
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	font-size: 13px;
	padding-left: 4px;
}
.pagelet li {
	padding-top: 3px;
	padding-bottom: 9px;
	list-style-image: url(links.gif);
}
.pagelet ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 4px;
	margin-left: -10px;
	font-weight: bold;
}

.pagelet ul li{
	list-style-image: url(links.gif);
	height: 12px;
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
}
.pagelet ol{
	font-weight: bold;
}
.pagelet ol li{
	margin-left: 24px;
	list-style-image: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: none;
	font-weight: normal;
	font-style: normal;
}



/* @end */


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

