/*
 * Globals
 */

body {
  font-family: "Helvetica Neue", "Helvetica", Georgia, "Times New Roman", Times, serif;
  color: #444; 
  background:#fbf4f3;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  margin:0;
  background-color: #fbf4f3;
  border-top:15px solid #b398a3;
}

.hidden {
  display:none;
  visibility: hidden;
}

.clear {
  clear: both;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000x;
  }
}

/*
 * Main Typography
 */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a {
  color:#b398a3;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  opacity:0.7;
  color:#b398a3;
  text-decoration: none;
}

blockquote {
  font-size:15px;
  border-left: 3px solid rgba(0,0,0,0.1);
  padding: 0px 20px;
}

.slash {
  font-size:14px;
  color:rgba(0,0,0,0.2);
}

/*
 * Notes Styles
 */

.notecontainer {
  border-top:1px solid #f0f0f0;
  margin:20px 0 0 0;
  padding:10px 0 0 0;
}

.notes {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.notes li {
  margin:0 0 10px 0;
}

.notes li a img {
  margin:0 10px 0 0;
}

.avatar_frame {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center
}

.avatar_frame img {
    vertical-align: top
}

.avatar_frame:before {
    background: #b398a3;
    content: "";
    left: 0;
    top: 0;
    width:35px;
    height:35px;
}

.avatar_frame:after {
    display: inline-block;
    font-family: "icomoon";
    line-height: 1em;
    text-align: center;
    vertical-align: baseline;
    width: 1em;
    height: 1em;
    content: "\e601";
    color: #fff;
    font-size: 14px;
    left: calc(50% - 5px);
    margin: -5px 0 0 -0.5em;
    top: 50%;
}

.reblog .avatar_frame:after {
    content: "\e602"
}

.notes blockquote, .notes .action, .notes .clear {
    display: none
}

.notes>li {
    float: left
}

.avatar_frame, .notes>li {
    height: 30px
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    max-width:35px;
}

.avatar_frame:before, .avatar_frame:after {
    position: absolute;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.avatar_frame:hover:before, .avatar_frame:hover:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}


.more_notes_link {
  display:block;
  font-size:0.8em;
  color:#b398a3;
  border-radius: 3px;
  background:#fff;
  border:1px solid rgba(179,152,163,0.2);
  margin:5px 0px 10px 0;
  padding:4px 6px 4px 6px;
}


/*
 * Following and Likes Styles
 */

.following {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.following li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.following li img {
  margin:-5px 10px 0 0;
}

.following li a {
  margin:2px 0 0 0;
}

#likes {
  list-style:none;
  margin:0;
  padding:0;
  font-size: 14px;
}

#likes li {
  margin-bottom:15px;
}

#likes li img {
  margin-bottom:10px;
}


/*
 * Dribbble Styles
 */

#dribbble {
}

#dribbble p {
}

#dribbble ul {
  list-style: none;
  padding: 0;
}

#dribbble ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#dribbble ul li img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
}

/*
 * Group Blog
 */

#group-members img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
}

/*
 * Flickr Styles
 */

.flickr_badge_image {
  margin:0px;
  display:inline;
}

.flickr_badge_image img {
  border: 0;
  margin-right:5%;
  margin-bottom:10px;
  width: 45%;
  height:auto;
}


/*
 * Instagram Styles
 */

#instafeed a {
  display: inline;
  margin: 0;
  padding: 0;
}

#instafeed a img {
  width: 29%;
  margin-right:4%;
  margin-bottom:15px;
}


/*
 * Show/hide sidebar functionality
 */

.container-fluid, .blog-sidebar, .sidebar-show, .sidebar-open {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;     
}

.blog-sidebar {
  width:300px;
  position:absolute;
  top:0;
  left:0;
  left:-300px;
  border-top:15px solid rgba(179,152,163,0.5);
  background-color:#fff;
}

body.show-sidebar .blog-sidebar {
  left:0;  
}

body.show-sidebar .container-fluid {
  left:300px;
  position:absolute;
  width:100%;
}

.container-fluid {
  position:absolute;
  width:100%;
}

.icon-menu {
  position:absolute;
  top:30px;
  left:30px;
  background:rgba(179,152,163,1);
  padding:7px 12px 7px 12px;
  border-radius:30px;
  cursor: pointer;
  font-size: 1.5em;
  z-index: 10000;
}

.icon-menu:hover {
  cursor: pointer;
  opacity: 0.8;
}

.icon-close {
  position:absolute;
  top:15px;
  right:20px;
  cursor: pointer;
  font-size: 1.5em;
}

.icon-close:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* Navigation links */

.blog-nav {
  list-style: none;
  margin:0 0 20px 0;
  padding: 0;
}

.blog-nav li {
  margin:0;
  padding: 0;
}

.blog-nav li a {
  font-size: 1em;
}

.blog-nav-item {
  margin:0 10px 0 10px;
  font-weight: bold;
}

.tag-menu-enclosure {
  position:relative;
  display:inline-block;
}

.dropdown-menu {
  border:0;
  border-radius: 0;
  box-shadow:none;
  margin:0;
  top:calc(25px);
  left:10px;
  padding:0;
}

.dropdown-menu li a {
  margin:0;
  padding:6px 6px;
}

/*
 * Blog name and description
 */

.blog-header, .blog-header-overlay {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.intro {
  height: 100vh;
}

.blog-header {
  padding-bottom: 50px;
  padding-top: 20%;
  text-align: center;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 800;
}
.blog-description {
  font-weight: normal;
  font-size:28px;
  line-height: 1.3em;
  max-width:800px;
  margin:10px auto 40px;
  opacity:0.7;
}
.sidebar-module .blog-description {
  margin-bottom: 0px;
  font-size: 1em;
  margin-top:20px;
}

@media (max-width: 1024px) {
  .blog-header, .blog-header-overlay {
    background-size: auto 1200px;
    background-position: top center;
  }
}

@media (max-width: 767px) {
  .blog-header {
    padding-top: 10px;
  }
  .blog-title {
    font-size: 80px;
  }
  span.icon-arrow-down {
  display: none;
  visibility: hidden;
  }
}

span.icon-arrow-down {
  font-size: 2.5em;
  opacity:0.5;
  display:block;
  width:50px;
  text-align: center;
  height: 50px;
  position:absolute;
  bottom:90px;
  left:calc(50% - 25px);
}

/*
 * Avatar Style
 */

#avatar img {
  width:100px;
  margin:40px auto 0px auto;
}

#avatar img.circle {
  border-radius: 64px;
}


/*
 * Main column and sidebar layout
 */

.blog-header {
  padding-bottom: 10px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.blog-main {
  font-size: 15px;
  line-height: 1.5;
}

.blog-sidebar {
  font-size: 15px;
  background-size: 200%;
  background-repeat: no-repeat;
  padding:0 !important;
  max-width:300px;
  -webkit-transform:translateZ(1px);
  -moz-transform:translateZ(1px);
  -o-transform:translateZ(1px);
  transform:translateZ(1px);
}

.sidebar-content {
  padding:30px;
}

/* 
Sidebar modules for boxing content
*/

.sidebar-module {
  padding: 5px;
  margin: 0 0px 30px;
}

.sidebar-module h4 {
  margin-bottom: 1em;
  margin-top: 0;
  color:#fff;
  font-size: 1em;
}

.sidebar-footer {
  font-size:0.8em;
  color: rgba(0,0,0,0.2);
  opacity: 0.6;
  border-top:1px solid rgba(0,0,0,0.05);
  padding-top:1em;
}

.sidebar-footer p {
  margin:0 0 0.5em;
}


/* 
In-post copy and images
*/

.copy p {
  margin:15px 0 15px 0;
}

.copy img {
  max-width: 100%;
  height:auto !important;
}

.copy iframe {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Grid Masonry Layout */

.blog-post, .grid-sizer {
  width:  calc( ( 100% - 150px ) / 6 );
  margin:0 0px 30px 0;
}

.blog-post.featured {  
  width:  calc( (( 100% - 150px ) / 6)*2 + 30px );
}

@media screen and (max-width:2000px) {
  .blog-post, .grid-sizer {
    width: calc( ( 100% - 120px ) / 5 );
  }
  .blog-post.featured {  
    width:  calc( (( 100% - 120px ) / 5)*2 + 30px );
  }
}

@media screen and (max-width:1500px) {
  .blog-post, .grid-sizer {
    width: calc( ( 100% - 90px ) / 4 );
  }
  .blog-post.featured {  
    width:  calc( (( 100% - 90px ) / 4)*2 + 30px );
  }
}

@media screen and (max-width:1200px) {
  .blog-post, .grid-sizer {
    width: calc( ( 100% - 60px ) / 3 );
  }
  .blog-post.featured {  
    width:  calc( (( 100% - 60px ) / 3)*2 + 30px );
  }
}

@media screen and (max-width:1000px) {
  .blog-post, .grid-sizer {
    width: calc( ( 100% - 30px ) / 2 );
  }
  .blog-post.featured {  
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .blog-post {width:100%;}
  .blog-post.featured {width:100%;}
}

/* Post Meta Box */

.meta-box {
  font-size:0.8em;
  color:#b398a3;
  border-radius: 3px;
  background:#fff;
  border:1px solid rgba(179,152,163,0.2);
  margin:0px 0px 10px 0;
  padding:4px 6px 4px 6px;
}

/* Tags */

.permalink {
  padding-top:0px;
}

.footer .tags {
  margin-top:10px;
  max-width: 70%;
}

.footer .tags span {
  margin:0px 0px 10px 0;
  background:rgba(179,152,163,0.25);
  padding:2px 3px 2px 3px;
  color:#b398a3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display:inline-block;
}

.footer .tags, .permalink {
  font-size:0.9em;
}

.footer .tags .tag {
  display:inline-block;
  display:inline-block;
  font-size:0.8em;
}

.footer .tags a, .permalink a {
  font-weight: normal;
}

.footer .tags a {
  margin:0px 5px 10px 0;
  background:rgba(179,152,163,0.15);
  padding:2px 5px 2px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display:inline-block;
}


/* Search Box */

.form-control {
  font-size: 14px;
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:3px;
  border: 0;
  background-color: rgba(0,0,0,0.05);
  max-width:380px;
  margin:0 auto;
  color:#fff;
  transition:background-color 0.2s linear;
}

.form-control:active, .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: rgba(0,0,0,0.1);
  color:#fff;
}

.form-control::-webkit-input-placeholder {
  color:#fff;
}

::-webkit-input-placeholder::before { font-family: icomoon; content:'\e613'; opacity:0.3;  }
::-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* firefox 19+ */
:-ms-input-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* ie */
input:-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  }


/* Tweets */

#tweets .tweet {
  font-size: 0.9em;
  opacity:1;
}
#tweets .tweet a {
  opacity:0.7;
}
#tweets .tweet a:hover {
  opacity:0.5;
}
.tweet {
  margin-bottom:1em;
}

/* Overlay Permalink Icon */

.permalink-icon {
  position:absolute;
  bottom:15px;
  left:20px;
  display:none;
}
.permalink-icon a {
  color:#ccc;
}
.permalink-icon a:hover {
  color:#bbb;
  cursor: pointer;
}
.blog-post-content.photo .overlay .permalink-icon {
  display:inline-block;
}

/* Likes, Shares & Reblogs */

.like-reblog-buttons {
  float:right;
  width:70px;
  position: relative;
}
.blog-posts.index .like-reblog-buttons {
  position:absolute;
  bottom:25px;
  right:20px;
}
.blog-posts.post-page  .like-reblog-buttons {
  position:relative;
  bottom:0;
  right:0;
}
.like-button {
  float:right;
  width:15px;
  height:15px;
  padding-right:2px;
  transition:opacity 0.2s linear;
}
.like-button:hover {
  opacity:0.8;
  cursor: pointer;
}
.reblog-button {
  float:right;
  margin-right:11px;
}
.icon-share,
.icon-heart {
  width:16px;
  margin-top:9px;
}
.icon-share:before {
  color:#ccc;
}
.icon-share:hover:before {
  color:#bbb;
  cursor: pointer;
}
.share-button {
  float:left;
  height:15px;
  margin-top:-13px;
}

/* Share Widget */

.social-share-widget-enclosure {
  position:relative;
  display:inline-block;
  margin:-3px 0 0 0;
  padding:0;
}

.social-share-widget {
  list-style:none;
  padding:6px 4px;
  width:172px;
  margin:0;
  height:42px;
  background:#e9e9e9;
  border-radius: 2px;
  left:-75px;
  top:-45px;
  box-shadow: none;
  border:0;
}

.social-share-widget li {
  float:left;
}

.social-share-widget li a {
  height:auto;
  margin-right:2px;
  margin-left:2px;
  padding:2px 9px;
  background-color:rgba(255, 255, 255, 1);
  border:1px solid #dcdcdc;
  border-radius:2px;
  font-size:14px;
  text-align:center;
}

.social-share-widget [class^="icon-"],
.social-share-widget [class^="icon-"]:hover,
.social-share-widget [class*=" icon-"],
.social-share-widget [class*=" icon-"]:hover {
  color:#bebebe;
  margin:0;
}

.social-link {
  display:none;
}

/* Pagination */

.pager, .daypager {
  text-align: center;
  margin:0;
  padding:0px 30px 20px 30px;
  font-size:0.9em;
  list-style: none;
}
.pager > li > a, .daypager > li > a {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
}
.pager > li > a:hover, .daypager > li > a:hover {
  width: 200px;
  text-align: center;
  border:none;
  background: none;
}
.pager > li > a span.icon-arrow-left, .pager > li > a span.icon-arrow-right, .daypager > li > a span.icon-arrow-left, .daypager > li > a span.icon-arrow-right {
  font-size: 0.9em;
  margin:0 5px 0 5px;
}

/*
 * Blog posts
 */ 

.blog-posts {
  margin:30px 30px 50px 30px;
  display: none;
}

@media screen and (max-width:767px) {
  .blog-posts {
    margin:30px 10px 50px 10px;
  }
}

.blog-post {
  margin-bottom: 40px;
  border:0;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
  border-radius: 3px;
}

.blog-posts.post-page .blog-post {
  margin:0 auto 30px auto;
  padding:30px;
  background:#fff;
}

.blog-post-content {
  padding: 20px 20px 0 20px;
}

.blog-post-content.photo {
  padding: 0px;
}

.overlay {
  background:rgba(251,244,243,0.5);
  margin:0 -20px 0 -20px;
  padding:20px 20px 10px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid  rgb(251,244,243);
}

.blog-post-content.photo .overlay{
  width:100%; 
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  padding:20px;
  background-color:rgba(255,255,255,0.9);
  color:;
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  margin:0;
  border-radius: 0;
}
.blog-post-content.photo .overlay .slash{
  color:rgba(0,0,0,0.2);
}
.blog-post-content.photo .overlay .caption {
  display:none;
}
.blog-post-content.photo:hover .overlay {
  visibility:visible;
  display:block !important;
  opacity:1;
  transition-delay:0s;
}

.blog-post-title {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}

.blog-posts.post-page .blog-post .caption {
  margin: 40px 0 20px 0;
}

.blog-posts.post-page .blog-post .permalink {
  border-bottom:1px solid #f0f0f0;
  padding:0 0 20px 0;
  margin:0 0 20px 0;
}

.blog-post-meta {
  margin-bottom: 20px;
  font-weight: bold;
}

.blog-post .media {
  text-align: center;
}

.blog-post .media img {
  max-width:100% !important;
  border-radius: 3px;
}

.html_photoset, .photoset {
  max-width:100% !important;
}

/*
 * Quotes and Questions
 */

.asker_container {
  margin-bottom:1em;
}

.blog-post-content .quote {
  font-style: italic;
}

.blog-post-content .quote p {
  display:inline;
}

.blog-post-content .chat {
  margin-bottom:20px;
}

div.line.odd, div.line.even {
  padding:10px 0 10px 0;
  border-bottom:1px solid #f5f5f5;
}

.chat strong {
  display:block;
  text-transform:uppercase;
  font-size:0.8em;
  margin-bottom:5px;
}

.blog-post-content .quote {
  font-size: 1.5em;
}


/*
 * Audio and Video
 */

.audio_container {
  position: relative;
  padding-top: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.audio_container iframe, .video_container iframe,  
.audio_container object, .video_container object,  
.audio_container embed, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
 * Comments
 */ 

#comments-block {
  padding:0px 0 20px 0;
  margin:20px 0 0 0;
  border-top:1px solid #f0f0f0;
  color:#333;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}



/*
 * Loading Spinner
 */

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*
 * Infinite Scroll
 */

#infscr-loading {
  bottom:0px;
  position:absolute;
  width:100%;
  text-align: center;
  border-radius: 3px;
  background:none;
  border:none;
  height:35px;
  line-height:40px;
  margin: 0px auto;
}

 #infscr-loading .spinner {
    position: relative;
    margin: 20px auto;
  }

 #infscr-loading .spinner .double-bounce1, #infscr-loading .spinner .double-bounce2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


/*
 * Wedding Boxes
 */

.wedding-details .details-left {
  background:rgba(233,220,225,1);
}

.wedding-details .details-right {
  background:rgba(233,220,225,0.7);
}

.details-box {
  padding:40px 20px 40px 20px;
  text-align: center;
}

.details-box h2, .details-box p {
  max-width: 500px;
  margin: 0 auto;
}

.details-box p {
  color:#666;
  line-height:1.8em;
}

.details-box h2 {
  padding-top:0px;
  margin-top:0px;
  padding-bottom:15px;
  margin-bottom:20px;
  border-bottom:3px solid rgba(255,255,255,0.3);
  color:#b398a3;
  font-size:3em;
}

.details-box .btn {
  background-color:#fff;
  color:#bc98a3;
  border:0;
  border-radius: 3px;
  margin-top:20px;
  padding:10px 25px 10px 25px;
  font-weight:bold;
  font-size:1em;
}

.details-box .btn:hover, .details-box .btn:active {
  background-color:#fff !important;
  opacity: 0.7;
  box-shadow: none;
}

/*
 * Lightbox Styles
 */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;-webkit-transform:translateZ(2px);-moz-transform:translateZ(2px);-o-transform:translateZ(2px);transform:translateZ(2px);}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000000; padding:1px;}
#cboxLoadingGraphic{background:url(http://static.tumblr.com/hmqexaq/L8bnfqtq6/spinner.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://static.tumblr.com/hmqexaq/COOnfqum6/slideshow-icons.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; left:25px;}
#cboxNext{background-position:-25px 0px; left:50px;}
#cboxClose{background-position:-50px 0px; left:0px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}


/*
 * Colour Scheme — Purple
 */


body.purple .blog-header {
  background:rgba(179,152,163,0.6) !important;
}

body.purple {
  color:#888888 !important;
  background:rgba(251,244,243,1) !important;
}

body.purple .container-fluid {
  background: rgba(251,244,243,1) !important;
  border-top-color:#b398a3 !important;
}

body.purple .icon-menu {
  background:#b398a3 !important;
}

body.purple .blog-sidebar {
  border-top-color: rgba(179,152,163,0.5) !important;
}

body.purple .blog-title a, body.purple .blog-title a:hover, body.purple .blog-nav-item, body.purple .blog-description, body.purple .blog-nav-item:hover, body.purple .icon-menu, body.purple .icon-menu:hover {
  color:#ffffff !important;
}

body.purple a, body.purple a:hover, body.purple a:focus, body.purple .icon-arrow-right:before, body.purple .icon-arrow-left:before, body.purple .share-widget [class^="icon-"], body.purple .share-widget [class^="icon-"]:hover, body.purple .share-widget [class*=" icon-"], body.purple .share-widget [class*=" icon-"]:hover, body.purple a.share-button, body.purple a.share-button:hover, body.purple .details-box .btn, body.purple .double-bounce1, body.purple .double-bounce2, body.purple .details-box h2 {
  color: #b398a3 !important;
}

body.purple .double-bounce1, body.purple .double-bounce2, body.purple .avatar_frame:before {
  background-color: rgba(179,152,163,1) !important;
}

body.purple .share-widget li a {
  background-color: rgba(251,244,243,1) !important;
}

body.purple .wedding-details .details-left {
  background-color: rgba(233,220,225,1) !important;
}

body.purple .wedding-details .details-right {
  background-color: rgba(233,220,225,0.7) !important;
}

body.purple .blog-sidebar, body.purple .blog-sidebar-bg, body.purple .blog-sidebar a, body.purple .blog-sidebar a:hover, body.purple .sidebar-module h4, body.purple .blog-sidebar, body.purple .blog-sidebar .blog-description, body.purple .icon-close, body.purple .icon-close:hover {
  background-color:#fff !important;
  color:#888888 !important;
}

body.purple .form-control, body.purple .form-control:active, body.purple .form-control:focus, body.purple .form-control::-webkit-input-placeholder {
  color:#888888 !important;
}

body.purple .blog-post {
  background-color:#ffffff !important;
}

body.purple .overlay {
  background: rgba(251,244,243,0.5) !important;
  border-top: rgba(251,244,243,1) !important;
}

body.purple .blog-post-content.photo .overlay{
  background-color:rgba(255,255,255,0.9) !important;
}

body.purple .tags span {
  background:rgba(179,152,163,0.25);
  color:rgba(179,152,163,1) !important;
}

body.purple .tags a {
  background:rgba(179,152,163,0.15) !important;
}

body.purple .meta-box {
  border-color:rgba(179,152,163,0.2) !important;
}


/*
 * Colour Scheme — Blue 
 */

body.blue .blog-header {
  background:rgba(152,169,179,0.4) !important;
}

body.blue {
  color:#888888 !important;
  background:rgba(238,241,243,1) !important;
}

body.blue .container-fluid {
  background: rgba(238,241,243,1) !important;
  border-top-color:rgba(152,169,179,1) !important;
}

body.blue .icon-menu {
  background:rgba(152,169,179,1) !important;
}

body.blue .blog-sidebar {
  border-top-color: rgba(152,169,179,0.5) !important;
}

body.blue .blog-title a, body.blue .blog-title a:hover, body.blue .blog-nav-item, body.blue .blog-description, body.blue .blog-nav-item:hover, body.blue .icon-menu, body.blue .icon-menu:hover {
  color:#ffffff !important;
}

body.blue a, body.blue a:hover, body.blue a:focus, body.blue .icon-arrow-right:before, body.blue .icon-arrow-left:before, body.blue .share-widget [class^="icon-"], body.blue .share-widget [class^="icon-"]:hover, body.blue .share-widget [class*=" icon-"], body.blue .share-widget [class*=" icon-"]:hover, body.blue a.share-button, body.blue a.share-button:hover, body.blue .details-box .btn, body.blue .double-bounce1, body.blue .double-bounce2, body.blue .details-box h2 {
  color: rgba(152,169,179,1) !important;
}

body.blue .double-bounce1, body.blue .double-bounce2, body.blue .avatar_frame:before {
  background-color: rgba(152,169,179,1) !important;
}

body.blue .share-widget li a {
  background-color: rgba(238,241,243,1) !important;
}

body.blue .wedding-details .details-left {
  background-color: rgba(217,224,229,1) !important;
}

body.blue .wedding-details .details-right {
  background-color: rgba(217,224,229,0.7) !important;
}

body.blue .blog-sidebar, body.blue .blog-sidebar-bg, body.blue .blog-sidebar a, body.blue .blog-sidebar a:hover, body.blue .sidebar-module h4, body.blue .blog-sidebar, body.blue  .blog-sidebar .blog-description, body.blue .icon-close, body.blue .icon-close:hover {
  background-color:#fff !important;
  color:#888888 !important;
}

body.blue .form-control, body.blue .form-control:active, body.blue .form-control:focus, body.blue .form-control::-webkit-input-placeholder {
  color:#888888 !important;
}

body.blue .blog-post {
  background-color:#ffffff !important;
}

body.blue .overlay {
  background: rgba(238,241,243,0.5) !important;
  border-top: 1px solid rgba(238,241,243,1) !important;
}

body.blue .blog-post-content.photo .overlay{
  background-color:rgba(255,255,255,0.9) !important;
}

body.blue .tags span {
  background:rgba(152,169,179,0.25) !important;
  color:rgba(152,169,179,1) !important;
}

body.blue .tags a {
  background:rgba(152,169,179,0.15) !important;
}

body.blue .meta-box {
  border-color:rgba(152,169,179,0.2) !important;
}


/*
 * Colour Scheme — Green
 */

body.green .blog-header {
  background:rgba(125,193,171,0.3) !important;
}

body.green {
  color:#888888 !important;
  background:rgba(235,246,242,1) !important;
}

body.green .container-fluid {
  background: rgba(235,246,242,1) !important;
  border-top-color:rgba(125,193,171,1) !important;
}

body.green .icon-menu {
  background:rgba(125,193,171,1) !important;
}

body.green .blog-sidebar {
  border-top-color: rgba(125,193,171,0.5) !important;
}

body.green .blog-title a, body.green .blog-title a:hover, body.green .blog-nav-item, body.green .blog-description, body.green .blog-nav-item:hover, body.green .icon-menu, body.green .icon-menu:hover {
  color:#ffffff !important;
}

body.green a, body.green a:hover, body.green a:focus, body.green .icon-arrow-right:before, body.green .icon-arrow-left:before, body.green .share-widget [class^="icon-"], body.green .share-widget [class^="icon-"]:hover, body.green .share-widget [class*=" icon-"], body.green .share-widget [class*=" icon-"]:hover, body.green a.share-button, body.green a.share-button:hover, body.green .details-box .btn, body.green .double-bounce1, body.green .double-bounce2, body.green .details-box h2 {
  color: rgba(125,193,171,1) !important;
}

body.green .double-bounce1, body.green .double-bounce2, body.green .avatar_frame:before {
  background-color: rgba(125,193,171,1) !important;
}

body.green .share-widget li a {
  background-color: rgba(235,246,242,1) !important;
}

body.green .wedding-details .details-left {
  background-color: rgba(207,228,221,1) !important;
}

body.green .wedding-details .details-right {
  background-color: rgba(207,228,221,0.7) !important;
}

body.green .blog-sidebar, body.green .blog-sidebar-bg, body.green .blog-sidebar a, body.green .blog-sidebar a:hover, body.green .sidebar-module h4, body.green .blog-sidebar, body.green .blog-sidebar  .blog-description, body.green .icon-close, body.green .icon-close:hover {
  background-color:#fff !important;
  color:#888888 !important;
}

body.green .form-control, body.green .form-control:active, body.green .form-control:focus, body.green .form-control::-webkit-input-placeholder {
  color:#888888 !important;
}

body.green .blog-post {
  background-color:#ffffff !important;
}

body.green .overlay {
  background: rgba(235,246,242,0.5) !important;
  border-top: 1px solid rgba(235,246,242,1) !important;
}

body.green .blog-post-content.photo .overlay{
  background-color:rgba(255,255,255,0.9) !important;
}

body.green .tags span {
  background:rgba(125,193,171,0.25) !important;
  color:rgba(125,193,171,1) !important;
}

body.green .tags a {
  background:rgba(125,193,171,0.15) !important;
}

body.green .meta-box {
  border-color:rgba(125,193,171,0.2) !important;
}

/*
 * Colour Scheme — Yellow
 */

body.yellow .blog-header {
  background:rgba(223,196,53,0.3) !important;
}

body.yellow {
  color:#888888 !important;
  background:rgba(255,251,235,1) !important;
}

body.yellow .container-fluid {
  background: rgba(255,251,235,1) !important;
  border-top-color:rgba(223,196,53,1) !important;
}

body.yellow .icon-menu {
  background:rgba(223,196,53,1) !important;
}

body.yellow .blog-sidebar {
  border-top-color: rgba(223,196,53,0.5) !important;
}

body.yellow .blog-title a, body.yellow .blog-title a:hover, body.yellow .blog-nav-item, body.yellow .blog-description, body.yellow .blog-nav-item:hover, body.yellow .icon-menu, body.yellow .icon-menu:hover {
  color:#ffffff !important;
}

body.yellow a, body.yellow a:hover, body.yellow a:focus, body.yellow .icon-arrow-right:before, body.yellow .icon-arrow-left:before, body.yellow .share-widget [class^="icon-"], body.yellow .share-widget [class^="icon-"]:hover, body.yellow .share-widget [class*=" icon-"], body.yellow .share-widget [class*=" icon-"]:hover, body.yellow a.share-button, body.yellow a.share-button:hover, body.yellow .details-box .btn, body.yellow .double-bounce1, body.yellow .double-bounce2, body.yellow .details-box h2 {
  color: rgba(223,196,53,1) !important;
}

body.yellow .double-bounce1, body.yellow .double-bounce2, body.yellow .avatar_frame:before {
  background-color: rgba(223,196,53,1) !important;
}

body.yellow .share-widget li a {
  background-color: rgba(255,251,235,1) !important;
}

body.yellow .wedding-details .details-left {
  background-color: rgba(255,249,215,1) !important;
}

body.yellow .wedding-details .details-right {
  background-color: rgba(255,249,215,0.7) !important;
}

body.yellow .blog-sidebar, body.yellow .blog-sidebar-bg, body.yellow .blog-sidebar a, body.yellow .blog-sidebar a:hover, body.yellow .sidebar-module h4, body.yellow .blog-sidebar, body.yellow .blog-sidebar  .blog-description, body.yellow .icon-close, body.yellow .icon-close:hover {
  background-color:#fff !important;
  color:#888888 !important;
}

body.yellow .form-control, body.yellow .form-control:active, body.yellow .form-control:focus, body.yellow .form-control::-webkit-input-placeholder {
  color:#888888 !important;
}

body.yellow .blog-post {
  background-color:#ffffff !important;
}

body.yellow .overlay {
  background: rgba(255,251,235,0.5) !important;
  border-top: 1px solid rgba(255,251,235,1) !important;
}

body.yellow .blog-post-content.photo .overlay{
  background-color:rgba(255,255,255,0.9) !important;
}

body.yellow .tags span {
  background:rgba(223,196,53,0.25) !important;
  color:rgba(223,196,53,1) !important;
}

body.yellow .tags a {
  background:rgba(223,196,53,0.15) !important;
}

body.yellow .meta-box {
  border-color:rgba(223,196,53,0.2) !important;
}


/*
 * Colour Scheme — Coral
 */

body.coral .blog-header {
  background:rgba(189,84,93,0.4) !important;
}

body.coral {
  color:#888888 !important;
  background:rgba(255,246,247,1) !important;
}

body.coral .container-fluid {
  background: rgba(255,246,247,1) !important;
  border-top-color:rgba(189,84,93,1) !important;
}

body.coral .icon-menu {
  background:rgba(189,84,93,1) !important;
}

body.coral .blog-sidebar {
  border-top-color: rgba(189,84,93,0.5) !important;
}

body.coral .blog-title a, body.coral .blog-title a:hover, body.coral .blog-nav-item, body.coral .blog-description, body.coral .blog-nav-item:hover, body.coral .icon-menu, body.coral .icon-menu:hover {
  color:#ffffff !important;
}

body.coral a, body.coral a:hover, body.coral a:focus, body.coral .icon-arrow-right:before, body.coral .icon-arrow-left:before, body.coral .share-widget [class^="icon-"], body.coral .share-widget [class^="icon-"]:hover, body.coral .share-widget [class*=" icon-"], body.coral .share-widget [class*=" icon-"]:hover, body.coral a.share-button, body.coral a.share-button:hover, body.coral .details-box .btn, body.coral .double-bounce1, body.coral .double-bounce2, body.coral .details-box h2 {
  color: rgba(189,84,93,1) !important;
}

body.coral .double-bounce1, body.coral .double-bounce2, body.coral .avatar_frame:before {
  background-color: rgba(189,84,93,1) !important;
}

body.coral .share-widget li a {
  background-color: rgba(255,246,247,1) !important;
}

body.coral .wedding-details .details-left {
  background-color: rgba(255,219,222,1) !important;
}

body.coral .wedding-details .details-right {
  background-color: rgba(255,219,222,0.7) !important;
}

body.coral .blog-sidebar, body.coral .blog-sidebar-bg, body.coral .blog-sidebar a, body.coral .blog-sidebar a:hover, body.coral .sidebar-module h4, body.coral .blog-sidebar, body.coral .blog-sidebar  .blog-description, body.coral .icon-close, body.coral .icon-close:hover {
  background-color:#fff !important;
  color:#888888 !important;
}

body.coral .form-control, body.coral .form-control:active, body.coral .form-control:focus, body.coral .form-control::-webkit-input-placeholder {
  color:#888888 !important;
}

body.coral .blog-post {
  background-color:#ffffff !important;
}

body.coral .overlay {
  background: rgba(255,246,247,0.5) !important;
  border-top: 1px solid rgba(255,246,247,1) !important;
}

body.coral .blog-post-content.photo .overlay{
  background-color:rgba(255,255,255,0.9) !important;
}

body.coral .tags span {
  background:rgba(189,84,93,0.25) !important;
  color:rgba(189,84,93,1) !important;
}

body.coral .tags a {
  background:rgba(189,84,93,0.15) !important;
}

body.coral .meta-box {
  border-color:rgba(189,84,93,0.2) !important;
}