/*
THEME NAME: Lisa Congdon 2014
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1-wpcom
AUTHOR: K. Thor Jensen - branched from Sandbox by <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a> 
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, translation-ready, blog, minimal
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-r.css');

@font-face {
    font-family: 'muliregular';
    src: url('http://www.lisacongdon.com/blog/muli-regular-webfont.eot');
    src: url('http://www.lisacongdon.com/blog/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.lisacongdon.com/blog/muli-regular-webfont.woff') format('woff'),
         url('http://www.lisacongdon.com/blog/muli-regular-webfont.ttf') format('truetype'),
         url('http://www.lisacongdon.com/blog/muli-regular-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Just some example content */
#access div {
	background: #EEE;
	height: 1.5em;
	margin: 1em 0;
	width: 100%;
}

#access ul,#access ul ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

#access ul a {
	display: block;
	margin-right: 1em;
	padding: 0.2em 0.5em;
	text-decoration: none;
}

#access ul ul ul a {
	font-style: italic;
}

#access ul li ul {
	left: -999em;
	position: absolute;
}

#access ul li:hover ul {
	left: auto;
}

.skip-link {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.entry-title,#trackbacks-list{
	clear: none; 
}

.entry-meta{
	clear: both;
        margin-right: 17px;
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: #c30;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

.comments ol li {
	margin: 0 0 3.5em;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

.alignright,img.alignright{
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,img.alignleft{
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display: block;
	margin: 1em auto;
	text-align: center;
}

.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}

p.wp-caption-text{
	font-style: italic;
}

.gallery dl{
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
}

.gallery dl.gallery-columns-1 {
	width: 100%;
}

.gallery dl.gallery-columns-2 {
	width: 49%;
}

.gallery dl.gallery-columns-3 {
	width: 33%;
}

.gallery dl.gallery-columns-4 {
	width: 24%;
}

.gallery dl.gallery-columns-5 {
	width: 19%;
}

#nav-above {
	margin-bottom: 1em;
}

#nav-below {
	margin: 25px auto 0 auto;
	width: 380px;
	text-align: center;
}

#nav-images {
	height: 150px;
	margin: 1em 0;
}

.navigation {
	height: 1.25em;
	display: block;
}

.navigation .nav-next {
	text-align: right;
}

.sidebar h3 {
	font-size: 1.2em;
}

.sidebar h1 {
	font-size: 32px;
}

.sidebar li {
	list-style: none;
	margin: 5px 0 5px 0;
	text-align: center;
	font-weight: 200;
	font-size: 20px;
}

.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

.sidebar ul ul {
	margin: 0 0 0 0;
}

.sidebar ul ul li {
	list-style: disc;
	margin: 0;
}

.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

.sidebar ul ul ul li {
	list-style: none;
}

#access ul li,.gallery dl {
	float: left;
}

#header {
	text-align: center;
	padding-top: 10px;
}

#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	padding-top: 50px;
}

#footer a{
	color: #ee3325;
}

input#author,input#email,input#url,{
	display: block;
	width: 49%;
}

#respond textarea {
	display: block;
}

.gallery *,.sidebar div,.sidebar h3,.sidebar ul {
	margin: 0;
	padding: 0;
}

/* line 14, style.scss */
body {
  font-family: cervo-thin, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  background-image:url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/background-tile1.png');
  margin: 0;
  height:100%;
  -webkit-backface-visibility: hidden
}

/* line 21, style.scss */
h1, h2, h3 {
  color: #f15f3e;
  text-decoration: none;
  font-weight: 300;
-webkit-margin-before: 2px;
-webkit-margin-after: 2px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

/* line 29, style.scss */
div#wrapper {
  width: 1065px;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
}

div#container {
  width: 651px;
  margin: 32px auto 0 auto;
}

div#content {
  width: 651px;
  margin-left: 50px;
}

div#content ul {
list-style-type:none;
padding: 0;
margin-left: 0;
}

/* --- sidebar --- */
/* line 355, style.scss */
div.sidebar {
  float: right;
  list-style: none;
  width: 267px;
  min-height:100%;
  padding-top: 0px;
  padding-bottom: -10px;
  height: 100%;
  margin-right: 45px;
  margin-top: 50px;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
}

/* line 361, style.scss */
div.sidebar a {
  text-decoration: none;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  /* display: block; */
}

/* line 370, style.scss */
div.sidebar ul li,
div.sidebar ul li ul,
div.sidebar ul li ul li {
  margin: 15px 0px;
  padding: 0;
  list-style: none;
}

div.sidebar ul {
  margin: 0px 0px;
  padding: 0;
  list-style: none;
}

/* --- page --- */
div.page {
  width: 651px;
  margin: 0 auto 20px auto;
  position: relative;
  padding-bottom: 10px;
  background-color: #ffffff;
}

div.page img {
  max-width: 601px;
  margin: 0px auto;
}

/* --- post generic --- */

/* --- comments --- */
#comments {
width:484px;
}

/* --- respond --- */
#respond {
}

/* --- entry-meta --- */
div.entry-meta a {
  text-decoration: none;
  text-transform: uppercase;
  color: 6dc7ae;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

div.entry-meta {
  float:right;
}

.tag-links{
  color: #f2beb0;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.tag-links a:link { 
  color: #f2beb0;
	}
.tag-links a:visited { 
  color: #f2beb0;
	}
.tag-links a:active { 
  color: #f2beb0;
	}

/* --- sidenav --- */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- link color -- */

a:link { 
	color: #f05336;
	}
a:visited { 
	color: #f05336;
	}
a:active { 
	color: #f05336;
	}

/* line 480, style.scss */
h2.entry-title a {
  color: #f15f3e;
  text-decoration: none;
  font-weight: 300;
  font-size: 28px;
}

/* comments link */

.comments-link a {
  color: #ffffff;
}

.comments-link a:link { 
	color: #ffffff;
	}
.comments-link a:visited { 
	color: #ffffff;
	}
.comments-link a:active { 
	color: #ffffff;
	}

/* --- sidebar: search --- */


/* line 396, style.scss */
div.sidebar form input.button {
  background-color: #000;
  color: #fff;
  height: 32px;
  width: 32px;
  cursor: pointer;
  border: none;
  /*padding: 0 2px 0 2px;*/
  margin: 0;
}

div#searchbox {
background-color: #ffffff;
}

/* Icon Nav Bar */

div#iconnav img {
 padding: 0px 0px 0px 0px;
}

div#iconnav {
 background-color: #ffffff;
 margin: 5px 23px 10px 0px;
}

/* Archives Page */
ul.archive-list {
 list-style-type:none;
}

/* General List Page */
div.entry-content ul {
list-style-type:none;
margin: 0px;
}

/* Widget Shit */
h3.widgettitle{
display:none;
}

div.thumbnail-float-left {
	float: left;
	display:inline;
        margin:6px 10px 0px 0px
}

.entry-title-2{
        float:none;
}

div.footer{
width: 1024px;
clear: both;
margin: 0 auto;
background-color: #ffffff;
display: block;
}

#footer-links{
display: inline;
text-align: right;
font-size: 12px;
float: right;
width: 400px;
padding-right: 30px;
}

/* content column */
div.entry-content {
  width: 601px;
  background-color: #ffffff;
  margin: 20px auto 0 auto;
  padding-top: 10px;
}

div.post {
  width: 651px;
  margin: 0 auto 20px auto;
  position: relative;
  padding-bottom: 10px;
  background-color: #ffffff;
}

div.post img {
  max-width: 601px;
  margin: 0px auto;
}

div.post-tape {
  position: absolute;
  top: -10px;
  left: 30px;
}

.aligncenter, img.aligncenter {
display: block;
margin 1em auto;
text-align: center;
}

a {
text-decoration:none;
}

a img {
border:none; 
}

div.pins-feed-myList {
margin-bottom: 0px;
}

div.instagram-image {
margin-bottom: 8px;
}

div.sidebar ul li ul.pins-feed-list {
margin-top: 1px;
}

div.sidebar ul li ul li.pins-feed-item {
margin-bottom: 8px;
margin-top: 0px;
}

ul.commentlist {
list-style-type: none;
}

.commentlist .children li.comment.depth-2 {
	padding: .25em 1em;
}

.commentlist .children li.comment.depth-3 {
	padding: .25em 2em;
}

.commentlist .children li.comment.depth-4 {
	padding: .25em 3em;
}

.commentlist .children li.comment.depth-5 {
	padding: .25em 4em;
}

div.adbox {
width: 300px;
padding: 5px 26px 3px 27px;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
background-color: #ffffff;
}

blockquote {
display: block;
padding: 5px;
margin: 0;
background-color: #dddddd;
}

blockquote p {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}

div.post-entry-title-holder {
  background-image: url('http://babybythesea.net/wp-content/uploads/2012/11/bbts-title-bar.png');
  background-repeat:no-repeat;
  width: 382px;
  height: 96px;
  padding-left: 10px;
  padding-right: 12px;
  padding-top: 18px;
  float: left;
}

div.post-date-holder {
  background-image:url('http://babybythesea.net/wp-content/uploads/2012/11/bbts-date-circle.png');
  width: 71px;
  height: 41px;
  font-color: #ffffff;
  float: right;
  text-align: center;
  padding-top: 30px;
  margin-right: 20px;
}

div.fullsidebar {
  background-color: #ffffff;
  width: 370px;
  min-height: 100%;
  margin-right: 40px;
  padding-left: 10px;
  height: 100%;
}

pins-feed-item.li {
  margin-top: 0px;
}

div.ftlo-like-box {
background-image:url('http://www.fortheloveof.net/wp-content/uploads/2012/10/ftllo-facebook-like-bg.png');
background-repeat:no-repeat;
height: 67px;
width: 165px;
}

div.like-box-filler {
padding: 36px 0px 0px 50px;
}

div.nav-previous {
	text-align: right;
	display: inline-block;
	margin: 0;
	width: 140px;
	min-width: 140px;
}

div.nav-next {
	display: inline-block;
	text-align: left;
	margin: 0;
	width: 140px;
	min-width: 140px;
	padding-right: 15px;
}

div.nav-divider {
	text-align: center;
	display: inline-block;
	width: 80px;
	min-width: 80px;
}

div.divider {
display: block;
clear: both;
height: 5px;
}

ul.xoxo {
overflow: hidden;
}

div.frontpage-comments-bar {
margin-left: -2px;
margin-top: 10px;
padding-top: 2px;
height: 16px;
background-image: url('http://babybythesea.net/wp-content/uploads/2012/11/bbts-post-comments-bar.png');
background-repeat:no-repeat;
text-align: right;
padding-right: 18px;
}

div.textwidget div img {
margin-bottom: 10px;
}

li#monthly-archives {
font-size: 22px;
}

input#s {
background-color: #ffffff;
width: 202px;
height: 34px;
text-align: left;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 0px;
border-right: 0px;
color: #3f4040;
font-family: cervo-thin, sans-serif;
text-transform: lowercase;
padding-left: 5px;
}

::-webkit-input-placeholder {
   color: #3f4040;
}

:-moz-placeholder { /* Firefox 18- */
   color: #3f4040; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #3f4040; 
}

:-ms-input-placeholder {  
   color: #3f4040;  
}

div.comments-holder {
float: left;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
}

div.bottom-bar {
}

div.bottom-bar a {
color: #ffffff;
font-weight: 100;
}

div#socialbox {
text-align: center;
}

#socialbox img {
margin: 0px 6px;
width: 30px;
height: auto;
}

.nav-previous a {
color: #000000;
text-transform: uppercase;
font-size: 18px;
}

.nav-next a {
color: #000000;
text-transform: uppercase;
font-size: 18px;
font-style: italic;
}

div.sharebar {
  font-size: 10px;
  text-align: right;
  color: #00a098;
}

span.comments-link {
text-transform: lowercase;
}

a.more-link {
color: #f395b3;
font-style: italic;
}

div#comments {
  width: 612px;
  background-color: #ffffff;
  margin: 10px auto;
  padding: 20px 20px;
}

p.comment-subscription-form {
display: none;
}

input#submit-button {
border: 0px;
color: #ffffff;
background-color: #f395b3;
padding: 10px;
font-style: italic;
}

div#respond h3 {
margin-left: 10px;
}

ul.wpp-list {
font-size: 12px;
}

ul.wpp-list a {
font-size: 12px;
}

ul.wpp-list li {
margin: 0;
text-transform: none;
}

div.sidebar h3 {
color: #ffffff;
font-size: 32px;
}

div.sidebar-topper {
position: absolute;
left: 20px;
top: -10px;
width: 220px;
height: 18px;
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/sidebar-dot-tape.png');
z-index: 1000;
}

div.sidebar-blue {
background-color: #00a198;
width: 203px;
margin: 0 auto;
height: 33px;
line-height: 33px;
font-weight: 100;
}

div.sidebar-yellow {
background-color: #fcc81e;
width: 203px;
margin: 0 auto;
height: 33px;
line-height: 33px;
font-weight: 100;
}

div.sidebar-green {
background-color: #75853d;
width: 203px;
margin: 0 auto;
height: 33px;
line-height: 33px;
font-weight: 100;
}

div.sidebar-red {
background-color: #ee3325;
width: 203px;
margin: 0 auto;
height: 33px;
line-height: 33px;
font-weight: 100;
}

div#etsy-holder {
position: relative;
}

div#quotes-holder {
position: relative;
}

div#new-book-holder {
position: relative;
}

div#creative-holder {
position: relative;
}

div#little-collector-holder {
position: relative;
} 

div#wallpaper-holder {
position: relative;
} 

div#quilting-holder {
position: relative;
}

div#paris-holder {
position: relative;
} 

div#twenty-holder {
position: relative;
}

div.newbadge-holder {
position: relative;
}

div.blue-badge-holder {
position: absolute;
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/etsy-header.png');
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 14px;
line-height: 34px;
}

div.yellow-badge-holder {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/quotes-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 14px;
line-height: 34px;
}

div.red-badge-holder {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/creative-bug-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 14px;
line-height: 34px;
}

div.green-badge-holder {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/new-book-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 14px;
line-height: 34px;
}

div#etsy-title {
position: absolute;
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/etsy-header.png');
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#quotes-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/quotes-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#new-book-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/new-book-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#creative-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/creative-bug-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#little-collector-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/little-collector-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#wallpaper-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/wallpaper-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#quilting-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/quilting-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#paris-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/paris-notecards-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

div#twenty-title {
background-image: url('http://lisacongdon.com/blog/wp-content/uploads/2014/03/20x200-header.png');
position: absolute;
top: -5px;
height: 38px;
width: 208px;
color: #fff;
z-index: 1000;
left: 30px;
font-size: 16px;
line-height: 34px;
}

h4 {
text-transform: uppercase;
color: #00a198;
font-size: 14px;
-webkit-margin-before: 2px;
-webkit-margin-after: 2px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

h5 {
text-transform: uppercase;
text-align: center;
margin: 0 auto;
background-color: #000000;
color: #ffffff;
width: 205px;
height: 34px;
line-height: 34px;
font-size: 18px;
font-weight: 300;
}

div#about-text-box {
font-size: 18px;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 207px;
margin: 20px auto 5px auto;
padding: 5px 0px;
}

div#about-text-box a {
color: #000000;
}

select#cat {
width: 208px;
height: 33px;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 0px;
border-right: 0px;
font-family: cervo-thin, sans-serif;
text-transform: lowercase;
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

select#archive-dropdown {
width: 208px;
height: 33px;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 0px;
border-right: 0px;
font-family: cervo-thin, sans-serif;
text-transform: lowercase;
text-align: center;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

div.fb-likes {
display: inline-block;
width: 40px;
text-align: center;
padding-bottom: 5px;
line-height: 12px;
}

div.twitter-likes {
display: inline-block;
width: 40px;
color: #ee3325;
text-align: center;
padding-bottom: 5px;
line-height: 12px;
}

div.sharer {
display: inline-block;
}

div#sidebar-footer {
position: absolute;
bottom: -60px;
left: 100px;
}

.entry-content p {
line-height: 20px;
}

div.categories {
text-transform: uppercase;
font-size: 12px;
color: #ee3325;
}

div.categories a {
color: #ee3325;
}

div#mc_embed_signup {
width: 203px;
margin: 0 auto;
}

input#mce-EMAIL {
width: 155px;
border: 0px solid black;
background-color: #e7e8e9;
text-transform: uppercase;
margin: 5px auto;
padding: 5px 5px;
font-size: 12px;
height: 23px;
line-height: 23px;
text-align: center;
}

div.sidebar-blue-small {
background-color: #00a198;
width: 203px;
margin: 0 auto;
height: 33px;
line-height: 33px;
font-weight: 100;
color: #fff;
font-size: 16px;
}

p, .entry-content div {
font-family: "brandon-grotesque", serif;
}