@font-face {
    font-family: 'thesansplain';
    src: url('font/thesansplain-webfont.eot');
    src: url('font/thesansplain-webfont.eot?#iefix') format('embedded-opentype'), url('font/thesansplain-webfont.woff2') format('woff2'), url('font/thesansplain-webfont.woff') format('woff'), url('font/thesansplain-webfont.ttf') format('truetype'), url('font/thesansplain-webfont.svg#thesansplain') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'thesansplaincaps';
    src: url('font/thesansplaincaps-webfont.eot');
    src: url('font/thesansplaincaps-webfont.eot?#iefix') format('embedded-opentype'), url('font/thesansplaincaps-webfont.woff2') format('woff2'), url('font/thesansplaincaps-webfont.woff') format('woff'), url('font/thesansplaincaps-webfont.ttf') format('truetype'), url('font/thesansplaincaps-webfont.svg#thesansplaincaps') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'goudyoldstyle';
    src: url('font/goudyoldstyle-webfont.eot');
    src: url('font/goudyoldstyle-webfont.eot?#iefix') format('embedded-opentype'), url('font/goudyoldstyle-webfont.woff2') format('woff2'), url('font/goudyoldstyle-webfont.woff') format('woff'), url('font/goudyoldstyle-webfont.ttf') format('truetype'), url('font/goudyoldstyle-webfont.svg#goudyoldstyle') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'goudyoldstyleitalic';
    src: url('font/goudyoldstyleitalic-webfont.eot');
    src: url('font/goudyoldstyleitalic-webfont.eot?#iefix') format('embedded-opentype'), url('font/goudyoldstyleitalic-webfont.woff2') format('woff2'), url('font/goudyoldstyleitalic-webfont.woff') format('woff'), url('font/goudyoldstyleitalic-webfont.ttf') format('truetype'), url('font/goudyoldstyleitalic-webfont.svg#goudyoldstyleitalic') format('svg');
    font-weight: normal;
    font-style: normal
}

/*
========================================================================
BLOG :: Body
========================================================================
*/

body {
    background: url("../../../../images/raster.png"), url("../../../../images/lefttop.png"), url("../../../../images/leftbottom.png"), url("../../../../images/rightbottom.png"), url("../../../../images/bg.jpg");
    background-position: center center, left top, left bottom, right bottom, center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family: 'thesansplain';
	background-color: #AED4C8;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 0.9em;
    line-height: 1.5em;
}
#bg1,
#bg2,
#bg3,
#bg4 {
    display: none;
    z-index: -1;
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}
#bg1 img,
#bg2 img,
#bg3 img,
#bg4 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg1 {
        display: block
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg2 {
        display: block
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg3 {
        display: block
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none
    }
    #bg4 {
        display: block
    }
}
#container {
	float: left;
    width: 420px;
    overflow: auto;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border: 29px solid transparent;
    -webkit-border-image: url("img/border.png") 29 round;
    -o-border-image: url("img/border.png") 29 round;
    border-image: url("img/border.png") 29 round;
    margin: 50px 0 50px 370px;
    padding: 60px 40px;
	z-index: 10;
}
@media only screen and (max-width: 1081px) {
    #container {
		float: none;
		margin: 50px auto;
    }
}
@media all and (max-width: 580px) {
    #container {
        display: block;
        width: 70%;
        margin: 50px auto;
        padding: 50px 10px;
    }
}
a {
	color: #82422A;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.header-wrapper {
    background: #82422a none repeat scroll 0 0;
    display: none;
    -webkit-overflow-scrolling: touch;
    left: 0;
    width: 200px;
    position: absolute;
    z-index: 100;
    height: 100vh;
    margin: 0;
    padding: 20px 50px
}
@media only screen and (min-width: 1081px) {
    .header-wrapper {
        display: block
    }
}
.fixfixed .header-wrapper {
    display: none
}
.fixed-header {
    top: 0;
    position: fixed
}
.header-wrapper .logo {
    display: block;
    text-align: center;
    margin-bottom: 30px
}
.myMenu {
    font-family: 'thesansplaincaps';
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.13em;
    margin: 0;
    padding: 0;
    z-index: 200
}
.myMenu li {
    list-style: none;
    margin: 0;
    padding: 0
}
.myMenu li a:link,
.myMenu li a:visited {
    font-size: 130%;
    margin: 0;
    padding: 4px 0;
    color: #A58371;
    text-decoration: none;
    display: inline-block;
}
.myMenu li a:hover {
    color: #DED1CB;
}
.myMenu li a.active {
    color: #fff;
}
.myMenu .social {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin: 0 2px;
    padding: 0;
}
.a1 {
    background: url("../../../../images/facebook.png") 0 0 no-repeat;
}
.a1:hover {
    background: url("../../../../images/facebook_a.png") 0 0 no-repeat;
}
.a2 {
    background: url("../../../../images/twitter.png") 0 0 no-repeat;
}
.a2:hover {
    background: url("../../../../images/twitter_a.png") 0 0 no-repeat;
}
.a3 {
    background: url("../../../../images/gplus.png") 0 0 no-repeat;
}
.a3:hover {
    background: url("../../../../images/gplus_a.png") 0 0 no-repeat;
}
.a4 {
    background: url("../../../../images/rss.png") 0 0 no-repeat;
}
.a4:hover {
    background: url("../../../../images/rss_a.png") 0 0 no-repeat;
}
.myMenu li ul {
    width: 250px;
    position: absolute;
    visibility: hidden;
    margin-top: -26px;
    padding-left: 30px;
    display: inline-block
}
.myMenu li ul li {
    font-size: 90%;
    line-height: 100%;
    list-style: none;
    margin: 0;
    padding: 3px 20px;
    background: #fff
}
.myMenu li ul li a:link,
.myMenu li ul li a:visited {
    color: #000
}
.myMenu li ul li a:hover {
    color: #9F353C
}
.myMenu li ul li a.active {
    color: #9F353C
}
.erase {
    display: block
}
@media only screen and (max-width: 1081px) {
    .erase {
        display: none
    }
}
.showrase {
    display: none
}
@media only screen and (max-width: 1081px) {
    .showrase {
        display: block
    }
}
.column {
	font-size: 85%;
	float: left;
	position: absolute;
    width: 200px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border: 29px solid transparent;
    -webkit-border-image: url("img/border.png") 29 round;
    -o-border-image: url("img/border.png") 29 round;
    border-image: url("img/border.png") 29 round;
    margin: 50px 0 50px 950px;
    padding: 20px 10px;
	z-index: 10;
}
@media only screen and (max-width: 1081px) {
    .column {
        display: none;
    }
}
.column span, .column p  {
    font-family: 'thesansplain';
    letter-spacing: 0;
    margin: 0 0 5px 0;
    font-weight: normal;
	font-style: normal;
    line-height: 140%;
    padding: 0
}
.column span {
	text-transform: none;
    font-size: 130%;
}
.column p {
    font-size: 100%;
}
.column hr {
	border: 0;
	height: 1px;
	background: #CAAFA2;
	margin: 10px 0;
}
.column .star {
	margin: 0 auto;
	width: 40px;
	height: 40px;
}
.column h1 {
	font-family: 'goudyoldstyle';
	font-size: 150%;
    font-weight: bold;
	font-style: normal;
	line-height: 140%;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
/*
========================================================================
BLOG :: Head
========================================================================
*/

#blog-head {
    font-family: 'goudyoldstyle';
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 70%;
	overflow: auto;
	margin: 10px 0 30px 0;
	font-weight: bold;
	border-bottom: 1px solid #CAAFA2;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

#blog-head	a {
	color: #000;
	text-decoration: none;
	font-size: 3.6em;
}

#blog-head	span.blog-title {
	color: #777777;
}

#blog-head	span.blog-slogan {
    font-size: 100%;
    letter-spacing: 0.07em;
	color: #000;
}

/*
========================================================================
BLOG :: Main
========================================================================
*/

#main {
    margin: 0 auto;
    overflow: auto;
	font-size: 0.9em;
}

#left {
}

#sidebar {
	display: none;
	float: right;
	width: 230px;
	margin-right: 10px;
}

/*
========================================================================
BLOG :: Footer
========================================================================
*/

#blog-foot {
	text-align: right;
	font-size: 0.9em;
}

/*
========================================================================
BLOG :: Page 404
========================================================================
*/

div.page_404 {

}

/*
========================================================================
BLOG :: Pager
========================================================================
*/

#pager {
	overflow: auto;
	text-align: center;
}

#pager	a.next-page {
	float: right;
	background: #FFFFFF;
	padding: 0 5px;
}

#pager	a.prev-page {
	float: left;
	background: #FFFFFF;
	padding: 0 5px;
}

#pager	a.home-page {
	background: #FFFFFF;
	padding: 0 5px;
}

/*
========================================================================
Nibbleblog Styles
========================================================================
*/

.nb-code {
	border-style: solid !important;
}

.nb-console {
    background: url("img/console.png") no-repeat scroll 8px 8px #F1F1F1;
    display: block;
    line-height: 24px;
    margin: 5px 0;
    overflow: auto;
    padding-left: 38px;
    white-space: nowrap;
    border: 1px solid #ccc !important;
}

.nb-align-left {
	float:left;
	margin:0 1em 1em 0;
}

.nb-align-right {
	float:right;
	margin:0 0 1em 1em;
}

.nb-align-center {
	display:block;
	margin:0 auto 1em;
}