/*
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.
*/
.code {
	background: #f1f1f1 url(/content/pics/terminal.png) center no-repeat;
	background-position: 15px 2px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #5d5d5d;
	border-bottom: 2px solid #5d5d5d;
	font-family: monospace;
	font-style: normal;
	font-weight: bold;
	white-space: pre;
}

.screenshot {
	width: 500px;
	height: 350px;
}

.mission_statement {
	font-size: 18px;
}

.home_logo {
	position: absolute;
	top: 150px;
	z-index: 1;
	text-align: center;
	width: 850px;
}

.rounded_div {
	overflow: hidden;
	background-color: #E8E8E8;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin: 0 15px 15px;
	text-align: left;
	width: 375px;
	font-size: 18px;
	border: 1px solid;
	border-top-color: #585858;
	border-right-color: #585858;
	border-bottom-color: #585858;
	border-left-color: #585858;
	z-index: 0;
	height: 300px;
}

.rounded_div h2 {
	background-color: #585858;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height: 60px;
	text-align: center;
	margin: 0;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Roboto Slab", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	z-index: 0;
}

.lft {
	float: left;
}

.rgt {
	float: right;
}

.lefttext {
	text-align: left;
	margin: 25px;
}

.righttext {
	text-align: right;
	margin: 25px;
}

/* Static page */
article.staticpage {
	border-bottom: none;
	padding: 0 8.9%;
}

article.staticpage .entry-title {
	display: none;
}

article.staticpage .entry-content {
	width: 100%;
}

article.staticpage .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}

article.staticpage .edit-link a:hover,
article.staticpage .edit-link a:focus,
article.staticpage .edit-link a:active {
	background: #777;
}

.dgx-donate-form-section {
	border: 1px solid #C4C4C4 !important;
}

#dgx-donate-container {
	margin: 0;
	padding: 0;
	background: inherit;
}

.alert-small {
	color: #0F538F;
	font-weight: bold;
}

.alert {
	color: #0F538F;
	font-size: 14px;
	font-weight: bold;
}

.hash {
	font-size: 10px;
	width: 200px;
	word-wrap: break-word;
	white-space: pre-wrap;
/* css-3 */
	white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
	white-space: -pre-wrap;
/* Opera 4-6 */
	white-space: -o-pre-wrap;
/* Opera 7 */
}

#cd {
	font-weight: bold;
	font-size: 14px;
}

#dm {
	font-weight: bold;
	font-size: 14px;
}

.singular .entry-title {
	font-size: 26px;
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 14px;
}

#mirrors {
	height: 70px;
	width: 200px;
	overflow: auto;
}