@charset "UTF-8";

@media (min-width: 480px) {
	.content {
		width: 300px;
	}
}

@media (min-width: 768px) {
	.content {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.content {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.content {
		width: 1170px;
	}
}
.black {
	background-color: black;
	color: #ccc;
}
.black a {
	color: #ccc;
	text-decoration: none;
}
.black a:hover {
	color: #fff;
}
body {
	background-color: #ccc !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}
footer {
	background: #767676; /* Old browsers */
	background: -moz-linear-gradient(top,  #767676 0%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767676), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #767676 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #767676 0%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #767676 0%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #767676 0%,#3a3a3a 100%); /* W3C */
	color: #fff;
	font-size: 0.875em;
	padding-top: 2em;
	padding-bottom: 2em;
}

footer a {
	color: #fff;
	font-size: 0.875;
	text-decoration: none;
}

footer a:hover {
	color: #ccc;
}


ol, ul {
	margin-bottom: 0 !important;
}

.topBar {
	background-color: black;
	min-height: 50px;
}

.whiteBlock {
	background: #fff;
	padding-top: 3em;
	padding-bottom: 3em;
}

.whitePod {
    background: #fff;
    background: rgba(255,255,255,0.35);
    padding: 2em;
}

	
