	
		::-moz-selection { background-color: transparent; color: transparent;}
		::selection { background-color: transparent; color: transparent;}
		::-webkit-scrollbar {
			width: 7px;
			height: 7px;
			background-color: none;}
		::-webkit-scrollbar-thumb {
			background-color: rgba(0,0,0,0.2);
			border-radius: 3px;}
		::-webkit-scrollbar-button { 
			background-color: rgba(0,0,0,0.2);
			height: 14px;}
		blockquote {
			border-left: 2px #555555 solid;
			padding-left: 2px; }
		blockquote img { width: 100% }
	/*DIV*/
		#header .title {
			font-size: 40px; 
			text-transform: capitalize;
			font-family: Georgia;}
		#header .smalldesc {
			font-size: 11px;
			font-style: italic;
			line-height: 10px;}
		#info {
			width: 248px;
			margin-top: 1px;
			background-color: rgba(0,0,0,0.5);
			border-radius: 4px;
			font-size: 10px; }
		#infobox {
	  		background-image: url('http://64.19.142.11/static.tumblr.com/lpzchgb/EQEm8ce4n/scarling_dinnerparty_pockettag.png');
			background-repeat: no-repeat;
			width: 250px;
			max-height: 300px;}
		#infobox .inside {
			padding: 19px;
			text-align: justify; }
		#infobox img {
			width: 100% }
		#mainbox {
			width: 520px;
			padding: 5px;}
		.post .title {
			font-size: 30px;
			text-align: center; }
		.post .quote {
			font-size: 25px;
			text-align: center;
			font-family: 'Niconne';}
		.post .source {
			text-align: right;
			font-size: 15px;}
		.post a.link { font-size: 25px;}	

	/*notes*/
		ol.notes {
           padding: 0px;
           margin: 25px 0px;
           list-style-type: none;
           border-bottom: solid 1px #ccc;}
		ol.notes {
           padding: 0px;
           margin: 25px 0px;
           list-style-type: none;
           border-bottom: solid 1px #ccc;}
		ol.notes li.note {
           border-top: solid 1px #ccc;
           padding: 3px;}
		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;}
		   
		.details {
			visibility: hidden;
			position: absolute; 
			text-transform: uppercase;
			text-align: center;
			padding: 2px;
			border-top: 1px #000000 dotted;
			text-align: center;
			font-size: 9px;}
		.post:hover .details, .photopost:hover .details {
			visibility: visible;
			position: relative;}
		#content .photopost {
			background-color: rgba(0,0,0,0.5);
			border-radius: 5px;}
		#content .photopost img{ width: 100%;}
		#content { text-align: justify;}
		#content .post .text img { width: 100%;}
		#header{
			margin-top: 0px;
			color: #000;
			padding: 3px;
			width: 780px;
			max-height: 100px; }
			
		.navigs {
			margin: 0px;
			padding-right: 5px;
			-webkit-transition: background-color 1.0s ease-out;
			-moz-transition: background-color 1.8s ease-out;
			transition: background-color 1.0s ease-out;}
		
		
		