html, body.tumblr {
    color:#262626;
    font-family:"museo-slab","courier new",courier,serif;
    	background-image:url(../bg.jpg);
	background-attachment: fixed;
	background-color: #f9f9f9;
    	background-size: 100%;
	overflow-x:hidden
}

html a,body.tumblr a {
    color:#f60
}

#header {
    background:#fff;
    position:relative;
    top:0;
    width:100%;
    padding:10px 20px
}

#header h1 {
    font-family:"museo-sans-condensed","helvtica condensed","arial narrow",helvetica,sans-serif;
    text-transform:uppercase;
	display: inline-block;
    margin:3px 0 0;
    line-height:normal;
    font-size:2.25em;
    -moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
}

#header h1 a {
    text-decoration:none;
    color:#000;
    font-size:2em
}

#header nav ul {
    margin-top:5px
}

#header nav ul li {
    font-family:"museo-slab","courier new",courier,serif;
    margin-right:20px;
    display:inline;
    font-size:1.2em
}

#header nav ul li:last-child {
    margin-right:0
}

#header nav ul li a {
    color:#000;
    text-decoration:none
}

#header nav ul li a:hover {
    color:#f60
}

@media screen and (min-width:480px) {
#header h1 {
    font-size:2.5em
}
}

@media screen and (min-width:768px) {
#header {
    position:fixed;
    z-index:100;
    padding:0
}

#header h1 {
    float:left
}

#header nav ul {
    float:right;
    margin-top:30px
}
}

#posts {
    margin-top:25px;
    padding:0 20px
}

#posts .post {
    margin-bottom:25px
}

#posts .post.video .post-content {
    max-width:500px
}

#posts .date-time {
    text-transform:uppercase;
    font-family:"museo-sans-condensed","helvtica condensed","arial narrow",helvetica,sans-serif;
    margin-bottom:10px
}

#posts .date-time h2,#posts .date-time h3 {
    line-height:normal;
    color:#262626
}

#posts .date-time h2 a,#posts .date-time h3 a {
    color:#262626;
    text-decoration:none
}

#posts .date-time h3 {
    display:inline;
    margin-right:5px
}

#posts .date-time a {
    font-family:"museo-slab","courier new",courier,serif;
    font-size:1.2em;
    text-transform:none;
    text-decoration:none
}

#posts .date-time a.tag {
    font-size:.75em;
    display:none;
    margin:8px 0
}

#posts .post-content {
    font-size:14px
}

#posts .post-content p {
    font-size:14px;
    margin-bottom:10px
}

#posts .post-content img {
    max-width:100%
}

#posts .post-content center {
    margin-bottom:12px
}

#posts .post-content h2 {
    font-family:"museo-sans-condensed","helvtica condensed","arial narrow",helvetica,sans-serif;
    color:#262626;
    line-height:normal;
    margin-bottom:10px
}

@media screen and (min-width:768px) {
#posts {
    margin-top:120px;
    padding:0
}

#posts .date-time a.tag {
    display:block
}
}

@media screen and (min-width:480px) and (max-width:767px) {
#posts .date-time h3 {
    display:block
}
}

#footer {
    text-align:center;
    font-family:"museo-sans-condensed","helvtica condensed","arial narrow",helvetica,sans-serif;
    font-size:1.5em;
    padding:20px 0 15px;
    margin-bottom:50px
}

#footer ul li {
    display:inline;
    margin:0 10px
}

#footer a {
    color:#000;
    text-decoration:none
}

#footer a:hover {
    color:#f60
}

#tumblr_controls {
    position:fixed!important
}

.typekit-badge {
    display:none!important
}