﻿body {
color: #666;
font: normal 12px/18px Helvetica, Arial, Sans Serif;
-webkit-text-stroke: 1px transparent;
word-wrap: break-word;
}

#container {
display: block;
margin: 0 auto;
position: relative;
width: 840px;
}

	/* Header styling ____________________ */

	#container #header {
	background: #323232 url("http://static.tumblr.com/3driglx/t0Em5affe/header_background.png");
	border-bottom: 1px solid #282828;
	display: block;
	min-height: 50px;
	padding: 20px;
	position: relative;
	z-index: 9;
	}

		#container #header img {
		max-width: 800px;
		min-height: 50px;
		}

		#container #header #loading_header {
		background: url("http://static.tumblr.com/3driglx/OhMm7ellj/1-0.gif");
		display: block;
		height: 16px;
		left: 50%;
		margin-left: -9px;
		margin-top: -7px;
		position: absolute;
		top: 50%;
		width: 16px;
		}

	/* Navigation styling ____________________ */

	#container ul#navigation, #container form#navigation {
	background: #303030;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #3a3a3a;
	display: block;
	margin: 0 0 20px 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding: 12px 18px 6px 18px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

	#container form#navigation {
	display: none;
	padding: 12px 16px 6px 16px!important;
	}

		#container form#navigation select {
		background-color: #333;
		border-color: #222 #444 #444 #222;
		box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
		color: #ccc;
		font: normal 12px/18px Helvetica, Arial, Sans Serif;
		margin: 5px 0 12px 0;
		padding: 8px 8px 0 8px;
		width: 408px;
		}
			
		#container #ienav form#navigation select {padding: 8px!important;}
			#container form#navigation select option {padding: 5px;}

		#container ul#navigation li {
		display: block;
		float: left;
		padding: 2px 13px 7px 13px;
		position: relative;
		}

			#container ul#navigation li:first-child {padding: 2px 13px 7px 0!important;}

			#container ul#navigation li.spacer {
			background: #282828 url("http://static.tumblr.com/3driglx/FTCm5c03y/nav_spacer.png") repeat-y;
			height: 21px;
			padding: 0!important;
			width: 2px;
			}

			#container ul#navigation li a {
			color: #fff;
			font-weight: bold;
			text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
			text-transform: uppercase;
			}

	/* Post styling ____________________ */

	#container #posts {
	display: block;
	float: left;
	position: relative;
	width: 840px;
	}

		/* Loading text styling ____________________ */

		#container #posts #loading {
		background: #fff url("http://static.tumblr.com/3driglx/xlWm82qu3/pm8kf.png");
		background-position: 0 -36px;
		background-repeat: repeat-x;
		border: 1px solid transparent;
		border-radius: 3px;
		bottom: 143px;
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		color: #666;
		display: inline-block;
		font: bold 12px/17px Helvetica, Arial, Sans Serif;
		-moz-border-radius: 3px;
		padding: 7px 10px 7px 10px;
		position: fixed; 
		-webkit-border-radius: 3px;
		z-index: 8;
		}

		#container #posts #credit2 {
		bottom: 20px;
		display: none;
		position: fixed;
		width: 100px;
		}

			#container #posts #credit2 a {margin: 8px 0 0 0;}

		#container #posts #loading, #container #posts #credit2 {margin: 0 0 0 560px;}

		/* Post styling ____________________ */

		#container #posts .post {
		display: block;
		position: relative;
		}

		#container #posts #tag_search, #container #posts .post .body, #container #posts ol.notes li, #container #sidebar .section {
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		display: block;
		margin: 0 0 20px 0;
		-moz-border-radius: 3px;
		overflow: hidden;
		position: relative;
		-webkit-border-radius: 3px;
		z-index: 999;
		}

		#container #posts #tag_search .body {padding: 7px 20px 11px 20px;}

		#container #posts .post .body {
		display: block;
		padding: 7px 20px 15px 20px;
		width: 800px;
		}

			#container #posts .post .body a {font-weight: bold;}

			#container #posts .post .share_links {
			border-bottom-left-radius: 3px;
			border-top-left-radius: 3px;
			display: block;
			font: normal 32px/20px ModernPictogramsNormal;
			left: 0;
			margin-left: -5px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-topleft: 3px;
			padding: 4px 6px 13px 7px;
			position: absolute;
			top: 10px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-top-left-radius: 3px;
			z-index: 99;
			}

				#container #posts .post:hover .share_links {margin-left: -65px;}

				#container #posts .post .share_links a {
				color: #fff;
				display: inline-block;
				font-weight: normal;
				}

					#container #posts .post .share_links a:hover {color: #303030!important;}

			#container #posts .title {
			display: block;
			font: normal 14px/20px Helvetica, Arial, Sans Serif;
			margin: 8px 0 0 0;
			}
				
			#container #posts .nosearchresults {margin: 8px 0 4px 0;}

			#container #posts .post img {
			margin: 4px 0 0 0;
			max-width: 500px;
			}

			#container #posts .post .media, #container #posts .post .videos {
			display: block;
			margin: 13px 0 0 0;
			position: relative;
			}

			#container #posts .post .photoset400 {display: none;}
			#container #posts .post .photoset250 {display: none;}

				#container #posts .post .media img {
				margin: 0!important;
				width: 500px;
				}

				#container #posts .post .media a.zoom {
				display: block;
				font: normal 80px/80px ModernPictogramsNormal;
				height: 53px;
				left: 50%;
				margin-left: -28px;
				margin-top: -54px;
				opacity: 0;
				position: absolute;
				top: 50%;
				width: 53px;
				}

					#container #posts .post:hover .media a.zoom {opacity: 1.0;}
					#container #posts .post .media a.zoom:hover {color: #fff!important;}

				#container #posts .post .videos embed, #container #posts .post .videos object, #container #posts .post .videos iframe {
				min-height: 250px;
				width: 500px;
				}

			#container #posts .post .caption {
			display: block;
			margin: 11px 0 5px 0;
			}

			/* Chat post styling ____________________ */

			#container #posts .post .chat {
			border-bottom: 1px solid #efefef;
			margin: 13px 0 10px 0;
			}

				#container #posts .post .chat .odd, #container #posts .post .chat .even {padding: 8px 10px 8px 10px;}
				#container #posts .post .chat .odd {background: #efefef url("http://static.tumblr.com/3driglx/BBpm5afb1/body_background.png");}

			/* Audio post styling ____________________ */

			#container #posts .post .music_player {
			background: #efefef url("http://static.tumblr.com/3driglx/BBpm5afb1/body_background.png");
			display: block;
			height: 73px;
			margin: 13px 0 10px 0;
			padding: 15px;
			position: relative;
			}

			#container #posts .post .track_name {height: 115px;}
			#container #posts .post .track_name_and_artist {height: 157px;}
			#container #posts .post .track_name_and_artist_and_album {height: 199px;}

				#container #posts .post .music_player .album_art {
				background: #fff;
				border-radius: 3px;
				box-shadow: 0 1px 1px rgba(0,0,0,0.1);
				display: block;
				float: left;
				-moz-border-radius: 3px;
				padding: 8px;
				position: relative;
				-webkit-border-radius: 3px;
				}

				#container #posts .post .music_player .album_art, #container #posts .post .music_player .album_art img {
				height: 57px;
				width: 57px;
				}

				#container #posts .post .track_name .album_art, #container #posts .post .track_name .album_art img {
				height: 99px;
				width: 99px;
				}

				#container #posts .post .track_name_and_artist .album_art, #container #posts .post .track_name_and_artist .album_art img {
				height: 141px;
				width: 141px;
				}

				#container #posts .post .track_name_and_artist_and_album .album_art, #container #posts .post .track_name_and_artist_and_album .album_art img {
				height: 183px;
				width: 183px;
				}

					#container #posts .post .music_player .album_art img {
					margin: 0!important;
					position: relative;
					z-index: 9;
					}

					#container #posts .post .music_player .album_art .no_art {
					color: #efefef;
					display: block;
					font: normal 44px/44px ModernPictogramsNormal;
					left: 50%;
					margin-left: -20px;
					margin-top: -30px;
					position: absolute;
					top: 50%;
					z-index: 7;
					}

					#container #posts .post .track_name .album_art .no_art {
					font: normal 64px/64px ModernPictogramsNormal;
					margin-left: -28px;
					margin-top: -43px;
					}

					#container #posts .post .track_name_and_artist .album_art .no_art {
					font: normal 84px/84px ModernPictogramsNormal;
					margin-left: -37px;
					margin-top: -56px;
					}

					#container #posts .post .track_name_and_artist_and_album .album_art .no_art {
					font: normal 104px/104px ModernPictogramsNormal;
					margin-left: -47px;
					margin-top: -70px;
					}

				#container #posts .post .music_player .music_box, #container #posts .post .music_player .track_info {
				background: #fff;
				border-radius: 3px;
				box-shadow: 0 1px 1px rgba(0,0,0,0.1);
				display: block;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				}

				#container #posts .post .music_player .music_box, #container #posts .post .music_player .plays {float: right;}

				#container #posts .post .music_player .music_box {
				height: 27px;
				overflow: hidden;
				padding: 2px;
				width: 383px;
				}
	
				#container #posts .post .track_name .music_box {width: 341px;}
				#container #posts .post .track_name_and_artist .music_box {width: 299px;}
				#container #posts .post .track_name_and_artist_and_album .music_box {width: 257px;}
				#container #posts .post .music_player .plays, #container #posts .post .music_player .track_info {margin: 10px 0 0 0;}

				#container #posts .post .music_player .track_info {
				display: block;
				float: right;
				height: 22px;
				line-height: 26px;
				overflow: hidden;
				padding: 3px 10px 7px 10px;
				width: 367px;
				}

				#container #posts .post .track_name .track_info {width: 325px;}
				#container #posts .post .track_name_and_artist .track_info {width: 283px;}
				#container #posts .post .track_name_and_artist_and_album .track_info {width: 241px;}

			#container #posts .post .audio_caption {
			display: block;
			margin: 16px 0 0 0;
			}			

			/* Post meta styling ____________________ */

			#container #posts .post .meta {
			color: #a3a3a3;
			display: block;
			font: normal 11px/17px Helvetica, Arial, Sans Serif;
			margin-bottom: 2px;
			margin-left: -1px;
			margin-top: 6px;
			opacity: 0.5;
			}

			#container #posts .post .meta_with_tags {margin-bottom: 0px!important;}

				#container #posts .post .meta a {
				color: #a3a3a3;
				font-weight: normal;
				}

					#container #posts .post .meta a:hover {opacity: 0.7;}

				#container #posts .post .meta span, #container #posts .post .tags span {
				display: inline-block;
				font: normal 16px/21px ModernPictogramsNormal;
				margin: 0 0 0 12px;
				}

					#container #posts .post .meta span.post_author {
					color: #a3a3a3;
					display: inline-block;
					font: normal 11px/17px Helvetica, Arial, Sans Serif!important;
					margin: 0!important;
					}

						#container #posts .post .meta span.post_author:first-letter {text-transform: uppercase!important;}
						#container #posts .post .meta span:first-child, #container #posts .post .tags span:first-child {margin: 0!important;}

				#container #posts .post:hover .meta {opacity: 1.0;}

			/* Post tags styling ____________________ */

			#container #posts .post .tags {
			display: block;
			font: normal 11px/17px Helvetica, Arial, Sans Serif;
			margin: 5px 0 2px 0;
			opacity: 0.5;
			}

				#container #posts .post .tags a {
				color: #a3a3a3;
				display: inline-block;
				font-weight: normal;
				margin: 0 10px 0 0;
				}

					#container #posts .post .tags a:first-letter {text-transform: uppercase!important;}
					#container #posts .post .tags a:hover {opacity: 0.7;}

				#container #posts .post:hover .tags {opacity: 1.0;}

		/* Disqus and sharing styling ____________________ */

		#container #posts #disqus_thread, #container #posts #share {
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		display: block;
		margin: 0 0 20px 0;
		-moz-border-radius: 3px;
		padding: 20px 20px 18px 20px;
		-webkit-border-radius: 3px;
		}

		#container #posts #share {
		padding: 11px 18px 20px 18px;
		text-align: center;
		}
			
			#container #posts #share .st_sharethis_hcount, #container #posts #share .st_facebook_hcount, #container #posts #share .st_twitter_hcount, #container #posts #share .st_pinterest_hcount, #container #posts #share .st_email_hcount {
			display: inline-block!important;
			margin: 9px 0 0 0!important;
			}

			#container #posts #disqus_thread #dsq-content-stub {
			margin-bottom: -7px;
			margin-left: -3px;
			margin-top: -3px;
			}
			
			#container #posts #disqus_thread #dsq-subscribe {margin-left: -5px!important;}
				#container #posts #disqus_thread #dsq-subscribe li {margin-left: -15px!important;}

			#container #posts #disqus_thread span.dsq-font {
			display: none!important;
			position: absolute!important;
			margin-top: 0!important;
			width: 1px!important;
			}

			#container #posts #disqus_thread li em {padding-left: 20px!important;}

			#container #posts #disqus_thread #dsq-global-toolbar {
			margin-bottom: -10px!important;
			margin-left: 0!important;
			margin-right: 0!important;
			margin-top: 0!important;
			}

			#container #posts #disqus_thread #dsq-footer {
			margin-bottom: -3px!important;
			margin-left: 0!important;
			margin-right: 0!important;
			margin-top: 0!important;
			}

				#container #posts #disqus_thread #dsq-footer a, #container #posts #disqus_thread #dsq-footer em {text-decoration: none!important;}

		/* Notes styling ____________________ */

		#container #posts ol.notes {
		display: block;
		margin: 0 0 20px 0;
		}

			#container #posts ol.notes li {
			display: block;
			margin: 0 0 8px !important;
			padding: 8px 10px 8px 10px;
			}
			
				#container #posts ol.notes li a {font-weight: bold;}
				#container #posts ol.notes li:first-letter {text-transform: uppercase!important;}

				#container #posts ol.notes li img.avatar {
				height: 9px;
				margin: 0 2px 0 0;
				width: 9px!important;
				}

				#container #posts ol.notes li blockquote {
				margin: 4px 0 4px 14px!important;
				padding: 0 0 0 10px!important;
				}

					#container #posts ol.notes li blockquote img {max-width: 400px!important;}

		/* Pagination styling ____________________ */

		#container #posts #pagination {
		float: left;
		margin: 0 0 20px 0;
		}
			
			#container #posts #pagination a, #container #posts #pagination span.total_pages, #container #posts #credit a, #credit2 a {
			background-color: #fff;
			background-image: url("http://static.tumblr.com/3driglx/xlWm82qu3/pm8kf.png");
			background-position: 0 -34px;
			background-repeat: repeat-x;
			border: 1px solid transparent;
			border-radius: 3px;
			box-shadow: 0 1px 1px rgba(0,0,0,0.1);
			color: #666;
			cursor: pointer;
			display: inline-block;
			font: bold 12px/17px Helvetica, Arial, Sans Serif;
			margin: 0 5px 0 0;
			-moz-border-radius: 3px;
			-moz-: background .25s linear;
			padding: 7px 10px 7px 10px;
			-webkit-border-radius: 3px;
			}

				#container #posts #pagination a:hover, #pagination span.current_page, #container #posts #credit a:hover, #credit2 a:hover {
				border-radius: 3px;
				box-shadow: 0 1px 1px rgba(0,0,0,0.1);
				color: #f9f9f9!important;
				cursor: pointer;
				display: inline-block;
				font: bold 12px/17px Helvetica, Arial, Sans Serif;
				margin: 0 5px 0 0;
				-moz-border-radius: 3px;
				padding: 7px 10px 7px 10px;
				text-shadow: -1px -1px 1px rgba(0,0,0,0.12);
				-webkit-border-radius: 3px;
				}

		#container #posts #credit {
		display: block;
		float: right;
		margin: 0 0 20px 0;
		}

			#container #posts #credit a {margin: 0 0 0 5px!important;}
				#container #posts #credit a.top {display: none;}

	/* Sidebar styling ____________________ */

	#container #sidebar {
	background: #efefef url("http://static.tumblr.com/3driglx/BBpm5afb1/body_background.png");
	display: none;
	float: right;
	font: normal 11px/17px Helvetica, Arial, Sans Serif;
	position: relative;
	width: 280px;
	z-index: 9;
	}

		#container #sidebar a {font-weight: bold;}

		#container #sidebar .section {
		overflow: hidden;
		padding: 14px 18px 15px 18px;
		}

			#container #sidebar .section img, #container #sidebar .section embed, #container #sidebar .section object, #container #sidebar .section iframe {
			margin-bottom: -2px;
			margin-top: 4px;
			max-width: 244px;
			}

			#container #sidebar .section .title {
			background: transparent url("http://static.tumblr.com/3driglx/59Qm9dw6s/umbpy.png") repeat scroll center left;
			font: bold 12px/18px Helvetica, Arial, Sans Serif;
			margin-bottom: 9px;
			}

				#container #sidebar .section .title span {
				background-color: #fff;
				display: inline-block;
				padding: 0 9px 0 0;
				}

					#container #sidebar .section  .title span:first-letter {text-transform: uppercase!important;}

		/* Page styling ____________________ */

		#container #sidebar #pages {
		display: block;
		margin: 0 0 20px 0;
		width: 285px;
		}

			#container #sidebar #pages a {
			background-image: url("http://static.tumblr.com/3driglx/xlWm82qu3/pm8kf.png");
			background-position: 0 -36px;
			background-repeat: repeat-x;
			border-radius: 3px;
			box-shadow: 0 1px 1px rgba(0,0,0,0.1);
			color: #fff!important;
			cursor: pointer;
			display: block;
			font-weight: bold;
			margin: 0 5px 5px 0;
			-moz-border-radius: 3px;
			padding: 0 16px 5px 16px;
			text-shadow: -1px -1px 1px rgba(0,0,0,0.12);
			-webkit-border-radius: 3px;
			}

				#container #sidebar #pages a:hover {
				background-color: #303030;
				border-color: #303030;
				padding: 0 16px 5px 26px;
				}

				#pages a span {font: normal 16px/21px ModernPictogramsNormal;}

		/* Search bar styling ____________________ */

		#container #sidebar .section form {
		background: #fff;
		display: block;
		margin: 4px 0 37px 0;
		}

			#container #sidebar .section form input.search {
			background: #f3f3f3 url("http://static.tumblr.com/3driglx/Grhm9dtwh/hkbrg.png");
			border-color: #ccc #eee #eee #ccc;
			border-radius: 3px;
			border-style: solid;
			border-width: 1px;
			box-shadow: inset 0 0 2px 0 #efefef;
			color: #666;
			display: inline-block;
			float: left;
			font: normal 12px/20px Helvetica, Arial, sans-serif;
			line-height: 20px;
			margin: 0;
			min-height: 20px;
			-moz-border-radius: 3px;
			padding: 4px 8px 4px 8px;
			-webkit-border-radius: 3px;
			}

			#container #sidebar .section form input.submit {
			background-image: url("http://static.tumblr.com/3driglx/pDxm9dw7b/pm8kf.png");
			background-position: 0 -36px;
			background-repeat: repeat-x;
			border-radius: 3px;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			float: left;
			font: bold 12px/17px Helvetica, Arial, Sans Serif;
			margin: 0 0 0 7px;
			-moz-border-radius: 3px;
			padding: 5px 10px 6px 10px;
			text-shadow: -1px -1px 1px rgba(0,0,0,0.12);
			-webkit-border-radius: 3px;
			}
					
				#container #sidebar .section form input.submit:hover {
				background-color: #303030;
				border-color: #303030;
				}

		/* Twitter and Last Fm styling ____________________ */

		#container #sidebar .section ul, #container #sidebar .section ol, #container #sidebar .section #lastfm {
		display: block;
		list-style: none;
		margin: 0 0 11px 0;
		}

			#container #sidebar .section ul li, #container #sidebar .section ol li, #container #sidebar .section #lastfm dl .lfm_song {
			border-bottom: 1px dotted #cbcbcb;
			display: block;
			margin: 8px 0 0 0;
			padding: 0 0 7px 0;
			}

				#container #sidebar .section ul li:first-child, #container #sidebar .section ol li:first-child {margin: 0!important;}

		/* Instagram, Flickr, and who I follow styling ____________________ */

		#container #sidebar .section #instagram, #container #sidebar .section #flickr, #container #sidebar .section #following {
		display: block;
		margin-bottom: -1px;
		margin-top: 13px;
		width: 248px;
		}

			#container #sidebar .section #instagram img, #container #sidebar .section #flickr img, #container #sidebar #following img {
			margin-bottom: -1px!important;
			margin-right: 4px;
			margin-top: 0;
			}

			#container #sidebar .section #instagram img, #container #sidebar .section #flickr img {width: 58px;}
			#container #sidebar #following img {width: 27px;}
				#container #sidebar .section #instagram img:hover, #container #sidebar .section #flickr img:hover, #container #sidebar .section #following img:hover {opacity: 0.7;}

		/* Likes styling ____________________ */

		#container #sidebar .section ul#likes {
		margin-bottom: 11px!important;
		margin-top: -2px!important;
		}

			#container #sidebar .section ul#likes li {
			height: 16px;
			line-height: 20px;
			margin: 0 0 6px 0!important;
			overflow: hidden;
			padding: 0 0 9px 0!important;
			}

				#container #sidebar .section ul#likes li .post_info_top {display: block!important;}
				#container #sidebar .section ul#likes li .like_caption, #container #sidebar .section ul#likes li img, #container #sidebar .section ul#likes li ul, #container #sidebar .section ul#likes li ol, #container #sidebar .section ul#likes li p, #container #sidebar .section ul#likes li.like_text_post p, #container #sidebar .section ul#likes li.like_text_post blockquote, #container #sidebar .section ul#likes li.like_text_post strong, #container #sidebar .section ul#likes li.like_text_post em, #container #sidebar .section ul#likes li.like_title, #container #sidebar .section ul#likes li.like_post_body, #container #sidebar .section ul#likes li.like_quote_post .like_quote, #container #sidebar .section ul#likes li.like_quote_post .like_source, #container #sidebar .section ul#likes li.like_link_post .like_link, #container #sidebar .section ul#likes li.like_chat_post .like_chat, #container #sidebar .section ul#likes li.like_audio_post .like_audio, #container #sidebar .section ul#likes li.like_video_post iframe, #container #sidebar .section ul#likes li.like_note_post .like_note {display: none;}

		/* Group members styling ____________________ */

		#container #sidebar .section #group_members {display: block;}

			#container #sidebar .section #group_members .group_member {
			border-bottom: 1px dotted #cbcbcb;
			display: block;
			height: 34px;
			margin: 0 0 9px 0;
			overflow: hidden;
			padding: 0 0 8px 0;
			}

				#container #sidebar .section #group_members .group_member:last-child {
				border: none!important;
				margin: 0 0 2px 0!important;
				padding: 0!important;
				}

				#container #sidebar .section #group_members .group_member img, #container #sidebar .section #group_members .group_member_info {
				display: block;
				float: left;
				}

				#container #sidebar .section #group_members .group_member img {
				margin: 0 10px 0 0!important;
				width: 33px;
				}

				#container #sidebar .section #group_members .group_member_info {
				height: 32px;
				overflow: hidden;
				width: 200px;
				}

					#container #sidebar .section #group_members .group_member_info:first-letter {text-transform: uppercase!important;}

/* Extra styling ____________________ */

.clear {clear: both;}

a {text-decoration: none;}
	a:hover {color: #ccc!important;}

b, strong {font-weight: bold;}
i, em {font-style: italic;}
p {margin: 9px 0 0 0;}
ul, ol {margin: 9px 0 0 25px;}
ul {list-style: disc;}
ol {list-style: decimal;}
*:focus {outline: none;}

blockquote {
border-left: 4px solid #efefef;
margin: 9px 0 0 10px;
padding: 0 0 0 13px;
}

	blockquote img {
	margin-bottom: -5px;
	margin-top: -4px;
	width: 100%;
	}
	
::-webkit-scrollbar-thumb:vertical {
background-color:#303030;
height: 100px;
}

::-webkit-scrollbar-thumb:horizontal { background-color:#303030; }

::-webkit-scrollbar { 
background-color: #ffffff;
height: 5px; 
width: 10px; 
}