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

   Squarespace Core CSS Definitions DO NOT REPLACE.  DO NOT IMPORT THIS FILE.  All definitions are needed.
   Override as required from Custom CSS only!

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

@media screen { 


/* --- core elements --------------------------------------------------------------------------- */

html { height: 100%; }
img { border: 0 none; -ms-interpolation-mode: bicubic; }
body { border: 0px; height: 100%; margin: 0px; padding: 0px; }
td { background: transparent; border: 0px; margin: 0px; padding: 0px; }
p { margin-bottom: 1em; margin-top: 0em; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px; padding: 0px; }
ul { list-style-type: square; /* naturally. */ margin: 1em 0 1em; padding: 0; padding-left: 2em; }
form { margin:0; padding: 0; }

a { -moz-outline:none; } 
  
input.button, input.button[disabled] { font-size: 12px; padding: 2px 5px 3px 5px; -moz-outline: 0; }
input.button-important { font-size: 12px; padding: 2px 5px 3px 5px; -moz-outline: 0; font-weight: bold; }  
input.text, input.text-fixed, textarea, select { font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; }
input.text { width: 300px; }
input.text-fixed { width: 300px; }
textarea { height: 120px; }

.clearer { clear: both; line-height: 0; height: 0; }
.templateErrors { display: none; }

#bodyClearer { display: none; }

 
/* --- image defaults -------------------------------------------------------------------------- */

.thumbnail, .picture-full, .picture img, .thumbnail-image-float-left img, .thumbnail-image-float-right img, .thumbnail-image-float-none img { }
#main-picture-wrapper { line-height: 1px; }

     
/* --- core squarespace elements --------------------------------------------------------------- */

#sidebar2Wrapper { display: none; } 
#siteTitle, #pageFooterWrapper, #pageBodyWrapper { clear: both; } 
#canvasWrapper, #content, #sidebar1, #sidebar2 { overflow: hidden; }
#bannerWrapper { line-height: 0; }
#active-module-marker { display: none; }

.folder-link { -moz-outline: 0; }

.verticalNavigationBar .folder-open a.folder-link { background: transparent url(/universal/images/core-resources/icons/smalllight/folder-contract.png) center left no-repeat; padding-left: 15px; }
.verticalNavigationBar .folder-open ul { }
.verticalNavigationBar .folder-closed a.folder-link{ background: transparent url(/universal/images/core-resources/icons/smalllight/folder-expand.png) center left no-repeat; padding-left: 15px; }

.folder-closed .folder-wrapper ul { display: none; }

.horizontalNavigationBar { width: 950px; }
.horizontalNavigationBar .content-navigation { float: left; }
  
.horizontalNavigationBar .folder-open .folder-wrapper .module a { margin-left: 0; }
.horizontalNavigationBar .folder-open .folder-wrapper a.folder-link { }
.horizontalNavigationBar .folder-open .folder-wrapper { z-index: 999; } 
.horizontalNavigationBar .folder-open .folder-wrapper ul { display: block; position: absolute; } 
.horizontalNavigationBar .folder-open .folder-wrapper ul li { float: none; }

.horizontalNavigationBar .folder-wrapper ul { position:relative; z-index:999;  } /* ensures flash works properly in headers */
  
.horizontalNavigationBar ul { list-style-type: none; padding: 0; margin: 0; }
.horizontalNavigationBar ul li { float: left;  padding: 0; margin: 0; }
.horizontalNavigationBar ul li a { display: block; }
   
.error-box { background-color: #88B043; color: #$ErrorColorOpposite$; padding: 15px; margin-top: 1em; }
.error-text, .error-text a:link, .error-text a:visited, .error-text a:active, .error-text a:hover { color: #88B043; }
.input-with-error { border: 2px solid #88B043 !important; }
.faded-text { color: #$InactiveTextColor$; }

.offsite-link {         background: transparent url(/universal/images/core-resources/icons/smalllight/open-off-site.png) center right no-repeat; padding-right: 13px; margin-right: 1px; }
.offsite-link-inline {  background: transparent url(/universal/images/core-resources/icons/smalllight/open-off-site.png) center right no-repeat; padding-right: 13px; margin-right: 1px; }
.folder-link-expand {   background: transparent url(/universal/images/core-resources/icons/smalllight/folder-expand.png) center center no-repeat;   padding: 0 6px 0 6px; line-height: 9px; font-size: 9px; cursor: pointer; }
.folder-link-contract { background: transparent url(/universal/images/core-resources/icons/smalllight/folder-contract.png) center center no-repeat; padding: 0 6px 0 6px; line-height: 9px; font-size: 9px; cursor: pointer; }


/* --- image floating / editor constructs ------------------------------------------------------ */

.thumbnail-image-float-left { float: left; margin: 0px 10px 8px 0px; }
.thumbnail-image-float-right { float: right; margin: 0px 0px 8px 10px; }
.thumbnail-image-block { display: block; }
.thumbnail-image-inline { display: inline; }
  
.thumbnail-image-float-left img, .thumbnail-image-float-right img , .thumbnail-image-float-none img { border: 1px solid #ccc; text-decoration: none; }

.full-image-float-left { float: left; margin: 0px 10px 8px 0px; }
.full-image-float-right { float: right; margin: 0px 0px 8px 10px; }
.full-image-block { display: block; }
.full-image-inline { display: inline; }
 
.full-image-float-left img, .full-image-float-right img , .full-image-float-none img { text-decoration: none; }

.thumbnail-caption { display: block; font-size: 9px; font-family: Verdana, sans-serif; line-height: 14px; padding-top: 5px; padding-bottom: 10px;  }
   

/* --- LEGACY constructs ----------------------------------------------------------------------- */

.sizeLess40 { font-size: 60%; }
.sizeLess20 { font-size: 80%; }
.sizeGreater20 { font-size: 120%; }
.sizeGreater40 { font-size: 140%; } 
.sizeGreater60 { font-size: 160%; }
.sizeGreater80 { font-size: 180%; }
.sizeGreater100 { font-size: 200%; }


/* --- squarespace document construction elements ---------------------------------------------- */

.document-heading { margin-bottom: 1.8em; }
.document-title { margin-bottom: .8em; }
.header { margin-bottom: 2em; }
.body { margin-bottom: 2em; margin-top: 1em; } 
.body-direct { margin-bottom: 2em; }
.footer { margin-top: 2em; clear: both; }
.field { margin-bottom: 1em; clear: both; }


/* --- squarespace form module components ----------------------------------------------------- */

.form-body { list-style-type: none; padding: 0; margin: 0; }

.form-body .fieldContainer {       padding: 5px 0px 5px 0px; margin: 0; clear: both; }
.form-body .fieldContainerActive { padding: 5px 0px 5px 0px; margin: 0; clear: both; }
.form-body .fieldContainerNew {    padding: 5px 0px 5px 0px; margin: 0; clear: both; }

.form-body .fieldTitle { font-weight: bold; padding-bottom: 3px; font-size: 12px; }
.form-body .fieldHelp { font-size: 9px; padding-top: 4px; }
.form-body .fieldObjects { }
.form-body .fieldRequiredStar { color: #88B043; }
.form-body .fieldAugmentedLink { font-weight: normal; font-size: 9px; } 

.form-body .formTitle { font-weight: normal; font-size: 12px; padding-bottom: 1em; }
.form-body .formCaption { font-weight: bold; font-size: 12px; padding-bottom: 3px; line-height: 17px; }
.form-body .formErrorMessage { font-size: 12px; padding-top: 1em; }

.form-body .sectionBreak { padding-top: 4px; }
.form-body .optionRow { padding-top: 2px; }

.form-body .singlelinetext-small  { width: 100px; }
.form-body .singlelinetext-medium { width: 180px; }
.form-body .singlelinetext-large  { width: 340px; }

.form-body .singlelinetext-small-inline  { width: 94%; }
.form-body .singlelinetext-medium-inline { width: 94%; }
.form-body .singlelinetext-large-inline  { width: 94%; }

.form-body .paragraphtext-small  { height: 70px;  width: 94%; }
.form-body .paragraphtext-medium { height: 100px; width: 94%; }
.form-body .paragraphtext-large  { height: 200px; width: 94%; }
 
.form-body .paragraphtext-small-inline  { height: 70px;  width: 94%; }
.form-body .paragraphtext-medium-inline { height: 100px; width: 94%; }
.form-body .paragraphtext-large-inline  { height: 200px; width: 94%; }
  
.form-body #username, .form-body #password { width: 160px; }

.submit-button { width: 120px; margin-top: 2em !important; }

.verticalNavigationBar .notice-box input.submit-button { width: 100%; }

/* --- squarespace specifics ------------------------------------------------------------------- */

.journal-filter-header { margin-bottom: 15px; padding-bottom: 10px; }
.journal-navigation { margin-top: 2em; clear: both; }

.journal-comment-area { margin-top: 25px; padding-top: 15px; }
.journal-comment-area .caption { }
.journal-comment-area .text { }
.journal-comment-area-disabled-text { margin-top: 2em; }

.journal-reference-area { margin-top: 25px; padding-top: 15px; }
.journal-reference-area .caption { margin-bottom: 1em; }
.journal-reference-area .text { }

.journal-entry-navigation { margin-bottom: 2em; }

.journal-entry { margin-bottom: 2em; }
.journal-entry .title { }
.journal-entry .tag { clear: both; }
.journal-entry .body { margin: 1em 0 1em 0; }
.journal-entry .enclosure { background-image: url(/universal/images/core-resources/icons/smalllight/file.png); background-position: left center; background-repeat: no-repeat; padding-left: 21px; }

.journal-entry-follow-up { clear: both; margin-bottom: 1em; padding-left: 12px; } 
.journal-entry-follow-up .follow-up-caption { margin-bottom: 1em; }
.journal-entry-follow-up .follow-up-body { }
 
.journal-entry-references { margin: 15px 0 15px 0; padding: 0; list-style-type: none; }
.journal-entry-references li { margin: 0; clear: both; margin-bottom: 8px; height: 1%;  }
.journal-entry-references li .icon-area { float: left; width: 19px; }
.journal-entry-references li .text-area { margin-left: 19px; height: 1%;  }
.journal-entry-references li .text-area .headline { }
.journal-entry-references li .text-area .headline .type { font-weight: bold; }
.journal-entry-references li .text-area .headline .title { }
.journal-entry-references li .text-area .author-byline { font-size: 10px; line-height: 14px; margin: 2px 0 0 0; padding: 0; }
.journal-entry-references li .text-area .excerpt { font-size: 10px; line-height: 14px; margin: 2px 0 0 0; padding: 0; }
  
.journal-entry-tag .posted-in .tag-element, .journal-entry-tag .posted-on, .journal-entry-tag .posted-by, .journal-entry-tag .post-comments, .journal-entry-tag .post-references { white-space: nowrap; }

.journal-entry-tag-post-body { clear: both; }

.journal-entry-float-date, .journal-entry-float-date span { display: none; }
.journal-entry-float-day, .journal-entry-float-day span { display: none; }
.journal-entry-float-time, .journal-entry-float-time span { display: none; }
  
.journal-archive-set ul { margin-top: 1em; }

.unpublished { color: #$InactiveTextColor$; }

.amazon-item-list { padding: 0; }
.amazon-item-list li { list-style-type: none; margin-bottom: 10px; height: 1%; }
.amazon-item-list li .picture { float: left; overflow: hidden; }
.amazon-item-list li .description { height: 1%; margin-bottom: 15px; margin-left: 90px; }
.amazon-item-list li .description .authors { margin-bottom: 15px; } 
.amazon-item-list li .description .text { margin-bottom: 15px; }
.amazon-item-list li .description .amazon-link { }

.gallery-navigation { margin-bottom: 15px; margin-top: 15px; } /* compatibility */
.gallery-description { margin-top: 5px; clear: both; }

.gallery-navigation-top  { padding-bottom: 12px; text-align: left; }
.gallery-navigation-bottom  { padding-top: 12px; text-align: left; }

.picture-full { clear: both; }
 
#main-picture-description-title { padding-bottom: 1em; }

.picture-gallery-list { padding: 0; margin: 0; } 
.picture-gallery-list li { list-style-type: none; margin-bottom: 12px; height: 1%;  }
.picture-gallery-list li .thumbnail { }
.picture-gallery-list li .thumbnail-wrapper { display: inline-block; }
.picture-gallery-list li .thumbnail-wrapper a { display: block; }
.picture-gallery-list li .thumbnail-container { float: left; line-height: 0; }
.picture-gallery-list li .thumbnail-container-with-description, .picture-gallery-list li .thumbnail-container-tiled { line-height: 0; }
.picture-gallery-list li .description { } 
.picture-gallery-list li .description .caption { margin-bottom: 5px; }
.picture-gallery-list li .description .author { margin-bottom: 5px; margin-top: 5px; } 
.picture-gallery-list li .description .text {  }
.picture-gallery-list li .description ul { margin-top: 1em; }
.picture-gallery-list li .description ul li { list-style-type: square; display: list-item; }

.picture-gallery-thumbnail-list { padding: 0; margin: 0; }
.picture-gallery-thumbnail-list li { list-style-type: none; height: 1%; display: inline;  }
.picture-gallery-thumbnail-list li .thumbnail { display: inline; }
.picture-gallery-thumbnail-list li .thumbnail-container-tiled { float: left; margin-bottom: 12px; margin-right: 12px;  }
.picture-gallery-thumbnail-list li .thumbnail-container-with-description { float: left; margin-bottom: 12px;  }
.picture-gallery-thumbnail-list li .description { margin-bottom: 1em; height: 1%; overflow: hidden; }
.picture-gallery-thumbnail-list li .description ul { margin-top: 1em; }
.picture-gallery-thumbnail-list li .description ul li { list-style-type: square; display: list-item; }

.picture-gallery-thumbnail-scroll-right, .picture-gallery-thumbnail-scroll-left { background-color: #D6D6D6; width: 10px; height: 55px; margin: 0; padding: 0; border: 0; -moz-outline: 0 }
.picture-gallery-thumbnail-scroll-right { margin-left: 3px; }
.picture-gallery-thumbnail-scroll-left { margin-right: 3px; }

.file-item-list { padding: 0; }
.file-item-list li { list-style-type: none; margin-bottom: 10px;  height: 1%; clear: both; }
.file-item-list li .icon { float: left; display: block; line-height: 13px; }
.file-item-list li .content { height: 1%; margin-left: 21px; }
.file-item-list li .title { display: inline;  }

.folder-item-list { }
.folder-item-list li { margin-bottom: 1em; }

.link-group-list { padding: 0; }
.link-group-list li { list-style-type: none; margin-bottom: 1.5em; }
.link-group-list li ul { margin-top: 1em; }
.link-group-list li ul li { list-style-type: square; margin-bottom: .5em;  }
.link-group-list li ul li .title { }
.link-group-list li ul li .description { }
 
 /* V1 */
.discussion-comment-list { margin: 0; padding: 0;  }
.discussion-comment-list li { list-style-type: none; background: transparent url(/universal/images/core-resources/icons/smalllight/comment.png) no-repeat 0px 1px; padding-bottom: 10px; margin-top: 10px; padding-left: 21px; border-bottom: 1px solid #$LightBorderColor$;  }
.discussion-comment-list li:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }
.discussion-comment-list li .post-title { display: inline; }

 /* V2 */
 .discussion-table { width: 100%; }
.discussion-table .inline-icon { display: none; }

.discussion-table-header td { font-weight: bold; font-size: 12px; padding: 2px; }
.discussion-table-header .replycount-cell, .discussion-table-header .viewcount-cell { text-align: center; }
  
.discussion-table-row td { padding: 2px; }

.discussion-table-row .icon-cell { width: 22px; background: transparent url(/universal/images/core-resources/icons/smalllight/comment.png) no-repeat 1px 10px; }
  
.discussion-table-row .topic-cell { padding: 7px 0 5px 0; }
.discussion-table-row .topic-cell .topic-text { font-size: 14px; }
.discussion-table-row .topic-cell .topic-author { font-size: 11px; }
.discussion-table-row .topic-cell .topic-created { display: none; }
 
.discussion-table-row .replycount-cell { text-align: center; font-size: 26px; }
.discussion-table-row .viewcount-cell { text-align: center; }
  
.discussion-table-row .updated-cell { font-size: 10px; }
.discussion-table-row .updated-cell .reply-author { display: none; }

.discussion-table-header .viewcount-cell, .discussion-table-row .viewcount-cell { display: none; }
   
  
.comment { margin-top: 1em; padding-bottom: 1em; }
.comment .body { margin-top: 1em; }
.comment .signature { margin-top: .5em; text-align: right; }

.change-list { margin: 0; padding: 0; }
.change-list li { background: no-repeat 0px 1px; border-bottom: 1px solid #CCCCCC; display: block; list-style-type: none; margin: 0; margin-bottom: 1.2em; padding: 0; padding-bottom: 1.2em; padding-left: 28px; }
.change-list li:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }

.input-field { margin-bottom: 1em;  }
.input-field .title { margin-bottom: 5px; }
.input-field .control { }

.input-field-error { font-weight: bold; margin-bottom: 5px; }

.table .row { clear: both; } 
.table .left { float: left; margin: 5px; text-align: right; width: 100px; }
.table .right { margin-bottom: 5px; margin-left: 100px; }

.notice-box { margin-bottom: 2em; }
.notice-box .caption { display: inline; }
.notice-box .caption-text { margin-top: 1em; margin-bottom: 2em; }
.notice-box .link-field-title { font-weight: bold; padding-bottom: 10px; margin-top: 1em; }
.notice-box .link-field-text {  }

.notice-box textarea { width: 99%; }
  
.notice-box-alert { margin-bottom: 1em; padding: 1em; }
.notice-box-alert .icon { float: left; }
.notice-box-alert .text { height: 1%; margin-left: 22px; }

#squarespace-powered { padding: 0; }
#squarespace-powered-text { padding: 0; font-size: 80%; }

.search-form .queryFieldWrapper { display: block; float: left; }
.search-form .queryField { font-size: 18px; padding: 3px; }
.search-form .queryButtonWrapper { display: block; float: left; padding-left: 15px;  }
.search-form .queryButton { }
.search-form #advancedSearchOptionsLink { font-size: 9px; margin-top: 3px; }
.search-form .advanced-search-group-label { margin: 1em 0 1em 0; }

.search-results { margin-top: 2em; }
.search-result { margin-bottom: 20px; }
.search-result .search-result-number { display: none; float: left; font-size: 30px; }
.search-result .search-result-entry { }
.search-result .search-result-title { font-size: 18px; }

.search-result .search-result-tag { font-size: 10px; font-weight: normal; } 
.search-result .search-result-type { }
.search-result .search-result-author { }
.search-result .search-result-date { }

.search-result .search-result-body { margin-top: 4px; font-size: 12px; }

.search-result .search-result-title .hit-word-title { font-weight: bold; }
.search-result .search-result-body .hit-word-body { font-weight: bold; font-size: 120%; }
  
.faq-category-list { padding: 0; margin: 0; }
.faq-category-list li { list-style-type: none; margin-bottom: 20px; }
.faq-category-list li { }

.faq-question-list { margin-top: 1em; }
.faq-question-list li { list-style-type: square; margin-bottom: 6px; }
.faq-question-list li .title { } 
.faq-question-list li .description { margin-bottom: 15px; }

.faq-entry-count { font-size: 13px; }
.faq-entry .text { }
.faq-entry .tag { font-size: 10px; }

.google-map { width: 100%; height: 400px; }


/* --- journal summary ------------------------------------------------------------------------ */
 
.nugget-item-list-pt .slug-above { display: none; }
.nugget-item-list-pt .slug-below { display: none; }
.nugget-item-list-pt .summary-item-wrapper { float: left; overflow: hidden; height: 175px; width: 175px; margin: 15px 15px 0 0; text-align: left; }
.nugget-item-list-pt .summary-item{ padding: 15px; }
.nugget-item-list-pt .title { font-weight: bold; } 

.summary-item-list-pt .slug-above { display: none; }
.summary-item-list-pt .slug-above, .summary-item-list-pt .slug-below { font-size: 9px; }
.summary-item-list-pt .summary-item-wrapper {padding-bottom: 10px !important; display: block; }
.summary-item-list-pt .pre-date-breaker { display: none; }
.summary-item-list-pt .pre-comments-breaker { padding: 0 5px 0 5px; }
.summary-item-list-pt .title { font-weight: bold; }
.summary-item-list-pt .summary-item-wrapper.highlight .title { font-size: 22px; line-height: 24px; padding-bottom: 3px; }
.summary-item-list-pt .summary-item-wrapper.highlight { padding-bottom: 20px !important; }
.summary-item-list-pt .summary-item-wrapper.highlight .slug-above { display: block; }
.summary-item-list-pt .summary-item-wrapper.highlight .slug-below { display: none; }

/* --- tag clouds ----------------------------------------------------------------------------- */

.tagcloud-widget-wrapper { min-height:18px; }
.tagcloud a span { position:relative; display:inline-block; line-height:normal; }	
.tagcloud a:hover span { opacity:1 !important; }
				  
/* --- microblogging -------------------------------------------------------------------------- */
  
.quick-post .description { margin-top: 1em; }
.quick-post .embed { margin-top: 1em; }
.quick-post .image { margin: 1em 0 1em 0; }
.quick-post .dialogue { margin-top: 1em; }
  
.post-data-link .link-arrow, .post-data-delicious .link-arrow, .post-data-digg .link-arrow, .post-data-stumbleupon .link-arrow, .post-data-lastfm .link-arrow  { font-size: 80%; } 
  
.post-data-chat .dialogue .line { }
.post-data-chat .dialogue .line .speaker { display: block; }

.post-data-quote .source { display: inline; }
.post-data-quote .source p { display: inline; }

  
/* --- packed / quick posts ------------------------------------------------------------------ */
  
.packed-posts-wrapper { display: none; }
.packed-posts-wrapper .packed-post { padding-top: 10px; }

.quick-post .packed-post-date { }
.quick-post .packed-post-date-tight { margin-top: -12px; } 

.journal-quickpost-tag-post-body .stacked-link, .journal-quickpost-tag-post-body .initial-stacked-link { float: left; }

.quickpost-external-service-tag a { padding-left: 20px; background-repeat: no-repeat; background-position: center left; }
  
  
/* --- feeds ----------------------------------------------------------------------------------- */

.feed-list, .feed-list-inline { padding: 0; }
.feed-list li, .feed-list-inline li { list-style-type: none; margin: 0; padding: 0; }

.feed-list .feed-link { padding-left: 22px; background-image: url(/universal/images/xml/feed-icon-16x16-orange.png); background-repeat: no-repeat; background-position: center left; }
.feed-list-inline .feed-link { padding-left: 16px; background-image: url(/universal/images/xml/feed-icon-12x12-orange.png); background-repeat: no-repeat; background-position: center left; }

  
/* --- social links ---------------------------------------------------------------------------- */
  
.social-link-list-pt li {  display: block; }
.social-link-list-pt li a.icon-link { padding: 2px 0px 2px 20px; background-repeat: no-repeat; background-position: center left; background-size: 16px;}
  

/* --- social objects -------------------------------------------------------------------------- */

.twitter-update-wrapper .item-date, .digg-link-wrapper .item-date, .delicious-link-wrapper .item-date, .imported-rss-article-wrapper .item-date { display: block; }
.flickr-image-wrapper { display: block; float: left; line-height: 1px; }

/* --- social widgets ---------------------------------------------------------------------- */

/****** Twitter *******/
.twitter-wrapper { overflow: hidden; }
.twitter-wrapper .twitter-item-slug a, .twitter-wrapper .twitter-nav-buttons a { text-decoration:none; }
.twitter-wrapper a:active { outline:none; }

/****** Twitter Footer - Follow Me Links *******/
#canvas .twitter-link a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; }
.twitter-link img { float:left; width:16px; height:16px; margin-right:5px; }
.twitter-link img.avatar { width:14px; height:14px; border:1px solid #fff; }

/****** Twitter Widget Navigation *******/
.twitter-nav-buttons { clear:both; font-size:11px; line-height:1em; overflow:hidden; }
.twitter-wrapper .twitter-nav-buttons a { padding:10px 0; }
a.twitter-button-newer { display:block; float:left; }
a.twitter-button-older { display:block; float:right; }

/******** General *********/
.twitter-wrapper .primary, .twitter-wrapper .secondary .primary { overflow:hidden; }	
#canvas .twitter-wrapper.wrapper .twitter-date a, #canvas .twitter-wrapper.wrapper .twitter-date a:hover { display:block; } 	
.twitter-avatar { float:left; margin:0 0.9em 0 0; height:34px; }
.twitter-avatar img { width:30px; height:30px; border:2px solid #fff; }

/******** Basic Preset **********/
.basic .twitter-username a { font-weight:bold; font-size:1.2em; }
.basic .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; border:none; }

/********* Bubble Preset ***********/
.bubble .twitter-content { padding:15px 15px 0; margin-bottom:15px; -moz-border-radius:2px; -webkit-border-radius:2px; }
.bubble .twitter-item-bubble { margin-top:15px; }
.bubble .twitter-item-bubble.highlight { margin-top:0; }
.bubble .twitter-item-content-bubble { background:#fff; color:#111; padding:1em; -moz-border-radius:8px; -webkit-border-radius:8px; overflow: hidden; }
.bubble .twitter-item-slug { background:url(/universal/images/social/bubble-stem.png) 22px top no-repeat; padding:22px 0 0; line-height:1.4em; }
.bubble .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; border:none; }
.bubble .twitter-content { padding:15px; margin-bottom:0; }

/*********** Blocks Preset ***********/
.block .twitter-content { margin-bottom:15px; -moz-border-radius:2px; -webkit-border-radius:2px; }
.block .twitter-item { margin:0; }
.block .twitter-item-content { padding:1em; }
.block .twitter-item-slug { padding:10px; line-height:1.4em; }
.block .twitter-username a { font-weight:bold; }
.block .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; border:none; }
.block .twitter-content { margin-bottom:0; }

/******** Chunk Preset **********/
.chunk .twitter-content { margin-bottom:15px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.chunk .twitter-header { padding:10px; }
.chunk .twitter-avatar { height:44px; }
.chunk .twitter-avatar img { width:40px; height:40px; }
.chunk .twitter-name { font-weight:bold; font-size:15px; }
.chunk .twitter-username a {  font-size:11px; }
.chunk .twitter-item { padding:10px; margin-top:1px; }
.chunk .twitter-item.highlight { margin-top:0; }
.chunk .twitter-nav-buttons a { padding:10px; }

/******** Wrapper Preset ***********/
.wrapper .twitter-item { margin-bottom:10px; padding-bottom:15px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.wrapper .twitter-item-content { padding:1em; font-size:1.3em; line-height:1.6em; overflow:hidden; } 
.wrapper .twitter-item-slug { margin-right:15px; padding:10px; padding-left:15px; line-height:1.4em; }
.wrapper .twitter-name a { font-weight:bold; font-size:1.2em; }
.wrapper .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; }
	
	
/*** Flickr ***/

/*** Grid Preset ***/
.flickr-wrapper ul.flickr-grid, .flickr-wrapper ul.flickr-grid li { margin:0; padding:0; line-height:0; list-style:none; }
.flickr-wrapper { width:100%; }
.flickr-content { width:100%; }
.flickr-grid-wrapper { margin:0 auto; margin:0 auto; width:100%; }


/****** Flickr Footer - Photostream Link *******/
#canvas .flickr-link a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; }
.flickr-link img { float:left; width:16px; height:16px; margin-right:5px; }
.flickr-link img.avatar { width:14px; height:14px; border:1px solid #fff; }

/*** RSS Social ***/
.rss-wrapper a { display:block; }
.rss-wrapper .rss-description span a { display:inline; }

/*** Delicious ***/ 
.deli-wrapper-box { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.deli-date-box span { display:inline-block; line-height:normal; }

.deli-tags-bubble a, .deli-tags-bubble-box a { display:inline-block; line-height:normal; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }

.deli-item-hang { position:relative; }
.deli-date-hang { position: absolute; top: 0; left: 0; }

#canvas .delicious-link a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius: 4px; }
.delicious-link img { float:left; height:16px; margin-right:5px; width:16px; }

/*** Location ***/

.lw { overflow:hidden; border-radius: 6px; -moz-border-radius: 6px; }
.lw-map { padding: 17px; }
.lw-checkin { overflow: hidden; font-family: 'helvetica neue', lucida grande, arial, sans-serif; cursor: pointer; }
.lw-checkin-infowin { overflow: hidden; font-family: 'helvetica neue', lucida grande, arial, sans-serif; cursor: pointer; }
.lw-leftleft { float: left; width: 53px; padding-right: 17px; line-height: 1.2em; }
.lw-left { float: left; width: 32px; padding-right: 17px; }
.lw-venue-icon img { width: 32px; height: 32px; }
.lw-right { width: 65px; margin-left: 17px; float: right; text-align: right; }
.lw-main { margin-left: 49px; line-height: 1em; }
.lw-main.ni { margin-left: 0; }
.lw-main.dl { margin-left: 119px; }
.lw-main.dl.ni { margin-left: 70px; }
.lw-main.dr { margin-right: 82px; }
.lw-main.dr.ni { margin-left: 0; }
.lw-right .lw-date, .lw-leftleft .lw-date { display: inline-block; }
.lw-date-infowin { display: inline-block; color: #999999; font-size: 9px; line-height: 1.5em; }

#canvas .lw-slug a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; }
.lw-slug img { float:left; width:16px; height:16px; margin-right:5px; }
.lw-slug img.avatar { width:14px; height:14px; border:1px solid #fff; }

#canvas .lw-venue-name a, #canvas .lw-venue-name a:hover { font-weight: 300; -webkit-font-smoothing: antialiased; }
#canvas .lw-venue-name-infowin a, #canvas .lw-venue-name-infowin a:hover { font-weight: 300; -webkit-font-smoothing: antialiased; font-size: 14px; color: #333333; line-height: 1.2em; }

/* --- navigation bar elements ----------------------------------------------------------------- */

.content-passthrough .amazon-item-list-pt li { margin-bottom: 10px; }
.content-passthrough .amazon-item-list-pt .picture { float: none; margin: 0; margin-bottom: .5em; padding: 0; }
.content-passthrough .amazon-item-list-pt .description { margin: 0; }
.content-passthrough .amazon-item-list-pt .description .title { }
.content-passthrough .amazon-item-list-pt .description .authors { display: inline; }
.content-passthrough .amazon-item-list-pt .description .text { margin-top: .5em; }

.content-passthrough .change-list-pt { margin: 0; }
.content-passthrough .change-list-pt li { margin-bottom: .4em; }

.content-passthrough .archive-item-list-pt { margin: 0; margin-bottom: 1em; }
.content-passthrough .archive-item-list-pt li { margin-bottom: .4em; }

.content-passthrough .link-group-list-pt { margin-bottom: .5em;  }
.content-passthrough .link-group-list-pt li .title { font-weight: bold; }
.content-passthrough .link-group-list-pt li .description { }
.content-passthrough .link-group-list-pt li ul { margin-bottom: 10px;  }
.content-passthrough .link-group-list-pt li ul li { margin-bottom: 2px;  }
.content-passthrough .link-group-list-pt li ul li .title { font-weight: normal; }
.content-passthrough .link-group-list-pt li ul li .description { }

.content-passthrough .search-form-pt { height: 1%; }
.content-passthrough .search-form-pt .queryFieldWrapper { display: block; float: left; }
.content-passthrough .search-form-pt .queryField { font-size: 10px; padding: 3px; }
.content-passthrough .search-form-pt .queryButtonWrapper { display: block; float: left; padding-left: 10px;  }
.content-passthrough .search-form-pt .queryButton { }

#sidebar1 .content-passthrough .search-form-pt .queryField { width: 270px; }
#sidebar2 .content-passthrough .search-form-pt .queryField { width: 260px; }

.content-passthrough table.search-form-table { width:100%; border-collapse: collapse; }
.content-passthrough tr.search-form-row { vertical-align: middle; }
.content-passthrough td.search-form-cell {  }
.content-passthrough td.queryFieldCell {  }
.content-passthrough td.queryButtonCell { width: 1%; white-space: nowrap; }
.content-passthrough span.queryFieldWrapper { width: 100%; }
.content-passthrough span.queryButtonWrapper {  }
.content-passthrough input.queryField, .content-passthrough input.queryButton {  }
.content-passthrough input.queryField { width: 100% !important; height: 2.5em; }
.content-passthrough input.queryButton { width: auto; border: 0px; height: 2.5em;  }

.section ul { margin: 0; padding: 0; } 
.section ul li { list-style-type: none; margin: 0; padding: 0; }

.inline-icon { height: 13px; width: 13px; color:#FFF; opacity: 1; margin-right: 3px; vertical-align:middle; margin-top:-5px; }

.date-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/date.png) top left no-repeat; }
.permalink-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/permalink.png) top left no-repeat; }
.comment-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/comment.png) top left no-repeat; }
.user-registered-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/user-registered.png) top left no-repeat; }
.reference-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/reference.png) top left no-repeat; }
.print-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/print.png) top left no-repeat; }
.email-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/email.png) top left no-repeat; }
.share-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/share.png) top left no-repeat; }
.category-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/category.png) top left no-repeat;  }
.tag-icon { background: transparent url(/universal/images/core-resources/icons/smalllight/category.png) top left no-repeat;  }

.social-link-controls .social-block-title { padding-bottom: 15px; font-family: Arial; letter-spacing: -1px; font-weight: bold; }
.social-link-controls .social-block { height: 22px; width: 155px; float: left; display: block; }
.social-link-controls { padding: 15px; height: 120px; border: 2px solid #ccc; font: 14px/16px Arial; background: #fefefe; color: #303030; text-align: left; }
.social-link-controls-wrapper { display: block; opacity: 0; filter:alpha(opacity=0); width: 350px; position: absolute; overflow: hidden;  }
     
/* --- standard button definitions ---------------------------------------------------------- */
  
a.button {
    background: transparent url(/universal/images/button/button-a.png) no-repeat scroll top right;
    color: #151515 !important;
    display: block;
    float: left;
    font: 12px arial, sans-serif !important;
    height: 24px !important;
    line-height: 18px  !important;
    margin-right: 6px !important;
    padding: 0 16px 0 0 !important;
    text-decoration: none !important;
}

a.important {
    font-weight: bold !important; 
}

a.button span {
    background: transparent url(/universal/images/button/button-span.png) no-repeat;
    display: block;
    line-height: 14px !important;
    padding: 5px 0 5px 18px !important;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    -moz-outline: 0;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px !important;
}
  
}

/* --- post snippet definitions ---------------------------------------------------------- */

.journal-entry-tag-post-body-line1,
.journal-entry-tag-post-body-line2,
.journal-entry-tag-post-body-line3
{
    clear: both;
}

.post-snippet-1,
.post-snippet-2,
.post-snippet-3 
{
    float: left;
    padding-right: 12px;
}

/* --- printer stylesheet definitions ---------------------------------------------------------- */

@media print {

  body { background: white; font-size: 12pt; width: 100%; }
	
  h1 { font-size: 24pt; margin-bottom: 0; padding-bottom: 0; }
  .h1subtitle { font-size: 9pt; font-weight: normal; margin-bottom: 25px; border-bottom: 1px solid #ccc; padding-bottom: 10px; text-decoration: none; }
  #pageFooter { font-size: 9pt; margin-top: 28px; border-top: 1px solid #ccc; padding-top: 8px; }

  body div { width: 92%; }
  img { border: 0px; }
	
  a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
  strong { color: #000; }
  #siteTitle a:link, #siteTitle a:visited { color: black; background: transparent; font-weight: bold; text-decoration: none; }
  .journal-navigation, .horizontalNavigationBar, #sidebar1Wrapper, #sidebar2Wrapper #sidebar, .notice-box, .inline-icon, .journal-entry-navigation { display: none; }

}


.notice-box{font-size: .8em; padding-right: 40px; padding-left: 40px; padding-top: 40px; padding-bottom: 40px; background-color: #222222; color: #7F7F7F;}
#navigationBottom{font-size: .8em; margin-top: 10px; border-color: #CDCDCD;}
#navigationBottom .horizontalNavigationBar .content-navigation{float: right;}
.h1subtitle{font-family: 'Helvetica', serif; font-size: 18px; text-transform: lowercase; font-weight: bold; margin-top: 5px; color: #B3B3B3;}
h3, .h3, .form-body .formCaption{font-size: 1.2em; font-weight: bold; margin-top: 1em; color: #333333;}
.deli-tags{font-size: 10px;}
.rss-wrapper .rss-author{font-size: 10px;}
.deli-date{font-size: 11px;}
.discussion-table-row .replycount-cell{font-size: 26px;}
#bannerWrapper{line-height: 0em; margin-bottom: 4em;}
h2{font-size: 2em; text-transform: uppercase; line-height: 1.3em; font-weight: bold; margin-bottom: 20px; color: #333333;}
.paginationPageNumber.activePage{background-color: #333333; color: #FFFFFF;}
.tagcloud-widget-wrapper a{line-height: 2em;}
.verticalNavigationBar .content-navigation{font-size: .9em;}
.paginationControlWrapper{font-size: .8em; margin-bottom: 40px;}
.rss-wrapper .rss-item{margin-bottom: 20px;}
.verticalNavigationBar .section .active-module a{text-decoration: none; background-color: #FFFFFF; color: #333333;}
.discussion-table-row .viewcount-cell{font-size: 16px;}
.journal-entry-follow-up{border-top: 1px dotted #B9B9B9; padding-top: 20px; margin-left: -40px; margin-top: 40px; border-color: #B9B9B9;}
.journal-entry-float-date .month{font-size: .8em;}
.discussion-table-row .topic-cell .topic-author{font-size: 11px;}
.post-data-chat .dialogue .line .speaker{font-size: 1.1em; text-transform: uppercase; font-weight: bold; margin-right: 9px; float: left;}
.post-data-quote .source{font-size: 1em;}
.lw-location {font-size: 9px; color: #999999;}
h1 a:visited, h1 a:link, h1 a:active{font-family: 'Helvetica', serif; font-size: 2em; line-height: 1em; font-weight: bold; font-style: normal; margin-bottom: 0px; color: #333333; border-color: transparent;}
.post-data-chat .dialogue .line{font-size: .8em; letter-spacing: 0px; line-height: 2.41em; color: #3A3A3A;}
blockquote p{font-family: Georgia, 'Times New Roman', serif; font-style: italic; padding-left: 20px; margin-right: -40px; margin-left: -40px; color: #C1C1C1;}
.lw-checkin.highlight{border-color: transparent;}
.lw-desc{font-size: 11px; color: #898989;}
.deli-item-hang{border-bottom: 1px solid #DDDDDD; padding-left: 65px; padding-bottom: 10px; margin-bottom: 10px; border-color: #DDDDDD;}
#pageHeader{margin-top: 80px; margin-bottom: 30px;}
.journal-entry-navigation{font-size: .8em; padding-right: 5px; padding-left: 5px;}
.deli-date-hang{font-size: 11px;}
.lw-location{font-size: 9px; color: #999999;}
.comment{font-size: .8em; border-color: #E1E1E1;}
#pageFooterWrapper{text-align: left; font-weight: bold; padding-top: 0px; padding-bottom: 40px; margin-right: auto; margin-left: auto; margin-top: 30px; color: #BDBDBD;}
.rss-wrapper{line-height: 1.5em;}
.journal-entry-wrapper{border: 1px dotted #E6E6E6; padding-right: 40px; padding-top: 40px; padding-bottom: 1px; margin-bottom: 40px; background-color: #F9F9F9; border-color: #E6E6E6;}
input.text, textarea{border: 1px solid #CCCCCC; padding-right: 10px; padding-left: 10px; padding-top: 11px; padding-bottom: 11px; background-color: #FFFFFF; border-color: #CCCCCC;}
.discussion-table-row td{border-bottom: 1px solid #CCCCCC; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; border-color: #CCCCCC;}
.journal-entry-tag-post-title{font-size: .6em; text-transform: uppercase; margin-top: -30px; margin-bottom: 30px;}
.form-body .formCaption, .notice-box .caption{color: #F2F2F2;}
.lw-date{font-size: 9px; line-height: 1.5em; color: #999999;}
.verticalNavigationBar .section .caption{font-weight: bold; margin-top: 0px; margin-bottom: 7px; color: #FFFFFF;}
.paginationPageNumber{line-height: 30px; padding-right: 1em; padding-left: 1em; margin-right: 3px; margin-left: 3px; background-color: #F2F2F2;}
body{font-family: 'Helvetica', serif; font-size: 16px; line-height: 1.8em; margin-right: auto; margin-left: auto; background-color: #ECECEC; color: #7A7A7A; background-image: url(/layout/images/noise.gif);}
#content p a{border-bottom: 1px dotted #000000; text-decoration: none; color: #000000; border-color: #000000;}
.deli-tags-box{font-size: 10px; margin-top: 3px; color: #1D2E68;}
.rss-wrapper .rss-date{font-size: 10px;}
#content{border-right: 1px solid #EEEEEE; padding-right: 40px; padding-left: 40px; padding-top: 40px; padding-bottom: 40px; background-color: #FFFFFF; border-color: #EEEEEE;}
.verticalNavigationBar .section .module a{line-height: 2.38em; padding-right: 12px; padding-left: 12px; padding-top: 4px; padding-bottom: 4px; margin-bottom: 0px;}
.lw-desc {font-size: 11px; color: #898989;}
.tagcloud-widget-wrapper a:link, .tagcloud-widget-wrapper a:visited{line-height: 2em;}
.lw-checkin{border-top: 1px solid #D5D5D5; padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 20px; border-color: #D5D5D5;}
#canvasWrapper{margin-right: auto; margin-left: auto;}
#navigationTop{font-size: .8em; margin-bottom: 30px; border-color: #E6E6E6;}
.rss-wrapper .rss-description{margin-right: 0px; margin-left: 0px; margin-top: 10px; margin-bottom: 10px;}
.journal-entry .title a{font-weight: bold; margin-bottom: 0px; color: #333333; border-color: transparent;}
.discussion-table-row .topic-cell .topic-title{font-size: 14px;}
.twitter-wrapper .primary, .twitter-wrapper .secondary .primary{line-height: 1.5em; background-color: #FFFFFF; color: #333333;}
.deli-wrapper-box{text-decoration: none; padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 10px; background-color: #2865C0;}
.post-data-quote .quote{font-size: 1.8em; line-height: 1.26em; padding-right: 40px; margin-right: 0px; margin-left: 20px;}
a:link, a:visited, a:active{font-weight: normal; text-decoration: none; color: #BCBCBC;}
.deli-item{border-bottom: 1px solid #DDDDDD; padding-bottom: 15px; margin-bottom: 15px; border-color: #DDDDDD;}
.twitter-wrapper .twitter-item-basic, .twitter-wrapper .twitter-item-basic{line-height: 1.5em; padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; margin-bottom: 1em; border-color: #CCCCCC;}
.deli-item-box{border-bottom: 1px solid #1855b0; text-decoration: none; padding-bottom: 15px; margin-bottom: 15px; border-color: #1855b0;}
.lw-day-bar{font-size: 10px; padding-right: 20px; padding-left: 20px; padding-top: 8px; padding-bottom: 8px; background-color: #333333; color: #FFFFFF;}
.rss-wrapper .rss-source{font-size: 10px;}
.tagcloud-page-wrapper a{line-height: 2em;}
#bannerAreaWrapper #siteTitleWrapper{padding-left: 0px; background-repeat: no-repeat;}
.horizontalNavigationBar .module.active-module a{background-color: #333333; color: #FFFFFF;}
input.button{font-family: 'Helvetica', serif; font-size: 12px; text-transform: uppercase; font-weight: bold; padding-right: 10px; padding-left: 10px; padding-top: 13px; padding-bottom: 12px; background-color: #333333; color: #FFFFFF;}
.verticalNavigationBar .section .folder .module a{padding-left: 20px;}
.deli-tags-bubble a{font-size: 9px; text-decoration: none; padding-right: 0.9em; padding-left: 0.9em; padding-top: 0.2em; padding-bottom: 0.25em; margin-right: 4px; margin-left: 0px; margin-top: 0px; margin-bottom: 3px; background-color: #3A7CDE; color: #EEEEEE;}
.journal-comment-area{border-top: 2px solid #E9E9E9; border-color: #E9E9E9;}
.discussion-table-row .topic-cell{padding-right: 0px; padding-left: 0px; padding-top: 7px; padding-bottom: 5px;}
.deli-desc-box{color: #68A5FF;}
#navigationTop .horizontalNavigationBar .content-navigation{margin-right: 2px; float: right;}
.journal-entry-tag-pre-title{font-size: .6em; text-transform: uppercase; line-height: 1.47em;}
.discussion-table-header td{font-size: 12px; border-bottom: 1px solid #CCCCCC; font-weight: bold; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; border-color: #CCCCCC;}
.horizontalNavigationBar .folder{margin-top: 10px; background-color: #333333;}
.journal-entry-float-date .date{font-weight: bold; margin-top: 5px;}
.journal-entry-float-date{text-transform: uppercase; text-align: center; line-height: .8em; padding-top: 10px; padding-bottom: 10px; background-color: #333333; color: #FFFFFF;}
.horizontalNavigationBar .module a{font-size: .8em; text-transform: uppercase; line-height: 27px; font-weight: bold; padding-right: 1.8em; padding-left: 1.8em; padding-top: 0px; padding-bottom: 0px; margin-left: 1em; background-color: #FAFAFA; color: #A6A6A6; border-color: transparent;}
#pageBodyWrapper{background-color: #333333;}
.verticalNavigationBar .section{font-size: .9em; border-bottom: 2px solid #2E2E2E; line-height: 1.65em; padding-top: 40px; padding-bottom: 40px; margin-right: 40px; margin-left: 40px; border-color: #2E2E2E;}
.twitter-wrapper .secondary, .twitter-wrapper .twitter-item .secondary{padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; background-color: #222222; color: #FFFFFF;}
.lw-date {font-size: 9px; line-height: 1.5em; color: #999999;}
.lw{padding-top: 10px; padding-bottom: 10px; background-color: #FFFFFF;}
#pageFooterWrapper #pageFooter{font-size: .9em; text-transform: uppercase;}
.horizontalNavigationBar .folder a{background-color: transparent;}
.journal-entry-tag-post-body{font-size: .6em; text-transform: uppercase; padding-top: 10px;}
.deli-date-box-span{font-size: 9px; margin-right: 4px; margin-left: 0px; margin-top: 0px; margin-bottom: 5px; color: #EEEEEE;}
.notice-box a{color: #F2F2F2;}
.lw-map{padding-right: 17px; padding-left: 17px; padding-top: 17px; padding-bottom: 17px;}
.post-data-link a{padding-right: .5em; padding-left: .5em;}
#sidebar1{padding-bottom: 40px; background-color: #333333;}
#sidebar2{border-right: 2px solid #2E2E2E; padding-bottom: 40px; background-color: #333333; border-color: #2E2E2E;}
.discussion-table-row .updated-cell{font-size: 10px;}
.squarespace-slideshow .squarespace-slideshow-container{background-color: #000000;}
.squarespace-slideshow .squarespace-slideshow-title{font-family: Helvetica; font-size: 16px; color: #FFFFFF;}
.squarespace-slideshow .squarespace-slideshow-description{font-family: Helvetica; font-size: 10px; line-height: 1.2em; color: #FFFFFF;}
.squarespace-slideshow .frwd{background-image: url(/universal/images/slideshow/previous-button.png); background-position: 50% 50%; background-repeat: no-repeat;}
.squarespace-slideshow .ffwd{background-image: url(/universal/images/slideshow/next-button.png); background-position: 50% 50%; background-repeat: no-repeat;}
.slide-indicator-box{padding-top: 10px;}
.slide-indicator-type-dotted a.slide-indicator{line-height: 20px; background-image: url(/universal/images/slideshow/unselected.png); background-position: center center; background-repeat: no-repeat; float: left;}
.slide-indicator-type-dotted a.slide-indicator.active{background-image: url(/universal/images/slideshow/selected.png);}
.slide-indicator-type-paginated .slide-indicator-box a.slide-indicator{line-height: 20px; text-decoration: none; padding-right: 0.8em; padding-left: 0.8em; margin-right: 3px; margin-left: 3px; background-color: #CCCCCC; color: #000000; float: left;}
#pageBody .twitter-date a, #pageBody .twitter-date a:hover{font-size: 10px; color: #FFFFFF;}
.deli-title-box a, .deli-title-box a:hover{font-size: 1.2em; color: #fff;}
.twitter-wrapper .twitter-link a, .twitter-wrapper .twitter-link a:hover{font-size: 11px; line-height: 1.4em; text-decoration: none; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 5px; background-color: #333333; color: #FFFFFF;}
.verticalNavigationBar .section .module a:hover{background-color: #FFFFFF; color: #000000;}
.lw-slug a, .lw-slug a:hover{font-size: 11px; line-height: 1.4em; text-decoration: none; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 10px; background-color: #E7E7E7; color: #555555;}
.twitter-wrapper.preset .twitter-item-content a, .twitter-wrapper.preset .twitter-item-content a:hover{text-decoration: none; background-color: transparent; color: #FFFFFF;}
#content p a:hover{border-bottom: 1px dotted #000000; text-decoration: none; background-color: #FFFFFF; border-color: #000000;}
.deli-tags-box a, .deli-tags-box a:hover{color: #243A84;}
#canvas .flickr-link a, #canvas .flickr-link a:hover{font-size: 12px; line-height: 16px; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 10px; background-color: #333333; color: #FFFFFF;}
.rss-wrapper .rss-title a, .rss-wrapper .rss-title a:hover{font-size: 14px; font-weight: bold;}
h1 a:hover{background-color: transparent; color: #BDBDBD;}
.deli-url, .deli-url a:hover{font-size: 10px;}
.rss-wrapper .rss-read-more a, .rss-wrapper .rss-read-more a:hover{font-size: 10px;}
#canvas .lw-venue-name a, #canvas .lw-venue-name a:hover{font-size: 16px; line-height: 1.2em; color: #333333;}
.delicious-link a, .delicious-link a:hover{font-size: 12px; line-height: 16px; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 10px; background-color: #E7E7E7; color: #444444;}
.twitter-wrapper .twitter-item-bubble .twitter-item-content-bubble a, .twitter-wrapper .twitter-item-bubble .twitter-item-content-bubble a:hover{border-bottom: 1px dotted #000000; background-color: transparent; color: #000000; border-color: #000000;}
.deli-title a, .deli-title a:hover{font-size: 1.2em;}
.twitter-wrapper .secondary a, .twitter-wrapper .secondary a:hover{text-decoration: none; background-color: transparent; color: #FFFFFF;}
.deli-url-box a, .deli-url-box a:hover{font-size: 10px; color: #FFFFFF;}
.deli-tags-bubble a:hover{text-decoration: none; background-color: #5695F5; color: #FFFFFF;}
.horizontalNavigationBar .module a:hover{background-color: #2E2E2E; color: #FFFFFF;}
.lw-checkin:hover{background-color: #F6F6F6;}
a:hover{text-decoration: none;}
.slide-indicator-type-paginated .slide-indicator-box a.slide-indicator.active, .squarespace-slideshow-indicator-wrapper.slide-indicator-type-paginated .slide-indicator-box a.slide-indicator.active:hover{background-color: #999999; color: #000000;}
.slide-indicator-type-paginated .slide-indicator-box a.slide-indicator:hover{background-color: #D5D5D5; color: #000000;}


.promotedContainer, #navigationTop { display: none; } #navigationBottom { display: block; }

#canvasWrapper { width: 950px; padding: 0 0px 0 0px; } #sidebar1Wrapper { display: none; } #sidebar2Wrapper { display: none; } #contentWrapper { width: 950px; }

.intro {  }
.intro img { margin-bottom: 20px; }
form { text-align: center; }

.none { display: none; }
.thumbs {  }
.clearfix { clear: both; }

.horizontalNavigationBar .content-navigation .module(-OR-).active-module(-OR-).(-OR-).(-OR-).structure-draggable-element .  {  }

.nivo-directionNav a {
	color: black;
	text-shadow: 2px 2px white;
  	padding: 20px;
}

#siteTitle a,
h2,
h3,
h4,
h5,
.section-title,
#pageFooter                     { font-family: "Dimbo Regular", sans-serif; }
h5				{ font-size: 20px; color: black; padding-bottom: 10px; }
/* h6				{ font-size: 18px; font-weight: bold;} */


/* ===[ Basic Layout ]=== */

body {
	/*background: rgb(74,50,45);*/
  	font-family: sans-serif;
	background: #4099ab;
  	background-image: url(/storage/static/css/img/background.png);
	background-repeat: repeat-x;
	font-weight: 300;
	height: 100%;
}


#pageHeaderWrapper		{ margin: 0 100px; overflow: hidden; width: 950px; padding-bottom: 0px !important; background: white; }
#pageBodyWrapper		{ margin: 0 100px; overflow: hidden; width: 950px; padding-bottom: 0px !important; }
#pageHeaderWrapper		{ -moz-box-shadow: 0px 15px 15px rgba(0,0,0,0.6)!important; -webkit-box-shadow: 0px 15px 15px rgba(0,0,0,0.6)!important; box-shadow: 0px 15px 15px rgba(0,0,0,0.6)!important; }
#pageBodyWrapper                { -moz-box-shadow: 0px 15px 15px rgba(0,0,0,0.6)!important; -webkit-box-shadow: 0px 15px 15px rgba(0,0,0,0.6)!important; box-shadow: 0px 15px 15px rgba(0,0,0,0.6)!important; }
#canvasWrapper			{ margin: 0 auto; width: 1150px; /*background: url(/storage/static/css/img/body-floral_bg.png) 50% 10px no-repeat;*/ }
#siteSubtitle                   { display: none; }
#bannerArea                     { /* background: transparent url(/storage/static/img/logo.jpg) top left no-repeat; */ height: 130px; left: 0; position: absolute; top: 0; width: 320px; cursor: pointer; }
#siteTitle > span		{ background: transparent url(/storage/static/img/logo.jpg) top left no-repeat; width: 320px; position: absolute; left: 0; top: 0; z-index: 1; display: block; height: 130px; }
#siteTitle			{ padding: 10px; width: 230px; font-size: 25px; }
#content                        { min-height: 700px; }

.full-image-block {
 margin: 20px 0 20px 0;
}

.inline-icon                    { display: none; }

.image-border-2			{ padding: 2px; border: 1px solid #CCCCCC; }
.image-border-5			{ padding: 5px; border: 1px solid #CCCCCC; }

.left				{ float: left; }
.right				{ float: right; }
.center				{ text-align: center; }
.centerimg			{ display: block; margin: 0 auto; }


/* ===[ Header ]=== */
#pageHeader                     { height: 130px; margin: 0; padding: 0; position: relative; top: 0; }

#navigationTop                  { display: none; } 
#navigationBottom               { position: absolute; right: 0; top: 70px; width: 496px; z-index: 700; }
#navigationBottom .horizontalNavigationBar { margin: 0 auto; padding: 0; width: 460px; }

/* ===[ Top Navigation ]=== */

.horizontalNavigationBar .module a { background: transparent; border-right: 1px solid #000000; color: #000000; font-size: 12px; font-weight: bold; line-height: 100%; margin: 0; padding: 0 15px; width: auto; }
a#navigationBottom-moduleLink12203504 { border-right: 0; }
.horizontalNavigationBar .module a:hover { background: transparent; color: #7A7A7A; }
.horizontalNavigationBar .module.active-module a { background: transparent; color: #7A7A7A; }
.horizontalNavigationBar .folder {
    border: 1px solid transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .4) 0 25px 30px -12px inset, rgba(0, 0, 0, .6) 0 1px 2px;
    -moz-box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .4) 0 25px 30px -12px inset, rgba(0, 0, 0, .6) 0 1px 2px;
    box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .4) 0 25px 30px -12px inset, rgba(0, 0, 0, .6) 0 1px 2px;
}

.horizontalNavigationBar .folder a { -moz-boder-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; background: transparent; }

.horizontalNavigationBar .folder a:hover { text-shadow: 0px; }

/* ===[ Content ]=== */

#content			  { border-right: none; }
#content h1                       { font-family: 'Satisfy', 'Rancho', Pacifico, Serif; font-size: 48px; margin: -20px 0 20px 0; padding: 20px 0; text-align: center; }
#content img.main                 { float: right; margin: 0 0 0 40px; }
#content div.intro                { overflow: hidden; position: relative; }
#content p                        { display: block; font-size: 16px; line-height: 140%; margin: 0 0 15px 0; }
#content h3.more                  { display: block; font-size: 24px; margin: 0; }
#content h3.more a                { background: rgb(221,221,181); bottom: 0; color: rgb(116,110,110); display: block; float: left; left: 0; padding: 20px 40px; position: absolute; width: auto; }
#content h4                       { font-size: 24px; font-weight: bold; margin: 0 0 1em 0; text-align: center; }
#content ul.thumbs                { clear: both; display: block; padding: 0;  }
#content ul.thumbs li             { display: inline-block /* block */; /* float: left; */ height: auto /*160px*/; margin: 0 29.95px 20px 0; overflow: hidden; padding: 0; width: auto /*120px*/; }
#content ul.thumbs li.last        { margin: 0 0 20px 0; }
#content ul.thumbs li img         { display: block; padding: 5px; border: 1px solid #CCCCCC; }
#content ul.murals                { padding: 0;  }
#content ul.murals li             { height: auto /* 150px */; margin: 0 15px 20px 0; overflow: hidden; padding: 0; width: auto; display: inline-block; }
#content ul.murals li.last        { margin: 0 0 20px 0; }
#content ul.murals li img         { display: block; margin: 0; padding: 5px; border: 1px solid #CCCCCC; }
#content strong,
#content b                        { font-weight: 700!important; }

#content p a                      { text-decoration: none; border-bottom: 0; }
#content p a:link                 { color: rgb(74,50,45); }
#content p a:visited              { color: rgb(74,50,45); }
#content p a:active,
#content p a:hover                { color: rgb(74,50,45); }

#price-details li                 { list-style: none; margin: 0; padding: 0; }

div.sponsor                       { border-top: 1px solid rgb(51,51,51); padding: 30px 0 0 0; }
div.donate                        { float: left; margin: 0 10px 30px 0; width: 300px; }
div.donate img                    { border: 1px solid rgb(0,0,0); float: left; margin: 0 8px 8px 0; }
div.donate img.paypal             { border: 0; display: none; }
div.donate a.paypal               { background: rgb(255,255,0); color: rgb(41,41,41); padding: 5px 25px; text-align: center; }

#slider             		  { display: block; height: 450px; /* margin: 0 -39px; */ padding: 0; width: 870px !important; list-style-type: none; }
#links                            { /* clear: both; display: block; margin: 40px -40px; position: relative; */ overflow: hidden; padding: 0; width: 870px; }
#links li                         { background: rgb(160, 144, 175) /* rgb(127,127,127) */; color: rgb(255,255,255); display: block; float: left; height: 120px; padding: 20px; width: 250px; }
#links li.follow                  { position: relative; }
#links li.follow
#links li.etsy                    { margin: 0 25px 0 0; }
#links li.kids.parties		  { text-align: center; padding: 10px 20px 30px; }
#links li p                       { margin: 0 0 1em 0; padding: 0; }
#links li a                       { color: rgb(221,221,181)!important; text-decoration: none!important; }
#links li a.facebook              { display: block; text-align: center; margin: 0!important; padding: 0!important; position: absolute; }
#links li a.facebook              { left: 20px; top: 10px; }
#links li.etsy img                { display: block; float: left; margin: 0 20px 0 0; }
#links li a:link,
#links li a:visited               { background: transparent; border-bottom: 0; color: rgb(255,255,255); }
#links li a:active,
#links li a:hover                 { background: transparent; border-bottom: 0; color: rgb(255,255,255); }

#slider_parties                   { height: 350px; margin: 20px 0 0 0; overflow: hidden; padding: 30px 0 0 0; border-bottom: 1px solid rgb(234,210,205); }
#slider_parties img               { border: 1px solid rgb(74,50,45); display: block; float: left; margin: 0 40px 0 0; padding: 1px; }
#slider_parties h2                { color: rgb(174,150,145); margin-top: 30px; }
#slider_parties p,
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next              { color: rgb(74,50,45); font-family: Sans-Serif; }
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next              { color: rgb(74,50,45); background: rgb(234,210,205); font-size: 12px; line-height: 200%; padding: 0px 20px; position: relative; top: -14px; }
.bx-wrapper .bx-prev              { display: block; float: left; -moz-border-radius: 12px; -webkit-border-radius: 12px; -o-border-radius: 12px; -ms-border-radius: 12px; border-radius: 12px;}
.bx-wrapper .bx-next              { display: block; float: right; -moz-border-radius: 12px; -webkit-border-radius: 12px; -o-border-radius: 12px; -ms-border-radius: 12px; border-radius: 12px; }
.bx-wrapper                       { margin: 0 0 100px 0; }

.contact			  { text-align: center; padding: 20px; }
#content .contact p		  { margin-bottom: 2px; }

/* #contact                          { background: rgb(0,0,0); background: rgba(0,0,0,0.85); position: fixed; top: 0; right: 0; display: block; margin: 0; padding: 8px 20px 8px 8px; width: 40%; z-index: 500; -moz-border-radius: 0 0 0 15px; -webkit-border-radius: 0 0 0 15px; border-radius: 0 0 0 15px; min-width: 460px; } */
#contact                          { background: rgba(0,0,0,0.85); float: right; margin: 0; padding: 8px; -moz-border-radius: 0 0 0 15px; -webkit-border-radius: 0 0 0 15px; border-radius: 0 0 0 15px; min-width: 460px; }
#copyright                        { display: block; margin: 20px 0; padding: 0; text-align: center; width: 100%; color: #7A7A7A; }
#contact li                       { display: inline-block; margin: 0; padding: 0 20px 0 40px; }
#contact li,
#contact li a:link,
#contact li a:visited             { color: rgb(174,150,145); }
#contact li a:link,
#contact li a:visited             { color: rgb(254,230,225); }
#contact li.email                 { background: url(/storage/static/css/img/mail_24x18.png) center left no-repeat; }
#contact li.phone                 { background: url(/storage/static/css/img/iphone_18x24.png) center left no-repeat; padding: 0px 20px 0px 30px; }
#pageFooter                       { font-size: 13px!important; font-weight: normal; text-transform: uppercase!important; }

.adverts			  { overflow: auto; width: 870px; text-align: center; margin-top: 50px; }
.adverts .advertsleft,
.adverts .advertsright		  { width: 50%; height: 152px; }
.adverts .advertsleft,
.adverts .advertsright		  { font-size: 10px; display: table; }
.adverts .advertsleft		  { float: left; }
.adverts .advertsright		  { float: right; }

.fb_iframe_widget {
    height: 40px !important;
    margin-top: -6px !important;
}

.thumb				  { overflow: auto; }
.thumbwrapper			  { width: 750px; display: inline-block; margin-right: -15px; }
.partythumbwrapper		  { width: 750px; display: inline-block; margin-right: -29px; }
.party_thumbs			  { margin-top: 5px; margin-right: 5px; border: 1px solid #CCCCCC; padding: 5px; }
.party_thumbs_div		  { overflow: auto; }
.muralthumbwrapper		  { width: 850px; display: inline-block; margin-right: -15px; }
.reviewsig			  { font-style: italic; font-weight: bold; font-size: 12px !important; margin-bottom: 52px !important; }

.home_fb_container {
	width: 800px;
	overflow: auto;
	padding-top: 20px;
	color: #000000;
	margin: 0 auto;
}

.home_fb_container_left {
	border-color: #553C6D !important;
	width: 145px;
	height: 140px;
	float: left;
	padding: 30px 10px 0 10px;
	border-top: 10px solid;
	border-left: 10px solid;
	border-bottom: 10px solid;
}

.home_fb_container_center {
	border-color: #553C6D !important;
	width: 410px;
	height: 150px;
	border: 10px solid;
	padding: 10px;
	margin: 0 auto;
}

.home_fb_container_center p {
	padding: 0 5px;
}

.home_fb_container_right {
	border-color: #553C6D !important;
	width: 145px;
	height: 150px;
	float: left;
	padding: 10px;
	border-top: 10px solid;
	border-right: 10px solid;
	border-bottom: 10px solid;
}

/* ===[ Sidebars ]=== */

.widget-wrapper { 
 margin-top: 0px; 
}

.widget-wrapper + .widget-wrapper { 
 margin-top: 40px; 
}

.section ul.archive-item-list-pt li .entry-count {
 display: none
}

.verticalNavigationBar ul li ul li ul li a span {
 padding-left: 2em
}

#sidebar1 .folder-link,
#sidebar2 .folder-link {
 padding-left: 15px;
 margin-left: 10px;
}

#sidebar1 .folder-link:hover,
#sidebar2 .folder-link:hover {
 padding-left: 30px !important;
 background-position: 15px center !important;
}

.verticalNavigationBar .section .module a {
 -moz-border-radius: 19px;
 -webkit-border-radius: 19px;
 border-radius: 19px;
}

.verticalNavigationBarWrapper input.text,
textarea {
 padding: 10px 0 10px 10px;
}

.verticalNavigationBarWrapper .form-body .paragraphtext-large-inline {
 width: 99%;
}

.verticalNavigationBarWrapper .notice-box { padding: 20px; }

.verticalNavigationBar ul li ul {
 margin-left: 1em
}

.offsite-link { 
background: transparent url(/universal/images/core-resources/icons/smalllight/open-off-site.png) 10px center no-repeat; 
padding-left: 25px !important; 
}

/* ===[ Journal ]=== */

.journal-entry-tag span {
 margin: 0 5px
}

.journal-entry-tag span:first-child {
 margin-left: 0
}

.journal-entry-tag span.tag-element {
 margin-right: 0
}

.journal-entry-wrapper .inline-icon,
.journal-comment-area-wrapper .inline-icon,
.journal-add-comment-area-wrapper .inline-icon,
.discussion-comment-thread .inline-icon,
.notice-box .inline-icon {
 display: none
}

.journal-comment-area .caption {
 margin-bottom: 40px
}

.journal-entry-float-date,
.journal-entry-float-date span {
 display: block
}

.journal-entry-float-date {
 float: left;
 margin-left: -121px;
 width: 80px;
 border: 1px solid transparent;
 text-shadow: 0 0 0;
}

.journal-entry-float-date .year {
 display: none
}

.journal-entry {
 margin-left: 80px
}

.journal-entry-float-date .month {
 display: block;
 width: 80px;
 text-align: center;
}

.journal-entry-float-date .date {
 display: block
}

.paginationPageNumber {
 display: inline-block;
}

/* ===[ Comments ]=== */

.comment {
 overflow: hidden
}

.comment .body {
 width: 70%;
 float: right;
}

.comment .signature {
 width: 20%;
 float: left;
 text-align: left;
}

.signature a {
 display: block;
 font-weight: bold;
}

/* ===[ Share Article ]=== */

.social-link-controls-wrapper .social-link-controls {
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 background: rgba(0,0,0,.8);
 border: none;
 color: #cccccc;
 font-family: inherit !important;
 font-size: 11px !important;
 margin-top: 5px;
 text-transform: uppercase;
}

.social-link-controls a {
 color: #cccccc;
 text-transform: Capitalize;
}

.social-link-controls-wrapper {
 width: 330px !important
}

.social-link-controls .social-block {
 margin-left: 20px;
 width: 130px !important;
}

.social-block-title {
 font-size: 11px !important;
 font-weight: bold !important;
}

.social-link-controls img {
 display: none
}

/* ===[ Search ]=== */

#search-form-pt-wrapper {
 overflow: hidden
}

.search-form-pt .queryFieldWrapper {
 width: 80%
}

.search-form-pt .queryField {
 width: 100% !important
}

.content-passthrough .search-form-pt .queryField {
 line-height: normal; 
 padding: 11px 0 11px 5px;
 font-size: 8pt;
 height: 1.1em;
}

.queryButtonWrapper input.button {
 margin: 0 0 0 10px;
 height: 2.75em;
 padding: 0;
 width: 30px;
}


.search-form .queryField {
 font-size: 24px;
}

.search-form .queryButtonWrapper input.button {
 width: 90px;
}

.content-passthrough .search-form-pt .queryButtonWrapper {
 padding-left: 0px
}

/* ===[ Send Email ]=== */

.widget-type-sendemailv2 input.text {
 font-family: inherit
}

.widget-type-sendemailv2 #formFieldContainer1 {
 display: none
}

.widget-type-sendemailv2 .paragraphtext-large-inline {
 height: 150px
}

.widget-type-sendemailv2 .submit-button {
 width: 100%
}

/* ===[ Footer ]=== */

div#pageFooterWrapper {
	background-color: #333333;
	margin: 0 100px;
	padding: 0;
	width: 950px;
	moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.6)!important;
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.6)!important;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.6)!important;
}

div#pageFooter {
	width: 950px;
}

p#copyright {
	margin-top: 0;
	padding: 10px 0;
}

/* ===[ Forms ]=== */

.notice-box {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.notice-box textarea {
 padding: 0px
}

.form-body .singlelinetext-medium {
 width: 94%
}

.form-body .paragraphtext-large {
 padding: 0 10px 0 10px
}

/* ===[ Microblog ]=== */

.post-data-link h2 a {
 color: #ffffff !important;
 border-radius: 3px;
 -moz-border-radius: 3px;
}

/* ===[ Squarespace Specific ]=== */

input.text,
textarea {
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}

input.button {
 border: 1px solid transparent;
 text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
 outline: none;
 -moz-border-radius: .3em;
 -webkit-border-radius: .3em;
 border-radius: .3em;
 -moz-transition: .5s;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
 -webkit-box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .4) 0 25px 30px -12px inset, rgba(0, 0, 0, .6) 0 1px 2px;
 -moz-box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .4) 0 25px 30px -12px inset, rgba(0, 0, 0, .6) 0 1px 2px;
 box-shadow: rgba(255, 255, 255, .5) 0 1px 0 inset, rgba(255, 255, 255, .4) 0 25px 30px -12px inset, rgba(0, 0, 0, .6) 0 1px 2px;
}

a,
:-moz-any-link:focus {
 outline: none
}

body a:link {
 -moz-transition-duration: 0.3s;
 -o-transition-property: all;
 -o-transition-duration: 0.3s;
 -webkit-transition-property: all;
 -webkit-transition-duration: 0.3s;
 transition-property: all;
 transition-duration: 0.3s;
}


/* ===[ Column Borders ]=== */




 

/* ===[ Social Icons For Links Widget ]=== */

.widget-type-sociallinks > div { overflow: hidden; }
.social-link-icon { text-indent:-9999px; width: 32px; height:32px; display:block; float: left; background: transparent url('/layout/images/sprite-social.png') no-repeat 0% 0%; margin:0 1.33em 0.85em 0; background-position: 0px -64px; }
.social-link-icon:last-child { margin-right:0; }
.social-link-icon[href*="twitter"] { background-position: 0px 0px; }
.social-link-icon[href*="twitter"]:hover { background-position: 0px -32px; }
.social-link-icon[href*="facebook"] { background-position: -32px 0px; }
.social-link-icon[href*="facebook"]:hover { background-position: -32px -32px; }
.social-link-icon[href*="linkedin"] { background-position: -64px 0px; }
.social-link-icon[href*="linkedin"]:hover { background-position: -64px -32px; }
.social-link-icon[href*="flickr"] { background-position: -96px 0px; }
.social-link-icon[href*="flickr"]:hover { background-position: -96px -32px; }
.social-link-icon[href*="delicious"] { background-position: -128px 0px; }
.social-link-icon[href*="delicious"]:hover { background-position: -128px -32px; }
.social-link-icon[href*="youtube"] { background-position: -160px 0px; }
.social-link-icon[href*="youtube"]:hover { background-position: -160px -32px; }
.social-link-icon[href*="stumbleupon"] { background-position: -192px 0px; }
.social-link-icon[href*="stumbleupon"]:hover { background-position: -192px -32px; }
.social-link-icon[href*="digg"] { background-position: -224px 0px; }
.social-link-icon[href*="digg"]:hover { background-position: -224px -32px; }
.social-link-icon[href*="last"] { background-position: -256px 0px; }
.social-link-icon[href*="last"]:hover { background-position: -256px -32px; }
.social-link-icon[href*="gtalk:chat"] { background-position: -288px 0px; }
.social-link-icon[href*="gtalk:chat"]:hover { background-position: -288px -32px; }
.social-link-icon[href*="yelp"] { background-position: -320px 0px; }
.social-link-icon[href*="yelp"]:hover { background-position: -320px -32px; }
.social-link-icon[href*="friendfeed"] { background-position: -352px 0px; }
.social-link-icon[href*="friendfeed"]:hover { background-position: -352px -32px; }
.social-link-icon[href*="plurk"] { background-position: -384px 0px; }
.social-link-icon[href*="plurk"]:hover { background-position: -384px -32px; }
.social-link-icon[href*="vimeo"] { background-position: -416px 0px; }
.social-link-icon[href*="vimeo"]:hover { background-position: -416px -32px; }
.social-link-icon[href*="gowalla"] { background-position: -448px 0px; }
.social-link-icon[href*="gowalla"]:hover { background-position: -448px -32px; }
.social-link-icon[href*="dribbble"] { background-position: -480px 0px; }
.social-link-icon[href*="dribbble"]:hover { background-position: -480px -32px; }
.social-link-icon[href*="designmoo"] { background-position: -512px 0px; }
.social-link-icon[href*="designmoo"]:hover { background-position: -512px -32px; }
.social-link-icon[href*="cargocollective"] { background-position: -544px 0px; }
.social-link-icon[href*="cargocollective"]:hover { background-position: -544px -32px; }
.social-link-icon[href*="plus.google"] { background-position: -576px 0px; }
.social-link-icon[href*="plus.google"]:hover { background-position: -576px -32px; }
.social-link-icon[href*="grooveshark"] { background-position: -608px 0px; }
.social-link-icon[href*="grooveshark"]:hover { background-position: -608px -32px; }
.social-link-icon[href*="scribd"] { background-position: -640px 0px; }
.social-link-icon[href*="scribd"]:hover { background-position: -640px -32px; }
.social-link-icon[href*="foursquare"] { background-position: -672px 0px; }
.social-link-icon[href*="foursquare"]:hover { background-position: -672px -32px; }
.social-link-icon[href*="myspace"] { background-position: -704px 0px; }
.social-link-icon[href*="myspace"]:hover { background-position: -704px -32px; }
.social-link-icon[href*="orkut"] { background-position: -736px 0px; }
.social-link-icon[href*="orkut"]:hover { background-position: -736px -32px; }
.social-link-icon[href*="readernaut"] { background-position: -768px 0px; }
.social-link-icon[href*="readernaut"]:hover { background-position: -768px -32px; }
.social-link-icon[href*="skype"] { background-position: -800px 0px; }
.social-link-icon[href*="skype"]:hover { background-position: -800px -32px; }
.social-link-icon[href*="rdio"] { background-position: -832px 0px; }
.social-link-icon[href*="rdio"]:hover { background-position: -832px -32px; }
.social-link-icon[href*="forrst"] { background-position: -864px 0px; }
.social-link-icon[href*="forrst"]:hover { background-position: -864px -32px; }
.social-link-icon[href*="deviantart"] { background-position: -896px 0px; }
.social-link-icon[href*="deviantart"]:hover { background-position: -896px -32px; }
.social-link-icon[href*="dopplr"] { background-position: -928px 0px; }
.social-link-icon[href*="dopplr"]:hover { background-position: -928px -32px; }
.social-link-icon[href*="ilike"] { background-position: -960px 0px; }
.social-link-icon[href*="ilike"]:hover { background-position: -960px -32px; }
.social-link-icon[href*="viddler"] { background-position: -992px 0px; }
.social-link-icon[href*="viddler"]:hover { background-position: -992px -32px; }


/* ===[ Contact/Price Buttons ]=== */
div.button a:nth-child(n+2),
div.button a:first-child + a				{ margin-left: 20px; }
.button							{ overflow: auto; text-align:center; margin-top: 20px; margin-bottom: 20px; }
.button a {
	display:inline-block;
	color: #969696;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	font-size: 18px;
	display: inline-block;
}
.blue							{ border: 2px solid #5bccde; }
.blue:hover						{ background-color: #5bccde; color: white !important; }
.green							{ border: 2px solid #4CAF50; }
.green:hover						{ background-color: #4CAF50; color: white !important; }
.pink							{ border: 2px solid #d089b2; }
.pink:hover						{ background-color: #d089b2; color: white !important; }
.orange							{ border: 2px solid #ffad34; }
.orange:hover						{ background-color: #ffad34; color: white !important; }
.purple							{ border: 2px solid #ba43fe; }
.purple:hover						{ background-color: #ba43fe; color: white !important; }

/* ===[ Contact Form ]=== */
.notice-box {
    background-color: white;
}

.notice-box input, .notice-box select, .notice-box textarea {
    background: #EFEFEF !important;
}

.notice-box .form-body .fieldTitle {
    font-size: 15px;
    color: rgb(84, 84, 84);
}

.form-body .fieldHelp {
    font-size: 10px;
}

.fieldTitle.error-text {
    color: red !important;
}

#formFields19651666 #formFieldEl1NF {
    width: 165px !important;
}

#formFields19651666 #formFieldEl1NL {
    width: 165px !important;
}

#formFields19651666 #formFieldEl2 {
    width: 360px;
}

#formFields19651666 #formFieldEl3P1 {
    width: 40px !important;
}

#formFields19651666 #formFieldEl3P2 {
    width: 60px !important;
}

#formFields19651666 #formFieldEl3P3 {
    width: 60px !important;
}

#formFields19651666 #formFieldEl4A1 {
    width: 360px;
}

#formFields19651666 #formFieldEl4A2 {
    width: 360px;
}

#formFields19651666 #formFieldEl4CT {
    width: 165px !important;
}

#formFields19651666 #formFieldEl4ST {
    width: 165px !important;
}

#formFields19651666 #formFieldEl4ZP {
    width: 165px !important;
}

#formFields19651666 #formFieldEl4CO {
    width: 185px !important;
    border: 1px solid #CCCCCC;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#formFields19651666 #formFieldEl5 {
    width: 360px;
}

#formFields19651666 #formFieldEl6 {
    width: 380px !important;
    border: 1px solid #CCCCCC;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#formFields19651666 #formFieldEl7 {
    width: 560px;
    padding: 10px;
}

#formFields19651666 #formFieldEl8MM {
    width: 30px !important;
}

#formFields19651666 #formFieldEl8DD {
    width: 30px !important;
}

#formFields19651666 #formFieldEl8YY {
    width: 30px !important;
}

#formFields19651666 #formFieldEl9HH {
    width: 30px !important;
}

#formFields19651666 #formFieldEl9MM {
    width: 30px !important;
}

#formFields19651666 #formFieldEl9SS {
    width: 30px !important;
    margin-right: 5px;
}

#formFields19651666 #formFieldEl9AP {
    width: 60px !important;
    border: 1px solid #CCCCCC;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#formFields19651666 #formFieldEl10 {
    width: 360px;
}

#formFields19651666 #formFieldEl11 {
    width: 380px !important;
    border: 1px solid #CCCCCC;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#formFields19651666 #formField12Subtitle {
    line-height: 2em;
    padding-left: 10px;
}

#formFields19651666 #formFieldEl13 {
    width: 380px !important;
    border: 1px solid #CCCCCC;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#formFields19651666 #formSubmitButton19651666 {
    background-color: rgb(84, 84, 84) !important;
}

/* == Hidden Confirmation Form == */
#formFields19690269 #formFieldEl1NF {
    width: 165px !important;
}

#formFields19690269 #formFieldEl1NL {
    width: 165px !important;
}

#formFields19690269 #formFieldEl3 {
    width: 360px;
}

#formFields19690269 #formFieldEl2P1 {
    width: 40px !important;
}

#formFields19690269 #formFieldEl2P2 {
    width: 60px !important;
}

#formFields19690269 #formFieldEl2P3 {
    width: 60px !important;
}

#formFields19690269 #formFieldEl4A1 {
    width: 360px;
}

#formFields19690269 #formFieldEl4A2 {
    width: 360px;
}

#formFields19690269 #formFieldEl4CT {
    width: 165px !important;
}

#formFields19690269 #formFieldEl4ST {
    width: 165px !important;
}

#formFields19690269 #formFieldEl4ZP {
    width: 165px !important;
}

#formFields19690269 #formFieldEl4CO {
    width: 185px !important;
    border: 1px solid #CCCCCC;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#formFields19690269 #formFieldEl5,
#formFields19690269 #formFieldEl6,
#formFields19690269 #formFieldEl7,
#formFields19690269 #formFieldEl8,
#formFields19690269 #formFieldEl9 {
    width: 360px;
}

#formFields19690269 #formFieldEl10 {
    width: 380px;
}

#formFields19690269 #formSubmitButton19651666 {
    background-color: rgb(84, 84, 84) !important;
}





/* ===[ Party Page ]=== */
.party_div_container h6 {
	font-family: 'Satisfy', 'Rancho', Pacifico, Serif;
	font-size: 26px;
	text-align: center;
	color: black;
	margin: 5px 0 10px 0;
	font-weight: bold;
}

.party_div_container {
	width: 869px;
	overflow: auto;
  	padding-bottom: 20px;
}

.party_left {
	width: 457px;
  	height: 303px;
	float: left;
	border-top: 10px solid;
	border-left: 10px solid;
	border-bottom: 10px solid;
}

.party_right {
	width: 362px;
  	height: 283px;
	float: left;
	border: 10px solid;
	padding: 10px;
}

div .party_right p a {
	border-bottom: 1px dotted black !important;
	font-weight: bold;
	color: #7A7A7A !important;
}

div .party_right p img, div .party_right p a img {
	vertical-align: middle;
	padding: 0 6px;
}

div.party_right.party_pink.center > p:nth-child(5) > a:nth-child(1),
div.party_right.party_blue.center > p:nth-child(4) > a:nth-child(1) {
	border: 0 !important;
}

.party_blue {
	border-color: #5bccde;
}
.party_green {
	border-color: #4CAF50;
}
.party_orange {
	border-color: #ffad34;
}
.party_pink {
	border-color: #d089b2;
}
.party_yellow {
	border-color: #f3f137;
}
.party_purple {
	border-color: #ba43fe;
}

.party_info {
	border: 10px solid #4099ab;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	background-image: url(http://www.leilasartcorner.com/storage/content/images/party-page-icons/party_balloons.png);
	background-repeat: no-repeat;
	background-position: 595px 20px;
}

.party_info ul {
	list-style: none;
	padding-left: 0;
}

.party_info_streamer {
	margin-top: -40px;
}

.party_rate_silver,
.party_rate_gold,
.party_package {
	border: 10px solid #4099ab;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px;
	overflow: auto;
}

.party_rate_silver h4,
.party_rate_gold h4 {
	margin: 60px auto -60px !important;
	padding: 0;
	position: relative;
	width: 500px;
	height: 190px;
}

.party_rate_silver h4 span {
	background-image: url("/storage/content/images/party-packages/silver-package.jpg");
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 500px;
	height: 190px;
	margin: -62px 0;
	padding: 0;
}

.party_rate_gold h4 span {
	background-image: url("/storage/content/images/party-packages/gold-package.jpg");
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 500px;
	height: 190px;
	margin: -62px 0;
	padding: 0;
}

.party_package .details {
    text-align: center;
    width: 50%;
    margin: 50px auto 35px auto;
}

.party_package .title {
    width: 50%;
    margin: 30px auto;
    font-size: 35px;
}

.party_package .title span {
    display: block;
}

.party_package .title span:first-child {
  color: #4099ab;
  font-weight: bold;
}

.party_package .title span:last-child img {
  margin-top: 35px;
}

.party_package .details p {
    font-size: 20px !important;
}

.party_package .images {
  width: 100%;
  margin-top: -110px;
  overflow: auto;
}

#content > div.party_rate_silver.center > div.left.center > p,
#content > div.party_rate_gold.center > div.left.center > p,
#content > div.party_package.center > div.left.center > p {
	font-size: 28px;
	font-family: "Dimbo Regular", sans-serif;
}

.party_rate_silver div.right,
.party_rate_gold div.right,
.party_package div.left,
.party_package div.right {
	width: 40%;
}

.party_rate_gold div.right img,
.party_package div.right img {
  margin: 0 0 10px 10px;
}

.party_rate_silver div.right img,
.party_package div.left img {
  margin: 0 10px 10px 0;
}

/* Front Page Image Slider */
.homepage_slider div.squarespace-slideshow#yui-auto-1, .homepage_slider div#squarespace-slideshow-animated-frame-1460998983, .homepage_slider div[id*='sf-1460998983-sl'] {
	height: 445px !important;
}

.homepage_slider img.slide-content[id*='yui-auto'] {
	top: 30px !important;
	width: 867px !important;
  	border: 1px solid #021a40;
}

.homepage_slider div#frwd-1460998983, .homepage_slider div#ffwd-1460998983 {
	top: 30px;
	height: 414px;
}
/* End Front Page Image Slider */

/* Murals page */

.murals-buttons {
	overflow: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.murals-buttons .murals-residential {
	width: 45%;
	float: left;
	background-color: #ffad34;
	padding: 40px 10px;
}

.murals-buttons .murals-commercial {
	width: 45%;
	float: right;
	background-color: #5bccde;
	padding: 40px 10px;
}

.murals-buttons a {
	color: #FFFFFF;
}

.murals-buttons li {
	list-style-type: none;
	font-size: 20px;
}

.murals-buttons section {
	font-family: "Dimbo Regular", sans-serif;
	font-size: 45px;
	padding-bottom: 20px;
}

.murals-buttons .more-info {
	border: #FFFFFF dashed;
	padding: 10px;
}

span.more-info:hover, .murals-buttons.more-info:hover {
	color: #000000;
	border: #000000 dashed;
}

/* End Murals Page */

div.price_special	{ width: 800px; margin: 25px auto 35px; padding: 10px; background-image: url(/storage/content/images/parties/christmas_right.png), url(/storage/content/images/parties/christmas_left.png); background-repeat: no-repeat; background-position: top right, bottom left; height: 265px; }
.price_special p	{ font-family: 'Mountains of Christmas', cursive; padding: 15px; margin: 0 !important; }
.price_special p#christmasspecial	{ font-size: 45px; font-weight: bold; }
.price_special p#christmasprice		{ font-size: 30px; color: #b61313; }

.size_fixer		{ visibility: hidden; }
.size_fixer p		{ padding: 0 !important; margin: 0 !important; }

