/* bring the salsa */

html {
	background: url(wood.png) top center repeat;
	}

body {
	background: url(salsa2.jpg) top center no-repeat;
	margin: 0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: white;
	min-width: 960px;
	min-height: 580px;
	}

h1, #description {
	margin: 0;
	} 

h1 a {
	text-indent: -10000em;
	position: fixed;
	top: 0;
	left: -153px;
	width: 50%;
	height: 400px;
	}

#description {
	visibility: hidden;
	}

#tumblr_controls {
	position: fixed !important;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}

:focus, :active {
	outline: 0;
	}

header {
	width: 260px;
	position: fixed;
	display: block;
	background: rgba(0,0,0,.6);
	color: rgba(255,255,255,.6);
	font-size: 13px;
	text-transform: lowercase;
	padding: 0px 14px;
	line-height: 18px;
	right: 50%;
	margin-right: 180px;
	bottom: 35px;
	opacity: .6;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	border-radius: 6px;
	box-shadow: inset 0 0 8px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
	transition: opacity 0.4s linear;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	}

header:hover {
	opacity: 1;
	}

header strong {
	color: white;
	font-weight: normal;
	font-size: 16px;
	display: block;
	}

header a {
	color: white;
	font-weight: bold;
	}

header a:hover {
	color: black;
	background: white;
	padding: 1px 2px;
	margin: -1px -2px;
	text-shadow: none;
	border-radius: 2px;
	}

#posts {
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 50%;
	margin-left: -120px;
	z-index: 10;
	}

#posts article {
	margin-bottom: 70px;
	}

#posts article p {
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	}

#posts article p a, #posts article .source a {
	background: rgba(0,0,0,.2);
	color: white;
	padding: 2px 4px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,.6);
	}

#posts article p a:hover, #posts article .source a:hover {
	background: white;
	color: #700;
	text-shadow: none;
	}

#posts article.text {
	background: #faf6eb url(post-pattern.png);
	color: #333;
	padding: 10px 25px;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(32,0,0,.6);
	}

#posts article.text h3, #posts article.text h3 a {
	font-size: 31px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 30px 0;
	}

#posts article.text h3 a {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	}

#posts article.text p, #posts article.text li {
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	line-height: 25px;
	}

#posts article.text a, #posts article .caption a {
	background: transparent;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	border-radius: 0;
	border-bottom: 1px dashed #333;
	font-weight: bold;
	padding: 0;
	}

#posts article.text p a:hover, #posts article .caption a:hover {
	color: #111;
	border-bottom: 1px solid #333;
	}

#posts article.link a.link {
	font-weight: bold;
	color: #222;
	background: rgba(255,255,255,.8);
	font-size: 25px;
	line-height: 24px;
	display: block;
	padding: 10px 8px;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 6px rgba(32,0,0,.6);
	}

#posts article.link a.link:hover {
	background: rgba(255,255,255,1);
	}

#posts article.link .description {
	padding: 0 10px;
	}

#posts article.photo, #posts article.video, #posts article.photoset {
	max-width: 500px;
	height: auto;
	display: block;
	padding: 10px 0;
	background: white;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(32,0,0,.6);
	}

#posts article.photo img, #posts article.video object, #posts article.video embed, #posts article.video iframe {
	max-width: 500px;
	}

#posts article.photo .caption, #posts article.video .caption, #posts article.photoset .caption {
	margin-left: 10px;
	margin-right: 10px;
	}

#posts article .caption {
	font-size: 15px;
	color: #333;
	margin: 0 0 4px;
	padding: 2px;
	overflow: hidden;
	text-align: left;
	}

#posts article .caption p {
	margin: 15px 0 0;
	text-shadow: none;
	}

#posts article .caption blockquote {
	font-size: 15px;
	color: #333;
	margin: 5px 6px;
	padding: 0 12px;
	border-left: 1px solid #bbb;
	opacity: .8;
	}

#posts article .caption blockquote:hover {
	opacity: 1;
	}

#posts article.quote {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -1px;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,.6);
	}

#posts article.quote .source {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0;
	margin-top: 10px;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	}

#posts article blockquote {
	margin: -4px 15px 5px;
	padding-left: 9px;
	border-left: 4px solid rgba(0,0,0,.2);
	}

#posts article ul {
	list-style: square;
	padding-left: 22px;
	}

#posts article li {
	margin-bottom: 17px;
	}

.reblog {
	display: block;
	text-align: right;
	font-weight: bold;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #e1dddd;
	opacity: .6;
	}

.reblog:hover {
	opacity: 1;
	}

.reblog img {
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 1px;
	}

.reblog a {
	color: white;
	}

#posts article.photo .reblog, #posts article.video .reblog, #posts article.photoset .reblog {
	border-top: 1px dotted rgba(0, 0, 0, .4);
	color: #aaa;
	margin-bottom: -4px;
	margin-top: 15px;
	padding: 6px 6px 0px;
	text-shadow: none;
	width: 488px;
	}

#posts article.photo .reblog a, #posts article.video .reblog a, #posts article.photoset .reblog a {
	color: #8F0000;
	}

#posts article.photo .reblog img, #posts article.video .reblog img, #posts article.photoset .reblog img {
	margin-left: 0;
	}

footer {
	display: block;
	position: relative;
	text-align: center;
	width: 500px;
	margin: -40px 0 30px;
	left: 50%;
	margin-left: -120px;
	}

footer a.next, footer a.prev {
	position: absolute;
	padding: 5px 10px 4px;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	font-weight: bold;
	background: rgba(0,0,0,.7);
	text-shadow: 0 1px 2px black;
	box-shadow: 0 1px 2px rgba(255,255,255,.5), inset 0 1px 2px black;
	border-radius: 4px;
	opacity: .8;
	z-index: 10;
	}

footer a.next:hover, footer a.prev:hover {
	opacity: 1;
	}

footer a.next {
	right: 0;
	}

footer a.prev {
	left: 0;
	}

footer span.currentpage {
	font-weight: bold;
	font-size: 25px;
	font-variant: small-caps;
	text-shadow: 0 1px 2px #200;
	color: white;
	display: block;
	}

footer a.arch {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	opacity: .6;
	text-shadow: #300 0 1px 0;
	}

footer a.arch:hover {
	opacity: 1;
	}
