/*
 ********************
 * Hipster Theme by Rick Markus
 ********************
*/

/*
 ********************
 * Reset
 ********************
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 ********************
 * Hipster
 ********************
*/

body, html { min-height: 100%;}

body {
	color:#222222;
	font-size:16px;
	font-family:'Lusitana', serif;
	background:#fff;
}

strong {
	font-weight:110%;
}

#container {
	margin:auto;
	width:1020px;
	margin-bottom:40px;
}

#main {
	width:1060px;
	padding:40px 0 20px 0;
	border-top:4px solid #222222;
}

.boxshadow {
    -webkit-box-shadow:1px 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow:1px 1px 5px rgba(0,0,0,.5);
    box-shadow:1px 1px 5px rgba(0,0,0,.5);
}

h1 {
	font-size:60px;
	padding:30px 0 30px 0;
	text-transform:uppercase;
	text-align:center;
	font-family:'Stardos Stencil', cursive;
}

#title-filter {
	position:absolute;
	top:35px;
	left:0;
	z-index:2;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
}

h2, h3, h4, h5 {
	font-family: 'Ropa Sans', sans-serif;
	margin-bottom:20px;
	font-weight:bold;
}

/*
 ********************
 * Header
 ********************
*/

#header {
	width:1060px;
	height:120px;
	margin-top:30px;
	border-top:4px solid #222222;
	position:relative;
	background-image:url('http://static.tumblr.com/wxatmo8/vybm1jqyz/shoeprint-tan.png');
}

#header a {
	text-decoration:none;
}

/*
 ********************
 * Posts
 ********************
*/

#content {
	float:left;
	width:500px;
	margin:0 20px 40px 200px;
	font-size:16px;
	line-height:18px;
}

.meta_anchor {
	position:relative;
}

.post {
	margin:0 0 50px 0;
}

.posts li {
	margin-bottom:20px;
}

.post ul {
	list-style-type:square;
	padding-left:20px;
}

blockquote {
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#cccccc;
	padding-left:10px;
	margin-left:8px;
}

/*
 ********************
 * Audio Post
 ********************
*/

.song_meta {
	color:#222222;
	font-size:14px;
	text-align:left;
	margin:0 0 20px 0;
}

.song_meta_box {
	float:left;
	width:276px;
	height:172px;
	background:url('http://static.tumblr.com/wxatmo8/zR5m1jqzn/audio-background-tan.png');
	background-repeat:no-repeat;
	padding:10px;
	border-top:4px solid #cccccc;
	border-bottom:4px solid #cccccc;
	border-left:4px solid #cccccc;
}

.artist {
	font-size:16px;
	font-weight:bold;
}

.album_container {
	float:left;
	width:200px;
	height:200px;
	background:url('http://www.rickmarkus.com/well/audio.jpg');
}

.album_art {
	margin-bottom:15px;
}

.audio .caption {
	clear:both;
}

/*
 ********************
 * Chat
 ********************
*/

.chat {
	font-size:14px;
}

.chat ul {
	list-style:none;
	padding-left:0;
}

.odd {
	background:#f9ecdd;
	padding: 5px;
	margin-bottom:0px;
}

.even {
	padding: 5px;
	margin-bottom:0px;
}

.label {
	font-weight:bold;
}

/*
 ********************
 * Quote
 ********************
*/

.quote {
	line-height:30px;
	font-style:italic;
}

.source {
	font-size:14px;
	color:#666666;
	margin-bottom:20px;
	margin-left:300px;
}

/*
 ********************
 * Link
 ********************
*/

.link h2 {
	text-decoration:underline;
}

/*
 ********************
 * Answer Post
 ********************
*/

.asker_portrait {
	padding:2px;
	border:1px solid #cccccc;
	margin-left:10px;
	margin-right:50px;
	margin-bottom:20px;
	float:right;
}

.asked_by {
	line-height:30px;
	text-align:right;
}

.answer {
	clear:both;
}

/*
 ********************
 * Notes
 ********************
*/

ol.notes {
    padding: 0px;
    margin: 0 0 30px 0;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
    font-size:12px;
}

ol.notes li.note {
    border-top: solid 1px #ccc;
    padding: 10px;
}

ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

ol.notes li.note span.action {
    font-weight: bold;
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
    text-decoration: none;
}

/*
 ********************
 * Navigation
 ********************
*/

#end_nav {
	font-size:16px;
	color:#222222;
	padding-top:10px;
}

#end_nav a {
	color:#222222;
}

#side_nav_container {
	margin: 30px 0 40px 0;
}

.side_nav {
	font-size:30px;
	font-family: 'Ropa Sans', sans-serif;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:0;
}

.side_nav a {
	color:#222222;
	text-decoration:none;
}

/*
 ********************
 * Sidebar
 ********************
*/

#portrait {
	float:left;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:5px;
}

#description {
	background-image:url('http://static.tumblr.com/wxatmo8/akCm0vrcy/paper-background.jpg');
	padding:5px;
}

#inner-outline {
	border:4px solid #222222;
	padding: 10px;
}

#description p {
	font-size:16px;
	line-height:18px;
	color:#222222;
	margin:0;
	padding:0;
}

#sidebar {
	float:left;
	overflow:hidden;
	width:340px;
}

/*
 ********************
 * Meta
 ********************
*/

.post_meta {
	position:absolute;
	top:0px;
	left:-200px;
	color:#222222;
	font-size:12px;
	width:180px;
	overflow:hidden;
}

.post_meta a {
	color:#222222;
	font-size:12px;
}

.post_meta ul, .post_meta p, .date a {
	margin:0;
	padding: 0 0 5px 0;
}

.post_meta li {
	float:left;
	margin: 0 5px 5px 0;
}

.tags li:first-child {
	width:180px;
}

.tags li:first-child a {
	font-weight:bold;
	font-size:18px;
}

/*
 ********************
 * Twitter
 ********************
*/

#twitter {
	width:1060px;
	padding:30px 0 30px 0;
	border-top:4px solid #222222;
	background-image:url('http://static.tumblr.com/wxatmo8/Pxsm1jr12/at-background-tan.png');
	background-repeat:no-repeat;
}

#tweet-container {
	margin:auto;
}

#twitter .content {
	overflow:hidden;
	font-size:18px;
	color:#222222;
	line-height:22px;
	text-align:center;
}

#tweets a { display: none; }
#tweets a:first-child { display: block; }
#tweets a { color: #222222; text-decoration: none;}
#tweets a:hover { color: #cccccc; }

/*
 ********************
 * Flickr
 ********************
*/

/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; width:340px; height:164px; margin-top:40px; clear:both;}
#flickr_badge_wrapper {padding:0;}
.flickr_badge_image { float:left; margin:0 10px 10px 0px;}
.flickr_badge_image:nth-child(4n+5) { margin-right:0;}
.flickr_badge_image img {width:77px; height:77px; border: 0px solid black !important;}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;}

/*
 ********************
 * Following
 ********************
*/

#following {
	clear:both;
	width:990px;
	overflow:hidden;
	padding:0;
}

.following_avatar {
	margin:0;
	padding:0;
}

.following_avatar img {
	float:left;
	margin:0 2px 2px 0;
	padding:0;
}

#following p {
	text-transform:uppercase;
	color:#222222;
	font-family: 'Ropa Sans', sans-serif;
	font-size:30px;
	margin:30px 0 10px 0;
	padding:0;
}

/*
 ********************
 * Search
 ********************
*/

#search {
	margin-top:40px;
}

#search input {
	vertical-align: middle;
	font-family:'Lusitana', serif;
	font-size:12px;
    margin: 0 !important;
    line-height: 1;
    outline:0 !important;
	color:#222222;
	border:4px solid #cccccc;
	background:#fff;
	height:26px;
	line-height:24px;
	width:262px;
	background-image:url('http://static.tumblr.com/wxatmo8/ZpSm1jr1t/search-background-tan.png');
	background-repeat:no-repeat;
	padding-left:4px;
}

#search .submit {
	height:36px;
	width:60px;
	color:#222222;
	background-image:url('http://static.tumblr.com/wxatmo8/ZpSm1jr1t/search-background-tan.png');
	background-repeat:no-repeat;
}

/*
 ********************
 * Likes
 ********************
*/

#likes_container {
	clear:both;
	width:1020px;
	background-image:url('http://static.tumblr.com/wxatmo8/JCNm24sbk/likes-background.jpg');
	font-size:14px;
	padding:5px;
}

#likes_inner_border {
	border:4px solid #222222;
	padding:10px;
}

#likes_title {
	float:left;
	width:600px;
	font-size:30px;
	font-family: 'Ropa Sans', sans-serif;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding:0;
}

ul#likes {
	clear:both;
	list-style-type: none;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}

li.like_post {
    /* Should match the width specified in the Likes tag */
    width: 182px;
    padding: 0 20px 5px 0;
    float: left;
    overflow:hidden;
}

li.like_post:nth-child(5) {
    padding: 0;
}

li.like_post img {
    max-width: 100%;
}

li.like_post blockquote {
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #eee;
}

li.like_post ol, li.like_post ul {
    margin: 0 0 0 15px;
    padding: 0;
}

li.like_post .like_link a {
    font-weight: bold;
}

li.like_post .like_title {
    font-weight: bold;
}

li.like_post .post_info_bottom {
    margin: 10px 0 0 0;
    display: block !important;
}

#more_likes_container {
	float:left;
	width:388px;
	height:30px;
}

#likes_title p {
	margin:0;
	padding:0;
}

#more_likes, #more_likes a {
	text-align:right;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
	color:#222222;
}

/*
 ********************
 * Footer
 ********************
*/

#footer {
	clear:both;
	font-size:14px;
	line-height:16px;
	color:#222222;
	text-align:center;
	padding-top:20px;
}

#footer p {
	margin:0;
	padding:0;
}

#footer a {
	color:#222222;
}

/*
 ********************
 * Fixes
 ********************
*/

.hiddenOnStaticPages {
    display: none;
}

.clear {
	clear:both;
}
