
body {
	background: url(../img/bg-stripe.png) top left repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
            box-sizing: border-box;
}

a { color: #E66E3A; }
a:hover { color: #F5B05D; }

#container {
	background-color: #fff;
	color: #555;
	font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 2em;
}

header .hero-unit {
	background: url(../img/hero-unit.jpg) center center no-repeat;
	height: 220px;
	margin-bottom: 1em;
	padding: 0;
}

header h1 a {
	background: url(../img/logo.png) top left no-repeat;
	display: block;
	margin-bottom: 0.5em;
	text-indent: -9999px;
	height: 82px;
	width: 200px;
}
header p.slogan { color: #665C51; font-family: "reenie-beanie"; font-size: 240%; margin-top: 1.5em; text-align: right; }
header nav { border-bottom: 1px solid #ddd; margin-bottom: 3em; }
header nav ul.nav { margin-bottom: 0.5em; font-size: 120%; }
header nav ul.nav li {
	font-family: "reenie-beanie", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 160%;
	margin: 0 0.3em 0 0;
}
header nav ul.nav li a { color: #665C51; }
header nav ul.nav li a:hover { background-color: inherit; color: #E66E3A; }
header nav .search {
	float: right;
}
header nav .search form { margin-bottom: 0; }
header .nav a.special,
header .nav a.special:visited { color: #E66E3A; }
header .nav .newsletter a {
	background: #fff url(../img/nav-newsletter.png) top left no-repeat;
	margin-top: -2px;
	padding-top: 12px;
	padding-left: 17px;
	width: 92px;
}

h2.tagged, h2.search-query {
	font-family: "ratio-display";
	font-weight: bold;
	margin-bottom: 1em;
}

article { margin-bottom: 4em; }
article h1 {
	font-family: "ratio-display";
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 1em;
}
article h1 a { color: #665C51; }
article h1 a:hover { color: #E66E3A; text-decoration: none; }
article .content p {
	font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 1.7em;
	margin: 1em 0;
}
article .content li {
	font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	margin: 1em 0;
}
article .content blockquote {
	font-family: "edita", serif;
	font-size: 120%;
	line-height: 120%;
	margin: 1em 1em 1em 0;
	padding: 0.5em 0 0.5em 1em;
}
article .content img {
	display: block;
	margin: 2em auto;
	width: 70%;
	max-width: 500px;
	max-width: intrinsic;
	max-width: -moz-max-content;
	-webkit-box-shadow: 0 0 10px #999;
	   -moz-box-shadow: 0 0 10px #999;
	        box-shadow: 0 0 10px #999;
}

article .content iframe {
	display: block;
	margin: 2em auto;
}

article .caption blockquote p { margin: 0; }

article .meta { border-top: 1px solid #ccc; padding-top: 1em; }
article .meta iframe { display: block; margin: 0.7em 0; }
article .meta ul.tags {
	list-style: none;
	margin: 0;
	padding: 0;
}

article .meta li.tag {
	background-color: #A7D6E0;
	float: left;
	margin: 0.2em;
	padding: 3px 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
article .meta li.tag a { color: #665C51; }

article #notes { margin: 1em 0; }

article ol.notes {
    padding: 0px;
    margin: 25px 0px;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}
article ol.notes li.note {
    border-top: solid 1px #ccc;
    padding: 10px;
}
article ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
article ol.notes li.note .answer_content {
    font-weight: normal;
}
article ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}
article ol.notes li.note blockquote a {
    text-decoration: none;
}

article div.link h1 a.external {
	background: url(../img/icons/272-windows.png) right 5px no-repeat;
	padding-right: 35px;
}

.terms { display: none; }

.sidebar h3 { font-family: "ratio-display", sans-serif; font-weight: normal; }

.sidebar .social-media { margin: 0 0 2em 0; }
.sidebar .social-media a.pinterest { display: block; margin: 0.5em 0; }

.sidebar .categories { margin-bottom: 4em; }
.sidebar .categories ul { list-style: none; margin: 0 0 0 1em; padding: 0; }
.sidebar .categories ul li {
	font-family: "reenie-beanie";
	font-size: 240%;
	margin: 0.8em 0;
}
.sidebar .categories li a { color: #665C51; }
.sidebar .categories li a:hover { color: #E66E3A; text-decoration: none; }
.sidebar .categories .archive a { color: #E66E3A; }


.sidebar .ads { margin-bottom: 2em; }
.sidebar .ad { margin: 0.1 0; }
.sidebar .ad img { height: 145px; width: 300px; }

.sidebar .linktome textarea { width: 95%; }
.sidebar .linktome img { border: 1px solid #DDD; }

.footer { margin-top: 4em; text-align: center; }

iframe#aba-affiliate { border: 0; height: 0; width: 0; }


