	* {
			margin:0;
		}
	body {
		background:#222;
		font-size: 13px;
		color: #999;
		font-family: verdana,arial,helvetica,sans-serif;
		line-height:1.4em;
	}
	
	.hide {
		display:none !important;
	}
	#loginform {
		width:300px;
		position:fixed;
		top:100px;
		left:50%;
		margin-left:-150px;
		z-index:9999;
		border-radius:4px;
		background:#fff;
		padding:10px;
	}
	#signupform {
		width:300px;
		position:fixed;
		top:100px;
		left:50%;
		margin-left:-150px;
		z-index:9999;
		border-radius:4px;
		background:#fff;
		padding:10px;
	}
	#shadowcontainer {
		position:fixed;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.8);
		z-index:9998;
	}
	
	#headerbar {
		display:table;background:#000;width:100%;float:left;position:fixed;z-index:4;box-shadow:0px 0px 5px #000;
	}
	#yvlogo {
		float:left;background:#000 url('/images/yvlogo.png') center no-repeat;border-right:1px solid #222;width:60px;height:48px;background-size:48px;
	}
	#yvlogo:hover {
		float:left;background:#333 url('/images/yvlogo.png') center no-repeat;border-right:1px solid #222;width:60px;height:48px;background-size:48px;
	}
	#searchicon {
		background:#000 url('/images/search-off.png') center center;background-size:22px;width:48px;height:100%;background-repeat:no-repeat;float:left;line-height:48px;text-align:center;
	}
	#searchicon:hover {
		background:#333 url('/images/search-off.png') center center;background-size:22px;width:48px;height:100%;background-repeat:no-repeat;float:left;line-height:48px;text-align:center;
	}
	#notificationsicon {
		background:#000 url('/images/notifications-off.png') center center;background-size:22px;width:48px;height:100%;background-repeat:no-repeat;float:left;line-height:48px;text-align:center;
	}
	#notificationsicon:hover {
		background:#333 url('/images/notifications-off.png') center center;background-size:22px;width:48px;height:100%;background-repeat:no-repeat;float:left;line-height:48px;text-align:center;
	}
	#notificationsnumber {
		background: red none repeat scroll 0 0;
		border-radius: 10px;
		box-shadow: 1px 1px 5px #000;
		color: #fff;
		float: right;
		font-size: 9px;
		height: 10px;
		line-height: 10px;
		margin-right: 8px;
		margin-top: 8px;
		padding: 2px;
		width: 10px;
		font-weight:bold;
	}
	#usericon {
		background:#000;padding:9px 10px;float:left;width:auto;line-height:48px;font-size:16px;color:#fff;text-align:center;
	}
	#usericon:hover {
		background:#333;padding:9px 10px;float:left;width:auto;line-height:48px;font-size:16px;color:#fff;text-align:center;
	}
	#uploadbutton {
		color:#fff;font-size:14px;font-weight:bold;display:block;padding:8px;background:#318DC8;border-radius:4px;width:60px;
	}
	#uploadbutton:hover {
		color:#fff;font-size:14px;font-weight:bold;display:block;padding:8px;background:#53A2D5;border-radius:4px;width:60px;
	}
	#signupbutton {
		color:#fff;font-size:14px;font-weight:bold;display:block;padding:8px;background:#318DC8;border-radius:4px;width:60px;
	}
	#signupbutton:hover {
		color:#fff;font-size:14px;font-weight:bold;display:block;padding:8px;background:#53A2D5;border-radius:4px;width:60px;
	}
	.postmain table, .postfull table {
		background:#fff;
		padding:10px;
		border-radius:7px;
		margin-bottom:10px;
	}
	.posttitle {
		font-weight:bold;
		font-size:19px;
		color:#000;
	}
	.navsortdiv {
		float:left;border-right:1px solid #222;width:60px;height:48px;background-size:48px;text-align:center;
	}
	.navsortdiv:hover {
		background:#333;
	}
	.navlink {
		line-height:48px;color:#fff;font-size:13px;font-weight:bold;
	}
	#voiddropdowndiv {
		float:left;background:#000;border-right:1px solid #222;width:76px;height:48px;text-align:center;position:relative;
	}
	#voiddropdowndiv:hover {
		background:#333;
	}
	.voidlisticons {
		width:18px;height:18px;vertical-align:middle;margin:5px;border-radius:3px;float:left;
	}
	.featuredvoids {
		display:block;position:relative;float:left;height:48px;line-height:48px;padding-left:12px;padding-right:0px;color:#888;
	}
	.featuredvoids:hover {
		display:block;position:relative;float:left;height:48px;line-height:48px;padding-left:12px;padding-right:0px;color:#ccc;
	}
	.dropdownarrow {
		margin-left:5px;
		margin-top:2px;
		border-top:5px solid #ddd;
		border-bottom:5px solid transparent;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
		width:0;
		height:0;
		vertical-align:middle;
		display:inline-block;
	}
	.nsfwtag {
		background:red;
		display:inline-block;
		color:#fff;
		font-size:11px;
		border-radius:4px;
		padding-left:4px;
		padding-right:4px;
		padding-top:2px;
		padding-bottom:2px;
	}
	.linktitle {
		color: blue;
		font-size:16px;
	}
	.linktitle:visited {
		color: #551a8b;
	}
	a {
		font-size:13px;
		text-decoration: none;
		color: #336699;
	}
	.overviewtext {
		font-size:1.1em;
		display:inline-block;
		padding-bottom:2px;
	}
	.user {
		font-weight:600;
		color: #336699;
	}
	.admin {
		color: red;
	}
	.moderator {
		color: green;
	}
	.op {
		color: blue;
	}
	
	table tr td {
		font-size:12px;
		color: #999;
	}
	
	//.voids {
	//	font-size:10px;
	//	color: #0066cc;
	//	text-decoration: none;
	//	text-transform:uppercase;
	//}
	.voids {
		display:block;
		color:#666;
		font-size:13px;
		text-transform:uppercase;
		font-weight:none;
		line-height:20px;
		height:20px;
		padding:5px 5px 5px 12px;
		text-align:left;
	}
	.voids:hover {
		display:block;
		background:#ddd;
		color:#333;
		font-size:13px;
		text-transform:uppercase;
		font-weight:none;
		line-height:20px;
		height:20px;
		padding:5px 5px 5px 12px;
		text-align:left;
	}
	#voidlist {
		list-style:none;padding:0px;
	}
	#rightwrapper {
		position:absolute;top:0;right:0;height:100%;background:#000;
	}
	#header {
		width:100%;
		margin: auto;
		background: #ecf6ff;
		border-bottom:1px solid #336699;
		z-index: 999
	}
	#userinfo {
		margin:auto;
		color:#fff;
		width:100%;
		text-align:center;
		background:#111;
		padding:10px;
	}
	#voidinfo {
		margin:auto;
		color:#555;
		text-align:center;
		background:#111;
		padding:10px;
		width:100%;
	}
	#content {
		max-width:940px;
		min-width:850px;
		padding-top:10px;
		height:auto;
		margin: auto;
	}
	#footer, #footer td {
		width:100%;
		margin: auto;
		text-align:left;
		color: #999;
	}
	a.back-to-top {
		display: none;
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		position: fixed;
		z-index: 999;
		right: 20px;
		bottom: 20px;
		background: #27AE61 url("/images/up-arrow.png") no-repeat center 43%;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	
	#socialbuttons {
		width:auto;
		overflow:hidden;
		list-style-type: none;
		padding:0;
		margin:0;
	}
	
	#twitterfollow {
		float:left;
		width:67px;
		overflow:hidden;
		margin-right:10px;
	}
	#facebooklike {
		float:left;
		width:50px;
		overflow:hidden;
		margin-right:10px;
	}
	#instagramfollow {
		float:left;
		//width:140px;
		overflow:hidden;
	}
	#instagramfollow > a {
		background: #fff url("/images/instagram.gif") no-repeat scroll 3px 4px / 13px auto;
		border-radius: 2px;
		color: #000;
		font-size: 10px;
		padding: 3px 4px 3px 18px;
		display: inline-block;
	}
	.uparrow {
		margin:5px;
		background: url('/images/upvote.png');
		background-position: center;
		background-size: 100%;
		width:30px;
		height:17px;
	}
	.uparrow:hover{
		margin:5px;
		background: url('/images/upvote_on.png');
		background-position: center;
		background-size: 100%;
		width:30px;
		height:17px;
	}
	.uparrowon {
		margin:5px;
		background: url('/images/upvote_on.png');
		background-position: center;
		background-size: 100%;
		width:30px;
		height:17px;
	}
	.downarrow {
		margin:5px;
		background: url('/images/downvote.png');
		background-position: center;
		background-size: 100%;
		width:30px;
		height:17px;
	}
	.downarrow:hover {
		margin:5px;
		background: url('/images/downvote_on.png');
		background-position: center;
		background-size: 100%;
		width:30px;
		height:17px;
	}
	.downarrowon {
		margin:5px;
		background: url('/images/downvote_on.png');
		background-position: center;
		background-size: 100%;
		width:30px;
		height:17px;
	}
	.karma {
		font-size:18px;
		color: #999;
		font-weight:bold;
		text-align:center;
	}
	.posts {
		margin:4px;
		padding:4px;
		width:100%;
		background:#fff;
	}
	input,textarea {
		border: 1px solid #333;
		padding:8px;
		font-size:15px;
		width:100%;
		background:#fff;
		margin:2px;
	}
	select {
		border: 1px solid gray;
		padding:4px;
		font-size:15px;
		height:40px;
		margin:2px;
	}
	input[type=submit] {
		width:auto;
		font-size:16px;
		background:#cfcfcf;
		padding:6px;
		border:0px;
	}
	.settingslinks {
		width:80px;
		display:block;
		padding:8px;
		font-size:16px;
		color:#999;
	}
	.settingslinksselected {
		width:80px;
		display:block;
		padding:8px;
		font-size:16px;
		color:#fff;
		border-radius:3px;
		background-color:#0066cc;
	}
	.bigbutton {
		font-size:16px;
		padding: 10px;
		width:auto;
		background: #CEE3F8;
		color: #333;
		text-align:center;
	}
	.bluelink {
		display:inline-block;
		width:80px;
		margin:4px;
		margin-top:12px;
		padding:6px;
		background:#336699;
		color:#fff;
	}
	.bluelink:hover {
		background:#3f80be;
	}
	.domainslink, .domainslink a {
		font-size:x-small;
		color: #888;
		display: inline-block;
		max-width: 19em;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle;
		white-space: nowrap;
	}
	.share {
		border:1px solid #ccc;
		background:#f5f5f5;
		padding:6px;
		max-width:500px;
	
	}
	.morelink {
		top:0;
		right:0;
		position:absolute;
		background:#fff;
		padding:4px 7px;
		height:15px;
		color:#000;
	}
	.iconlist {
		margin:0px;
		padding:0px;
		list-style:none;
		float:left;
	}
	.avatar {
		border-radius:50%;
	}
	.voidavatar {
		border-radius:4px;
		width:80px;
		height:80px;
		margin-bottom:10px;
	}
	.upvote {
		background:url('/images/yvi/up-arrow-off.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.upvote:hover {
		background:url('/images/yvi/up-arrow.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.upvoted {
		background:url('/images/yvi/up-arrow.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #78FEA1;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.downvote {
		background:url('/images/yvi/down-arrow-off.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.downvote:hover {
		background:url('/images/yvi/down-arrow.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.downvoted {
		background:url('/images/yvi/down-arrow.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #FF8B79;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.comment {
		background:url('/images/yvi/comment-off.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.comment:hover {
		background:url('/images/yvi/comment.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.favorite {
		background:url('/images/yvi/star-off.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.favorite:hover {
		background:url('/images/yvi/star.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.favorited {
		background:url('/images/yvi/star.png');
		background-size:20px;
		background-position:center;
		background-repeat:no-repeat;
		float:left;
		height:30px;
		width:30px;
		border:1px solid #FFE479;
		border-radius:4px;
		margin:0px 10px 0 0;
		text-indent:-999px;
	}
	.sharewrap {
		float:right;
	}
	.facebookshare {
		width:75px;
		height:30px;
		color:#fff;
		font-weight:bold;
		font-size:14px;
		background: url("/images/fb.png") no-repeat;
		background-position: 8 6;
		background-color:#3b5998;
		background-size:8%;
		padding-left:40px;
		text-align:left;
		border-radius:4px;
		float:left;
		line-height:30px;
		margin-right:4px;
		}
	.twittershare {
		width:75px;
		height:30px;
		color:#fff;
		font-weight:bold;
		font-size:14px;
		background: url("/images/twitter.png") no-repeat;
		background-position: 8 8;
		background-color: #00aced;
		background-size:16%;
		padding-left:40px;
		text-align:left;
		border-radius:4px;
		float:left;
		line-height:30px;
	}
	#txtHint {
		display:none;
	}
	.nsfwwrapper {
		width:100%;
		display:table;
	}
	.nsfwdiv {
		background:#000;
		display:table-cell;
		vertical-align: middle;
		height:250px;
		width:100%;
		background:#000;
		color:#fff;
		text-align:center;
		vertical-align:middle;
		font-size:20px;
	}
	.animatedgifwrapper {
		position:relative;
		cursor:pointer;
	}
	.anidiv {
		z-index:1;
		position:absolute;
	}
	.staticdiv {
		z-index:2;
		position:relative;
		cursor: pointer;
	}
	.hidden {
		z-index:-9999;
	}
	.staticdiv span.play {
		font-size:24px;
		font-family:arial;
		left:50%;
		top:50%;
		height:60px;
		width:60px;
		background:#0066cc;
		box-shadow:0px 0px 2px #000;
		border:4px solid #000;
		border-radius:35px;
		color:#fff;
		line-height:60px;
		font-weight:bold;
		position:absolute;
		text-align:center;
		opacity:0.9;
		margin-left:-30px;
		margin-top:-30px;
		overflow:hidden;
	}