

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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







html, body.category, body.news, #wrap {height: 100%;}

body.category > #wrap {height: auto; min-height: 100%;}
body.news > #wrap {height: auto; min-height: 100%;}

#main {overflow:hidden;
	padding-top: 50px; 
	padding-bottom: 55px; 
	} 

body.category .footer,
body.news .footer {	
	position: relative;
	margin-top: -55px; 
	height: 55px;
	clear:both;
	} 


body.category:before, body.news:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}




body {
	color:#fff;
	background-color:#292827;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
body.index .content, body.category .content {
	
	width:990px; 
	margin:6px auto 0;
}
body.about .content, body.news .content {
	width:960px; 
	margin:6px auto 0;
	position:relative;
}
.clear {
	clear:both;
}




.nav {
	height:50px;
	width:100%;
	background-image:url(images/bg-header.png);
	background-position:0px -15px;
	background-repeat:repeat-x;
	
}
body.category .nav, body.news .nav { 
	position:absolute; 
	top:0;
}
.nav ul {
	width:960px;
	margin:0 auto;
	padding-top:14px;
	position:relative;
	z-index:1000;
	
}
.nav li {
	padding:0;
	float:left;
}
.nav h1 a, 
.nav li.navitem-01 a, 
.nav li.navitem-02 a, 
.nav li.navitem-03 a, 
.nav li.navitem-XX a {
	background:url(images/sprite.png) no-repeat; 
	text-indent:-9999px;
	height:11px;
	float:left;
}
.nav li.navitem-01 a, 
.nav li.navitem-02 a, 
.nav li.navitem-03 a {
	margin-right: 20px;
}

	.nav h1 a {
		width:223px; background-position: 0 0; margin-right: 30px;
	}
	.nav li.navitem-01 a {
		width:80px; background-position: 0 -45px;
	}
	.nav li.navitem-01 a:hover {
		width:80px; background-position: -150px -45px;
	}
	.nav li.navitem-02 a {
		width:56px; background-position: 0 -60px;
	}
	.nav li.navitem-02 a:hover {
		width:56px; background-position: -150px -60px;
	}
	.nav li.navitem-03 a {
		width:98px; background-position: 0 -75px;
	}
	.nav li.navitem-03 a:hover {
		width:98px; background-position: -150px -75px;
	}
	.nav li.navitem-XX {
		position:absolute;
		right:0;
	}
	.nav li.navitem-XX a {
		float:right; width:50px; background-position: 0 -90px;
	}
	.nav li.navitem-XX a:hover {
		float:right; width:50px; background-position: -150px -90px;
	}




body.index .infobox {
	float:right;
	width:310px; 
	margin:0 15px 15px 0;
	position:relative;
	font-size:13px;
	line-height:18px;
}
body.index .infobox .info {
	width:278px;
	background:#21201f;
	position:absolute;
	left:1px;
	top:1px;
	padding:15px 15px 0 15px;
	height:107px;
}
body.index .infobox .info h4 {
	width:125px;
	height:15px;
	display:inline;
	float:left;
	background:url(images/sprite.png) 0 -26px no-repeat;
	text-indent:-9999px;
}
body.index .infobox .newsfeed {
	width:308px;
	height:310px;
	position:absolute;
	left:1px;
	top:124px;
	background:#292827;
	}
body.index .infobox .newsfeed .heading {
	width:278px;
	height:35px;
	position:relative;
}
body.index .infobox .newsfeed .heading h2 {
	height:11px;
	width:103px;
	background:url(images/sprite.png) 0 -105px no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:15px;
	top:12px;
}
body.index .infobox .newsfeed .scroll {
	overflow:auto;
	width:308px;
	height:275px;
	background:#21201f;
}
body.index .infobox .newsfeed .scroll .odd {
	background:#21201f;
}
body.index .infobox .newsfeed .scroll .even {
	background:#292827;
}
body.index .infobox .newsfeed .scroll .odd, .infobox .newsfeed .scroll .even {
	padding:9px 15px;
}
body.index .infobox .newsfeed .scroll .odd p a, .infobox .newsfeed .scroll .even p a {
	color:#fff;
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:dotted;
	text-decoration:none;
	padding-bottom:0;
}
body.index .infobox .newsfeed .scroll .odd p a:hover, .infobox .newsfeed .scroll .even p a:hover {
	color:#a7d6e8;
	border-bottom-style:solid;
}
body.index .infobox .newsfeed .scroll .odd h4 a, .infobox .newsfeed .scroll .even h4 a {
	color:#d4cab8;
	text-decoration:none;
}
body.index .infobox .newsfeed .scroll .odd h4 a:hover, .infobox .newsfeed .scroll .even h4 a:hover {
	color:#a7d6e8;
}


								
				 
				.scrollgeneric {
				line-height: 1px;
				font-size: 1px;
				position: absolute;
				top: 0; left: 0;
				}
				
				.vscrollerbase {
				width:16px;
				}
				.vscrollerbar {
				background-image: url(images/scrollbar.png);
				width: 16px;
				
				height: 48px !important;
				
				
				background-image: url(images/scrollbar.png);
				
				}
				
				
				.hscrollerbase {height: 16px;}
				.hscrollerbar {height: 16px; background-color: #21201f;}
				
				.vscrollerbar, .hscrollerbar {
				
				padding: 0px;
				z-index: 2;
				}
				
				
				.scrollerjogbox {
				width: 16px;
				height: 16px;
				top: auto; left: auto;
				bottom: 0px; right: 0px;
				background: #21201f;
				}
				
				


body.index .infobox a.rss {
	position:absolute;
	left:15px;
	bottom:18px;
	height:17px;
	width:200px;
	background:url(images/sprite.png) 0 -165px no-repeat;
	text-indent:-9999px;
}
body.index .infobox a.rss:hover {
	background:url(images/sprite.png) 0 -195px no-repeat;
}
body.index .infobox, .feature {
	height:488px;
}
a.feature {
	float:left;
	width:635px;
	margin:0 0 15px 15px; 
	font-size:13px;
	line-height:17px;
	color:#fff;
	text-decoration:none;
	background:url(images/bg-load.gif) #4e4c48 center no-repeat;
	position:relative;
}
	a.feature:hover {
		background-color:#111;
	}
	a.feature:hover h4 {
		color:#a7d6e8;
	}
a.feature img {
	width:629px;
	height:431px;
	position:absolute;
	top:3px;
	left:3px;
}
a.feature h4 {
	color:#d4cab8;
	position:absolute;
	top:443px;
	left:15px;
}
a.feature h5 {
	position:absolute;
	top:461px;
	left:15px;
	font-weight:normal;
}
.thumb, body.index .infobox, .feature {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow:2px 2px 7px #1f1e1e;
	-webkit-box-shadow:2px 2px 7px #1f1e1e;
	box-shadow:2px 2px 7px #1f1e1e;


	background-color:#4e4c48;
	display:inline; 
}
a.thumb {
	float:left;
	width:310px; 
	height:257px; 
	margin:0 0 15px 15px;
	font-size:11px;
	line-height:14px;
	color:#fff;
	text-decoration:none;
	position:relative;
	background:url(images/bg-load.gif) #4e4c48 center no-repeat;
}
	a.thumb:hover {
		background-color:#111;
	}
	a.thumb:hover h4 {
		color:#a7d6e8;
	}
a.thumb img {
	width:304px;
	height:auto;
	position:absolute;
	top:3px;
	left:3px;
}
a.thumb h4 {
	color:#d4cab8;
	position:absolute;
	top:218px;
	left:12px;
}
a.thumb h5 {
	position:absolute;
	top:233px;
	left:12px;
	font-weight:normal;
}




body.category .infobox {
	float:right;
	width:310px; 
	height:257px; 
	margin:0 15px 15px 0;
	position:relative;
	font-size:13px;
	line-height:18px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-box-shadow:2px 2px 7px #1f1e1e;
	-webkit-box-shadow:2px 2px 7px #1f1e1e;
	box-shadow:2px 2px 7px #1f1e1e;
	background-color:#4e4c48;
}
body.category .infobox .info {
	width:278px;
	height:180px;
	background:#21201f;
	position:absolute;
	left:1px;
	top:1px;
	padding:15px;
}
body.category h2.Cartoons, body.category h2.Comics, body.category h2.Illustration {
	background:url(images/sprite.png) no-repeat; 
	text-indent:-9999px;
	height:11px;
}
	body.category h2.Cartoons {
		width:80px; background-position: -150px -45px;
	}
	body.category h2.Comics {
		width:56px; background-position: -150px -60px;
	}
	body.category h2.Illustration {
		width:98px; background-position: -150px -75px;
	}
body.category .infobox .info p {
	margin:7px 0 0 0;
}
body.category .infobox .info p a {
	color:#fff;
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:dotted;
	text-decoration:none;
	padding-bottom:0;
}
body.category .infobox .info p a:hover {
	color:#a7d6e8;
	border-bottom-style:solid;
}


body.category .pagenum {
	padding:0 0 27px 0;
}
body.category .pagenum ul {
	margin:12px 0 0 27px;
	color:#fff;
	font-size:14px;
}
body.category .pagenum ul li {
	float:left;
}
body.category .pagenum ul li.page_info {
	font-weight:bold;
	padding-right:12px;
}
body.category .pagenum ul li.active_page a {
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:solid;
	color:#d4cab8;
}
body.category .pagenum ul li a {
	padding:3px;
	margin-right:3px;
	text-decoration:none;
	color:#fff;
	text-decoration:none;
	padding-bottom:0;
}
body.category .pagenum ul li a:hover {
	color:#a7d6e8; 
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:solid;
}


body.category .infobox ul {
	position:absolute;
	left:15px;
	bottom:15px;
	color:#fff;
}
body.category .infobox ul li {
	float:left;
}
body.category .infobox ul li.page_info {
	color:#d4cab8;
	font-weight:bold;
	padding-right:8px;
}
body.category .infobox ul li.active_page a {
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:solid;
	color:#d4cab8;
}
body.category .infobox ul li a {
	padding:2px;
	margin-right:2px;
	text-decoration:none;
	color:#fff;
	text-decoration:none;
	padding-bottom:0;
}
body.category .infobox ul li a:hover {
	color:#a7d6e8; 
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:solid;
}




body.work {
	background-color:#fff;
}
body.work .content { 
	width:960px;
		
		height:240px;
		padding-top:345px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-480px;
	margin-top:-273px; 
	overflow:hidden;
	
	color:#000;
}
body.work h4 {
	text-transform:uppercase; 
	font-size:12px;
	width:200px;
	line-height:16px;
	margin:0;
}
body.work h5, body.work p {
	font-size:12px;
	line-height:16px;
	width:200px;
	font-weight:normal;
	margin:0 0 4px 0;
}
body.work .content p a {
	color:#000;
	border-bottom-width:1px;
	border-bottom-color:#000;
	border-bottom-style:dotted;
	text-decoration:none;
	padding-bottom:0;
}
body.work .content p a:hover {
	border-bottom-style:solid;
}
body.work .content p img {
	position:absolute;
	top:0;
	right:0;
	width:740px;
	height:585px;
	z-index:-1;
}
body.work .content .singleNav {
	position:absolute;
	left:0;
	bottom:0;
}
body.work p.titleNavBox {
	text-transform:uppercase;
	text-align:left;
	font-size:9px;
	margin-bottom:4px;
	font-weight:bold;
}
.prevNavBox, .nextNavBox {
	width:100px; 
	height:79px; 
	float:left;
	background:url(images/bg-thumbNull.png) no-repeat;
}
.nextNavBox {
	margin-right:1px;
}


body.news .newspost {
	float:left;
	width:633px;
	border:1px #4e4c48 solid;
	padding:15px 0;
	margin-bottom:30px;
}
body.news .infobox {
	float:right;
	width:308px; 
	height:486px;
	border:1px #4e4c48 solid;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	font-size:13px;
	line-height:18px;
}
body.news .infobox .heading h2 {
	height:11px;
	width:103px;
	background:url(images/sprite.png) 0 -105px no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:15px;
	top:15px;
}
body.news .scroll {
	height:447px;
	width:100%;
	position:absolute;
	top:39px;
	background:#21201f;
	overflow:auto;
}
body.news .newsitem {
	padding:12px 15px;
	font-size:13px; 
	line-height:18px;
}
body.news .odd {
	background:#21201f;
}
body.news .even {
	background:#292827;
}
body.news .infobox .scroll .odd, .infobox .scroll .even {
	padding:9px 15px;
}
body.news .infobox .scroll .odd p a, .infobox .scroll .even p a {
	color:#fff;
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:dotted;
	text-decoration:none;
	padding-bottom:0;
}
body.news .infobox .scroll .odd p a:hover, .infobox .scroll .even p a:hover {
	color:#a7d6e8;
	border-bottom-style:solid;
}
body.news .infobox .scroll .odd h4 a, .infobox .scroll .even h4 a {
	color:#d4cab8;
	text-decoration:none;
}
body.news .infobox .scroll .odd h4 a:hover, .infobox .scroll .even h4 a:hover {
	color:#a7d6e8;
}
body.news .newspost, body.news .infobox {
	-moz-box-shadow:2px 2px 7px #1f1e1e;
	-webkit-box-shadow:2px 2px 7px #1f1e1e;
	box-shadow:2px 2px 7px #1f1e1e;
}
body.news .newspost p {
	margin:7px 0 0 0;
	font-size:14px;
	line-height:20px;
	padding:0 15px;
}
body.news .newspost a {
	color:#fff;
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:dotted;
	text-decoration:none;
}
body.news .newspost a:hover {
	color:#a7d6e8; 
	border-bottom-style:solid;
}
body.news .newspost p.date {
	float:right;
	margin:1px 0 0 0;
	font-size:11px;
	color:#4e4c48;
	line-height:11px;
}
body.news .newspost h4 {
	margin:0;
	padding-left:15px;
	width:500px;
	float:left;
	text-transform:uppercase;
	color:#d4cab8;
}
body.news .newspost blockquote {
	margin:15px;
	padding:0 30px;
	font-size:14px;
	line-height:20px;
	background:url(images/quote.png) top left no-repeat;
	font-style:italic;
	color:#cacac8;
}
body.news .newspost blockquote a {
	color:#cacac8;
}
body.news .newspost blockquote p {
	padding:0;
}
body.news .nextpages {
	border-top:1px #4e4c48 solid;
	margin:15px 0 0 0;
	padding:0;
}
body.news .nextpages p {
	padding:6px 15px 15px 15px;
	font-size:13px;
	line-height:13px;
}
body.news .nextpages p.nextlink {
	float:left;
}
body.news .nextpages p.prevlink {
	float:right;
}
body.news .nextpages p a {
	color:#fff;
	text-decoration:none;
}
body.news #comments {
	border-top:1px #4e4c48 solid;
}
body.news #comments p {
	padding:0;
	font-size:13px;
	line-height:18px;
}
body.news #comments ul.commentlist {
	border-bottom:1px #4e4c48 solid;
}
body.news #comments ul.commentlist li {
	padding:12px 15px;
}
body.news #comments ul.commentlist li.alt {
	background:#21201f;
}
body.news #comments-count, body.news #comment-form-title {
	font-size:13px;
	line-height:13px;
	padding:15px;
	text-transform:uppercase;
	color:#d4cab8;
}
body.news .comment-author-block {
	font-size:11px;
	line-height:14px;
	color:#cacac8;
}
body.news #comments ul.commentlist li span.date {
	float:right;
	color:#4e4c48;
}
body.news #comments ul.commentlist li a.comment-edit-link {
	float:right;
	margin-right:20px;
}
body.news #respond {
	padding:0 15px;
}
body.news #respond h5 {
	padding:15px 0;
}
body.news #comment-form-bigbox {
	float:left;
}
body.news #comment-form-right {
	float:left;
	margin:0;
	padding:0 0 0 15px;
}
body.news #comment-form-bigbox textarea {
	width:375px;
}
body.news #comment-form-right input#author,
body.news #comment-form-right input#email,
body.news #comment-form-right input#url {
	width:135px;
}
body.news #comment-form-bigbox textarea, 
body.news #comment-form-right input#author,
body.news #comment-form-right input#email,
body.news #comment-form-right input#url {
	border:1px #4e4c48 solid;
	padding:5px;
	background:#21201f;
	margin:0;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:14px;
}
body.news #comment-form-right p {
	font-size:12px;
	line-height:12px;
}
body.news #comment-form-right p.label {
	margin:0 0 4px 0;
}
body.news #comment-form-right p.form {
	margin:0 0 15px 0;
}
body.news #comment-form-right p.req_field {
	font-size:11px;
	color:#d4cab8;
}
body.news span.asterisk {
	font-weight:bold;
	color:#d4cab8;
}
	




body.about .infobox {
	float:left;
	width:633px;
	border:1px #4e4c48 solid;
}
body.about .biobox {
	float:right;
	width:278px; 
	border:1px #4e4c48 solid;
	margin:0 0 15px 0;
	padding:15px;
	position:relative;
	font-size:13px;
	line-height:18px;
}
body.about .biobox, body.about .infobox {
	-moz-box-shadow:2px 2px 7px #1f1e1e;
	-webkit-box-shadow:2px 2px 7px #1f1e1e;
	box-shadow:2px 2px 7px #1f1e1e;
}
body.about h4 a {
	color:#d4cab8;
	text-decoration:none;
}
body.about h4 a:hover {
	color:#a7d6e8;
}
body.about .content p a {
	color:#fff;
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:dotted;
	text-decoration:none;
	padding-bottom:0;
}
body.about .content p a:hover {
	color:#a7d6e8;
	border-bottom-style:solid;
}
body.about .infobox h2 {
	margin:15px 0 15px 15px;
	height:11px;
	width:103px;
	background:url(images/sprite.png) 0 -105px no-repeat;
	text-indent:-9999px;
}
body.about .newsitem {
	padding:12px 15px;
	font-size:14px; 
	line-height:20px; 
}
body.about .odd {
	background:#21201f;
}
body.about .even {
	background:#292827;
}
body.about h2.contact, body.about h2.bio, body.about h2.honors {
	height:11px;
	width:75px;
	text-indent:-9999px;
}
	body.about h2.contact {
		background:url(images/sprite.png) 0 -120px no-repeat;
		margin:0 0 7px 0;
	}
	body.about h2.bio {
		background:url(images/sprite.png) 0 -135px no-repeat;
		margin:15px 0 7px 0;
	}
	body.about h2.honors {
		background:url(images/sprite.png) 0 -150px no-repeat;
		margin:15px 0 7px 0;
	}
body.about .biobox a {
	color:#fff;
	text-decoration:none;
	padding-bottom:0;
}
body.about .biobox a:hover {
	color:#a7d6e8;
}
body.about .biobox ul li.email a {
	background:url(images/sprite.png) 2px -224px no-repeat;
	line-height:22px;
	padding:0 0 0 23px;
}
body.about .biobox ul li.phone {
	background:url(images/sprite.png) 0 -281px no-repeat;
	line-height:22px;
	padding:0 0 0 23px;
}
body.about .biobox ul li.twitter a {
	background:url(images/sprite.png) 2px -255px no-repeat;
	line-height:22px;
	padding:0 0 0 23px;
}
body.about .biobox ul li.rss a {
	background:url(images/sprite.png) 2px -314px no-repeat;
	line-height:22px;
	padding:0 0 0 23px;
}
body.about .biobox p {
	margin:0 0 7px 0;
}




.footer {
	width:100%;
	height:55px;
	border-top:1px 4e4c48 solid;
	background:#000;
	margin-top:30px;
	color:#666;
	font-size:11px;
	line-height:55px;
}
.footer div {
	height:55px;
	width:960px;
	margin:0 auto;
	position:relative;
	background:url(images/sig.gif) #000 875px 10px no-repeat;
}
.footer .license {
	background-color:#000;
	}
.footer .license a {
	display:block;
	width:78px;
	height:11px;
	overflow:hidden;
	background:url(images/cc.gif) no-repeat;
	margin:0 10px 0 0;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:22px;
}
.footer p {
	position:absolute;
	left:90px;
	top:0px;
	}
.footer p a {
	color:#666;
	text-decoration:none;
}
.footer p a:hover {
	color:#a7d6e8;
}




.errormessage {
	float:left;
	width:575px;
	height:428px;
	margin:0 0 15px 15px; 
	color:#fff;
	text-decoration:none;
	position:relative;
	padding:60px 30px 0;
}
.errormessage h2 {
	font-size:39px;
	margin-bottom:20px;
}
.errormessage h3 {
	font-size:24px;
	line-height:32px;
}
.errormessage h3 a {
	color:#d4cab8;
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:dotted;
	text-decoration:none;
}
.errormessage h3 a:hover {
	border-bottom-width:1px;
	border-bottom-color:#676560;
	border-bottom-style:solid;
}




#button_toadmin a {
	position:fixed;
	left:0;
	top:230px;
	background:url(images/admin-admin.png) no-repeat;
	width:30px;
	height:187px;
	text-indent:-9999px;
}
#button_logout a {
	position:fixed;
	left:0;
	top:70px;
	background:url(images/admin-logout.png) no-repeat;
	width:30px;
	height:154px;
	text-indent:-9999px;
}
body.work p.singleEditButton a {
	position:absolute;
	top:0;
	left:0;
	background-color:#4e4c48;
	border:1px #fff solid !important;
	font-size:14px;
	font-weight:bold;
	padding:7px;
	color:#fff !important;
	text-decoration:none;
	text-transform:uppercase;
}
body.work p.singleEditButton a:hover {
	background-color:#fff;
	color:#4e4c48 !important;
	border:1px #4e4c48 solid !important;
}
body.news p.singleEditButton a {
	position:absolute;
	top:1px;
	left:604px;
	width:30px;
	height:40px;
	z-index:101;
	text-indent:-9999px;
	background:url(images/edit.png) top right no-repeat;
	display:block;
}
body.about p.singleEditButton a {
	position:absolute;
	top:8px;
	right:8px;
	background-color:#4e4c48;
	border:1px #fff solid !important;
	font-size:14px;
	font-weight:bold;
	padding:7px;
	color:#fff !important;
	text-decoration:none;
	text-transform:uppercase;
}
body.about p.singleEditButton a:hover {
	background-color:#fff;
	color:#4e4c48 !important;
	border:1px #4e4c48 solid !important;
}




img#wpstats{display:none}
