@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;
	float:left;
	padding:0 0 20px 0;
 }

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

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

/*
	Based on nivo-slider.css and Nivo Slider Default Theme, version 2.7 and 2.7.1.
*/

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	margin-right:8px;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-dots, .nivo-numbers {
    margin-bottom:30px;
}

.nivoSlider {
	position:relative;
	background:#fff url(nivo-images/loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}

.nivo-dots .nivo-controlNav {
	position:absolute;
	right:0;
    height:16px;
	bottom:-24px;
	border:none;
}

.nivo-numbers .nivo-controlNav {
	position:absolute;
	bottom:-24px;
}

.nivo-thumbs .nivo-controlNav {
	position:absolute;
	left:35px;
	top:358px;
}

.nivo-dots .nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(nivo-images/bullets.png) no-repeat;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
	border: 0px none !important;
}

.nivo-dots .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border: 0px none !important;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family:'QuicksandBook',Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
	font-family:'QuicksandBook',Helvetica, Arial, sans-serif;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

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 for Address Bubble inside Google Map
														    
														    Example markup:
														    
														    <div class="gmap_marker">
														        <span class="locationlabel">Location:</span><br />
														        <span class="location">Pasadena, CA</span><br />
														        <span class="directions">Get directions:<span>
														    </div>
														    
														*/
														
														.gmap_marker {
															margin: 10px!important;
															font-family:'QuicksandBook',Helvetica, Arial, sans-serif!important;
															line-height: 18px!important;
														}
														
														.gmap_marker span {
															margin: 0px!important;
															padding: 0px!important;
															font-size: 15px!important;
															line-height: 16px!important;
															color: #000!important;
														}
														
														.gmap_marker br {
															line-height: 16px!important;
														}
														
														.gmap_marker span.locationlabel {
															font-weight: bold!important;
														}
														
														.gmap_marker a {
															border: 0px none!important;
															color: #00f!important;
															text-decoration: underline!important;
														}
														
														.googlemap img {
															background: transparent!important;
														}

/* 
   css Copyright © 2011-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. 
*/

/* The Basics - see "Minimal Standards" in the CSS Spec */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
}
fieldset,img{ border:0; }
.clear { height:0; width:0; clear:both; font-size:0; line-height:0; }
.font-bold { font-weight:bold; }
.hidden { display:none; }
h1, h2 {font-family:'calligraph421_btroman', Helvetica, Arial, sans-serif; font-weight:normal;}
ol>li{ list-style:decimal!important;}
#sitemenu-container{list-style:none;}
/*========================== actual css ==================*/
body, .text {
	font-size:97%;
	font-family:'QuicksandBook',Helvetica, Arial, sans-serif;
	text-align:justify;
	line-height: 1.5;
	margin:0 0 0 0;
}
.title {
	font-size:100%;
	font-family:'calligraph421_btroman', Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
.wrap {
	width:770px;
	position:relative;
	margin:0 auto;
	font-size: 1em;
}
.for-sale{
	font-family:'QuicksandBold',Helvetica, Arial, sans-serif;
	color:#a1172d;
	text-decoration: none;
}
.unit{
	font-family:'QuicksandBook',Helvetica, Arial, sans-serif;
	color:#000;
	text-decoration: none;
}
/* page-top */
	#page-top:after {
		visibility: hidden;
		display: block;
		content: " ";
		clear: both;
	}
	* html #page-top           	{ zoom: 1; } /* IE6 */
	*:first-child+html #page-top 	{ zoom: 1; } /* IE7 */
	#title {
		background-color:#DBECFF;
	}
	#title h1 { padding:45px 0 10px 0; font-size:40px; }
	#title h1 a { color:#FFF; text-decoration:none; }
	#title p { font-size:20px; }
	#logo { float:left;	margin:1em 10px 0 0; }
	
	/*SITEMENU*/
	#sitemenu-container {
    clear:both;
    position:relative;
	background-color: #0F5195;
}

#sitemenu {
    min-height: 35px;
 	margin:0px 0px 0px;
    padding:1px 0px;
    font-size: 1.1em;
	font-family: 'QuicksandBook';
}

*:first-child+html #sitemenu {
	padding-top:13px;
	min-height:21px;
}

/* Hides from IE5-mac \*/
* html #sitemenu {
    margin-top: -15px;
    margin-bottom: -2px;
}
/* End hide from IE5-mac */

#sitemenu-content {
    padding:0px 0px 1px 0px;
    margin:-4px 0px -1px 0px;
}

*:first-child+html #sitemenu-content ul {
	margin-bottom:8px;
}

#sitemenu-content ul {
    text-align: center;
    padding: 0px 20px;
    margin:13px 0px 11px;
}

#sitemenu-content li {
    margin: 1px 0px 0px 0px;
    padding: 0px 5px;
    display: inline;
    line-height: 1.3em;
}

#sitemenu-content a{
    text-decoration: none;
    color: #FFF;
	background:#0F5195;
}

#sitemenu-content a:hover,
#sitemenu-content a:focus, 
#sitemenu-content a:active {
    color: #FFF;
    border-bottom: 2px solid #053261;
}

#sitemenu-content ul ul a:hover,
#sitemenu-content ul ul a:focus, 
#sitemenu-content ul ul a:active,
#sitemenu-content ul ul .selected {
	background-color:#053261;
	text-decoration:none;
	border-bottom:hidden;
}

#sitemenu-content li.currentPage span.in, 
#sitemenu-content li.currentParent > a > span.in {
    color: #FFF;
    border-bottom: 2px solid #053261;
	background-color: #0F5195;
	text-decoration:none;
}

#sitemenu-content ul ul li.currentPage span.in {
}

#sitemenu-content ul ul li.currentPage li a span.in {
	text-decoration: none;
	background-color:#053261;
}

*:first-child+html #sitemenu-content > ul > li > a > span.in > .submenu-indicator,
*:first-child+html #sitemenu-content > ul > li > span.in > .submenu-indicator {
	top: -3px;
}

	
/* end of page-top */
#page-content{
	line-height:18px;
	font-family:'QuicksandBook';
}
#page-content:after {  
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;  
	height: 0;  
}
* html #page-content           	{ zoom: 1; } /* IE6 */
*:first-child+html #page-content{ zoom: 1; } /* IE7 */
	/* sidebar */
		body.has-custom-banner #sidebar-container {	margin:243px 0 8px; }
		body.no-custom-banner #sidebar-container {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
		#sidebar-container {
	width:222px;
	word-wrap:break-word;
	display:inline-block;
	overflow:hidden;
	padding: 0px;
	float: right;
		}
		#sidebar {
			width:220px;
			float:right;
			overflow:hidden;
		}
		.pagelet {
	padding:0px 0;
}
		.pagelet.bordered { margin:2px;}
		.pagelet-body {
	margin:0px;
	position: relative;
}
/*		.pagelet-body a { color:#000; }
*/		#sidebar-content h4 {
			padding:5px 10px;
			font-size:22px;
			font-weight:normal;
			overflow:hidden;
		}
		#sidebar-content .photo img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	/* end of sidebar */
	/* main */
		body.has-custom-banner #main { margin:243px 0 0; }
		body.no-custom-banner #main { margin:5px 0 0; }
		#main {
	min-height:200px;
	margin-top: 243px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		body.no-sidebar #main-content iframe {margin:0 auto; display:block; }
		.allow-sidebar #main { width:533px; }
		.no-sidebar #main { width:770px; }
		#main-content {	padding:14px 20px 26px;	overflow:hidden; }
		#main-content h2 {
			margin:0 0 10px 0;
			font-size:170%;
		}
		#main-content p { margin:10px 0;	font-size:97%; }
		a:hover { text-decoration:none; }
		#main-content dd { margin:4px 0 4px 30px; }
		#main-content li, #sidebar li { margin:5px 0 5px 15px; list-style-type:square; }
		#main-content img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
		#main-content .video { width:auto;}
		.wide.center .graphicl{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
.graphic{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: centre;
}
		#main-content .no-callouts, #main-content .no-callouts .elementIntroduction { margin:15px 0; }

		.collection-navigation {
			height:22px;
			position:absolute;
			top:16px;
			right:15px;
			width:auto;
		}
		#main-content .collection-navigation div {
			position: absolute;
			height: 22px;
			width: 35px;
			background-image: url(sprite-1.png);
			background-repeat: no-repeat;
			text-indent: -9999px;
			text-align: left;
		}
		#main-content .collection-navigation a {
			display: block;
			height: 22px;
			background-image: url(sprite-1.png);
			background-repeat: no-repeat;
		}
		#main-content .collection-navigation a:hover {
			color: #FFF;
		}
		#main-content .collection-navigation #previous-photo {
			right: 40px;
			background-position: 0 -66px;
		}
		.collection-navigation .previous-page a {
			background-position: 0 0;
		}
		.collection-navigation .previous-page a:hover {
			background-position: 0 -132px;
		}
		#main-content .collection-navigation #next-photo {
			right: 0px;
			background-position: -18px -88px;
		}
		#main-content .collection-navigation .next-page a {
			background-position: -18px -22px;
		}
		#main-content .collection-navigation .next-page a:hover {
			background-position: -18px -154px;
		}
		#main-content .collection-navigation #photo-list {
			right: 80px;
			background-position: 0 -110px;
		}
		.collection-navigation #photo-list a {
			background-position: 0 -44px;
		}
		.collection-navigation #photo-list a:hover {
			background-position: 0 -176px;
		}

		.text-navigation{ position:relative; top:0; text-align:center;}
		.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	width:auto!important;
	font-weight:bold;
	float:none!important;
	display:inline!important;
}

		.gridItem {
			width:150px;
			height:190px;
			float:left;
			position:relative;
			margin:20px 3px 5px 0;
			overflow:hidden;
			
		}
		.gridItem img {
			border:0;
			position:absolute;
			top:5px;
			right:0;
			bottom:40px;
			left:0;
			margin:0 auto;
			display:block;
		}
		.gridItem h3 {
			height:30px;
			position:absolute;
			top:155px;
			left:0;
			padding:0 5px;
		    height: 33px;
			overflow:hidden;
			text-align:center;
			width:140px;
		}
		.gridItem h3 a { text-decoration:none; }
		.gridItem h3 a:hover{ text-decoration:underline;}
		#sidebar .photogrid-index{
			width:auto;
			margin-left:23px;
		}
		.photo { padding:0 0 10px 0; }
		#main-content .article h3 a {text-decoration:none; }
		.article{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
		.article-thumbnail{ float:left; margin:5px 10px 3px 0; clear:left;}
		#main-content .article h3 a:hover {	text-decoration:underline; }
		#main-content .article-thumbnail a img { margin:0;}
		#main-content .article.has-callout .photo img { border:0; }
/*		#main-content .article-content img { margin:5px auto; }
*/		.article h3{ clear:left;}

		.narrow {
			display:block;
			float:right;
			clear:right;
		}
		img.wide { display:block; clear:both; }
		.narrow.left{
			margin:5px 10px 3px 0;
		}
		.narrow.right{
			margin:5px 0 3px 10px;
		}
				
		.pagelet { word-wrap: break-word; overflow:hidden; }
		.photogrid-index h3, .listing-index h3 { font-size:1em; font-weight:normal; }
		.callout {
			float: left;
			width: 234px;
			margin-right:10px;
		}
		.callout h4 { padding:0 0 0 10px; }

		.blockquote-container>.pagelet-body, .blockquote-container>.graphic { padding: 10px; position: relative; background: -85px -10px no-repeat; }
		.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after { display: block; height: 70px; width: 70px; position: absolute; content: ""; bottom: 0px; right: 0px; background: transparent 0px 10px no-repeat; } 
		.blockquote-container blockquote { padding-left: 10px; z-index: 100; position: relative; font-style: italic; }
		blockquote p { margin: 10px 0px; }

	/* end of main */
#page-bottom {
	background-color:#0F5195;
}

#page-bottom-contents {
	font-size:85%;
	padding:10px 0;
	text-align:center;
	color:#9AA9B2;
}  

.flickr_badge_wrapper div{ display:inline-table!important;}
.ImageElement, .VideoElement{ text-align: center;padding-top:10px;}

.imageLink {
	text-decoration: none;
}
.article-info { clear:left; }

body {
	background:url(grey/main_bg.png);
}
#main, body.no-custom-banner #page-content {
	background:#FFF;
}
body.has-custom-banner #page-content {
	background:#e5dab0 url(custom-banner.png) no-repeat;
}

#main-content h2, #main-content .article h3 a, a {
	color:#E55006;
}

#sidebar, .callout  {
	background:transparent;
	border:none;
}
.pagelet.bordered, #main-content img, .gridItem {
	border:0px solid #749a96;
}

#sidebar-content h4, .callout h4{
	background:#616161;
	color:#FFF;
}
.text-navigation a{
	color:#a1172d!important;
}
.text-navigation a:hover{
	color:#616161!important;
}
.pagelet-body a{
	color:#38716c;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	background-color: #a3bab8;
	background-image: url(grey/QuotationMarks-Appleseed-grey.png);
}

.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	background-image: url(grey/QuotationMarks-Appleseed-grey.png);
}


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