/* @group Reset Default Values */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
	}

blockquote, q {
	quotes: none;
	}


/* remember to define focus styles! */

:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* @end */






/* @group Basic Elements */

*, div, ol, ul, li, img, embed, object {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background-color: #EAEAEA;
	font: normal 14px/1.7 'Open Sans', Helvetica, Arial, Verdana, Sans-Serif;
	color: #777;
	}

blockquote {
	border-left: 2px solid #EEE;
	margin-left: 10px;
	padding-left: 10px;
	}

input, textarea {
	resize: none;
	}
	
.code,	
code {
	background: #666;
	color: #FFF;
	}
.code {
	display: block;
	padding: 5px;
	border: solid 1px #555;
	border-top-color: #333;
	border-bottom-color: #777;
	font-size: 0.8em;
	line-height: 1.1em;
	}

small {
	font-size: 0.85em;
	}

a {
	text-decoration: none;
	outline: none;
	color: #09F;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}

a:hover {
	color: #06E;
	}
a:active {
	color: #000;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	}

a:hover img,
a:active img {
	background-color: transparent;
	}

:focus {
	outline: none;
	}

.clear {
	clear: both;
	}
	
.hide {
	display: none;
	}
	
.fLeft {
	float: left;
	margin-right: 15px;
	}
.fRight {
	float: right;
	margin-left: 15px;
	}
.border {
	border: solid 1px #444;
	}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: transparent url(img/trans.png) repeat top left;
	cursor: pointer;
	}
.modul {
	position: absolute;
	z-index: 1000;
	background: transparent url(img/trans.png) repeat top left;
	border-radius: 6px;
	}
.modul .loading {
	background: #000 url(img/loading-white.gif) no-repeat center center;
	opacity: 0.6;
	}
.modul .zoomImg {
	display: block;
	border-radius: 3px;
	}
.modul .close {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: -8px;
	left: -8px;
	background: transparent url(img/close.png) no-repeat center center;
	}

/* @end */




/* @group Layout */

#bg {
	position: fixed; 
	top: 0; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	/*
	-webkit-transition: top 3000ms ease;
	-moz-transition: top 3000ms ease;
	-o-transition: top 3000ms ease;
	transition: top 3000ms ease;
	*/
	}
#bg img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: 0 auto; 
	min-width: 50%;
	min-height: 50%;
	}


#layoutWrapper {
	position: relative;
	}

#layout {
	position: relative;
	margin: 0 auto;
	padding-bottom: 100px;
	width: 500px;
	box-sizing: border-box;
	}

#main {
	}


/* @end */



/* @group header */

header {
	position: relative;
	margin-top: 80px;
	margin-bottom: 40px;
	}
header h1 {
	display: inline-block;
	line-height: 0.8;
	}
header h1 a {
	display: inline-block;
	font-size: 164px;
	letter-spacing: -0.05em;
	color: rgba(0,0,0,0.2);
	}
header h1 a:hover {
	text-shadow: 0 1px 2px rgba(0,0,0,0.15);
	color: #FFF;
	}
header h1 a:active {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	color: #FFF;
	}
#infoToggle {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 20px;
	background: rgba(0,0,0,0.2) url(img/info-toggle.png) no-repeat 50% -42px;
	border-radius: 18px;
	}
#infoToggle:hover {
	background-color: #FFF;
	background-position: 50% -42px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	}
#infoToggle:active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4);
	background-position: 50% -41px;
	}
#infoToggle.on {
	background-color: #FFF;
	background-position: 50% -2px;
	}
#infoToggle.on:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	}
#infoToggle.on:active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4);
	background-position: 50% -1px;
	}

/* @end */



/* @group info */



#info {
	position: relative;
	font-size: 0.9em;
	font-weight: 300;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	overflow: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	}
#info.opened {
	opacity: 1;
	height: 400px;
	overflow: visible;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}
#info #descriptions {
	font-weight: 300;
	display: none;
	}

#info-meta {
	position: relative;
	padding: 0 2px;
	/*border-top: solid 1px rgba(255,255,255,0.5);*/
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
	top: -20px;
	height: 40px;
	opacity: 0;
	}
#info.opened #info-meta {
	top: 0;
	opacity: 1;
	padding: 20px 2px 10px 2px;
	-webkit-transition-duration: 700ms;
	-moz-transition-duration: 700ms;
	-o-transition-duration: 700ms;
	transition-duration: 700ms;
	}
#info-meta ul {
	position: absolute;
	left: 0;
	list-style: none;
	padding: 0;
	}
#info-meta ul li {
	display: inline-block;
	margin-right: 5px;
	}
#info-meta ul li a {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	background: transparent url(img/info-icons.png) no-repeat 50% 2px;
	border-radius: 18px;
	}
#info-meta ul li a:hover {
	background-color: rgba(0,0,0,0.2);
	}
#info-meta ul li a:active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.3);
	background-position: 50% 3px;
	}
#info-meta ul li a span {
	position: absolute;
	top: -30px;
	left: -18px;
	display: block;
	text-align: center;
	opacity: 0;
	width: 70px;
	height: 20px;
	line-height: 20px;
	background-color: #FFF;
	border-radius: 20px;
	color: #999;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
	}
#info-meta ul li a:hover span {
	top: -18px;
	opacity: 1;
	}

#info-meta ul li a.meta-rss {
	background-position: 50% -28px;
	}
#info-meta ul li a.meta-archive {
	background-position: 50% -58px;
	}
#info-meta ul li a.meta-photos {
	background-position: 50% -88px;
	}
#info-meta ul li a.meta-random {
	background-position: 50% -118px;
	}

#info-meta ul li a.meta-rss:active {
	background-position: 50% -27px;
	}
#info-meta ul li a.meta-archive:active {
	background-position: 50% -57px;
	}
#info-meta ul li a.meta-photos:active {
	background-position: 50% -87px;
	}
#info-meta ul li a.meta-random:active {
	background-position: 50% -117px;
	}

#search {
	position: absolute;
	right: 0;
	margin: 2px 0;
	}
#search:hover #s,
#search #s:focus {
	}
#search #s {
	line-height: 30px;
	height: 30px;
	border-radius: 16px;
	padding: 0 28px 0 15px;
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	width: 242px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	}
#search label {
	position: absolute;
	right: 2px;
	top: 2px;
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -99999px;
	overflow: hidden;
	background: transparent url(img/info-icons.png) no-repeat 50% -152px;
	opacity: 0.15;
	border-radius: 14px;
	}
#search label:hover {
	opacity: 0.4;
	cursor: pointer;
	}
#search label:active {
	opacity: 1;
	background-color: rgba(0,0,0,0.1);
	}


#info-stuff {
	clear: both;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	position: relative;
	top: -60px;
	opacity: 0;
	}
#info.opened #info-stuff {
	top: 0;
	opacity: 1;
	}
#info-stuff ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	}
#info-stuff ul li {
	float: left;
	margin-right: 3px;
	padding: 3px 1px;
	}
#info-stuff ul li a {
	display: block;
	background-color: rgba(255,255,255,0.5);
	border-radius: 15px;
	line-height: 20px;
	height: 20px;
	padding: 2px 10px;
	color: #777;
	}
#info-stuff ul li a:hover {
	background-color: #FFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	color: #06E;
	}
#info-stuff ul li a:active {
	background-color: rgba(255,255,255,0.9);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	padding-top: 3px;
	padding-bottom: 1px;
	}
#aboutme {
	position: absolute;
	bottom: 90px;
	margin-top: 20px;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	opacity: 0;
	}
#info.opened #aboutme {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	opacity: 1;
	}
#myAvatar {
	display: block;
	float: left;
	margin-right: 16px;
	}
#myAvatar img {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 4px 0 0 4px;
	}
#aboutme-desc {
	padding: 12px 18px 0 0;
	}
#info-social {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	}
#info-social li {
	float: left;
	display: block;
	margin-right: 4px;
	}

#info-social li a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	background: transparent url(img/info-social.png) no-repeat 50% 1px;
	border-radius: 16px;
	opacity: 0.2;
	}
#info-social li a:hover {
	background-color: rgba(0,0,0,0.1);
	opacity: 1;
	}
#info-social li a:active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.3);
	background-position: 50% 2px;
	}
#info-social li a span {
	position: absolute;
	top: -26px;
	left: -20px;
	display: block;
	text-align: center;
	opacity: 0;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 20px;
	color: #FFF;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
	font-weight: normal;
	white-space: nowrap;
	}
#info-social li a:hover span {
	top: -16px;
	opacity: 1;
	}

#info-social li a.social-innerspoken {
	background-position: 50% -29px;
	}
#info-social li a.social-brackets {
	background-position: 50% -59px;
	}
#info-social li a.social-twitter {
	background-position: 50% -89px;
	}
#info-social li a.social-google {
	background-position: 50% -119px;
	}
#info-social li a.social-flickr {
	background-position: 50% -149px;
	}
#info-social li a.social-lastfm {
	background-position: 50% -179px;
	}
#info-social li a.social-anobii {
	background-position: 50% -209px;
	}
#info-social li a.social-linkedin {
	background-position: 50% -239px;
	}




#info-social li a.meta-rss:active {
	background-position: 50% -27px;
	}
#info-social li a.meta-archive:active {
	background-position: 50% -57px;
	}
#info-social li a.meta-photos:active {
	background-position: 50% -87px;
	}
#info-social li a.meta-random:active {
	background-position: 50% -117px;
	}

/* @end */




/* @group Nav */

.nav {
	position: relative;
	text-align: center;
	background: transparent url(img/timeline.png) repeat-y 50% 50%;
	line-height: 20px;
	font-weight: 300;
	}
#navTop {
	clear: both;
	padding-bottom: 30px;
	}
#navBottom {
	padding-top: 30px;
	}

.nav .prev,
.nav .next {
	position: absolute;
	border-radius: 15px;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.15);
	color: #FFF;
	}
.nav .prev {
	left: 0;
	}
.nav .next {
	right: 0;
	}
.nav .prev:hover,
.nav .next:hover {
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #888;
	}
.nav .prev:active,
.nav .next:active {
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
	padding-top: 6px;
	padding-bottom: 4px;
	}

.nav .page {
	display: inline-block;
	background-color: #FFF;
	border-radius: 15px;
	padding: 5px 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}


footer {
	padding-top: 40px;
	line-height: 60px;
	color: #CCC;
	font-weight: 300;
	text-align: center;
	/*background: transparent url(img/footer-bg.png) repeat-x 0 0;*/
	background-color: rgba(0,0,0,0.65);
	}
footer a {
	color: #FFF;
	font-weight: 600;
	}
#fixedFooter {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 15;
	width: 100%;
	padding-top: 1px;
	/*background: transparent url(img/trans.png) repeat top left;*/

	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	opacity: 0;
	}
#fixedFooter footer {
	padding-top: 0px;
	line-height: 50px;
	background-position: 0 100%;
	}
#fixedFooter:hover {
	opacity: 1;
	}

.scroll-loading {
	height: 100px;
	background: url(img/loading-page.gif) no-repeat 50% 50%, transparent url(img/timeline.png) repeat-y 50% 50%;
	}
/* @end */




/* @group main */

.cluster {
	background: transparent url(img/timeline.png) repeat-y 50% 50%;
	padding: 10px 0;
	}

.date {
	display: block;
	text-align: center;
	font-weight: 300;
	}
.date.hide {
	display: none;
	}
.date a {
	display: inline-block;
	margin: 0 auto;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.15);
	padding: 5px 15px;
	line-height: 16px;
	color: #FFF;
	}
.date a:hover {
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #888;
	}
.date a:active {
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
	padding-top: 6px;
	padding-bottom: 4px;
	}

.post {
	background-color: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
	}

.post h3 {
	margin: 0 20px 14px 20px;
	font-size: 1.6em;
	line-height: 1.2;
	}

.post p {
	padding-bottom: 18px;
	}
.post p:last-child {
	padding-bottom: 0;
	}
.post blockquote {
	margin-bottom: 18px;
	}
.post ul,
.post ol {
	padding-left: 30px;
	}
.post .content img {
	display: block;
	}

.metaBar {
	overflow: hidden;
	padding-right: 20px;
	border-top: solid 1px rgba(0,0,0,0.04);
	background-color: rgba(0,0,0,0.02);
	font-weight: 300;
	line-height: 30px;
	font-size: 0.85em;
	}
.metaBar p {
	padding-bottom: 0;
	}
.metaBar a {
	display: inline-block;
	color: #BBB;
	}
.metaBar a:hover {
	color: #666;
	}
.metaBar a:active {
	color: #06E;
	}
.metaBar strong {
	font-weight: normal;
	color: #888;
	}
.metaBar .time {
	float: right;
	}
.metaBar .meta {
	float: right;
	margin-right: 15px;
	}
.metaBar .reblog {
	overflow: hidden;
	}
.metaBar .reblog a {
	float: left;
	padding-left: 15px;
	}
.metaBar .reblog:nth-of-type(2) a {
	padding-left: 0;
	}
.metaBar .reblog:nth-of-type(2):before {
	content: '|';
	float: left;
	margin-left: 5px;
	opacity: 0.4;
	}
.metaBar .reblog a em {
	display: inline-block;
	}
.metaBar .reblog a em:first-child {
	margin-left: 5px;
	}
.metaBar .reblog img {
	float: left;
	margin: 0 6px 0 -15px;
	}
/* @end */


/* @group posts */
.text,
.link,
.quote,
.conversation {
	padding-top: 20px;
	}
.text .content,
.quote .content {
	padding: 0 20px 20px 20px;
	}

.text .content img {
	max-width: 460px;
	}
.text .content blockquote img,
.post .caption blockquote img {
	max-width: 438px;
	}
.text .content iframe {
    margin-left: -20px;
	}
.quote .content {
	border: none;
	margin-left: 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4;
	overflow: hidden;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', serif;
	color: #000;
	}
.quote .content cite {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	font-size: 0.75em;
	font-style: normal;
	text-align: right;
	color: #AAA;
	}

.text h3 a.text-title {
	color: #000;
	}

.conversation .content {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.conversation .content li {
	padding: 10px 20px;
	overflow: hidden;
	}
.conversation .content .even {
	color: #AAA;
	}
.conversation .content .odd {
	background-color: #FAFAFA;
	}
.conversation .content li cite {
	float: left;
	width: 100px;
	font-style: normal;
	font-weight: 200;
	text-align: right;
	padding-right: 10px;
	}



.photo,
.video {
	background-color: #000;
	}
.video .metaBar {
	background-color: rgba(255,255,255,0.15);
	}
.photo .metaBar a,
.video .metaBar a {
	color: #666;
	}
.photo .metaBar a:hover,
.video .metaBar a:hover {
	color: #AAA;
	}
.photo .metaBar a:active,
.video .metaBar a:active {
	color: #06E;
	}



.photo .imageFrame {
	position: relative;
	}
.photo .imageFrame img {
	display: block;
	border-radius: 4px 4px 0 0;
	width: 500px;
	overflow: hidden;
	}
.photo .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.65);
	color: #999;
	padding: 15px 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0;
	box-sizing: border-box;
	}
.photo:hover .caption {
	opacity: 1;
	}
.photo .caption a {
	color: #FFF;
	}
.photo blockquote,
.video blockquote {
	border-color: rgba(255,255,255,0.3);
	}

.video .caption {
	padding: 8px 20px 20px 20px;
	color: #888;
	}
.video .caption img {
	max-width: 500px;
	margin-left: -20px;
	margin-right: -20px;
	}

/* @end */






.formspringmeQuestion {
	padding-top: 15px;
	margin-bottom: 5px;
	color: #444;
	border-top: solid 1px #DFDFDF;
	font-size: 0.9em;
	line-height: 1.3em;
	}
.formspringmeAnswer {
	color: #666;
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #888;
	}



/* @group notes */
ol.notes,
.notes-container ol {
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	}

ol.notes li.note,
.notes-container ol li {
	border-top: solid 1px rgba(0,0,0,0.05);
	padding: 7px 20px;
	background-color: rgba(0,0,0,0.02);
	}

ol.notes li.note:first-child,
.notes-container ol li:first-child {
	}

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

ol.notes li.note span.action,
.notes-container ol li span.action {
	}

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

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

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

ol.notes .reblog, ol.notes .like,
.notes-container ol .reblog,
.notes-container ol .like {
	height: auto;
	line-height: 1em;
	}
	
.photo ol.notes li.note,	
.video ol.notes li.note,
.photo .notes-container li,
.video .notes-container li  {
	background-color: rgba(255,255,255,0.15);
	border-top: solid 1px rgba(0,0,0,0.2);
	color: #555;
	}
.photo ol.notes li.note a,	
.video ol.notes li.note a,
.photo .notes-container li a,
.video .notes-container li a {
	color: #888;
	}
.photo ol.notes li.note a:hover,	
.video ol.notes li.note a:hover,
.photo .notes-container li a:hover,
.video .notes-container li a:hover {
	color: #FFF;
	}

.notes-container {
	display: none;
	}
.notes-container ol {
	list-style: none;
	margin-bottom: 1px;
	}
.notes-container .loading {
	height: 20px;
	background: rgba(0,0,0,0.02) url(img/loading-page.gif) no-repeat 435px 5px;
	text-indent: -99999px;
	}
.video .notes-container .loading {
	background-color: rgba(255,255,255,0.15);
	}
.photo .notes-container .loading,
.video .notes-container .loading {
	background-image: url(img/loading-page-dark.gif);
	}
.notes-hide {
	display: block;
	font-size: 0.85em;
	background-color: #FFF;
	color: #CCC;
	padding: 5px 20px;
	text-align: right;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.1);
	}
.photo .notes-container .notes-hide,
.video .notes-container .notes-hide {
	background-color: #000;
	color: #666;
	}
.photo .notes-container .notes-hide:hover,
.video .notes-container .notes-hide:hover {
	color: #AAA;
	}
.photo .notes-container .notes-hide:active,
.video .notes-container .notes-hide:active {
	color: #FFF;
	}
ol.notes li.more_notes_link_container,
.notes-container ol li.more_notes_link_container {
	padding: 0;
	}
ol.notes li.more_notes_link_container .more_notes_link,
.notes-container ol li.more_notes_link_container .more_notes_link,
ol.notes li.more_notes_link_container .notes_loading,
.notes-container ol li.more_notes_link_container .notes_loading {
	display: block;
	padding: 10px;
	background-color: rgba(0,0,0,0.03);
	}
ol.notes li.more_notes_link_container .more_notes_link:hover,
.notes-container ol li.more_notes_link_container .more_notes_link:hover,
ol.notes li.more_notes_link_container .notes_loading:hover,
.notes-container ol li.more_notes_link_container .notes_loading:hover {
	background-color: rgba(0,0,0,0.06);
	}

/* @end */	




/* @group disqus comments */
#disqus_thread {
	padding: 20px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 4px;
	}

html #dsq-content #dsq-comments .dsq-even {
	background: #d4d4d4;
	}

html #dsq-content #dsq-comments .dsq-odd {
	background: #aaa;
	color: #fff;
	}

html #dsq-content #dsq-comments .dsq-comment-header {
	color: #000;
	}

html #dsq-content #dsq-comments .dsq-comment.special .dsq-comment-header,
html #dsq-content #dsq-comments .dsq-comment-header {
	background: #fff;
	height: 32px;
	line-height: 32px;
	}

html #dsq-content #dsq-comments .dsq-header-avatar img {
	float: none;
	margin: 0;
	}

html #dsq-content #dsq-comments .dsq-comment-body {
	padding: 20px 20px 20px 0;
	font-size: 14px;
	}

html #dsq-content #dsq-comments .dsq-comment-footer {
	padding-bottom: 10px;
	}

html #dsq-content #dsq-comments .dsq-comment-footer {
	font-size: 1em;
	font-weight: bold;
	}

html #dsq-content #dsq-comments .dsq-header-avatar {
	width: 32px;
	height: 32px;
	margin: 0;
	}

html #disqus_thread #dsq-content iframe {
	height: 370px;
	overflow-y: hidden;
	overflow-x: hidden;
	}
/* @end */