﻿html, body {
    font-family: Arial Unicode MS, Helvetica, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
    color: #444;
}
a {
    color: #00b0f9;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img { border: 0 }
@font-face {
    font-family: 'Avalon';
    src: url('/fonts/Avalon-Demi-webfont.eot');
    src: url('/fonts/Avalon-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Avalon-Demi-webfont.woff') format('woff'),
         url('/fonts/Avalon-Demi-webfont.ttf') format('truetype'),
         url('/fonts/Avalon-Demi-webfont.svg#AvalonDemi') format('svg');
    font-weight: bold;
}
@font-face {
    font-family: 'Avalon';
    src: url('/fonts/Avalon-Book-webfont.eot');
    src: url('/fonts/Avalon-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Avalon-Book-webfont.woff') format('woff'),
         url('/fonts/Avalon-Book-webfont.ttf') format('truetype'),
         url('/fonts/Avalon-Book-webfont.svg#Avalon') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	color: #000;
	font-size: 3em;
	margin: 0 0 0.1em;
	line-height: 1;
	font-weight: normal;
}
h2 {
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	font-size: 2em;
	margin: 1em 0 0.5em;
	color: #000;
	font-weight: normal;
}
p, ul {
	margin: 0 0 1em;
	text-align: left;
}

header, footer, nav, section {
    display: block;
}

#wrap { min-height: 100% }

header {
	border-top: 10px solid #f5f5f5;
	overflow: auto;
	padding: 56px 0 0;
}
header > div {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: auto;
	padding: 0 0 3px;
}
header a {
	float: left;
	background: url(/images/logo.png);
	display: block;
	width: 217px;
	height: 29px;
}
header form {
	float: right;
}
header input#q {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: inset 0 0 3px #f3f3f3;
	-webkit-box-shadow: inset 0 0 3px #f3f3f3;
	box-shadow: inset 0 0 3px #f3f3f3;
	border: 1px solid #ebebeb;
	padding: 6px 12px;
	width: 150px;
	color: #bbb;
	right: 0;
	position: absolute;
	outline: 0;
}
header input#q:focus {
	border-color: #73cbef;
}
input.search-button {
	border: 0;
	background: url(/images/buttons/search.png) no-repeat;
	width: 12px;
	height: 13px;
	position: relative;
	left: -12px;
	top: 6px;
	cursor: pointer;
}
header input#q:focus {
	color: #000;
}

#main {
	width: 940px;
	padding: 0 20px 233px;
	margin: 70px auto 90px;
	text-align: left;
}

footer {
	overflow: auto;
	position: relative;
	margin-top: -233px;
	height: 233px;
	clear: both;
	background: url(/images/bgs/footer.gif) repeat-x;
	color: #888
}
footer div {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}
footer #menu {
	border: 1px solid #f5f5f5;
	border-width: 4px 0;
	text-transform: uppercase;
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	font-size: 1.1em;
	margin: 0 0 28px;
	letter-spacing: 0.1em;
}
footer #menu li {
	margin: 0.6em 1em 0.6em 0;
}
footer #menu a {
	color: #888;
	text-decoration: none;
}
footer #menu a:hover {
	color: #000
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer li {
	display: inline-block;
}
footer p {
	width: 465px;
	float: left;
	font-size: 0.85em;
	line-height: 1.4;
	color: #888
}
footer #share {
	float: right;
}
footer #share a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/share.png);
}
footer #share a[href*="flickr"] {
	background-position: -96px 0;
}
footer #share a[href*="vimeo"] {
	background-position: -24px 0;
}
footer #share a[href*="last"] {
	background-position: -48px 0;
}
footer #share a[href*="feeds"] {
	background-position: -72px 0;
}

#pager {
	overflow: hidden;
	background: #f6f6f6;
	vertical-align: middle;
	color: #575757;
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	width: 620px;
	margin: 2em auto 0;
}
#pager div {
	height: 40px;
}
#pager a {
	display: inline-block;
	color: #575757;
}
#pager a:hover {
	text-decoration: none;
	color: #000;
}
#pager .button a {
	background: url(/images/buttons/pager.png) no-repeat;
	width: 140px;
	height: 40px;
	vertical-align: middle;
}
#pager .prev {
	float: left;
}
#pager .prev a:hover {
	background-position: left -40px;
}
#pager .prev a:active {
	background-position: left -80px;
}
#pager .prev a.disabled {
	background-position: left -120px;
}
#pager .next {
	float: right;
}
#pager .next a {
	background-position: right top;
}
#pager .next a:hover {
	background-position: right -40px;
}
#pager .next a:active {
	background-position: right -80px;
}
#pager .next a.disabled {
	background-position: right -120px;
}
#pager.counter span {
	width: 336px;
	display: inline-block;
	text-align: center;
	height: 30px;
	padding: 10px 0 0;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#pager span a {
	padding: 0 3px;
}
#pager span a.selected {
	color: #000;
	font-weight: bold;
}

#main.post {
}
#main.post h1 {
	margin: 0 0 0.1em;
	width: 620px;
	text-align: left;
	color: #222;
}
#main.post h2 {
	width: 620px;
	text-align: left;
	line-height: 1.1;
	color: #222
}
#main.post p.date {
	color: #bbb;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	margin: 0 0 3em;
	width: 620px;
	text-align: left;
}
#main.post p.date + p.img {
	margin-top: 0;
}
#main.post #pager {
	margin: 5em auto 0;
	width: auto;
}
#main.post #pager .button a {
	margin: 0 0.8em 0 0;
}
#main.post #pager .next a {
	margin: 0 0 0 0.8em;
}
#main.post p.img {
	display: block;
}
p, section.post ul, blockquote {
	font-size: 0.95em;
	width: 620px;
	margin: 0 auto 1em;
	text-align: left;
	line-height: 1.5;
	color: #555;
}
p.img {
	width: auto;
	text-align: center;
	margin: 5em 0;
	line-height: 0;
	display: inline-block;
}
h2 + p.img {
	margin: 1em auto 3em;
}
p.img span {
	background: #f4f4f4;
	display: table;
	margin: 0 auto;
	position: relative;
}
p.img span span {
	display: block;
	font-size: 0.8em;
	color: #666;
	margin: 10px 20px 5px;
	padding: 0 0 5px;
	line-height: 1.4;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}
p.intro {
	font-family: Georgia;
	font-size: 1em;
	font-style: italic;
	line-height: 1.45;
	color: #666;
}
p.intro em {
	font-style: normal;
}
blockquote {
	background: #efefef;
	padding: 1em;
	width: 600px;
}
p.vimeo {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	width: auto;
	margin: 3em 0 3em;
} 
p.vimeo iframe, p.vimeo object, p.vimeo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list p.img {
	margin: 0 15px 20px 0;
	cursor: pointer;
	overflow: hidden;
}
.list p.img.last {
	margin-right: 0 !important;
}
.list p.img:hover {
	-moz-box-shadow: 0 0 3px 3px #ddd;
	-webkit-box-shadow: 0 0 3px 3px #ddd;
	box-shadow: 0 0 3px 3px #ddd;
}
.list p.img:hover span {
	color: #fff;
	background: #00b0f9
}
.list p.img span span {
	width: 260px;
	overflow: hidden;
	height: 17px;
	white-space: nowrap;
}
.list #pager div.prev a, .list #pager div.next a {
	margin: 0
}

#recommend {
	text-align: left;
}
#recommend h2 {
	font-size: 1.5em;
	margin: 4em 0 1em;
}
#recommend p.img {
	width: 220px;
	margin: 0 15px 0 0;
}
#recommend p.img span {
	width: 180px;
}

#soft-header {
	border-bottom: 4px solid #f5f5f5;
	overflow: auto;
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 0 0 45px;
}
#soft-header h1 {
	font-size: 5em;
	float: left;
	width: auto;
	text-transform: none;
	margin: 0 0 23px;
}
#soft-header span {
	float: left;
	display: inline-block;
	color: #c5c5c5;
	margin: 45px 0 0 11px;
	font-weight: bold;
}
#soft-header #actions {
	float: right;
	margin: 45px 0 0;
	letter-spacing: 0.05em;
	font-size: 1.1em;
}
#soft-header #actions a {
	display: inline-block;
	margin: 0 0 0 15px;
	color: #c2c2c2;
}
#soft-header #actions a:hover {
	text-decoration: none;
	color: #000;
}
#soft-header #actions a.label, #main.archive #actions a.label:hover {
	color: #646464;
	font-weight: bold;
}
#soft-header #actions a.selected, #main.archive #actions a.selected:hover {
	color: #ffbf00;
	font-weight: bold;
}

#main.archive {
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	margin-top: 52px;
}
#main.archive p.year {
	display: inline-block;
	width: 140px;
	height: 65px;
	margin: 0 15px 20px 0;
	padding: 25px 0 0;
	text-align: center;
	vertical-align: top;
	color: #666;
	font-size: 2.5em;
	line-height: 1;
	background: #efefef;
}
#main.archive p.year.continued {
	padding: 17px 0 8px;
}
#main.archive p.year em {
	font-size: 0.36em;
	color: #b0b0b0;
	text-transform: uppercase;
	display: block;
	font-style: normal;
}
#main.special p.img:hover {
	color: #000;
	-moz-box-shadow: 0 -2px 2px 2px #ccc;
	-webkit-box-shadow: 0 -2px 2px 2px #ccc;
	box-shadow: 0 -2px 2px 2px #ccc;
}
#main.archive div#title {
	position: absolute;
	display: none;
	width: 120px;
	background-color: #00b0f9;
	padding: 8px 10px 10px;
	color: #fff;
	-moz-box-shadow: 0 2px 2px 2px rgba(128,128,128,0.5);
	-webkit-box-shadow: 0 2px 2px 2px rgba(128,128,128,0.5);
	box-shadow: 0 2px 2px 2px rgba(128,128,128,0.5);
	border-top: 2px solid #008bc5;
}
#main.archive.list p.img span em {
	position: relative;
	display: inline-block;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	padding: 3px 6px;
	font-style: normal;
	font-size: 0.9em;
	top: -2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#main.archive.list p.img:hover span em {
	background: #ccf0ff;
	color: #00b0f9
}
#main.series p.img span {
	width: 420px;
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	font-size: 1.3em;
	text-align: center;
}
#main.series p.img span span {
	margin: 5px 20px 0;
	height: 30px;
}
#main.contact {
	width: 780px;
	height: 841px;
	background: url(/images/bgs/contact.png) no-repeat;
}
#main.contact h1 {
	text-align: center;
	color: #ffbf00;
	font-size: 6em;
	padding-top: 50px;
	font-weight: bold;
}
#main.contact fieldset {
	width: 650px;
	margin: 0 auto;
	border: 0;
	overflow: auto;
	position: relative;
}
#main.contact label {
	display: block;
	width: 110px;
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	text-transform: uppercase;
	float: left;
	padding: 7px 0 0;
}
#main.contact fieldset input, #main.contact fieldset textarea {
	float: left;
	width: 518px;
	padding: 8px 10px;
	border: 0;
	-moz-box-shadow: 0 3px 3px #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
	box-shadow: 0 3px 3px #ccc;
}
.no-boxshadow #main.contact fieldset input, .no-boxshadow #main.contact fieldset textarea {
	border: 1px solid #ccc;
}
#main.contact fieldset textarea {
	height: 250px;
}
#main.contact fieldset span.field-validation-error {
	display: block;
	position: absolute;
	top: 7px;
	right: 30px;
	background: #c62f00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	width: 140px;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	padding: 2px 6px;
	color: #fff;
}
#main.contact #submit {
	margin: 50px auto 0;
	display: block;
	width: 202px;
	height: 56px;
	background: url(/images/buttons/send.png) no-repeat;
	border: 0;
	cursor: pointer;
}
#main.contact #submit:hover, #main.contact #submit.next:hover {
	background-position: left center;
}
#main.contact #submit:active, #main.contact #submit.next:active {
	background-position: left bottom;
}
#main.contact p {
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	font-size: 2em;
	color: #999;
	text-align: center;
	width: 500px;
	margin: 0 auto 180px;
}
#main.contact #submit.next {
	width: 330px;
	background: url(/images/buttons/to-the-homepage.png) no-repeat;
}

#main.search {
	margin-top: 52px;
}
#main.search h2 {
	font-family: Avalon, Futura, Century Gothic, sans-serif;
	font-size: 1.2em;
}
#main.search ul {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
}
#main.search ul p {
	margin: 0 0 1em;
}

#main.edit fieldset {
	border: 0;
	border-bottom: 2px solid #eee;
	padding: 1em 0;
	font-size: 0.9em;
}
#main.edit label {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
#main.edit input[type=text], #main.edit textarea {
	width: 700px;
	font-family: inherit;
	font-size: inherit;
}
#main.edit input[type=text].short {
	width: 200px
}
#main.edit #Content {
	height: 400px;
}
#main.edit #Description {
	height: 100px;
}
#main.edit #images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
}
#main.edit #images li {
	width: 250px;
	float: left;
	background: #eee;
	font-size: 0.9em;
	text-align: center;
	margin: 0 1em 1em 0;
}

form.no-results {
	text-align: center;
	padding: 0 0 4em;
}
form.no-results h2 {
	margin: 2em 0 1em;
}
form.no-results input[type=text] {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: inset 0 0 3px #f3f3f3;
	-webkit-box-shadow: inset 0 0 3px #f3f3f3;
	box-shadow: inset 0 0 3px #f3f3f3;
	border: 1px solid #ebebeb;
	padding: 8px 15px;
	width: 350px;
	color: #000;
	font-size: 1.1em;
	margin: 0 0 0 20px;
	outline: 0;
}
form.no-results input[type=text]:focus {
	border-color: #73cbef;
}
form.no-results input.search-button {
	left: -34px;
	top: -1px;
}
#holder:hover {
    background:#000;
}

@media screen and (max-width: 939px) {
    header {
        border-top-width: 5px;
        padding: 20px 0 0;
    }
    header > div {
        width: auto;
        margin: 0 8px;
    }
    header a {
    }
    header form {
        display: none;
    }
    #main {
        width: auto;
        margin: 20px 8px;
        padding: 0 0 60px;
    }
    p, section.post ul, blockquote {
        width: auto;
    }
    .list p.img {
        margin-right: 0;
    }
    p.img img, p.img video {
        max-width: 100%;
        height: auto;
    }
    #pager {
        width: auto;
        margin: 0 auto;
    }
    #pager span {
        display: none;
    }
    #main.post {
        margin: 26px 8px;
    }
    #main.post h1 {
        width: auto;
        font-size: 2.5em;
    }
    #main.post p.date {
        width: auto;
        margin: 0 0 1.5em;
    }
    #main.post p.img {
        margin: 1.5em 0;
    }
    #main.post #pager {
        margin: 1em auto 0;
    }
    #main.post #pager .next a {
        margin: 0;
    }
    #main.post h2 {
        width: auto;
    }
    #main.archive {
        margin-top: 20px
    }
    #soft-header {
        margin: 0 0 20px;
    }
    #soft-header h1 {
        font-size: 3.5em;
        margin: 0 0 5px;
        float: none;
    }
    #soft-header span {
        margin: 0;
    }
    #soft-header #actions {
        margin: 0;
        float: none;
    }
    #soft-header #actions a {
        margin: 0 8px 10px 0;
    }
    #soft-header span {
        display: none;
    }
    #main.archive p.year {
        margin: 0 8px 8px 0;
    }
    #main.archive p.img {
        margin: 0 8px 8px 0;
    }
    #main.archive.series p.img {
        margin: 0 auto 20px;
    }
    #main.series p.img img {
        width: auto;
    }
    #main.series p.img span {
        width: auto;
    }
    #main.contact {
        width: auto;
        height: auto;
        background: none;
    }
    #main.contact h1 {
        color: #000;
        font-size: 3.5em;
        padding: 0;
        font-weight: normal;
        text-align: left;
        margin: 0 0 20px;
    }
    #main.contact fieldset {
        width: auto;
        padding: 0;
        margin: 0 0 20px
    }
    #main.contact label {
        display: block;
        width: auto;
        float: none;
        padding: 0 0 5px;
    }
    #main.contact fieldset input, #main.contact fieldset textarea {
        float: none;
        width: 85%;
        border: 1px solid #ccc;
    }
    #main.contact p {
        width: auto;
        text-align: left;
        font-size: 1.3em;
        margin: 0 0 40px;
    }
    footer {
        height: auto;
        margin: 0 8px 20px;
        background: none;
    }
    footer div {
        width: auto;
    }
    footer #menu li {
        display: block;
    }
    footer p {
        width: auto;
        float: none;
    }
    footer #share {
        float: none;
    }
}