/* 
   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 { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.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 {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }



/* Div that contains the entire list */
div.amazonList
{
	margin-top: 20px;
	padding: 6px;
	overflow: auto;
}

div.amazonListPlaceholder
{
	width:140px;
	height:200px;
	background:rgba(0,0,0,0.25);
	margin:auto;
	padding:10px;
}

div.amazonListWhiteBackground /* additional items for .whiteBackground */
{
	border: 1px solid #AAA;
	padding: 10px 5px;
}


div.amazonListRow
{
	clear:both;
	margin-bottom: 25px !important;
}



/* Thumbnails */
img.amazonProductThumbnail
{
	margin-bottom: 8px !important;
}

img.amazonProductThumbnailFrame
{
	background-color: white !important;
	padding: 3px !important;
	border: 1px solid #AAA;	/* not so important, design may have its own */
}

img.amazonProductThumbnailNoFrame
{
	padding:0 !important;
	border-style:none !important;
}

p.amazonText {		/* Make sure paragraphs have no top margin or padding so they align with images */
	margin:0 0 6px 0;
	padding:0;
}

/* left, right and alternating layout */
.amazonListLayoutLeft .amazonProductThumbnail, .amazonListLayoutAlt .o .amazonProductThumbnail { float:left; margin-right:8px; }
.amazonListLayoutRight .amazonProductThumbnail, .amazonListLayoutAlt .e .amazonProductThumbnail { float:right; margin-left:8px; }

.amazonListLayoutLeft p.amazonText, .amazonListLayoutAlt .o p.amazonText { text-align:left !important; }
.amazonListLayoutRight p.amazonText, .amazonListLayoutAlt .e p.amazonText { text-align:right !important; }

.amazonListLayoutLeft div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .o div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-left:65px !important;
}
.amazonListLayoutRight div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .e div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-right:65px !important;
}


/* Centered layout */
.amazonListLayoutCenter .amazonListRow { text-align:center; }
.amazonListLayoutCenter p.amazonText { text-align:center !important; }


/* twoup layout */
.amazonListLayoutTwoUp { margin:0 5px !important; }
.amazonListLayoutTwoUp .e { clear:none !important;  }
.amazonListLayoutTwoUp .amazonText { text-align:center; }
.amazonListLayoutTwoUp .amazonListRow
{
	width:50%;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
}
.amazonListLayoutTwoUp p.amazonText
{
	margin-left:4px;
	margin-right:4px;
}

/* Bullets */
li.amazonList { margin: 0 0 8px 0; }
p.amazonListBulletsParagraph
{
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Enhanced */
div.amazonListLayoutEnhanced, div.amazonListLayoutRandom { text-align:center; }

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

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%;
	min-width:50%;
}
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;
}

/* - - - - - - - - - - - - - - - - - - - - -
 
Title : Catalyst CSS Style
 
- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{margin: 0;padding: 0;}	
body{background: #f5f5f5;color: #555;font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */line-height: 1.6em;text-align: center;}

/* links  */

a{color: #AC519E;text-decoration: underline;}
a:hover{text-decoration: none;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#page-container{margin: 0 auto;text-align: left;width: 940px;position: relative;font-size: 1.1em;}
#page{}
#page-top{margin: 0 auto;}

#sitemenu-container{}
#sitemenu{}
#sitemenu-content{background: #191919 url("images/nav_bg.png") repeat-x top;color: #fff;padding: 10px 10px 0 10px;height: 1%;overflow: hidden;font-weight: bold;font-size: 1.1em;}

#page-content{background: #FFF url("images/banner_images/banner_1.jpg") no-repeat center 10px;border: 1px solid #cdc;border-top: none;padding: 240px 10px 10px 10px;height: 1%;overflow: hidden;}

#sidebar-container{color: #555;line-height: 1.6em;padding: 10px 15px;width: 230px;font-size: 1.0em;margin: -10px 10px 0 0;float: right;position: relative;z-index: 40000;background: #fff;}
#sidebar{}
#sidebar-top{}
#sidebar-content{}
#sidebar-bottom{}

#main{float: left;font-size: 1.2em;line-height: 1.6em;padding: 20px 20px 0 10px;width: 618px;margin-top: 20px;position: relative;background: url("images/content.jpg") no-repeat top right;}
#main-top{}
#main-content{}
#main-bottom{}

#page-bottom{border-top: 3px solid #eee;color: #333;margin: 0;padding: 15px 0 20px 0;text-align: center;font-size: 1.1em;}
#page-bottom-contents{}

/* ------------------------------------------------------------

	page-top

------------------------------------------------------------ */

#title{overflow: hidden;height: 1%;margin: 10px auto;padding: 5px 0;}
#title h1, #title p{font-size: 1.8em;letter-spacing: normal;float: left;letter-spacing: -1px;padding: 5px 0;margin: 0;}
#title h1 a{text-decoration: none;}
#title h1 a:hover{text-decoration: underline;}
#title p{margin-left: 5px;}

#logo{margin: 10px 10px 10px 0;display: block;float: left;}

/* ------------------------------------------------------------

	sitemenu-container

------------------------------------------------------------ */

#sitemenu-container ul{float: right;}
#sitemenu-container li{float: left;list-style: none;margin-left: 1px;}
#sitemenu-container li a{background: #020202;color: #ccc;float: left;text-decoration: none;padding: 6px 12px;}
#sitemenu-container li a:hover{color: #999;}

#sitemenu-container li.currentPage{background: #fff;color: #333;padding: 6px 12px;}

/* ------------------------------------------------------------

	sidebar-container

------------------------------------------------------------ */

#sidebar-container h2, #sidebar-container h3{border-bottom: 1px solid #D3CFCE;padding-bottom: 5px;margin: 10px 0 5px 0;letter-spacing: normal;font-size: 1.2em;text-transform: uppercase; }
#sidebar-container p { margin: 0 0 1.5em; }
#sidebar-container ul{margin: 7px 0 20px 20px;}
#sidebar-container a{text-decoration: underline;}
#sidebar-container a:hover{color: #231f20; text-decoration: none;}

/* ------------------------------------------------------------

	main

------------------------------------------------------------ */

#main h1{font-size: 1.8em;}
#main h2{font-size: 1.8em;}
#main h3 {font-size: 1.5em;}

#main p {margin: 0 0 1.5em; }

#main ul, #main ol { margin: 0 1.5em 1.5em 2.5em; }
#main ul {list-style-type: circle;}
#main ol {list-style-type: decimal;}

#main dl {margin: 0 0 1.5em 0; }
#main dl dt {font-weight: bold; }
#main dl dd {margin-left: 1.5em; }

/* tables */

#main table {border-collapse:collapse;width:100%}
#main table td {padding:3px;border-left: 1px dashed #DDD;text-align: center;}
#main table thead th {color:#3A3A38;padding: 10px 6px;font-size: 1.6em;background: #eee;}
#main table tbody th {color:#3A3A38;padding: 6px}

/* ------------------------------------------------------------

	page-bottom

------------------------------------------------------------ */

#page-bottom ul li{list-style: none;display: inline;}

/* ------------------------------------------------------------

	extras

------------------------------------------------------------ */

#extraDiv1{}
#extraDiv2{}
#extraDiv3{}
#extraDiv4{}
#extraDiv5{}
#extraDiv6{}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

h1,h2,h3{letter-spacing: -1px;margin: 0 0 10px 0;position: relative;}
abbr, acronym{cursor: help;border-bottom: 1px dotted;}
a img {border: none;}
legend{color: #3A3A38; font-weight: bold;}
small {font-size:11px}
hr {margin: 1em 0;background:#D3CFCE;height:1px;color:#212224;border:none;clear:both}

address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }

/* ------------------------------------------------------------

	sandvox specific styles & class's

------------------------------------------------------------ */

.hide, .hidden {display: none;}
.clear {clear: both;}
.pagelet {padding: 0 10px 5px 10px;overflow:hidden;border: 1px solid #fff;margin: 5px 0 10px 0;}
.pagelet h4 {border-bottom: 1px solid #D3CFCE;padding-bottom: 5px;margin: 10px 0 5px 0;letter-spacing: normal;font-size: 1.2em;text-transform: uppercase; font-size: 12px;position: relative;}
.untitled {}
.titled {}
.bordered{border: 1px solid #DDD;}

/* images embedded in text.  "narrow" are 200 pixels wide or smaller. */

img.narrow {display:block;float:right;margin-left:10px;}
img.wide {display:block;clear:both;}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */

body.no-sidebar #main {width: 900px;padding: 20px 0 0 10px;background: none;}

/* most other pages have sidebars */

body.allow-sidebar #main {}
#index .article {border-top: 1px dashed #DDD;padding-top: 20px;margin: 0 0 20px 0;}
.article h3 {}
.article h3 a {}
.article-thumbnail {float:left;}
.article p {}
.callout {margin: 0 10px 10px 10px;width: 230px; float:right;font-size: 12px;line-height: 1.6em;}
.callout img {display: block;margin-bottom: 5px;}
.timestamp{color: #999;font-style: italic;font-size: 12px;margin-top: 5px;}

/* other specific classes nested with an .article */

.ImageElement, .VideoElement { text-align:center;}
.ImageElement p, .VideoElement p { margin:auto; }
.photo, .VideoElement {padding:10px 0;}

.photo h3 {}
.photo img {}
.caption {}

/* used on photo grid pages ... */

.gridItem {float: left;position: relative;width: 150px;height: 186px;/* room for caption */overflow: hidden;margin: 1px;text-align: center;}
.gridItem h3 {font-weight:normal;margin: 10px 0 0 0;height: 35px;position: absolute;bottom: 0;left: 0;overflow: hidden;width: 150px;font-size: 12px !important;letter-spacing: normal !important;text-align: center;border-top: 1px solid #CCC;padding: 5px 0;background: url("images/content_bg.jpg") repeat-x top;}
.gridItem img {}

/* used on index summary pages */

#index, .photogrid-index, general-index{margin-top: 25px;overflow: hidden;height: 1%;}
#index img{margin-right: 5px;}
.listing-index ul {}
.listing-index li h3 a {text-decoration:none;font-size:1.2em;font-weight:normal;}

/* navigation on individual photo pages */

.photo-navigation{position: relative;overflow: hidden;padding: 20px 0;margin: 0 auto;width: 200px;}
.photo-navigation .previous-page .imageLink,.photo-navigation .collection-index .imageLink, .photo-navigation .next-page .imageLink {display: block; text-indent: -10000px;width: 34px; height: 34px;}
.photo-navigation .previous-page .imageLink{background: url("images/arrow_l.gif") no-repeat;}
.photo-navigation .previous-page .imageLink:hover {background: url("images/arrow_l.gif") no-repeat 0 -34px;}
.photo-navigation .next-page .imageLink {background: url("images/arrow_r.gif") no-repeat;}
.photo-navigation .next-page .imageLink:hover {background: url("images/arrow_r.gif") no-repeat 0 -34px;}
.photo-navigation .collection-index .imageLink {background: url("images/arrow_list.gif") no-repeat;position: absolute;right: -17px;}
.photo-navigation .collection-index .imageLink:hover {background: url("images/arrow_list.gif") no-repeat 0 -34px;}

/* navigation links */

#previous-photo	{position: absolute;left: 0;top: 0;}
#next-photo {top: 0;position: absolute;right: 0;}
#photo-list{margin: 0 auto;position: absolute;left: 50%;top: 0;}
	
/* global forms */	

form label{font-weight: bold;}
form input.fullWidth, form textarea{border: 1px solid #CCC;padding: 3px;margin-bottom: 20px;overflow: auto;}
form input.submit{margin: 0 auto;float: left;margin-top: 10px;}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

/* styles here */

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

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


