/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

html {
	height: 100%; 
	font-size: 100%; 
	-webkit-text-size-adjust: 100%
	text-align: center;
	}

body {
	text-align: center;
	background-color: #000;
	margin: 0; 
	min-height: 100%; 
	-webkit-font-smoothing:antialiased; 
	font-smoothing:antialiased; 
	text-rendering:optimizeLegibility
	}
	
	
	
				
		
		

/* PageDesign */


#frametop, #framebottom, #frameleft, #frameright {
        background: #fff;
        position: fixed;
        z-index: 999;
}

#frameleft, #frameright {
        top: 0; bottom: 0;
        width: 21px;
  
 }

#frameleft { 
	left: 0; 
	}
	
#frameright { 
	right: 0; 
	}

#frametop, #framebottom {
  	left: 0; right: 0;
    height: 21px;
    }
    
#frametop { 
	top: 0; 
	}

#framebottom { 
	bottom: 0; 
	}
	

		
	
	
/* OTHER MEDIAS */


@media 

/* Big screens  */
only screen and (max-width: 1500px),

/* iPads */
only screen and (min-device-width: 1500px) and (max-device-width: 1500px) 

{
#frameleft, #frameright {
        width: 15px;
 }
 
#frametop, #framebottom {
    height: 15px;
    }
#prevslide {
	left: 15px;
		}
		
#nextslide {
	right: 15px;
		}				
}

#aboutsmall {
	display: none;
}


@media 

/* Fairly small screens including iphones */
only screen and (max-width: 1000px),

/* iPads */
only screen and (min-device-width: 960px) and (max-device-width: 960px) 

{
#frametop, #framebottom, #frameleft, #frameright, #clients, #agencys, #studio { display: none; }

#prevslide {
	left: 0px;
		}
		
#nextslide {
	right: 0;
		}

#copyright {
	height:20px; 
	width:100%; 
	bottom:0px;
	position: absolute;
	}	
	
#wrapper {
	background-image: none;
	}

#open {
	display:block;

}	

#aboutsmall {
	display: block !important;
	position: relative;
	padding-top: 200px: 
	background: green !important;
}

#ab_first, #ab_second, #ab_third {
	width: 100% !important;
	display: block !important;
	padding-top: 50px;
	font-size: 1em !important;
}


#ab_third ul {
font-size: 1em !important;
}


#ab_third p {
font-size: 1em !important;
}

#panel {
padding-top: 20px !important; 
}

#second_panel {
width: 80%  !important;
}
				
}



/* ==|== primary styles =====================================================
   Author: Dustin Hoffman
   ========================================================================== */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}



body {
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #f8f8f8;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	color: #111;
}


#tumblr_controls {
	top: 4px !important;
	right: 4px!important;
}

h1, h2, h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}

.light h1, .light h2, .light h3 {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

h1 {
	font-size: 3em;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

p a, .action a {
	background-image: url(http://static.tumblr.com/x0ukhl9/eQ5lwlce2/link-underline.png);
	background-repeat: repeat-x;
	background-position: left 16px;
}

.action a {
	background-position: left 12px;
}

.light p a, .light .action a {
	background-image: url(http://static.tumblr.com/x0ukhl9/GGMlwlcef/link-underline.png);
}

blockquote {
	border-left: 5px solid #0C0C0C;
	padding-left: 15px;
}

a {
	font-weight: 800;
	color: #f8f8f8;
	text-decoration: none;
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	
	/* Fix horrible weird thickness BS */
	opacity: 0.9999999;
}

a:hover {
	color: #f8f8f8;
	opacity: 0.7;
}

a.no-fade:hover,
.post.photo a:hover {
	opacity: 1;
}

a:active {
	outline: none;
}

a:visited {
	color: #f8f8f8;
}

.light a {
	color: #333;
}

.light a:hover {
	color: #333;
}

.light a:visited {
	color: #333;
}

.inset {
	background: #151515;
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1),
				inset 0px 1px 0px rgba(0, 0, 0, 0.4);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.light .inset {
	background: #F4F4F4;
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.5),
				inset 0px 1px 0px rgba(0, 0, 0, 0.2);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.shadow, p img {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.light .shadow, .light p img {
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}

.loading {
	background: rgba(0, 0, 0, 0.4) url(http://static.tumblr.com/x0ukhl9/TbUlwlcf0/ajax-loader.gif) no-repeat center center;
}

.light .loading {
	background: rgba(255, 255, 255, 0.8) url(http://static.tumblr.com/x0ukhl9/jFolwlcfa/ajax-loader.gif) no-repeat center center;
}

hidden {
	display: none;
}

img {
	/*background: rgba(0, 0, 0, 0.4);*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s; /* Firefox 4 */
	-webkit-transition: opacity 0.25s; /* Safari and Chrome */
	-o-transition: opacity 0.25s; /* Opera */
	display: block;
}

img[align="middle"] {
	margin: 15px auto;
}

img[align="right"] {
	margin: 15px 0px;
	margin-left: 20px;
}

img[align="left"] {
	margin: 15px 0px;
	margin-right: 20px;
}

#body {
	padding-top: 0px;
}

#expander, footer {
	background: #1d1d1d;
	width: 100%;
}

#expander {
	box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.light #expander, .light footer {
	background: #eee;
}

.light #expander {
	box-shadow: inset 0px -2px 4px rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#expander .wrap, footer .wrap {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

#expander .content, footer .content {
	max-width: 1280px;
	padding: 20px;
}

#expander  .description {
	margin: 0px;
	font-size: 16px;
	margin-right: 160px;
	line-height: 22px;
}

footer {
	text-align: center;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 1);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer .content {
	padding: 0px;
	line-height: 50px;
}

.light footer {
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#header {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 20px;
}

#header > .content {
	max-width: 1280px;
	padding: 0px 20px;
}

.divider {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 2px solid #111;
	width: 100%;
	margin:  0 auto;
	max-width: 1280px;
}

.light .divider {
	border-bottom: 2px solid #333;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#user-info {
	text-align: center;
	padding: 25px 0px;
	width: 100%;
}

#user-info .main {
	line-height: 30px;
}

#user-info .portrait {
	margin-right: 10px;
	vertical-align: top;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.9);
	float: left;
	
	margin-top: 6px;
	width: 30px;
}

.light #user-info .portrait {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
}

#user-info.caption .portrait {
	margin-top: 0px;
	width: 48px;
}

#user-info .main,
#navigation {
	float: left;
}

/*#user-info a:hover .portrait {
	opacity: 0.75;
}*/

#user-info a {
	opacity: 1;
}

#user-info a:hover {
	opacity: 0.7;
}

#user-info .title {
	margin-bottom: 10px;
	vertical-align: top;
	margin-right: 20px;
	font-size: 15px;
	margin-top: 40px;
	opacity: 0.9999999;
	text-align: center;
}

#user-info .info {
	line-height: 26px;
	font-size: 14px;
	float: left;
}

#user-info.caption .title {
	margin-top: 0px;
	opacity: 0.9999999;
}

#user-info .caption {
	font-style: italic;
	font-weight: 400;
	opacity: 1;
}

form.search {
	float: right;
	margin-top: 6px;
	margin-left: 20px;
}

form.search input[type="text"] {
	border: 1px solid rgba(0, 0, 0, 0.85);
	background: #333 url('http://static.tumblr.com/x0ukhl9/gK2lwlcgz/icon-search.png') no-repeat right 6px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.9),
				0px 1px 0px rgba(255, 255, 255, 0.1);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 15px;
	line-height: 17px;
	color: #FFF;
	width: 160px;
	padding: 6px 32px 5px 12px;
	
	transition: width 0.25s ease-out, padding 1s;
	-moz-transition: width 0.25s ease-out, padding 1s;
	-webkit-transition: width 0.25s ease-out, padding 1s;
	-o-transition: width 0.25s ease-out, padding 1s;
}

.light form.search input[type="text"] {
	background: #f4f4f4 url('http://static.tumblr.com/x0ukhl9/i9Blwlcj7/icon-search.png') no-repeat right 6px;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25),
				0px 1px 0px rgba(255, 255, 255, 0.9);
	text-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #333;
}

form.search input[type="text"]:focus {
	outline: none;
	background-image: none;
	/*padding: 6px 12px 5px 12px;*/
	width: 200px;
}

#navigation {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 6px;
	float: right;
	margin-left: 10px;
}

#navigation li {
	float: left;
	list-style-type: none;
	background-color: #464646;
	border: 1px solid rgba(0, 0, 0, 0.85);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.35)), color-stop(1, rgba(0,0,0,0)));
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 
				0px 1px 4px rgba(0, 0, 0, 0.9);
	margin-left: 10px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
}

#navigation li:active {
	background-color: #333;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.9),
				0px 1px 0px rgba(255, 255, 255, 0.1);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
}

.light #navigation li {
	background-color: #fcfcfc;
	background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6), 
				0px 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

#navigation li a {
	padding: 2px 12px;
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}

#profiles {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#profiles li {
	float: left;
}

#profiles li a {
	background: url(http://static.tumblr.com/x0ukhl9/589lwlcju/icons-social-small.png) left top no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	margin-left: 10px;
}

.light #profiles li a {
	background: url(http://static.tumblr.com/x0ukhl9/Btolwlcke/icons-social-small.png) left top no-repeat;
}

#profiles li a.delicious 	{ background-position: -24px  0; }
#profiles li a.youtube 		{ background-position: -48px  0; }
#profiles li a.vimeo 		{ background-position: -72px  0; }
#profiles li a.lastfm 		{ background-position: -96px  0; }
#profiles li a.google		{ background-position: -120px 0; }
#profiles li a.skype 		{ background-position: -144px 0; }
#profiles li a.facebook 	{ background-position: -168px 0; }
#profiles li a.twitter		{ background-position: -192px 0; }
#profiles li a.flickr 		{ background-position: -216px 0; }
#profiles li a.twitter 		{ background-position: -240px 0; }
#profiles li a.dribbble 	{ background-position: -264px 0; }
#profiles li a.forrst 		{ background-position: -288px 0; }

#posts {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

#posts .post {
	margin: 0px 20px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 40px;
}

#posts.permalink .post {
	margin-bottom: 0px;
}

.light #posts .post {
	border-bottom: 2px solid #f4f4f4;
}

#posts.permalink .post,
.light #posts.permalink .post {
	border-bottom: none;
}

.post .top {
	position: absolute;
}

.post .date span {
	display: inline-block;
}

.post p, .post blockquote, .post ul, .post ol {
	color: #eee;
	font-size: 16px;
	line-height: 26px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	font-weight: 400;
}


.centered .post .body p,
.centered .post .body blockquote,
.centered .post .body ul,
.centered .post .body ol {
	display: inline-block;
}

.centered .post ul,
.centered .post ol {
	text-align: left;
}

.light .post p, .light .post blockquote, .light .post ul, .light .post ol {
	color: #333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.post .meta-info .tags {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: bottom;
}

.post .meta-info .date .icon {
	background: url(http://static.tumblr.com/x0ukhl9/PcTlwlcku/icon-clock.png) left top no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
	margin-right: 3px;
}

.light .post .meta-info .date .icon {
	background: url(http://static.tumblr.com/x0ukhl9/8Axlwlclb/icon-clock.png) left top no-repeat;
	margin-top: 6px;
}

.post .meta-info li {
	display: block;
	margin-right: 10px;
	float: left;
}

.post .meta-info .reblog img {
	display: inline-block;
}

.post .meta-info .inset {
	display: block;
	padding: 0px 10px;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
}

.light .post .meta-info .inset {
	line-height: 26px;
}

.centered .post .meta-info {
	text-align: center;
	font-size: 0px;
}

.centered .post .meta-info .date,
.centered .post .meta-info .comments,
.centered .post .meta-info .note-indicator,
.centered .post .meta-info .reblog,
.centered .post .meta-info .tags {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	float: none;
}

.post .meta-info .date,
.post .meta-info .comments,
.post .meta-info .note-indicator,
.post .meta-info .reblog,
.post .meta-info .tags {
	float: left;
	margin-right: 10px;
}

.post .meta-info .note-indicator,
.post .meta-info .comments {
	width: auto;
}

.post .notes-wrap,
.post .disqus-wrap {
	width: 50%;
	float: left;
}

.post .commentary {
	margin-bottom: 20px;
}

.post .notes {
	margin: 0px;
	padding: 0px;
	padding-right: 40px;
	right: -40px;
	position: relative;
	
	list-style-type: none;
	font-size: 12px;
}

.post .notes-wrap.no-pull .notes {
	padding-right: 0px;
	right: 0px;
}

.post #disqus_thread {
	padding-left: 40px;
	left: -40px;
	position: relative;
}

.post .notes .avatar {
	display: inline-block;
	margin: 0px;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 5px;
}

.post .notes li:first-child,
.light .notes li:first-child {
	border-top: none;
}

.post .notes li:last-child,
.light .notes li:last-child {
	border-bottom: none;
}

.post .notes li {
	padding: 8px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.light .notes li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.post .content {
	border-bottom: 2px solid #0C0C0C;
	padding-bottom: 15px;
}

.light .post .content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.permalink .post .content,
.light .permalink .post .content {
	border-bottom: none;
}

.post .divider {
	margin: 15px 0px 20px;
}

.centered .post .content {
	text-align: center;
}

.centered .post h1, 
.centered .post h2,
.centered .post h3 {
	display: inline-block;
}

.centered .post .body, 
.centered .post ul.body li {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.centered .post ul.body {
	width: 100%;
}

.centered .post ul.body li {
	margin-bottom: 0px;
}

/*.centered .post ul.body li {
	
}*/ 

.post .body,
.post.photo .photo, 
.post.photo .html_photoset,
.post.video .video,
.post.audio .audio-player {
	margin-bottom: 15px;	
}

.post.photo .photo img {
	max-width: 100%;
	margin: 0 auto;
}

.post.photo .html_photoset {
	padding-right: 10px;
}

.post.photo .html_photoset .main, 
.post.photo .html_photoset .thumbs {
	width: 50%;
	float: left;
}

.post.photo .html_photoset .pull-right {
	right: -10px;
	position: relative;
}

.post.photo .html_photoset .thumbs.double .pull-right {
	right: 0px;
}

.post.photo .html_photoset .thumbs.double .container {
	padding-left: 0px;
	padding-right: 0px;
}

.post.photo .html_photoset .thumbs .container {
	padding-left: 10px;
	padding-right: 20px;
}

.post.photo .html_photoset .thumb.second {
	right: -10px;
}

.post.photo .html_photoset .thumb.third {
	right: -20px;
}

.post.photo .html_photoset .thumb {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	right: 0px;
	position: relative;
	cursor: pointer;
}

.post.photo .html_photoset img:hover {
	opacity: 0.75;
}

.post.photo .html_photoset .thumb .full {
	display: none;
}

.post.photo .html_photoset .thumbs.grid .container {
	padding-right: 30px;
}

.post.photo .html_photoset .thumbs.grid .thumb {
	width: 33.333333%;
}

.post.photo .html_photoset .thumb img {
	box-shadow: none;
}

.post.photo .html_photoset .thumbs.inset {
	padding: 0px;
	padding-top: 10px;
}

.post.photo .html_photoset .thumbs .thumb a {
	display: inline-block;
	vertical-align: middle;
}

.post.photo .html_photoset .thumbs img,
.post.photo .html_photoset .thumbs a {
	width: 100%;
}

.post.photo .html_photoset .main {
	position: relative;
}

.post.photo .html_photoset .main .thumb {
	display: none;
}

.post.photo .html_photoset .main .container {
	padding-right: 5px;
}

.post.photo .html_photoset .main .container.fade-out {
	position: absolute;
}

.post.photo .html_photoset .main .container.loading  img {
	box-shadow: none;
}

.post.photo .html_photoset .main img {
	width: 100%;
	position: relative;
	right: 0px;
	min-height: 60px;
}

.post.video {
	line-height: 0px;
}

.post.video iframe {
	width: 100%;
	height: 720px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post.audio .audio-player {
	position: relative;
	padding-left: 110px;
}

.post.audio .audio-player .track {
	width: 100%;
	padding: 15px 0px;
	position: relative;
}

.post.audio .audio-player .inner {
	background-image: linear-gradient(bottom, rgb(18,18,18) 0%, rgb(10,10,10) 100%);
	background-image: -o-linear-gradient(bottom, rgb(18,18,18) 0%, rgb(10,10,10) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(18,18,18) 0%, rgb(10,10,10) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(18,18,18) 0%, rgb(10,10,10) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(18,18,18) 0%, rgb(10,10,10) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(18,18,18)),
		color-stop(1, rgb(10,10,10))
	);
	height: 70px;
	margin: 0px 15px;
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.light .post.audio .audio-player .inner {
	background: #e8e8e8;
}

.post.audio .audio-player .flash {	
	position: absolute;
	z-index: 20;
	left: 38px;
	top: 38px;
}

/*.post.audio .audio-player .flash embed {
	height: 69px;
	width: 532px;
}*/

.post.audio .audio-player .loaded,
.post.audio .audio-player .current {
	position: absolute;
	height: 100%;
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: width 0.5s;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
}

.post.audio .audio-player .loaded {
	background: rgba(0, 0, 0, 0.1);
}

.post.audio .audio-player .current {
	background-image: linear-gradient(bottom, rgb(190,190,190) 0%, rgb(241,241,241) 100%);
	background-image: -o-linear-gradient(bottom, rgb(190,190,190) 0%, rgb(241,241,241) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(190,190,190) 0%, rgb(241,241,241) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(190,190,190) 0%, rgb(241,241,241) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(190,190,190) 0%, rgb(241,241,241) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(190,190,190)), color-stop(1, rgb(241,241,241)));
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
}

.light .post.audio .audio-player .current {
	background-image: linear-gradient(bottom, rgb(26,26,26) 0%, rgb(92,92,92) 100%);
	background-image: -o-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(92,92,92) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(92,92,92) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(92,92,92) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(92,92,92) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(26,26,26)),
		color-stop(1, rgb(92,92,92))
	);
	box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
}

.post.audio .audio-player .play-button {
	background: url(http://static.tumblr.com/x0ukhl9/DVLlwlcm0/play-button.png) no-repeat left top;
	color: #f8f8f8;
	width: 55px;
	height: 55px;
	position: absolute;
	z-index: 20;
	top: 23px;
	left: 23px;
	cursor: pointer;
}

.light .post.audio .audio-player .play-button {
	background: url(http://static.tumblr.com/x0ukhl9/g97lwlcmd/play-button.png) no-repeat left top;
}

.post.audio .audio-player .play-button.playing {
	background-position: -55px 0px;
}

.post.audio .audio-player .play-button:active {
	background-position: left -110px;
}

.post.audio .audio-player .play-button.playing:active {
	background-position: -55px -110px;
}

.post.audio .album-cover {
	background: url(http://static.tumblr.com/x0ukhl9/h8nlwlfka/empty-album.jpg);
	
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	left: 0px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post.audio .album-cover .cover {
	width: 100%;
	min-height: 100px;
	min-width: 100px;
}

.post.audio .album-cover .cover:hover {
	opacity: 0.75;
}


.post.link .link .icon {
	background: url(http://static.tumblr.com/x0ukhl9/Daelwlcmv/icon-link.png) left top no-repeat;
	margin-top: 9px;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	display: inline-block;
}

.light .post.link .link .icon {
	background-image: url(http://static.tumblr.com/x0ukhl9/8CDlwlcn5/icon-link.png);
}

/*.post.link .link:hover .icon {
	opacity: 0.5;
}*/

.post.chat ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.post.chat ul .label {
	display: inline-block;
	font-weight: 800;
}

.post.chat ul p {
	display: inline-block;
}

.post.chat ul li {
	padding: 5px 10px;
}

.post.chat ul li.odd {
	background-color: #111;
}

.post.chat ul li.even {
	background-color: #222;
}

.light .post.chat ul li.odd {
	background-color: #f9f9f9;
}

.light .post.chat ul li.even {
	background-color: #f0f0f0;
}

.pagination {
	font-size: 16px;
	padding: 0px 20px;
	padding-bottom: 40px;
}

.pagination a, .pagination .current-page {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}

.pagination .current-page {
	padding: 2px 8px;
}

.pagination a {
	padding: 2px 12px;
	text-decoration: none;
	background-color: #464646;
	background-image: linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgba(0,0,0,0.35)),
	    color-stop(1, rgba(0,0,0,0))
	);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 
				0px 1px 4px rgba(0, 0, 0, 0.9);
}

.light .pagination a {
	background-color: #fcfcfc;
	background-image: linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6), 
				0px 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}


.pagination .jump {
	margin: 0px;
	display: block;
	float: left;
}

.pagination .jump a,
.pagination .next,
.pagination .previous {
	font-weight: 400;
	/*border-bottom: 1px dotted #5b5b5b;*/
}

.pagination .jump > *,
.pagination .next,
.pagination .previous {
	float: left;
	margin-right: 10px;
}

.pagination .jump .current-page {
	font-weight: 800;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (max-width: 768px) {
	.post.photo .html_photoset .main, 
	.post.photo .html_photoset .thumbs {
		width: 100%;
		float: left;
	}
	
	.post.photo .html_photoset .pull-right {
		right: 0px;
		margin-top: 10px;	
	}
	
	.post .notes-wrap,
	.post .disqus-wrap {
		width: 100%;
		float: none;
	}

	.post .notes {
		padding-right: 0px;
		right: 0px;
	}

	.post #disqus_thread {
		padding-left: 0px;
		left: 0px;
	}
}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

