/*
Theme Name: Easily Distracted 2013
Theme URI: http://www.easilydistracted.net
Description: Custom child theme.
Author: Julie Lindsey
Author URI: http://www.easilydistracted.net
Tags: craft, personal
Template: thematic
Version: 0.1
*/
 @charset"UTF-8";
 body {
    background-attachment: fixed;
    background-color: #D1F4ED;
    background-image: url(images/bluelinen.jpg);
    margin: 0;
    padding: 0;
}
body, input, textarea {
    font: .85em sans-serif;
    line-height: 1.25em;
}
h1, h2, h3 {
    font-family: Savu-Condensed;
    font-weight: normal;
}
a {
    color: #428f7d;
    text-decoration: none;
}
a:hover {
    color:#ef466a;
    border-bottom: 1px dotted #ef466a;
}
.blockquote {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
#wrapper {
    width: 100%;
    min-width: 1050px;
}
.clearfix {
	clear: both !important;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
 #blog-title a {
    background:url(images/logo.png) no-repeat top center;
    display:block;
    text-indent:-9000px;
    width: 596px;
    height: 75px;
    text-decoration: none;
    z-index: 1;
}
#blog-title a:hover {
    border-bottom: none;
}
#header {
    padding: 0 .75em;
    float: left;
}
#tagline, #tagline li {
    clear: left;
    margin: 0;
    padding: 0 0 .5em .75em;
    list-style: none;
    float: left;
}
#tagline {
    font-family: Savu-Condensed;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
}
#tagline li {
    padding: 0;
    display:none;
    /* hide the items at first only */
}
#dashes {
    clear: both;
    width: 100%;
    min-height: 9px;
    background:url(images/dashes.png);
    background-repeat: repeat-x;
    margin: 10px 0;
    clear: both;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
 #content {
    background-color:rgba(255, 255, 255, 0.75);
    margin: 1em;
    padding: 1.5em;
    float: left;
    width: 70%;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 2px 3px rgba(3, 40, 31, .6), inset 0 1px 0 rgba(3, 40, 31, .6);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 2px 3px rgba(3, 40, 31, .6), inset 0 1px 0 rgba(3, 40, 31, .6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 2px 3px rgba(3, 40, 31, .6), inset 0 1px 0 rgba(3, 40, 31, .6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.entry-content li {
	margin-bottom: .65em;
}
/* post titles */
 .entry-title a {
    font-family: Savu-Condensed;
    color: #EF466A;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.6em;
    text-decoration: none;
}
.entry-title {
    font-family: Savu-Condensed;
    color: #EF466A;
    font-weight: normal;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.6em;
}
.published {
    border: 0;
    font-style: italic;
    color: #999;
    font-size: .95em;
}
.navigation {
    line-height: 1.5em;
} 
.entry-utility {
	background-color: rgba(255,255,255,.5);
    font-family: Savu-Condensed;
    color: #EF466A;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.6em;
    text-decoration: none;
    padding: .5em .5em 1em .5em;
    border-bottom: 2px dashed #ef466a;
}
/* Sharedaddy junk */
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
    font-family: Savu-Condensed !important;
    font-size: 1.1em !important;
}

div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
    font-family: Savu-Condensed !important;
    font-weight: normal !important;
    color: #ef466a;
    font-size: 1.1em !important;
}	
div.sharedaddy div.sd-block {
	border-top: 0 none !important;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	COMMENTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
 #comments-list, #trackbacks-list {
    list-style-type: none;
    padding: 1em;
}
.comment-author {
    background-color: rgba(253, 226, 232, 0.75);
    padding: .5em;
}
.comment-author-admin .vcard {
    background-color: rgba(239, 70, 106, 0.5);
}
.n {
    font-family: Savu-Condensed;
    font-size: 1.1em;
}
.comment {
    background-color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1em;
}
.comment-meta {
    padding: .5em;
    font-style: italic;
    font-size: .9em;
}
.comment-content {
    padding: .5em;
}
.comment-reply-link {
    padding: .5em;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
 #footer {
    clear: both;
}
#fineprint {
    width: 90%;
    margin: auto;
    padding: .75em;
    font-size: .85em;
}
#fineprint a {
    color: #eb1744;
    font-weight: bold;
    text-decoration: none;
}
#fineprint a:hover {
    color:#428f7d;
    font-weight: bold;
    border-bottom: 1px dotted #428f7d;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SIDEBAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
 #primary {
    float: left;
}
/* why is this called xoxo? I have no idea. */
 .xoxo {
    list-style-type: none;
    line-height: 1.5em;
    padding-bottom: 15px;
}
.widgetcontainer p {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    width: 163px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.widgetcontainer ul {
    background-color: rgba(255, 255, 255, 0.5);
    width: 163px;
    list-style-position: inside;
    list-style-type: none;
    padding: 15px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
#primary a {
    color: #eb1744;
    font-weight: bold;
    text-decoration: none;
}
#primary a:hover {
    color:#428f7d;
    font-weight: bold;
    border-bottom: 1px dotted #428f7d;
}
.widgettitle {
    width: 203px;
    min-height:61px;
    background-image:url(images/tag.png);
    background-repeat: no-repeat;
    font-family: Savu-Condensed;
    font-weight: normal;
    text-align: center;
    font-size: 1.75em;
    line-height: 2em;
    margin: 10px 0 15px 0;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SEARCH BOXEN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
 #search-bg {
    position: absolute;
    right: 35px;
    top: 0;
    background: url(images/search-bg.png);
    height: 63px;
    width: 250px;
    z-index: -1;
}
#searchform {
    position: absolute;
    right: 73px;
    top: 10px;
    background: #fff;
    width: 170px;
    height: 18px;
    padding: 4px;
    margin: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
#s {
    background: #ffffff;
    border: 0 none;
    font-size: .85em;
    width: 130px;
    height: 16px;
}
#searchsubmit {
    background: url(images/scissors.png) no-repeat;
    float: right;
    width: 25px;
    height: 18px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#noresults-searchform {
    background: #fff;
    width: 370px;
    height: 18px;
    padding: 4px;
    margin: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
#noresults-s {
    background: #ffffff;
    border: 0 none;
    font-size: .85em;
    width: 340px;
    height: 16px;
}
#noresults-searchsubmit {
    text-indent: -9999px;
    background: url(images/scissors.png) no-repeat;
    width: 25px;
    height: 18px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	IMAGE STYLING
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* clears parent theme's borders */
 #content img {
    border: 0 !important;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: right;
    background-color: #fff;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -wekbit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.gallery-caption, .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.alignleft,
img.alignleft {
	float: left !important;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right !important;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto !important;
	margin-right:auto !important;
	display: block;
	clear: both;
}
.gallery-caption {
	text-align: center;
}
.image-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    margin: 5px;
}
.image-wrap:after {
    content:' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    left: -2px;
    border: solid 2px #ef466a;
    -wekbit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .4), inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .4), inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .4), inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
img.image-wrap {
    vertical-align: bottom;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}