/* RESEN */
/* Dashnote Home Page Stylesheet
----------------------------------------------------------------------------- */

	
/* STYLE PRECEDENTS
----------------------------------------------------------------------------- */


	* {
	
		margin: 0;
		padding: 0;
	
		}
		
	img {
	
		display: block;
		border: none;
	
		}
		
	ul {
	
		list-style-type: none;
	
		}
		
	a {
	
		outline: none;
	
		}
		
		

/* STRUCTURAL CONTAINERS
----------------------------------------------------------------------------- */


	body {
	
		background: #151515;
	
		}

	#layout {
	
		float: left;
		width: 100%;
		min-width: 920px;
		background: #232323 url('../images/bg-layout.png') center 0 no-repeat;
	
		}
		
	#content {
	
		width: 920px;
		margin: 0 auto;
		padding: 60px 0 19px;
	
		}
		
	#intro {
	
		float: left;
		width: 280px;
		margin: 48px 29px 0 0;
	
		}
		
	#images {
	
		float: left;
		margin-right: 40px;
	
		}
		
	#info {
		
		float: left;
		width: 270px;
		margin: 100px 0 0;
	
		}
	

/* TYPE & HEADINGS
----------------------------------------------------------------------------- */

	
	body {
	
		font: normal 13px/18px Helvetica, Arial, sans-serif;
		color: #c0c0c0;
		
		}
		
	p {
	
		margin: 1em 0;
	
		}
		
	small {
	
		float: left;
		width: 100%;
		clear: both;
		font-size: 11px;
		line-height: 16px;
	
		}
		
	h1, h2, h3 {
	
		text-indent: -5000px;
		overflow: hidden;	
	
		}
		
	h1 {
	
		width: 261px;
		height: 50px;
		background: url('../images/h1-dashnote.png');
		margin-bottom: 18px;
	
		}
		
	h2 {
	
		width: 262px;
		height: 52px;
		background: url('../images/h2-widget.png');
		margin-bottom: 18px;

		}
		
	h3.simplenote {
	
		margin-bottom: 5px;
		clear: left;
	
		}
		
	h3.simplenote a {
		
		margin-top: 18px;
		display: block;
		text-indent: -5000px;
		overflow: hidden;
		width: 110px;
		height: 20px;
		background: url('../images/h3-simplenote.png');
	
		}
		
		
/* Links */


	a:link, a:visited, a:active {
	
		color: #fff;
		text-decoration: none;
	
		}
	
	
/* BUTTONS
----------------------------------------------------------------------------- */

	
	.button {
	
		display: block;
		text-indent: -5000px;
		overflow: hidden;
		height: 59px;
	
		}
	
	.button.download {
	
		width: 270px;
		background: url('../images/a-download.png');
	
		}

	
/* NETWORK BAR
----------------------------------------------------------------------------- */


	#network {
	
		float: left;
		width: 100%;
		background: #4d4d4d url('../images/network/bg-network.png') 0 0 repeat-x;
		border-bottom: 1px solid #2a2a2a;
	
		}
		
	#network ul {
	
		display: block;
		width: 165px;
		margin: 0 auto;
	
		}
		
	#network li {
		
		float: left;
	
		}
		
	#network a {
	
		display: block;
		text-indent: -5000px;
		overflow: hidden;
		height: 30px;
	
		}
		
	#network .selected a {
	
		background-position: 0 -30px;
		cursor: default;
	
		}
		
	#network .resen a {
	
		width: 90px;
		background-image: url('../images/network/a-resen.png');
	
		}
		
	#network .dashnote a {
	
		width: 75px;
		background-image: url('../images/network/a-dashnote.png');
	
		}
	
	
/* IMAGES
----------------------------------------------------------------------------- */
	
	
	#images {
		
		width: 301px;

		}
		
	#images li {
	
		float: left;
		margin: 0 10px 20px 10px;
	
		}
		
	#images a {
	
		display: block;
		opacity: .4;
		filter: alpha(opacity=40);

		}
		
	#images .selected a {
	
		cursor: default;
		opacity: 1;
		filter: alpha(opacity=100);

		}
		
		
/* Enlarged Image */		
		
		
	#images li.enlarged {
	
		margin: 0 0 35px;
		position: relative;
		width: 301px;
		height: 362px;
	
		}
		
	#images li.enlarged img {
	
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	
		}
		
	#images li.enlarged img.selected {
	
		display: block;
	
		}
	
	
/* DONATE
----------------------------------------------------------------------------- */
	
	
	form {
	
		float: left;
		clear: both;
		margin: 18px 10px 18px 0;
	
		}
	
	form small {
	
		display: block;
		clear: left;
	
		}
		
	
/* CREDIT
----------------------------------------------------------------------------- */


	#resen {
	
		clear: both;
		margin: 0 auto;
		padding: 18px 0;
		width: 40px;
		height: 40px;
		
		}

	#resen a {
	
		display: block;
		clear: both;
		text-indent: -5000px;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background: url('../images/a-resen.png') center center no-repeat;
	
		}
		
		
/* FOOTER
----------------------------------------------------------------------------- */


	#footer {
	
		float: left;
		width: 100%;
		background: #151515;
		font-size: 10px;
		padding: 10px 0;
		color: #444;
	
		}
		
	#footer p {
	
		width: 880px;
		margin: 0 auto;
		text-align: center;
	
		}
		
	#footer a {
	
		color: #666;
	
		}
		

/* OVERLAYS
----------------------------------------------------------------------------- */


	.overlay {
	
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../images/translucent-black.png');
	
		}
		
	.overlay > div {
	
		width: 400px;
		padding: 20px 0 0 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -145px 0 0 -223px;
		font-size: 11px;
		line-height: 15px;
		background: #111;
		border: 3px solid #888;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-box-shadow: rgba(0,0,0,.7) 0 3px 50px;
		
		}
		
	.overlay div div {
	
		width: 390px;
		height: 175px;
		overflow: auto;
		padding-right: 10px;
		margin-bottom: 10px;
	
		}
		
	.overlay h4 {
	
		font-size: 14px;
		margin-bottom: 15px;
	
		}
		
	.overlay ul {
	
		list-style-type: square;
		padding-left: 20px;
		margin-bottom: 20px;
	
		}

	.overlay li {
	
		margin: 5px 0;
	
		}
	
	.overlay a.download {
	
		width: 150px;
		height: 33px;
		background: url('../images/a-downloadupdate.png');
		margin-bottom: 20px;
	
		}
	
	.overlay .close {
	
		position: absolute;
		top: 5px;
		right: 5px;
		width: 20px;
		height: 20px;
		overflow: hidden;
		text-indent: -5000px;
		background: url('../images/a-close.png') center center no-repeat;
	
		}
		
	
/* LEGAL
----------------------------------------------------------------------------- */


	#terms {
	
		display: none;
		font-size: 11px;
		line-height: 15px;
		
		}
		
	small.terms {
	
		color: #999;
	
		}
		
		
/* SCROLLBARS
----------------------------------------------------------------------- */


	.overlay *::-webkit-scrollbar {
	
		width: 20px;
		height: 20px;

		}

	.overlay *::-webkit-scrollbar-track:vertical {
	
		margin: 6px 0;
		border-width: 8px 0 8px 0;
		-webkit-border-image: url('../images/track.png') 8 0 8 0 stretch stretch;
		
		}
	
	.overlay *::-webkit-scrollbar-thumb:vertical {

		min-height: 25px;
		border-width: 15px 0 15px 0;
		-webkit-border-image: url('../images/thumb.png') 15 0 15 0 stretch stretch;
		
		}
		
	.overlay *::-webkit-scrollbar-thumb:vertical:window-inactive {
	
		-webkit-border-image: url('../images/thumb-inactive.png') 15 0 15 0 stretch stretch;
	
		}
		
		
/* ADD THIS
----------------------------------------------------------------------- */


	.addthis_dashnote_style {
	
		float: left;
		margin: 18px 0;

		}
		
	.addthis_dashnote_style a {
		
		display: block;
		text-indent: -5000px;
		height: 22px;
		overflow: hidden;
	
		}
		
	.addthis_dashnote_style span {
	
		display: block !important;
		width: 70px !important;
		height: 22px !important;
		background: url('../images/a-share.png') !important;
	
		}
		
	#atffc {
	
		height: 0;
	
		}