/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.invisible {
	display: none;
	visibility: hidden;
}

@media screen and (max-width: 480px) {
	.site-logo {
		width: 240px;
		height: 23px;
	}
}

body.custom-background {
	background-color: #000;
}

@media screen and (min-width: 480px) {
	body .site {
		margin-top: 10px;
	}
}

.site-content {
	margin: .7rem 0 0;
}

.entry-content a, .entry-summary a, .comment-content a, .site-content nav a, #respond form a {
	color: #FF0;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #FF0;
}

.widget-area .widget a,
.widget-area .widget a:visited,
.widget-area .widget a:active {
	color: #AAA;
}

.widget-area .widget a:hover {
	color: #FF0;
}

.widget-area .widget h3 {
	margin-bottom: .5rem;
}

.widget-area .widget {
	margin-bottom: 2rem;
}

.comments-area article header {
	margin: 0 0 2rem;
}

.commentlist li.comment article.comment {
	border-style: dashed;
	border-width: 1px;
	border-color: #444;
}

.main-navigation li a:hover {
	color: #FF0;
}

table.franktable td {
	vertical-align: middle;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	padding-left: 4px;
	padding-right: 4px;
	color: #FFF;
}

.widget_recent_entries ul li a {
	white-space: nowrap;
	overflow: visible;
}

li.pscw-recentcomments a.url {
	color: #FF0;
}

li.pscw-recentcomments a.url:hover {
	color: #EE0;
}

li.pscw-recentcomments a.url:visited {
	color: #FF0;
}

li.pscw-recentcomments a.url:active {
	color: #FF0;
}

a.pscw-link,
a.pscw-link:visited,
a.pscw-link:active {
	color: #AAA;
	text-decoration: none;
}

a.pscw-link:hover {
	color: #EEE;
}

.cat-item-41
{
	display: none;
}