/*
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.
*/
/*body {
	background: -webkit-linear-gradient(top,#398235 0%,#8ab66b 56%,#c9de96 100%) fixed;
	background: -moz-linear-gradient(top,#398235 0%,#8ab66b 56%,#c9de96 100%) fixed;
	background: linear-gradient(top,#398235 0%,#8ab66b 56%,#c9de96 100%) fixed;
}*/
body.custom-background {
	background-size: cover;
}

#page {
	box-shadow: 0 0 5px black;
	background: rgba(255,255,255,0.85);
}

#site-generator {
	background: rgba(220,220,200,0.4);
	padding: 2.2em;
}

#site-generator .modified {
	float: left;
}

#site-generator .credits {
	float: right;
}

#branding {
	border-top: 0;
}

#branding hgroup {
	position: absolute;
}

#site-title a {
	color: white;
	text-shadow: 0 0 1px black, -1px 0 1px black, 0 -1px 1px black, -1px -1px 1px black;
}

#site-description {
	color: orange;
	text-shadow: 0 0 1px black, -1px 0 1px black, 0 -1px 1px black, -1px -1px 1px black;
	margin-top: 30px;
}

input#s {
	background-color: rgba(255,255,255,0.7);
}

#access a {
	text-transform: uppercase;
}

.home .entry-header {
	display: none;
}

.home .hentry {
	padding-top: 0 !important;
}

.entry-title .sub {
	display: block;
	font-size: .7em;
	font-weight: normal;
	font-style: italic;
}

.entry-title .sub .auth {
	font-style: normal;
	font-size: .7em;
}

.entry-title {
	font-size: 24px;
}

.single .entry-title {
	padding-right: 0;
}

.ataa-widget .name {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
}

.bug-type {
	list-style: none;
	margin: 0;
}

.bug-type li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	text-align: center;
}

.bug-type .caticon {
	display: block;
	width: 100%;
	height: auto;
}

.bug-type .desc {
	display: block;
	font-size: .8em;
	text-align: justify;
}

#branding {
	z-index: 8000;
}

#respond {
	width: auto;
}

@media (max-width: 650px) {
	#site-title {
		padding: 2.5em 0 0;
	}
}

/* background from http://vathanx.deviantart.com/art/In-the-Grass-103937656 */