/* MAIN */

body {
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #64625A;
	background-image: url(images/theme/default/bg.png);
}

a:active, a:focus {
	outline: 0;
}

#placeholder {
	position: absolute;
	z-index: 1000;
}

#tweet-it {
	z-index: 200000;
}

#tweetthis {
	background-color: rgba(0,0,0,0.3);
	border: 1px solid rgba(255,254,255,0.26);
	position: absolute;
	bottom: 20px;
	right: 20px;
	-webkit-border-radius:4px;
	padding: 4px;
	font: bold 9px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 200000;
	text-shadow: #000 0 0 4px;
	visibility: none;
}

#tweetthis:hover {
	background-color: rgba(55,162,252,0.3);
	border: 1px solid rgba(254,255,255,0.3);
}

#tweetthis:active {
	background-color: rgba(75,197,32,0.3);
	border: 1px solid rgba(255,254,255,0.3);
}

#tweetthis a:link {
	color: rgba(255,254,255,0.7);
	text-decoration: none;
}

#tweetthis a:visited {
	color: rgba(255,254,255,0.7);
	text-decoration: none;
}

#tweetthis a:hover {
	color: rgba(255,254,255,0.7);
	text-decoration: none;
}

#tweetthis a:active {
	color: rgba(255,254,255,0.7);
	text-decoration: none;
}

#banner {
	width: 200px;
	height: 200px;
	background-image: url(images/theme/default/banner.png);
	position: absolute;
	z-index: 100;
}

#featured {
	position: absolute;
	z-index: 200;
	top: 10px;
	left: 210px;
	color: white;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: black 0 1px 2px;
}

#featured a:link {
	color: #e5f0a6;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

#featured a:visited {
	color: #dce5b7;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

#featured a:hover {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

#featured a:active {
	color: #dee325;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}


#scratch {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/theme/default/scratch_tile.png) repeat;
	margin: 0;
	position: absolute;
}

#main_wrap {
	position: relative;
	left: 50%;
	width: 1100px;
	height: 650px;
	margin-left: -550px;
	margin-top: -325px;
	top: 50%;
}

#left_wrap {
	width: 411px;
	height: 100%;
	position: relative;
	float: left;
}

#right_wrap {
	width: 622px;
	height: 100%;
	position: relative;
	float: right;
}

/* LEFT */

#tumblr_title {
	width: 411px;
	height: 142px;
	background-image: url(images/theme/default/itstheinterweb.png);
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -70px;
}

#tumblr_subtitle {
	width: 100%;
	height: 30px;
	position: absolute;
	text-align: right;
	top: 50%;
	margin-top: 80px;
	color: #bcbbb7;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: 1;
	text-shadow: #4f4f4f 0 1px 1px;
}

#tumblr_subtitle a:link {
	text-decoration: none;
	color: #999895;
}

#tumblr_subtitle a:visited {
	text-decoration: none;
	color: #999895;
}

#tumblr_subtitle a.the61:hover {
	color: #ddb9da;
	text-decoration: none;
}

#tumblr_subtitle a.facebook:hover {
	color: #74abdc;
	text-decoration: none;
}

#tumblr_subtitle a.twitter:hover {
	color: #addd89;
	text-decoration: none;
}

#tumblr_subtitle a.lastfm:hover {
	color: #f04546;
	text-decoration: none;
}

#tumblr_subtitle a:active {
	text-decoration: none;
	color: white;
}

/* RIGHT */

#content_wrap {
	max-width: 622px;
	position: relative;
	top: 50%;
	margin-top: -300px;
}

#page_up {
	width: 50px;
	height: 26px;
	position: absolute;
	background-image: url(images/theme/default/page_up.png);
	left: 50%;
	top: -35px;
	margin-left: -25px;
}

#page_up:hover {
	background-image: url(images/theme/default/page_up_hover.png);
}

#page_down {
	width: 50px;
	height: 26px;
	position: absolute;
	background-image: url(images/theme/default/page_down.png);
	left: 50%;
	margin-left: -25px;
	bottom: -35px;
}

#page_down:hover {
	background-image: url(images/theme/default/page_down_hover.png);
}


.item_wrap {
	clear: both;
	position: relative;
	height: 100%;
	max-width: 622px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 11px;
}

.item {
	width: 200px;
	height: 200px;
	float: left;
	z-index: 1;
}

.clear {
	clear: both;
	height: 1px;
}

.top_border {
	height: 20px;
	width: 100%;
	list-style-type: none;
	position: absolute;
	top: -2px;
	z-index: 10;
}

.lt_border {
	width: 20px;
	height: 20px;
	background-image: url(images/theme/default/lt_border.png);
	position: absolute;
	left: 0;
}

.t_border {
	height: 20px;
	background-image: url(images/theme/default/t_border.png);
	position: absolute;
	right: 20px;
	left: 20px;
}

.rt_border {
	width: 20px;
	height: 20px;
	background-image: url(images/theme/default/rt_border.png);
	position: absolute;
	right: 0;
}

.bottom_border {
	height: 20px;
	width: 100%;
	list-style-type: none;
	position: absolute;
	bottom: -1px;
	z-index: 10;
}

.lb_border {
	width: 20px;
	height: 20px;
	background-image: url(images/theme/default/lb_border.png);
	position: absolute;
	left: 0;
}

.b_border {
	height: 20px;
	background-image: url(images/theme/default/b_border.png);
	position: absolute;
	right: 20px;
	left: 20px;
}

.rb_border {
	width: 20px;
	height: 20px;
	background-image: url(images/theme/default/rb_border.png);
	position: absolute;
	right: 0;
}

.l_border {
	width: 20px;
	background-image: url(images/theme/default/l_border.png);
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 19px;
	z-index: 10;
}

.r_border {
	width: 20px;
	background-image: url(images/theme/default/r_border.png);
	position: absolute;
	right: 0;
	top: 18px;
	bottom: 19px;
	z-index: 10;
}

.highlight {
	background: url(images/theme/default/highlight.png) no-repeat;
	width: 200px;
	height: 200px;
	z-index: 2;
	position: absolute;
}

.new {
	width: 14px;
	height: 14px;
	background: url(images/theme/default/new.png) no-repeat;
	position: absolute;
	z-index: 4;
	margin-left: 176px;
	margin-top: 10px;
}

.fade {
	background-image: url(images/theme/default/fade.png);
	width: 200px;
	height: 200px;
	z-index: 3;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
}

.fade:hover {
	opacity: 1;
}

.button_audio {
	width: 44px;
	height: 44px;
	background-image: url(images/theme/default/button_audio.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	z-index: 4;
}

.button_audio:hover {
	background-image: url(images/theme/default/button_audio_hover.png);
}

.button_video {
	width: 44px;
	height: 44px;
	background-image: url(images/theme/default/button_video.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	z-index: 4;
}

.button_video:hover {
	background-image: url(images/theme/default/button_video_hover.png);
}

.info {
	position: absolute;
	bottom: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-shadow: black 1px 1px 1px;
}

.type {
	color: red;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
}

.type_audio {
	color: red;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
}

.type_video {
	color: lime;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
}


.caption {
	font-size: 22px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}

.caption i {
	float: left;
	font-size: 10px;
	text-transform: capitalize;
	width: 180px;
	line-height: 11px;
	font-style: italic;
}

.caption em {
	float: left;
	font-size: 10px;
	text-transform: capitalize;
	width: 180px;
	line-height: 11px;
	font-style: italic;
}


.thumb {
	z-index: 1;
	width: 200px;
	height: 200px;
	margin: 0;
	position: absolute;
}

/* SHARED POST CSS */

p {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0;
}

.caption b {
	visibility: hidden;
	display: none;
}

.caption strong {
	visibility: hidden;
	display: none;
}

.full {
	z-index: 1;
	width: 600px;
	height: 600px;
	margin: 0;
	position: absolute;
}

.controls {
	width: 400px;
	height: 180px;
	position: absolute;
	left: -465px;
	top: 430px;
}

.heart {
	cursor: hand;
	width: 30px;
	height: 30px;
	background-image: url(images/theme/default/heart.png);
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 40;
}

#tagbox {
	position: relative;
	width: 340px;
	float: right;
	top: 12px;
}

.tagged {
	height: 22px;
	float: right;
	position: relative;
	opacity: 0.5;
	margin-left: 5px;
	margin-top: 5px;
}

.tagged:hover {
	opacity: 1;
}

.ltag {
	background-image: url(images/theme/default/tagl.png);
	width: 10px;
	height: 22px;
	float: left;
}

.tagg {
	background-image: url(images/theme/default/tag.png);
	height: 22px;
	float: left;
	font: bold 9px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: black 0 0 2px;
	text-transform: uppercase;
}

.tagg a:link {
	color: #f0eee9;
	text-decoration: none;
}

.tagg a:visited {
	color: #9f9e9b;
	text-decoration: none;
}

.tagged:hover .tagg a:link {
	color: #8bd871;
	text-decoration: none;
}

.tagged:hover .tagg a:visited {
	color: #8bd871;
	text-decoration: none;
}

.tagged:hover .tagg a:hover {
	color: #8bd871;
	text-decoration: none;
}

.tagged:hover .tagg a:active {
	color: yellow;
	text-decoration: none;
}


.rtag {
	background-image: url(images/theme/default/tagr.png);
	width: 10px;
	height: 22px;
	float: left;
}

.heart:hover {
	background-image: url(images/theme/default/heart_hover.png);
}

.date {
	width: 200px;
	position: absolute;
	right: 0;
	top: -400px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: black 0 -1px 1px;
}

.year {
	text-align: right;
	color: #feffff;
	font-size: 12px;
	font-weight: bold;
	opacity: 0.15;
	text-transform: uppercase;
	line-height: 12px;
}

.month {
	text-align: right;
	color: #feffff;
	font-size: 32px;
	font-weight: bold;
	opacity: 0.25;
	text-transform: uppercase;
	line-height: 32px;
}

.day {
	text-align: right;
	font-size: 140px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: -3px;
	color: white;
	opacity: 0.5;
	text-transform: uppercase;
}

.reblogged {
	position: absolute;
	z-index: 80;
	text-align: right;
	width: 530px;
	top: 29px;
	font: 16px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-shadow: black 0 0 3px;
	opacity: 0.9;
}

.reblogged a:link, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.reblogged a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

.reblogged a:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#sb_notes {
	width: 252px;
	position: absolute;
	right: -6px;
	top: -7px;
	height: 312px;
	background-image: url(images/theme/default/notesbg.png);
	opacity: 0.0;
	-webkit-transition: opacity 0.3s ease-in-out;
}

.item_video #sb_notes {
	width: 252px;
	position: absolute;
	right: -6px;
	top: -7px;
	height: 212px;
	background-image: url(images/theme/default/notesbg2.png);
	opacity: 0.0;
	-webkit-transition: opacity 0.3s ease-in-out;
}


#sb_notes #close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 50;
	cursor: hand;
}

#container {
	height: 270px;
	overflow: hidden;
	width: 190px;
	top: 37px;
	left: 5px;
	position: relative;
}

.item_video #container {
	height: 170px;
	overflow: hidden;
	width: 190px;
	top: 37px;
	left: 5px;
	position: relative;
}


#content {
	width: 188px;
	padding: 2px;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	text-shadow: white 0 1px 0;
	position: relative;
}

#scrollArea {
	width: 8px;
	height: 260px;
	position: absolute;
	background-color: #f8f8f8;
	z-index: 101;
	top: 42px;
	right: 42px;
	overflow: hidden;
}

.item_video #scrollArea {
	width: 8px;
	height: 160px;
	position: absolute;
	background-color: #f8f8f8;
	z-index: 101;
	top: 42px;
	right: 42px;
	overflow: hidden;
}

#scroller {
	width: 8px;
	position: absolute;
	background-color: #d3d2ce;
	z-index: 102;
}


#sb_notes a:link {
	text-decoration: none;
	color: #cb2236;
}

#sb_notes a:visited {
	text-decoration: none;
	color: #ad8acc;
}

#sb_notes a:hover {
	text-decoration: none;
	color: red;
}

#sb_notes a:active {
	text-decoration: none;
	color: orange;
}

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

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

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

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

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

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

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

/* AUDIO POST */

.item_audio {
	width: 600px;
	height: 600px;
	float: left;
	z-index: 1;
}

.highlight_audio {
	background: url(images/theme/default/highlight_audio.png) no-repeat;
	width: 600px;
	height: 600px;
	z-index: 2;
	position: absolute;
}

.item_audio .fade {
	background-image: url(images/theme/default/fade_tile.png);
	width: 600px;
	height: 600px;
	z-index: 3;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
}

.item_audio .fade:hover {
	opacity: 0.9;
}

.item_audio .info {
	position: absolute;
	bottom: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-shadow: black 0 0 5px;
	text-align: left;
}

.item_audio .type {
	color: red;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
}

.item_audio .caption {
	font-size: 60px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}

.item_audio .caption i {
	float: left;
	font-size: 20px;
	text-transform: capitalize;
	width: 560px;
	line-height: 20px;
	font-style: italic;
}

.item_audio .caption em {
	float: left;
	font-size: 20px;
	text-transform: capitalize;
	width: 560px;
	line-height: 20px;
	font-style: italic;
}

.audio_player {
	width: 230px;
	height: 55px;
	position: relative;
	left: 160px;
	
}

.audio_player .player {
	position: absolute;
	width: 230px;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: silver;
	text-align: center;
	height: 55px;
	background: url(images/theme/default/audio_player.png) no-repeat 165px 0;
	padding-top: 14px;
	right: -45px;
	padding-right: 200px;
}

.audio_count {
	width: 48px;
	height: 48px;
	background-image: url(images/theme/default/audio_count.png);
	position: absolute;
	top: -15px;
	right: -30px;
	text-align: center;
	color: white;
	font: 15px/45px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: green 0 -1px 1px;
}


/* VIDEO */

.item_video {
	width: 600px;
	max-height: 600px;
	float: left;
	z-index: 1;
}

.item_video .full {
	z-index: 1;
	width: 600px;
	height: 100%;
	max-height: 600px;
	margin: 0;
	position: relative;
	background: url(images/theme/default/videobg.png) no-repeat;
}

.video_player {
	width: 500px;
	min-height: 250px;
	position: relative;
	z-index: 10;
	left: 50%;
	margin-left: -250px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: black;
}

.item_video .info {
	position: absolute;
	bottom: -180px;
	height: 120px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-shadow: black 1px 1px 1px;
	text-align: left;
	z-index: 20;
	vertical-align: top;
	clear: both;
}

.item_video .type {
	color: lime;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
}

.item_video .caption {
	font-size: 40px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35px;
}

.item_video .caption i {
	float: left;
	font-size: 20px;
	text-transform: capitalize;
	width: 560px;
	line-height: 20px;
	font-style: italic;
}

.item_video .caption em {
	float: left;
	font-size: 20px;
	text-transform: capitalize;
	width: 560px;
	line-height: 20px;
	font-style: italic;
}

.video_mediumthumb {
	width: 150px;
	position: absolute;
	right: 0;
	top: -15px;
	padding: 0;
}

.mediumthumb {
	background: url(images/theme/default/video_mediumbg.png) no-repeat;
	padding: 5px 5px 0px;
}

.mediumbottom {
	background-image: url(images/theme/default/video_mediumbottom.png);
	width: 150px;
	height: 5px;
}


