﻿@charset "utf-8";
/* IMPORT THE 'GOOGLE FONT' HERE */
@import url('http://fonts.googleapis.com/css?family=Comfortaa');
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/***** Global Settings *****/
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body {
	color: #000000;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/***** Links *****/
a, a:link, a:visited {
	color: inherit;
}
a:hover {
	color: #0000FF;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
/***** Forms *****/
input, select, textarea {
	color: #333333;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* TUMBLER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/***** Links *****/
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
}
h2 {
	font-size: 20px;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
}
h3 {
	font-size: 20px;
	letter-spacing: -1px;
	padding: 8px 0 12px 0;
}
h4 {
	font-size: 16px;
	letter-spacing: -1px;
	padding: 10px 0 10px 0;
}
h5 {
	font-size: 15px;
	letter-spacing: -1px;
	padding: 5px 0 5px 0;
}
h6 {
	font-size: 14px;
	letter-spacing: -1px;
	padding: 2px 0 2px 0;
}
/***** Common Formatting *****/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
small {
	font-size: 0.85em;
}
img {
	border: 0;
	max-width: 100%;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
}
textarea {
	width: 90%;
	line-height: 1.25;
}
label {
	cursor: pointer;
}
/***** Global Classes *****/
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.highlight {
	background: #ffc;
}
.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}
.nopadding {
	padding: 0;
}
.noindent {
	margin-left: 0;
	padding-left: 0;
}
.nobullet {
	list-style: none;
	list-style-image: none;
}
strong {
	font-weight: bold !important;
}
strong a {
	font-weight: bold !important;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	color: #ffffff;
}
#footer h3 {
	color: #ffffff;
}
#footer li {
	color: #ffffff;
}
#footer p {
	color: #ffffff;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
}
#footer a:hover {
	color: #efefef;
}
#copyright p {
	color: #ffffff;
}
#copyright span {
	color: #ffffff;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	font-size: 1em;
}
#footer h3 {
	font-size: 1.4em;
	font-family: inherit;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-weight: 100;
	margin-bottom: 16px;
}
#footer li {
	font-size: .7em;
	border-bottom: 1px #efefef dotted;
	list-style: none;
	padding: 7px 0px 8px 0px;
}
#footer p {
	font-size: .7em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: .5em 0em;
	letter-spacing: .06em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#copyright p {
	font-size: 11px;
	/*background: url('../graphics/footer_bg.jpg') center top repeat-y;*/
	padding: 30px 0px 35px 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}
#copyright span {
	font-size: 11px;
}

