/*
Theme Name: Sarah Bellum
Theme URI: http://sarahnielson.com
Author: Christopher Steven Millar
Author URI: http://izumit.com
Description: Your Mom
Version: 3.0
*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Mobile and Base styles
   ========================================================================== */

.article-contents {
   		font-size: 2.6em;
}

#masthead {
	min-width: 800px;
}

.article-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.8em;
	margin: 0px 0px 0px 0px;
	
}

.article-date {
	font-size: 2em;
	color: rgb(136, 136, 136);
	font-weight: 300;
	
}

.article-categories {
	float: left;
	width: 100%;
}

.article-categories span {
	float: left;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.2em;
	color: rgb(146, 146, 146);
	font-weight: 300;
}

.post-categories {
	margin: 0px;
	padding: 0px;
}

.post-categories li {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.post-categories li a {
	display: block;
	padding: 2px 6px;
	background-color: #efefef;
	font-weight: 300;
	text-decoration: none;
	font-size: 1.8em;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: rgb(192, 119, 165);
}

.post-categories li a:hover {
	background-color: rgb(221, 172, 203);
	color: #fff;
}

.article-meta {
	clear: both;
	font-size: 1.8em;
}

.article-meta a {
	text-decoration: none;
}

.share-pane-closer {
	display: none;
}

.share-pane {
	width: 100px;
	height: 113px;
	background: url('img/share-pane.png');
	position: absolute;
	right: -10px;
	top: -100px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	display: none;
}

.make-comment {
		padding-left: 10px;
		border-left: 1px solid rgb(185,185,185);
}

#posts-nav {
	text-align: center;
	font-size: 1.8em;
	font-weight: 300;
}

#posts-nav a {
	text-decoration: none;
}


/* ==========================================================================
   Tablet and Desktop styles
   ========================================================================== */

   @media only screen and (min-width: 768px) {
   	#masthead {
		min-width: 800px;
	}

   	.article-contents {
   		font-size: 1em;
   	}

   	.article-name {
   		font-size: 1.4em;
   		width: 500px;
   		float: left;
   	}

   	.article-date {
		font-size: 12px;
		color: rgb(136, 136, 136);
		font-weight: 300;
		right: 0;
		bottom: 0;
		position: absolute;
	}

	.article-categories {
		float: none;
		width: auto;
	}

	.post-categories li a {
		padding: 2px 4px;
		font-size: .75em;
	}
	.article-categories span {
		
		font-size: .75em;
		line-height: 20px;
	}

	.article-meta {
		clear: none;
		text-align: right;
		font-size: 12px;
		line-height: 20px;
	}

	.share-pane { 
		right: -30px;
	}

	.make-comment {
		font-size: 12px;
		padding-left: 5px;
		border-left: 1px solid #EFEFEF;
	}

	#posts-nav {
	text-align: center;
	font-size: 1em;
	font-weight: 300;
	}
   }

/* ==========================================================================
   All Styles
   ========================================================================== */

body {
	background: rgb(219,212,216);
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

a {
	color: rgb(199,34,120);
}

#masthead {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -500;
}

#masthead p {
	margin: 0px;
}

#masthead img {
	width: 100%;
	z-index: -1000;
}

#masthead-footer {
	position: absolute;
	/*background: url('img/bg-gradient.png');*/
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	/* CSS Gradient */
	background: -moz-linear-gradient(top,  rgba(219,212,216,0) 0%, rgba(219,212,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,212,216,0)), color-stop(100%,rgba(219,212,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,212,216,0) 0%,rgba(219,212,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,212,216,0) 0%,rgba(219,212,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,212,216,0) 0%,rgba(219,212,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(219,212,216,0) 0%,rgba(219,212,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00DBD4D8', endColorstr='#DBD4D8',GradientType=0 ); /* IE6-9 */
}

#container {
	width: 800px;
	margin: 0px auto;
}

#home #title, #single #title {
	display: block;
	background: url('img/title-2.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 800px;
	height: 114px;
	margin: 380px 0px 25px 0px;
}

/* Menu */

#menu-container {
	margin: 0px auto 25px auto;
	width: 459px;
}

#menu {
	text-align: center;
	height: 34px;
}

.menu-content-pane {
	width: 432px;
	height: 40px;
	padding-top: 0px;
	margin: 0px auto;
	background: rgb(240,240,240);
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	text-align: center;
}

#menu-archive {
	display: none;
}

#archive-dropdown {
	width: 208px;
	font-size: 14px;
	background: none;
	margin-top: 8px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#category-dropdown {
	display: inline;
	width: 208px;
}

#category-dropdown select {
	width: 208px;
	font-size: 14px;
	background: none;
	margin-top: 8px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#menu-search {
	text-align: left;
	display: none;
}

#search-box {
	width: 370px;
	border: none;
	background: none;
	margin: 0px;
	height: 40px;
	padding: 0px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	float: left;
}

#menu-left {
	height: 34px;
	background: url('img/menu-left.png');
	width: 16px;
	float: left;
}

#menu-right {
	height: 34px;
	background: url('img/menu-right.png');
	background-repeat: no-repeat;
	width: 16px;
	float: left;
}

#menu-center {
	height: 34px;
	background: rgb(168,145,153);
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 34px;
	font-weight: 300;
}

#menu-center a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 12px;
	margin: 0px;
	display: block;
	line-height: 34px;
}

#menu-center a:hover {
	background-color: rgb(140,94,118);
}

#menu-center .twitter {
	list-style: none;
	background: url('img/menu-icon-twitter.png');
	height: 34px;
	width: 30px;
	margin: 0px;
	padding: 0px 4px;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
}

#menu-center .instagram {
	list-style: none;
	background: url('img/menu-icon-instagram.png');
	height: 34px;
	width: 30px;
	margin: 0px;
	padding: 0px 4px;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
}

#menu-center .pinterest {
	list-style: none;
	background: url('img/menu-icon-pinterest.png');
	height: 34px;
	width: 30px;
	
	padding: 0px 4px;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
}

.page_item {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.social_item {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#posts-container {
	width: 700px;
	background-color: #fff;
	margin: 0px;
	padding: 50px;
}

#post-container {
	width: 700px;
	margin: 0px;
	padding: 50px;
	background-color: #fff;
}

#posts-container .post {
	margin-bottom: 50px;
	clear: both;
}

#post-container .post {
	margin: 0px 0px;
}

.article-header {
	position: relative;
	margin-bottom: 12px;
}

.share-link {
	position: relative;
}

.share-button {
	display: block;
	margin: 5px 0px 5px 5px;
	width: 58px;
	height: 26px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-left: 32px;
	line-height: 26px;
}

#twitter-share-button {
	margin-top: 6px;
	background: url('img/twitter-share-button.png');
}

#facebook-share-button {
	background: url('img/facebook-share-button.png');
}

#pinterest-share-button {
	background: url('img/pinterest-share-button.png');
}

#email-share-button {
	background: url('img/email-share-button.png');
}

.article-contents {
	clear: both;
	margin-bottom: 12px;
}

.article-name a {
	text-decoration: none;
}

p, h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* Comments Section */
#comments ul {
	margin: 0px;
	padding: 0px;
}

.close-comments {
	cursor: pointer;
	float: right;
}

#comments ul li {
	list-style: none;
	padding: 20px 0px;
}

.bypostauthor {
	background-color: rgb(255, 240, 249);
}

#comments .comment-content {
	margin: 0px 24px 0px 24px;
	font-size: 14px;
	font-weight: 300;
	color: rgb(82,45,61);
	line-height: 22px;
}

#comments .comment-meta {
	font-size: 12px;
	margin: 0px 0px 0px 24px;
}

#comments .comment-meta a {
	text-decoration: none;
	color: rgb(199,34,120);
}

#comments ul li p {
	margin: 0px 0px 10px 0px;
}

#comments {
	margin-top: 12px;
}

#comments h3 {
	margin: 0px 0px 20px 0px;
	background-color: rgb(221, 172, 203);
	font-weight: 300;
	color: #FFF;
	padding: 5px 8px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:1px;
}

.comment-header .url {
	text-decoration: none;
}

.comment-header {
	position: relative;
	margin: 0px 24px;
}

.commenter-date {
	font-size: 12px;
	color: rgb(136, 136, 136);
	font-weight: 300;
	right: 0;
	bottom: 0;
	position: absolute;
	text-decoration: none;
}


.comment-author .url {
	text-decoration: none;
	color: rgb(82,45,61);
}

#respond {
	font-size: 14px;
	font-weight: 300;
}

#commentform {
	padding: 0px 24px;
}

#commentform #author, #commentform #email, #commentform #url {
	display: block;
	border: none;
	padding: 10px;
	background: rgb(250, 250, 250);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;

}

#commentform #comment {
	width: 632px;
	padding: 10px;
	border: none;
	background: rgb(250, 250, 250);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

footer {
	width: 700px;
	padding: 10px 50px;
	margin: 0px auto 50px auto;
	background: rgb(168,145,153);
}

footer p {
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: 300;
	margin: 0px;
}

/* Contact Form */
#contact-container {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	z-index: 1000;
}

#contact-pane {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 336px;
	min-height: 336px;
	padding: 20px;
	margin: -200px 0px 0px -200px;
	background-color: #fff;
	border: solid 12px rgb(168,145,153);
}

#contact-pane h1 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0px;
}

#contact-pane h2 {
	font-weight: 300;
	font-size: 18px;
	margin: 0px;
}

#contact-form {
	margin-top: 10px;
	display: block;
}

#contact-form span.error {
	margin: -10px 0px 10px 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	color: rgb(235, 82, 161);
}

#contact-form input, #contact-form textarea {
	width: 326px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 5px;
	border: none;
	background-color: #EFEFEF;
	margin-bottom: 12px;
}

#contact-form textarea {
	height: 100px;
}

#contact-footer {
	text-align: right;
}

#contact-pane #success {
	display: none;
	text-align: center;
	margin-top: 100px;
	font-weight: 300;
}

#cancel-contact {
	text-decoration: none;
	color: #676767;
	font-size: 16px;
	font-weight: 300;
	margin-right: 5px;
}

#contact-footer #submit {
	width: 80px;
	margin-bottom: 0px;
}

.hack {
	clear: both;
}