@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin);

/* 	

Theme name: Casey
Description: A light modern theme for tumblr.
Designer: Chloe Briggs
Version: 1.3	


/**** Reset ****/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ‘’;
	content: none;
}


/***** Generic Styles *****/

html {
	height: 100%;
}

body {
	background: url(http://static.tumblr.com/20pvjfl/a1Zligwws/new_bg2.jpg);
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	height: 100%;
}

p {
	margin-bottom: 15px;
	line-height: 22px;
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin-top: 16px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 8px;
	list-style: none;
}

blockquote {
	border-left: 7px solid #e5e3e4;
	padding-left: 14px;
	margin-left: 5px;
	margin-bottom: 20px;
	line-height: 20px;
}

blockquote p {
	color: #a1a1a1;
}

h1 {

}

h2, h3, h4, h5, h6 {
	
}

h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 14px;
}

h4 {
	font-size: 14px;
	margin-bottom: 14px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 14px;
}


/***** Layout *****/

.container {
	width: 870px;
	margin: 0 auto;
	min-height: 100%;
}

header {
	float: left;
	margin-top: 37px;
	width: 870px;
	position: relative;
}

.logo {
	width: 588px;
	float: left;
}

nav {
	float: right;
}

.main {
	float: left;
	width: 592px;
	overflow: hidden;
	padding-bottom: 52px;
}

section {
	width: 588px;
	position: relative;
	float: left;
}

aside {
	float: left;
	background: #fff;
	margin: 20px 0 30px 26px;
	width: 252px;
	position: relative;
	-moz-box-shadow: #888 0px 1px 2px;
	-webkit-box-shadow: #888 0px 1px 2px;
	box-shadow: #888 0px 1px 2px;
}

.blogfooter {
	height: 52px;
	float: left;
	width: 870px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 2px 2px rgba(42,42,42,0.75);
	-moz-box-shadow: 0px 2px 2px rgba(42,42,42,0.75);
	box-shadow: 0px 2px 2px rgba(42,42,42,0.75);
	background: #d1d1d1;
}

article div {
	width: 510px;
}


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

header h1 {
	margin: 0;
}

header h1 a {
	font-family: 'Lobster';
	font-size: 54px; 
	padding-right: 5px;
}

header h1 a:hover {
	text-decoration: none;
	opacity: 0.9;
}

nav {
	position: absolute;
	right: 0;
	bottom: 3px;
}

.pages {
	margin: 0;
}

.pages li {
	float: left;
	margin-left: 20px;
	margin-bottom: 0;
	font-family: 'Lobster';
	font-size: 20px;
	color: #000;
}

.pages li a:hover {
	text-decoration: none;
	opacity: 0.9;
}

/***** Main Content *****/

/** Post Icons **/

.type_post, .type_photo, .type_quote, .type_link, .type_audio, .type_video, .type_chat {
	height: 30px;
	width: 30px;
	position: absolute;
	text-indent: -9999px;
	top: 20px;
	right: 20px;
}

.type_post {
	background: url(http://static.tumblr.com/20pvjfl/pT6lajm5s/post_icon.png) no-repeat;	
}

.type_photo {
	background: url(http://static.tumblr.com/20pvjfl/CzZlajm6l/photo_icon.png) no-repeat;
}

.type_quote {
	background: url(http://static.tumblr.com/20pvjfl/3V9lajm8a/quote_icon.png) no-repeat;
}

.type_audio {
	background: url(http://static.tumblr.com/20pvjfl/v7Rlajma5/audio_icon.png) no-repeat;
}

.type_video {
	background: url(http://static.tumblr.com/20pvjfl/DrTlajmau/video_icon.png) no-repeat;
}

.type_chat {
	background: url(http://static.tumblr.com/20pvjfl/vlclajmcq/chat_icon.png) no-repeat;
}

.type_link {
	background: url(http://static.tumblr.com/20pvjfl/84jlajmds/link_icon.png) no-repeat;
}

/** Article **/

article {
	float: left;
	width: 588px;
	position: relative;
	margin-top: 20px;
	background: #fff;
	-moz-box-shadow: #888 0px 1px 2px;
	-webkit-box-shadow: #888 0px 1px 2px;
	box-shadow: #888 0px 1px 2px;
	margin-left: 2px;
}

.inner {
	padding: 20px;
}

.inner_search {
	padding: 30px 30px 20px 30px;
	min-height: 600px;
}

article h2 {
	border-bottom: 3px solid #e5e3e4;
	padding-bottom: 10px;
	font-weight: normal;
	margin-top: 0;
	width: 505px;
	padding-right: 42px;
}

article h2 a {
	color: #3a3a3a;
}

article img {
	border: 1px solid #e5e3e4;
	padding: 3px;
	margin-bottom: 20px;
	margin-right: 20px;
/*	max-width: 480px; */
}

.pic_post {
	margin-bottom:0; 
}

.blog img {
	margin-bottom: 10px;
}

.audio_player {
	margin-bottom: 10px;
}

.caption p, .source p {
	font-size: 12px;
}

.video {
	border: 1px solid #e5e3e4;
	padding: 3px 3px 2px 3px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 500px;
}

cite p {
	font-style: normal;
	margin-bottom: 10px;
}

.label {
	font-weight: bold;
}

.blog ul, .blog ol {
	margin-left: 30px;	
}

.blog ul li {
	list-style: disc;
	line-height: 18px;
}

.blog ol li {
	line-height: 18px;
	list-style-type: decimal;
}

.chat li {
	line-height: 20px;
	margin-bottom: 10px;
}

.quote_post blockquote {
	width: 450px;
	line-height: 24px;
}

article div a {
	text-decoration: underline;
}

.question {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.asker {
	font-size: 12px;
	margin-bottom: 20px;
}

.quote_post blockquote {
	width: 470px;
	font-size: 18px;
}

.album_art {
	float: left;
	width: 120px;
}

.album_art img {
	height: 100px;
	width: 100px;
}

.a_player, .track_meta {
	float: left;
	width: 340px;
}

.caption {
	clear: both;
}

p img {
	max-width: 540px;
}

blockquote img {
	max-width: 515px;
}

/** Article footer **/

section footer a, article h2 a {
	text-decoration: none;
}

section footer a:hover {
	text-decoration: underline;
}

.footerwrap {
	width: 588px;
	float: left;
}

section footer {
	width: 588px;
	height: 72px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	float: left;
	position: relative;
	margin: 0;
}


.post_meta {
	clear: both;
	padding-left: 20px;
	margin: 0;
	position: absolute;
	top: 17px;
}

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

.post_meta li:after {
	content: ","
}

.post_meta li:last-child:after {
	content: " ";
}

.notes_comms {
	margin-top: 0;
	float: left;
	position: absolute;
	bottom: 15px;
	padding-left: 20px;
}

.d_comm_count, .permalink, .post_meta_notes {
	float: left;
	margin: 0;
}

.post_meta_notes li, .d_comm_count li, .permalink li {
	margin-bottom: 0;
	margin-right: 20px;
}

.permalink li { 
	float: left;
	list-style: disc;
	padding-right: 6px;
}

.permalink li:first-child {
	list-style: none;
}

.post_date {
	float: right;
	margin-bottom: 0;
}

.post_date li {
	margin-bottom: 0;
}

.tags {
	width: 400px;
	float: left;
}

.date {
	width: 150px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#disqus_thread, .notes {
	float: left;
	margin-top: 10px;
	background: #fff;
	padding: 10px 20px 0 20px;
	-moz-box-shadow: #888 0px 1px 2px;
	-webkit-box-shadow: #888 0px 1px 2px;
	box-shadow: #888 0px 1px 2px;
	margin-left: 2px;
}

#disqus_thread {
	width: 548px;
}

.notes {
	width: 588px;
	margin-bottom: 0;
	padding: 10px 0 20px 0;
	font-size: 12px;
}

.notes li {
	margin-bottom: 0;
	line-height: 18px;
}

.notes li.note {
	padding: 10px 20px 10px 20px;
	position: relative;
}

.notes li.with_commentary {
	padding-bottom: 5px;
}

.with_commentary blockquote {
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
}

.notes .avatar {
	border: 1px solid #e5e3e4;
	padding: 2px;
	margin-right: 10px;
	float: left;
}

.notes blockquote {
	margin: 12px 0 0px 32px;
}

.action {
	top: 3px;
	position: relative;
}

.action a {
	text-decoration: underline;
}

.answer_content {
	margin-left: 5px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}

.notes li.more_notes_link_container {
	width: 107px;
	margin-top: 15px;
	padding-bottom: 0;
}

/** Pagination **/

.pagination {
	float: left;
	margin-top: 20px;
	width: 588px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;   
}

#next {
	float: left;
	background: url(http://static.tumblr.com/20pvjfl/ucnlpvaoi/back.png) no-repeat;
	padding: 2px 0 5px 28px;
}

#back {
	float: right;
	text-align: right;
	background: url(http://static.tumblr.com/20pvjfl/FSYlpvavr/forward.png) no-repeat top right;
	padding: 2px 28px 5px 0;
}

#next, #back {
	color: #3a3a3a;
}


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

.about {
	padding: 20px 20px 0px 20px;
	width: 212px;
}

.about p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

.about ul, .about ol {
	margin-top: 0;
}

.about ul li, .about ol li {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 15px;
}

.about ul li {
	list-style-type: disc;
	margin-bottom: 9px;
}

.about ol li {
	list-style-type: decimal;
}

.search {
	position: relative;
	float: left;
	margin-bottom: 40px;
	padding-left: 18px;
}

input {
	border: 1.5px solid #e5e3e4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 18px;
	padding: 3px 3px 3px 8px;
	width: 200px;
	font-size: 13px;
}

input:focus {
	outline: none;
}

.button {
	border: none;
	background: url(http://static.tumblr.com/20pvjfl/qDWlan7px/search_icon.png) no-repeat;
	height: 22px;
	width: 22px;
	text-indent: -9999px;
	position: absolute;
	right: 3px;
	top: 2px;
	display: block;
	cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.rss {
	position: absolute;
	top: 7px;
	right: 6px;
}

.rss ul {
	margin: 0px;
}

#feed {
	background: url(http://static.tumblr.com/20pvjfl/VbTlb45rq/rss_img.png) no-repeat;
	height: 30px;
	width: 29px;
	text-indent: -9999px;
}

#feed a {
	display: block;
	height: 30px;
	width: 29px;
}

.sponsors {
	padding: 0px 20px 30px 20px;
	width: 212px;
	float: left;
}

.sponsors img {
	max-width: 212px;
}

.social_wrap {
	float: left;
}

.social {
	float: left;
}

.social h4 {
	padding: 0 20px;
	margin-bottom: 10px;
}

.social ul {
	font-size: 13px;
	float: left;
	margin: 0;
	padding: 8px 20px 15px 20px;
	width: 212px;
}

.social li {
	float: left;
	width: 97px;
	margin-right: 0;
	padding: 8px 7px 6px 0;
	margin-bottom: 2px;
	font-size: 14px;
}

li.ask {
	width: 110px;
	clear: both;
}

.i_like {
	float: left;
	padding: 0 20px;
	margin-bottom: 30px;
	width: 212px;
	line-height: 18px;
}

#likes {
	font-size: 10px;
	margin-bottom: 20px;
}

#likes p {
	margin-bottom: 0;
	line-height: 16px;
}

.like_post ul {
	margin: 10px 0 10px 0;
}

#likes blockquote {
	font-size: 11px;
	border-left: 3px solid #e5e3e4;
	padding-left: 8px;
	margin: 5px 0 0 0;
	font-size: 10px;
	line-height: 16px;
}

#likes blockquote p {
	line-height: 14px;
	margin-bottom: 3px;
}

#likes blockquote li {
	border: none;
	padding-bottom: 0;
}

.like_post img {
	max-width: 212px;
	margin: 5px 0 5px 0;	
}

.like_audio {
	height: 20px;
	margin-top: 10px;
}

#twitter_background {
	float: left;
	margin-bottom: 40px;
}

#twitter {
	line-height: 18px;
	padding: 0px 20px;
	width: 212px;
}

#twitter h4, .i_like h4, .about h4, .i_follow h4, .sponsors h4 {
	border-bottom: 1px dashed #e5e3e4;
	margin-bottom: 12px;
	padding-bottom: 6px;
	line-height: 20px;
}

#twitter_update_list, #likes {
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 7px;
}

#twitter_update_list li, #likes li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	line-height: 20px;
	border-bottom: 1px dashed #e5e3e4;
}

#twitter_update_list li span a {
	float: none;
	position: relative;
	top: 0;
	text-decoration: underline;
}

#twitter p, .more_likes {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: bold;
}

.flickrwrapper {
	float: left;
}

#flickr {
	padding: 16px 20px 14px 20px;
	float: left;
	width: 212px;
}

#flickr h4 {
	float: left;
}

.flickrlogo {
	float: left;
	padding: 2px 0 0 10px;
}

#flickr div {
	float: left;
}

.flickr_badge_image {
	float: left;
	padding: 1px;
	border: 3px solid #fff;
	margin: 0 6px 6px 0;
}

.flickr_badge_image a {
	display: block;
	height: 55px;
	width: 55px;
}

.flickr_badge_image img {
	width: 55px;
	height: 55px;
}

.i_follow {
	float: left;
	padding: 0 20px;
	margin-bottom: 40px;
	width: 204px;
}

#following-avatars img {
	padding: 0 3px 3px 0;
	float: left;
}

.lastfm_wrap {
	float: left;
}

#lastfmrecords {
	padding: 16px 20px 16px 20px;
	float: left;
	width: 212px;
}

#lastfmrecords ol {
	margin-top: 10px;
	margin-bottom: 0;
}

#lastfmrecords img {
	width: 55px;
	height: 55px;
	margin: 0 6px 3px 0;
	padding: 1px;
	border: 3px solid #fff;
}

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

.footer_inner {
	height: 42px;
	padding: 9px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	float: left;
	width: 550px;
}

footer a {
	color: #3a3a3a;
}

.footer_right {
	float: right;
	margin: 30px 20px 0 0;
	font-size: 12px;
	font-weight: bold;
}
