@charset "UTF-8";
/*
	Theme Name: WP-Mix
	Author: Monzilla Media
	Author URI: http://monzilla.biz/
	Description: Custom WordPress theme built with shapeSpace
	Version: 1.0
	License: Copyright 2013 WP-Mix.com
*/

body { background: #e2d5c1 url(lib/img/bg.gif) repeat fixed; font-family: 'Glegoo', serif; font-size: 14px; }

::-webkit-input-placeholder { color: #555; font-style: italic; }
:-ms-input-placeholder      { color: #555; font-style: italic; }
:-moz-placeholder           { color: #555; font-style: italic; }
::-moz-placeholder          { color: #555; font-style: italic; }

/* HEADER */
.header:before,
.header:after { content: ""; display: table; }
.header:after { clear: both; }
.header       { zoom: 1; 
	width: 100%; float: left; clear: both; background-color: #f7f6e4; border-bottom: 9px solid #c79b64; 
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5); box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5);
	}
.header h1 { width: 180px; height: 180px; }
.header h1.sfx { position: fixed; left: 6px; top: -27px; z-index: 999; } /* .sfx added for scroll fx */
.header h1 a { display: block; width: 180px; height: 180px; text-indent: -999em; background: url(lib/img/logo-180.png) no-repeat; }

.header nav { float: left; clear: both; margin: 18px 0 0 196px; }
.header nav ul { margin: 0; }
.header nav li { float: left; margin: 0 6px 0 0; list-style: none; }
.header nav li a { 
	float: left; height: 25px; color: #fff; background-color: #d86424; border: 1px solid #e58f55;
	padding: 0 6px; font: 14px/25px 'Source Sans Pro', sans-serif; text-decoration: none; text-shadow: 1px 1px 1px #000; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	/*-webkit-font-smoothing: antialiased;*/
	}
	.header nav li a:hover { background-color: #d34d07; }

.header h2 { float: left; clear: both; margin: 13px 0 14px 196px; line-height: 18px; text-shadow: 1px 1px 1px #fff; }

/* GENERAL */
.index-archive .content h1 { font: 24px/27px 'Source Sans Pro', sans-serif; margin-bottom: -10px; }
.post-page     .content h1 { font: 28px/36px 'Source Sans Pro', sans-serif; margin: 3px 0 -9px 0; }

h3 { font-family: 'Source Sans Pro', sans-serif; font-size: 22px; line-height: 27px; color: #343434; }
.content article h3 { margin: -2px 0 -7px 0; }
.content aside h3 { margin: 10px 0 14px 0; }

h4, p { margin-top: 18px; margin-bottom: 18px; line-height: 18px; }
.post-page p { line-height: 27px; font-size: 15px; }
h4 { font-weight: bold; font-family: 'Source Sans Pro', sans-serif; }

ul, ol, dl { margin-top: 23px; margin-bottom: 31px; line-height: 18px; }
li { margin: 6px 0 9px 0; }

.content article ul,
.content article ol { font-size: 15px; }

.content aside ul { margin-top: 16px; margin-bottom: 20px; }
.content aside ul:last-child { margin-bottom: 19px; }
.content aside li { margin: 0 0 9px 0; }

abbr { border-bottom: 1px dotted #d0c4ad; }

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

/* TABLES */
.content table { width: 98%; float: left; clear: both; margin: 1px 0 17px 0; border-collapse: collapse; color: #343434; border: 1px solid #d0c3ad; }
.content table caption { padding-top: 0; border: none; background-color: transparent; text-align: center; }
.content table caption, 
.content table th { padding: 12px; vertical-align: middle; border: 1px solid #d0c3ad; background-color: #e2dcd0; text-shadow: 1px 1px 1px #fff; font: 16px/19px 'Source Sans Pro', sans-serif; }
.content table td { padding: 13px 12px; vertical-align: middle; border: 1px solid #d0c3ad; background-color: #f6f6ec; line-height: 18px; }

/* CODE */
.post-page code { font-size: 14px; line-height: 1; color: #343434; font-family: Monaco, 'MonacoRegular', monospace; }
.crayon-syntax { margin: 0; } /* bottom-margin set via js.js */

/* LINKS */
.content a:link, .content a:visited { color: #b55726; }
.content a:hover, .content a:active { color: #c74400; }
.content h1 a { text-decoration: none !important; }
.content h1 a:hover { text-decoration: underline !important; }
.learn-more a { display: block; width: 130px; margin: 0 0 -1px 0; }
.learn-more img { display: block; }

/* POSTS */
#content { clear: both; overflow: hidden; margin: 0 auto; padding: 0; }
.content { width: 100%; max-width: 1200px; clear: both; margin: 9px auto 72px auto; }
.content article, .content aside { float: left; }
.content article section, 
.content aside section,
.content #archive-view { 
	background-color: #f7f6e4;
	background-image: url(lib/img/cup.png), url(lib/img/bgs.png);
	background-repeat: no-repeat, repeat-x;
	background-position: 102% 104%, left bottom;
	position: relative; margin: 9px; padding: 14px 18px 22px 18px;
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
	-moz-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5); box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5);
	}
	.index-archive .content article section { height: 153px; }
	.post-page .content article section { padding-bottom: 37px; background-position: 101% 101%, left bottom; }
	.error404 .content article section  { padding-bottom: 31px; }
	.content aside section { background-image: none; }
	.content #archive-view { 
		padding: 14px 18px; color: #fff; background: #d0561f url(lib/img/bgf.png) repeat-x; background: rgba(208,86,31,0.9) url(lib/img/bgf.png) repeat-x;
		}
	.content #archive-view h2 { margin: 0; font-family: 'Source Sans Pro', sans-serif; font-size: 22px; line-height: 26px; }

.cat-name { position: absolute; right: 54px; bottom: 9px; font-size: 10px; line-height: 10px; color: #d4bf99; }
.cat-name a:link, .cat-name a:visited { color: #dad0bf; color: rgba(255,255,255,0.5); }
.cat-name a:hover, .cat-name a:active { color: #fff; }

.post-number { position: absolute; left: 18px; bottom: 0; color: #dad0bf; color: rgba(255,255,255,0.5); font: 28px/28px 'Source Sans Pro', sans-serif; }

/* news block */

.news-block { width: 100%; overflow: hidden; margin: 0 0 17px 0; }
.news-block a { float: left; margin: 3px 10px 10px 10px; padding: 0; }
.news-block a img { float: left; margin: 0; padding: 1px; border: 1px solid #c3c3b9; }

/* search */
.page-id-128 article #searchform { height: 36px; margin: 26px 0 19px 0; }
.page-id-128 article .search-input { width: 88%; max-width: 280px; padding: 6px; font-style: italic; color: #bcae99; font-size: 13px; line-height: 16px; }
.page-id-128 article .search-input:active, .page-id-128 article .search-input:focus { font-style: normal; color: #333; }


/* NAV */
.content #nav-posts { width: 0; height: 0; }
.content .prev { width: 50px; height: 50px; position: fixed; left: 6px; top: 50%; z-index: 999; cursor: pointer; }
.content .next { width: 50px; height: 50px; position: fixed; right: 6px; top: 50%; z-index: 999; cursor: pointer; }
.content .prev a { width: 50px; height: 50px; display: block; background: url(lib/img/al.png) no-repeat; text-indent: -999em; }
.content .next a { width: 50px; height: 50px; display: block; background: url(lib/img/ar.png) no-repeat; text-indent: -999em; }
.content .prev span,
.content .next span { text-indent: -999em; }

.tooltip {
	display: none; position: absolute; z-index: 1000; margin-top: 5px; padding: 9px; text-align: center; border: 1px solid #e58f55;
	color: #fff; background-color: #d86424; font: 16px/16px 'Source Sans Pro', sans-serif; text-decoration: none; text-shadow: 1px 1px 1px #000; 
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5); box-shadow: 0 1px 3px 1px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	}
	.index-archive .tooltip { width: 144px; }
	.post-page .tooltip { width: 234px; }


/* FOOTER */
.footer { 
	position: fixed; bottom: 0; z-index: 999; width: 100%; height: 54px; color: #f7f6e3; 
	background: #d0561f url(lib/img/bgf.png) repeat-x; background: rgba(208,86,31,0.9) url(lib/img/bgf.png) repeat-x;
	}
.footer .credits { font-size: 14px; float: right; margin: 0 18px 0 0; line-height: 54px; }
.search-title { position: absolute; z-index: 1000; bottom: 0; left: -9px; width: 72px; height: 63px; background: url(lib/img/search.png) no-repeat; text-indent: -999em; }

.footer #searchform { float: left; margin: 11px 0 0 24px; }
.footer .search-label, .footer .search-submit { display: none; }
.footer .search-input { display: block; width: 180px; margin-left: 48px; padding: 6px; font-style: italic; color: #bcae99; font-size: 13px; line-height: 16px; }
.footer .search-input:active, .footer .search-input:focus { font-style: normal; color: #333; }

.footer a:link, .footer a:visited { color: #f7f6e3; }
.footer a:hover, .footer a:active { color: #fff; }

/* MODAL SEARCH */
.wpmix-search-box { 
	display: none; position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background-color: #000; background-color: rgba(0,0,0,0.7); text-align: center;
	}
.modal-content { 
	width: 80%; max-width: 320px; padding: 20px; font-size: 14px; color: #424242; background-color: #f7f6e4; box-shadow: 0 0 17px rgba(0,0,0,0.7); border-radius: 7px; 
	position: relative; top: 50%; left: 50%; z-index: 2; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
	}
.modal-content form { width: 100%; overflow: hidden; box-sizing: border-box; margin: 10px 0 0 0; padding: 5px; }
.modal-content label { display: none; }
.modal-content .search-input { 
	display: inline-block; width: 80%; padding: 6px; font-style: italic; color: #bcae99; font-size: 13px; line-height: 16px;
	}
.modal-content .search-input:active, .modal-content .search-input:focus { color: #343434; font-style: normal; }
.modal-content .search-submit { display: none; }

.modal-content .modal-close { 
	position: absolute; top: 8px; right: 8px; width: 14px; height: 14px; line-height: 14px; font-size: 14px; color: #ccc; text-decoration: none; text-transform: lowercase;
	}
.modal-content .modal-close:hover { color: #999; }

/* POP POSTS */

.ss-pop-post-header { position: relative; margin: 9px; padding: 18px; text-align: center; border-radius: 7px; box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5); background-color: #f7f6e4; }
.ss-pop-post-header h3 { font-size: 28px; }

/* CRAYON */

body .crayon-syntax { margin: 18px 0; }

/* MAILCHIMP */

div.mc-field-group label { display: none; }
div.mc-field-group input { display: inline-block; width: 100%; box-sizing: border-box; height: 30px; line-height: 30px; padding: 0 10px; font-size: 13px; box-shadow: 0 0 3px rgba(0,0,0,0.3); vertical-align: top; border: 0; }
div.clear input { 
	display: inline-block; height: 30px; line-height: 30px; padding: 0 10px; color: #fff; background-color: #669966; cursor: pointer; 
	text-transform: uppercase; border: 0; font-size: 11px; letter-spacing: 1px; box-shadow: 0 0 3px rgba(0,0,0,0.3); 
	}
div.clear input:hover { background-color: #608e60; }

div.response { font: 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif; }
div.response#mce-success-response { color: #548e54; }
div.response#mce-error-response { color: #993333; }

div#mc_embed_signup div.mce_inline_error { margin: 0 !important; font: 12px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* side */

.mc-signup-side { margin: 0 0 30px 0; }
.mc-signup-side .mc-field-group { width: 90%; }
.mc-signup-side .mc-field-group-email { margin: 0 0 10px 0; }
.mc-signup-side .clear { margin: 10px 0 0 0; }

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.mc-signup-side .mc-field-group { width: 60%; }
}

/* top */

.mc-signup-top { position: relative; margin: 18px 9px 0 9px; padding: 9px 18px; text-align: center; border-radius: 7px; box-shadow: 0 1px 5px 1px rgba(0,0,0,0.5); background: #f7f6e4 url(lib/img/bgs.png) repeat-x 0 103%; }
.mc-signup-top .mc-close-box { position: absolute; top: 8px; right: 8px; width: 14px; height: 14px; line-height: 14px; font-size: 14px; color: #ccc; text-decoration: none; text-transform: lowercase; }
.mc-signup-top .mc-close-box:hover { color: #999; }

.mc-signup-top h4 { margin: 0; padding: 5px 0; color: #b55726; font: 18px/21px 'Source Sans Pro', sans-serif; }
.mc-signup-top .mc-field-group { display: inline-block; width: 125px; margin: 0 0 5px 0; vertical-align: top; }
.mc-signup-top .clear { display: inline-block; vertical-align: top; }

.mc-signup-top div#mce-responses { display: block; padding: 3px 0 18px 0; }

/* @media */

/* tiny screens */
@media only screen and (max-width: 280px) {
	.header { height: 90px; }
	.header h1 { display: none; }
	.header nav[style] { margin-left: 18px !important; top: 18px !important; }

	#wp-mix .content { margin-top: 9px; margin-bottom: 9px; }
	.index-archive .content article section { height: 63px !important; }
	.index-archive .content article section h1 { margin-top: -1px; line-height: 18px; font-size: 15px; }
	.index-archive .content article section p { display: none; }

	#wp-mix .footer { height: 27px; }
	#searchform, .search-title { display: none; }
	#wp-mix .footer .credits { line-height: 27px; }
	#twitter_link[style] { display: none; }
}

/* small screens */
@media only screen and (min-width: 281px) and (max-width: 380px) {
	.index-archive .content article section { height: 135px; }
	.index-archive .content article section h1 { font-size: 18px; line-height: 18px; margin-top: -3px; }
	.index-archive .content article section p  { font-size: 11px; line-height: 18px; padding-top: 4px; }
}

/* medium small screens */
@media only screen and (max-width: 480px) {
	.header nav li { margin-bottom: 5px; }
	.index-archive .content article { width: 100%; }
	.post-page .content aside { width: 100%; clear: both; }
	.post-page .content article { width: 100%; clear: both; }

	.header h2 { display: none; }
	.content { margin-bottom: 27px; }
	.footer { position: relative; }
	.footer .search-input { width: 120px; margin-left: 24px; }
}

/* medium screens (excludes iPad & iPhone) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.header nav li { margin-bottom: 5px; }
	.index-archive .content article { width: 50%; }

	.post-page .content aside   { width: 100%; clear: both; }
	.post-page .content article { width: 100%; clear: both; }
	
	.index-archive .content article section h1 { font-size: 18px; line-height: 18px; margin-top: -2px; }
	.index-archive .content article section p  { font-size: 11px; line-height: 18px; padding-top: 3px; }
}

/* ipads (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.index-archive .content article { width: 50%; }

	.post-page .content aside   { width: 35%; }
	.post-page .content article { width: 65%; }
}

/* medium large screens */
@media only screen and (min-width: 1025px) {
	.index-archive .content article { width: 33.333%; }

	.post-page .content aside   { width: 35%; }
	.post-page .content article { width: 65%; }
}

/* all your code are belong to poetry */