@charset "utf-8";

/* basic fonts */

body {
	font-family:Corbel, "Trebuchet MS", Arial, sans-serif;
	font-size:1em;
	color:#2d2d2d;
}

h1, h2, h3, h4 {
	font-family:"Lucida Fax", Cambria, Georgia, "Times New Roman", Times, serif;
}

p, pre, li, form {
	font-size:1em;
	line-height:1.3em;
}

p.intro {
	font-size:1em;
}

a {
	color:#e43e9c;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:1.9em;
	font-weight:bold;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
}

/* nav fonts */

.menu ul li {
	font-size:1em;
}

.menu ul li a {
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:1.1em;
	color:#757575;
}

/* basic tags */

strong {
	font-weight:bold;
}

code {
	font-family:"Courier New", Courier, monospace;
}

em {
	font-style:italic;
}

/* footer */

.footer p {
	font-size:0.9em;
	color:#000000;
}

.footer p.copy {
	font-size:0.8em;
	color:#797979;
}

.footer p.copy a {
	color:#797979;
}

.footer ul li {
	color:#000000;
	font-size:0.9em;
	line-height:0.9em;
}

.footer ul li a, .footer p a {
	color:#000000;
	text-decoration:none;
}

/* useful classes */

.error {
	color:#330000;
	font-weight:bold;
}

.slink { /* for links that neet to look like regular text */
	color:#2d2d2d !important;
	text-decoration:none !important;
}

pre.code {
	white-space:pre-wrap;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	padding:5px;
	background-color:#ffffff;
	border:1px dashed #d0d0d0;
	font-size:0.8em;
	font-family:"Courier New", Courier, monospace;
}

p code {
	font-family:"Courier New", Courier, monospace;
	background-color:#ffffff;
	border:1px dashed #d0d0d0;
	padding:0 6px;
}

.syntaxhighlighter {
	font-size:0.8em !important;
}

p.quote {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	padding:5px;
	background-color:#ffffff;
	border:1px dashed #d0d0d0;
	font-style:italic;
	letter-spacing:0.5px;
}

/* forms */

input, select, textarea {
	font-family:Corbel, "Trebuchet MS", Arial, sans-serif;
	font-size:0.9em;
}
